You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(447) |
Nov
(163) |
Dec
(57) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(172) |
Feb
|
Mar
(123) |
Apr
(64) |
May
(1) |
Jun
(278) |
Jul
(89) |
Aug
(97) |
Sep
(62) |
Oct
(53) |
Nov
(119) |
Dec
(60) |
| 2006 |
Jan
(76) |
Feb
(1094) |
Mar
(363) |
Apr
(163) |
May
(57) |
Jun
(43) |
Jul
(39) |
Aug
(15) |
Sep
(33) |
Oct
(62) |
Nov
(8) |
Dec
|
| 2007 |
Jan
(9) |
Feb
(34) |
Mar
(2) |
Apr
(14) |
May
(8) |
Jun
(40) |
Jul
(21) |
Aug
(1) |
Sep
(20) |
Oct
(15) |
Nov
(26) |
Dec
|
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(32) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andre R. <and...@us...> - 2004-10-23 22:12:28
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31343/Frontier/Common/source Modified Files: bitmaps.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: bitmaps.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/bitmaps.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bitmaps.c 9 Oct 2004 07:16:50 -0000 1.1 --- bitmaps.c 23 Oct 2004 22:12:18 -0000 1.2 *************** *** 32,41 **** */ ! #include <land.h> ! #include <Gestalt.h> ! #include <qdoffscreen.h> ! #include <standard.h> ! #include <QuickDraw.h> #include "mac.h" #include "quickdraw.h" --- 32,39 ---- */ ! #include "frontier.h" ! #include "standard.h" ! #include <land.h> #include "mac.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:12:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31265/Frontier/Common/source Modified Files: base64.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: base64.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/base64.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** base64.c 9 Oct 2004 07:16:40 -0000 1.1 --- base64.c 23 Oct 2004 22:12:06 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:12:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31154/Frontier/Common/source Modified Files: assert.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: assert.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/assert.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** assert.c 23 Oct 2004 19:31:59 -0000 1.3 --- assert.c 23 Oct 2004 22:11:43 -0000 1.4 *************** *** 24,30 **** ******************************************************************************/ ! ! #include <standard.h> ! #ifdef fldebug --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef fldebug *************** *** 193,197 **** #endif /*TARGET_API_MAC_OS8*/ ! #endif /* MACVERSION */ --- 192,196 ---- #endif /*TARGET_API_MAC_OS8*/ ! #endif /*MACVERSION*/ *************** *** 273,280 **** } /*__assert*/ ! #endif /* __MWERKS__ */ ! #endif /* WIN95VERSION */ ! #endif /* fldebug */ --- 272,279 ---- } /*__assert*/ ! #endif /*__MWERKS__*/ ! #endif /*WIN95VERSION*/ ! #endif /*fldebug*/ |
|
From: Andre R. <and...@us...> - 2004-10-23 22:11:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31075/Frontier/Common/source Modified Files: appletglue.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: appletglue.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/appletglue.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** appletglue.c 9 Oct 2004 07:16:23 -0000 1.1 --- appletglue.c 23 Oct 2004 22:11:30 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <standard.h> #include "quickdraw.h" #include "memory.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "quickdraw.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:11:30
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30985/Frontier/Common/source Modified Files: aeutils.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: aeutils.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/aeutils.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** aeutils.c 9 Oct 2004 07:16:15 -0000 1.1 --- aeutils.c 23 Oct 2004 22:11:18 -0000 1.2 *************** *** 26,29 **** --- 26,32 ---- #if TARGET_API_MAC_CARBON == 1 /*PBS 03/14/02: AE OS X fix.*/ + #include "frontier.h" + #include "standard.h" + #include "aeutils.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:11:16
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30880/Frontier/Common/source Modified Files: about.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: about.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/about.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** about.c 9 Oct 2004 07:16:08 -0000 1.1 --- about.c 23 Oct 2004 22:11:06 -0000 1.2 *************** *** 32,41 **** */ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "versions.h" /*9.1b3 JES*/ --- 32,37 ---- */ ! #include "frontier.h" ! #include "standard.h" #include "versions.h" /*9.1b3 JES*/ |
|
From: Andre R. <and...@us...> - 2004-10-23 22:04:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28988/Frontier/Common/Paige/headers Modified Files: PGTRAPS.H Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: PGTRAPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGTRAPS.H,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGTRAPS.H 9 Oct 2004 20:10:09 -0000 1.1 --- PGTRAPS.H 23 Oct 2004 22:03:54 -0000 1.2 *************** *** 32,41 **** #include <Events.h> #include <fonts.h> ! #include <Packages.h> #include <OSUtils.h> #include <ToolUtils.h> #include <Resources.h> #include <files.h> ! #include <errors.h> #include <gestalt.h> --- 32,41 ---- #include <Events.h> #include <fonts.h> ! //#include <Packages.h> /* 2004-09-29 AR: unused */ #include <OSUtils.h> #include <ToolUtils.h> #include <Resources.h> #include <files.h> ! #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ #include <gestalt.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 22:03:51
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28930/Frontier/Common/Paige/headers Modified Files: pgMTraps.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: pgMTraps.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgMTraps.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pgMTraps.h 9 Oct 2004 20:09:51 -0000 1.1 --- pgMTraps.h 23 Oct 2004 22:03:43 -0000 1.2 *************** *** 19,23 **** #ifdef MAC_PLATFORM ! #include <Types.h> #include <Files.h> #include <Memory.h> --- 19,23 ---- #ifdef MAC_PLATFORM ! #include <MacTypes.h> /* 2004-09-29 AR: renamed from Types.h */ #include <Files.h> #include <Memory.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 22:03:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28844/Frontier/Common/Paige/headers Modified Files: PGERRORS.H Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: PGERRORS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGERRORS.H,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGERRORS.H 9 Oct 2004 20:09:10 -0000 1.1 --- PGERRORS.H 23 Oct 2004 22:03:23 -0000 1.2 *************** *** 21,25 **** #ifdef MAC_PLATFORM ! #include <errors.h> /* Memory errors */ --- 21,25 ---- #ifdef MAC_PLATFORM ! #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ /* Memory errors */ |
|
From: Andre R. <and...@us...> - 2004-10-23 22:03:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28707/Frontier/Common/Paige/headers Modified Files: CPUDEFS.H Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: CPUDEFS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/CPUDEFS.H,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CPUDEFS.H 9 Oct 2004 20:07:49 -0000 1.1 --- CPUDEFS.H 23 Oct 2004 22:02:55 -0000 1.2 *************** *** 448,452 **** #ifdef MAC_PLATFORM ! #include <types.h> #include <quickdraw.h> // for RGBColor #include <OSUtils.h> // for DateTimeRec --- 448,452 ---- #ifdef MAC_PLATFORM ! #include <MacTypes.h> /* 2004-09-29 AR: renamed from types.h */ #include <quickdraw.h> // for RGBColor #include <OSUtils.h> // for DateTimeRec |
|
From: Andre R. <and...@us...> - 2004-10-23 21:54:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26983/Frontier/Common/headers Modified Files: shelltypes.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shelltypes.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shelltypes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shelltypes.h 9 Oct 2004 21:09:37 -0000 1.1 --- shelltypes.h 23 Oct 2004 21:54:44 -0000 1.2 *************** *** 31,38 **** #endif - #ifdef MACVERSION - #include <Processes.h> - #endif - #define diskfontnamelength 32 /*number of bytes for a font name stored on disk*/ --- 31,34 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:54:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26952/Frontier/Common/headers Modified Files: shellhooks.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellhooks.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shellhooks.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellhooks.h 9 Oct 2004 21:08:49 -0000 1.1 --- shellhooks.h 23 Oct 2004 21:54:34 -0000 1.2 *************** *** 24,27 **** --- 24,28 ---- ******************************************************************************/ + #ifndef shellhooksinclude #define shellhooksinclude *************** *** 94,97 **** ! --- 95,98 ---- ! #endif /*shellhooksinclude*/ |
|
From: Andre R. <and...@us...> - 2004-10-23 21:54:29
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26920/Frontier/Common/headers Modified Files: OSXSpecifics.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: OSXSpecifics.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/OSXSpecifics.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OSXSpecifics.h 9 Oct 2004 21:04:29 -0000 1.1 --- OSXSpecifics.h 23 Oct 2004 21:54:19 -0000 1.2 *************** *** 33,47 **** */ - enum { - kQDUseDefaultTextRendering = 0, // Sets whatever is specified in system defaults. - // Currently sets kQDUseTrueTypeScalerGlyphs if nothing is specified. - kQDUseTrueTypeScalerGlyphs = (1 << 0), // bit 0 - kQDUseCGTextRendering = (1 << 1), // bit 1 - kQDUseCGTextMetrics = (1 << 2), // bit 2 - kQDSupportedFlags = kQDUseTrueTypeScalerGlyphs | kQDUseCGTextRendering | kQDUseCGTextMetrics, kQDDontChangeFlags = 0xFFFFFFFF // to request the current state, without changing anything - }; - - - // BSD function prototypes /* --- 33,36 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:54:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26879/Frontier/Common/headers Modified Files: macconv.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: macconv.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/macconv.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** macconv.h 9 Oct 2004 20:59:29 -0000 1.1 --- macconv.h 23 Oct 2004 21:54:09 -0000 1.2 *************** *** 24,39 **** ******************************************************************************/ - #define WIN32_LEAN_AND_MEAN 1 - #include <windows.h> - #include <commdlg.h> - #ifdef NEEDMOREWIN - #include <windowsx.h> - #include <shlobj.h> - #include <commctrl.h> - #include <exdisp.h> - #endif - - - /* Macintosh Conversion */ #undef pascal --- 24,27 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:54:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26810/Frontier/Common/headers Modified Files: langxcmd.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langxcmd.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langxcmd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langxcmd.h 9 Oct 2004 20:58:36 -0000 1.1 --- langxcmd.h 23 Oct 2004 21:53:58 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- #define langxcmdinclude + #if TARGET_API_MAC_OS8 /* 2004-10-23 aradke: XCMDs are not supported on Carbon */ #ifndef __HYPERXCMD__ *************** *** 47,49 **** ! #endif --- 48,53 ---- ! #endif /*TARGET_API_MAC_OS8*/ ! ! ! #endif /*langxcmdinclude*/ |
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Extras/NerdÕsGuideToFrontier_files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26779 Removed Files: filelist.xml image001.gif image002.pct image003.gif image004.gif image005.pct image006.gif image007.gif image008.pct image009.gif image010.gif image011.pct image012.gif image013.gif image014.pct image015.gif image016.gif image017.pct image018.gif image019.gif image020.pct image021.gif image022.gif image023.pct image024.gif image025.gif image026.pct image027.gif image028.gif image029.pct image030.gif image031.gif image032.pct image033.gif image034.gif image035.pct image036.gif image037.gif image038.pct image039.gif image040.gif image041.pct image042.gif image043.gif image044.pct image045.gif Log Message: Remove because of smart single quote in directory name. --- image026.pct DELETED --- --- image029.pct DELETED --- --- image022.gif DELETED --- --- image018.gif DELETED --- --- image019.gif DELETED --- --- image016.gif DELETED --- --- image039.gif DELETED --- --- image041.pct DELETED --- --- image002.pct DELETED --- --- filelist.xml DELETED --- --- image036.gif DELETED --- --- image042.gif DELETED --- --- image012.gif DELETED --- --- image027.gif DELETED --- --- image038.pct DELETED --- --- image020.pct DELETED --- --- image004.gif DELETED --- --- image025.gif DELETED --- --- image017.pct DELETED --- --- image005.pct DELETED --- --- image024.gif DELETED --- --- image045.gif DELETED --- --- image014.pct DELETED --- --- image035.pct DELETED --- --- image010.gif DELETED --- --- image031.gif DELETED --- --- image032.pct DELETED --- --- image033.gif DELETED --- --- image001.gif DELETED --- --- image003.gif DELETED --- --- image043.gif DELETED --- --- image037.gif DELETED --- --- image021.gif DELETED --- --- image028.gif DELETED --- --- image034.gif DELETED --- --- image030.gif DELETED --- --- image015.gif DELETED --- --- image009.gif DELETED --- --- image044.pct DELETED --- --- image013.gif DELETED --- --- image023.pct DELETED --- --- image007.gif DELETED --- --- image006.gif DELETED --- --- image040.gif DELETED --- --- image011.pct DELETED --- --- image008.pct DELETED --- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:53:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26758/Frontier/Common/headers Modified Files: lang.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: lang.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/lang.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang.h 9 Oct 2004 20:57:02 -0000 1.1 --- lang.h 23 Oct 2004 21:53:47 -0000 1.2 *************** *** 41,48 **** #if __powerc - - #include <fp.h> #define flfindbug 0 - #endif --- 41,45 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:53:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26714/Frontier/Common/headers Modified Files: filealias.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: filealias.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/filealias.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** filealias.h 9 Oct 2004 20:54:51 -0000 1.1 --- filealias.h 23 Oct 2004 21:53:35 -0000 1.2 *************** *** 51,126 **** ******************************************************************************/ - #ifndef SystemSevenOrLater - #define SystemSevenOrLater 1 - #endif - - #ifdef MACVERSION - - #ifndef __ALIASES__ - #include <aliases.h> - #endif - - #ifndef __APPLEEVENTS__ - #include <AppleEvents.h> - #endif - - #ifndef __DEVICES__ - #include <Devices.h> - #endif - - #ifndef __DIALOGS__ - #include <Dialogs.h> - #endif - - #ifndef __ERRORS__ - #include <Errors.h> - #endif - - #ifndef __FILES__ - #include <Files.h> - #endif - - #ifndef __FINDER__ - #include <finder.h> - #endif - - #ifndef __FOLDERS__ - #include <Folders.h> - #endif - - #ifndef __FONTS__ - #include <Fonts.h> - #endif - - #ifndef __ICONS__ - #include <Icons.h> - #endif - - #ifndef __MENUS__ - #include <Menus.h> - #endif - - #ifndef __RESOURCES__ - #include <resources.h> - #endif - - #ifndef __SEGLOAD__ - #include <SegLoad.h> - #endif - - #ifndef __STDIO__ - #include <StdIO.h> - #endif - - #ifndef __STRING__ - #include <string.h> - #endif - - #ifndef __TYPES__ - #include <types.h> - #endif - - #endif - boolean MakeAliasFile (const FSSpec* srcFile, const FSSpec* destFile); --- 51,54 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:51:06
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Extras In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26194 Removed Files: NerdÕsGuideToFrontier.doc NerdÕsGuideToFrontier.htm Log Message: Remove because of smart single quote in file name. --- NerdÕsGuideToFrontier.htm DELETED --- --- NerdÕsGuideToFrontier.doc DELETED --- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:50:03
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Extras In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25957 Added Files: NerdsGuideToFrontier.doc NerdsGuideToFrontier.htm Log Message: Drop smart single quote from file name. --- NEW FILE: NerdsGuideToFrontier.doc --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NerdsGuideToFrontier.htm --- <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta name=Title content="NerdÕs Guide to Frontier"> <meta name=Keywords content=""> <meta http-equiv=Content-Type content="text/html; charset=macintosh"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="NerdsGuideToFrontier_files/filelist.xml"> <link rel=Edit-Time-Data href="NerdsGuideToFrontier_files/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} [...1499 lines suppressed...] <h2 style='margin-top:20.0pt'><span style='font-size:18.0pt;font-family:Palatino'>About the Author<o:p></o:p></span></h2> <h3 style='margin-top:7.0pt;margin-right:0in;margin-bottom:0in;margin-left: 0in;margin-bottom:.0001pt'><span style='font-family:Palatino;font-weight:normal'>Dave Winer is founder and president of UserLand Software. He and Doug Baron are the lead developers at UserLand. Dave has been a commercial software developer since 1979, and shipped his first product, the ThinkTank outliner for the Apple II in 1983. The IBM PC version shipped in 1984. As founder and president of Living Videotext, Inc. he shipped one of the first Macintosh applications, ThinkTank 128, in mid-1984, and in 1986 shipped the award-winning MORE 1.0, followed by MORE 1.1c in 1987. Living Videotext merged with Symantec shortly after that and Dave moved on to start the development of Frontier. Frontier 2.0 received MacUserÕs Eddy award for best development tool of 1992. <o:p></o:p></span></h3> </div> </body> </html> |
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Extras/NerdsGuideToFrontier_files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25834 Added Files: image001.gif image002.pct image003.gif image004.gif image005.pct image006.gif image007.gif image008.pct image009.gif image010.gif image011.pct image012.gif image013.gif image014.pct image015.gif image016.gif image017.pct image018.gif image019.gif image020.pct image021.gif image022.gif image023.pct image024.gif image025.gif image026.pct image027.gif image028.gif image029.pct image030.gif image031.gif image032.pct image033.gif image034.gif image035.pct image036.gif image037.gif image038.pct image039.gif image040.gif image041.pct image042.gif image043.gif image044.pct image045.gif Log Message: Drop smart single quote from file name. --- NEW FILE: image026.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image029.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image022.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image018.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image019.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image016.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image039.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image041.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image002.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image036.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image042.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image012.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image027.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image038.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image020.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image004.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image025.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image017.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image005.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image024.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image045.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image014.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image035.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image010.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image031.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image032.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image033.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image001.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image003.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image043.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image037.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image021.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image028.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image034.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image030.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image015.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image009.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image044.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image013.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image023.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image007.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image006.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image040.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image011.pct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image008.pct --- (This appears to be a binary file; contents omitted.) |
|
From: Andre R. <and...@us...> - 2004-10-23 21:48:03
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Extras/NerdsGuideToFrontier_files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25572/NerdsGuideToFrontier_files Log Message: Directory /cvsroot/frontierkernel/Frontier/FrontierSDK/Extras/NerdsGuideToFrontier_files added to the repository |
|
From: Andre R. <and...@us...> - 2004-10-23 21:43:36
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24828/Frontier/Common/IowaRuntime/Source Modified Files: iowavalidate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowavalidate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowavalidate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowavalidate.c 9 Oct 2004 20:20:43 -0000 1.1 --- iowavalidate.c 23 Oct 2004 21:43:27 -0000 1.2 *************** *** 24,27 **** --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "shelltypes.h" #include "iowacore.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:43:26
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24792/Frontier/Common/IowaRuntime/Source Modified Files: iowascript.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowascript.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowascript.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowascript.c 9 Oct 2004 20:20:35 -0000 1.1 --- iowascript.c 23 Oct 2004 21:43:15 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <OSA.h> #include <iac.h> #include <UserTalk.h> --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include <iac.h> #include <UserTalk.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:43:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24722/Frontier/Common/IowaRuntime/Source Modified Files: iowaruntime.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowaruntime.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowaruntime.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowaruntime.c 9 Oct 2004 20:20:25 -0000 1.1 --- iowaruntime.c 23 Oct 2004 21:43:04 -0000 1.2 *************** *** 24,27 **** --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "shelltypes.h" #include <appletdefs.h> #include <iac.h> *************** *** 43,46 **** --- 47,52 ---- #include "iowascript.h" + #include "quickdraw.h" + #ifndef cutCmd *************** *** 2272,2276 **** //Code change by Timothy Paustian Friday, July 21, 2000 10:36:08 PM //create the UPP for the apple event handler ! #if TARGET_API_MAC_CARBON if (appleEventHandlerDesc == nil) appleEventHandlerDesc = NewAEEventHandlerUPP(appleEventHandler); --- 2278,2282 ---- //Code change by Timothy Paustian Friday, July 21, 2000 10:36:08 PM //create the UPP for the apple event handler ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (appleEventHandlerDesc == nil) appleEventHandlerDesc = NewAEEventHandlerUPP(appleEventHandler); |