diff --git a/PCAppProj/ChangeLog b/PCAppProj/ChangeLog index 2b5b3ca..741c545 100644 --- a/PCAppProj/ChangeLog +++ b/PCAppProj/ChangeLog @@ -1,3 +1,49 @@ +2002-01-07 16:01 probert + + * GNUmakefile, PCAppProj.pcproj: Added libProjectCenter to the + bundle's library link settings. + +2002-01-07 10:37 probert + + * PC.project, PCAppProj.m, PCAppProj.pcproj: ProjectCenter now + stores the project files under PROJECTNAME.pcproj to avoid name + clashes. + +2002-01-02 18:51 probert + + * PC.proj, PC.project: Changed the build tool entry to + /usr/bin/make in all project files and templates. + +2002-01-02 17:05 probert + + * GNUmakefile, PC.proj, PC.project, PCAppMakefileFactory.m, + PCAppProject.m: The inspector now handles the installation path and + other settings. Furthermore it does not save changes automatically + but marks the project as being edited. Upon 'save' the project + file and GNUmakefile are being saved, not before! In addition the + various PC* bundles are now maintained by ProjectCenter itself. + The installation path for ProjectCenter.app is corrected to the + SYSTEM ROOT as well. + +2002-01-02 13:13 probert + + * AppController.h, AppController.m, GNUmakefile, PC.proj: All + bundles and libProjectCenter are now installed under + GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates have now a correct + install path default value. + +2002-01-01 18:27 probert + + * PC.proj, PCAppProject.h, PCAppProject.m: ProjectCenter now + validates project dictionaries and updates them if requested. I + also added new keys tp the PC.project files in order to be able to + generate valid *.spec.in files needed when building RPMs. + +2001-12-29 16:37 probert + + * ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs + in the subdirectories and raised the version number to 0.2.6. + 2001-12-29 15:06 probert * PCAppProj.m, PCAppProject.m: Cleaned up the writeMakefile method diff --git a/PCBaseFileTypes/ChangeLog b/PCBaseFileTypes/ChangeLog index 3131b1f..027625c 100644 --- a/PCBaseFileTypes/ChangeLog +++ b/PCBaseFileTypes/ChangeLog @@ -1,3 +1,39 @@ +2002-01-07 16:01 probert + + * GNUmakefile, PCBaseFileTypes.pcproj: Added libProjectCenter to + the bundle's library link settings. + +2002-01-07 10:37 probert + + * PC.project, PCBaseFileTypes.pcproj: ProjectCenter now stores the + project files under PROJECTNAME.pcproj to avoid name clashes. + +2002-01-02 18:51 probert + + * PC.project: Changed the build tool entry to /usr/bin/make in all + project files and templates. + +2002-01-02 17:05 probert + + * GNUmakefile, PC.project: The inspector now handles the + installation path and other settings. Furthermore it does not save + changes automatically but marks the project as being edited. Upon + 'save' the project file and GNUmakefile are being saved, not + before! In addition the various PC* bundles are now maintained by + ProjectCenter itself. The installation path for ProjectCenter.app + is corrected to the SYSTEM ROOT as well. + +2002-01-02 13:13 probert + + * GNUmakefile: All bundles and libProjectCenter are now installed + under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates have now a + correct install path default value. + +2001-12-29 16:37 probert + + * ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs + in the subdirectories and raised the version number to 0.2.6. + 2001-12-28 14:46 probert * cfile.template, cheader.template, class.template, diff --git a/PCBundleProj/ChangeLog b/PCBundleProj/ChangeLog index d89b8e1..66e8e79 100644 --- a/PCBundleProj/ChangeLog +++ b/PCBundleProj/ChangeLog @@ -1,3 +1,48 @@ +2002-01-07 16:01 probert + + * GNUmakefile, PCBundleProj.pcproj: Added libProjectCenter to the + bundle's library link settings. + +2002-01-07 10:37 probert + + * PC.project, PCBundleProj.m, PCBundleProj.pcproj: ProjectCenter + now stores the project files under PROJECTNAME.pcproj to avoid name + clashes. + +2002-01-02 18:51 probert + + * PC.proj, PC.project: Changed the build tool entry to + /usr/bin/make in all project files and templates. + +2002-01-02 17:05 probert + + * GNUmakefile, PC.proj, PC.project, PCBundleMakefileFactory.m, + PCBundleProject.m: The inspector now handles the installation path + and other settings. Furthermore it does not save changes + automatically but marks the project as being edited. Upon 'save' + the project file and GNUmakefile are being saved, not before! In + addition the various PC* bundles are now maintained by + ProjectCenter itself. The installation path for ProjectCenter.app + is corrected to the SYSTEM ROOT as well. + +2002-01-02 13:13 probert + + * GNUmakefile, PC.proj: All bundles and libProjectCenter are now + installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates + have now a correct install path default value. + +2002-01-01 18:27 probert + + * PC.proj, PCBundleProject.h, PCBundleProject.m: ProjectCenter now + validates project dictionaries and updates them if requested. I + also added new keys tp the PC.project files in order to be able to + generate valid *.spec.in files needed when building RPMs. + +2001-12-29 16:37 probert + + * ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs + in the subdirectories and raised the version number to 0.2.6. + 2001-12-29 15:06 probert * PCBundleProject.m: Cleaned up the writeMakefile method diff --git a/PCGormProj/ChangeLog b/PCGormProj/ChangeLog index 96dd3b4..32f81fc 100644 --- a/PCGormProj/ChangeLog +++ b/PCGormProj/ChangeLog @@ -1,6 +1,55 @@ -2002-01-06 Adam Fedor +2002-01-07 16:01 probert - * GNUmakefile.preamble: Proper inclusion of -lProjectCenter + * GNUmakefile, GNUmakefile.preamble, PCGormProj.pcproj: Added + libProjectCenter to the bundle's library link settings. + +2002-01-07 10:37 probert + + * PC.project, PCGormProj.m, PCGormProj.pcproj: ProjectCenter now + stores the project files under PROJECTNAME.pcproj to avoid name + clashes. + +2002-01-07 05:40 fedor + + * ChangeLog, GNUmakefile.preamble: Include -lProjectCenter + correctly + +2002-01-02 18:51 probert + + * PC.proj, PC.project: Changed the build tool entry to + /usr/bin/make in all project files and templates. + +2002-01-02 17:37 probert + + * ChangeLog: Added the ChangeLog for the Gorm App project + +2002-01-02 17:33 probert + + * PCGormMakefileFactory.m: Libraries, Gorm apps and tools use the + install path now, too. + +2002-01-02 17:05 probert + + * GNUmakefile, PC.proj, PC.project, PCGormProject.m: The inspector + now handles the installation path and other settings. Furthermore + it does not save changes automatically but marks the project as + being edited. Upon 'save' the project file and GNUmakefile are + being saved, not before! In addition the various PC* bundles are + now maintained by ProjectCenter itself. The installation path for + ProjectCenter.app is corrected to the SYSTEM ROOT as well. + +2002-01-02 13:13 probert + + * GNUmakefile, PC.proj: All bundles and libProjectCenter are now + installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates + have now a correct install path default value. + +2002-01-01 18:27 probert + + * PC.proj, PCGormProject.h, PCGormProject.m: ProjectCenter now + validates project dictionaries and updates them if requested. I + also added new keys tp the PC.project files in order to be able to + generate valid *.spec.in files needed when building RPMs. 2001-12-29 15:07 probert diff --git a/PCLib/ChangeLog b/PCLib/ChangeLog index 291991d..93e9b76 100644 --- a/PCLib/ChangeLog +++ b/PCLib/ChangeLog @@ -1,3 +1,59 @@ +2002-01-07 11:00 probert + + * GNUmakefile, PCBrowserController.m, PCEditorView.m, + PCFileManager.m, ProjectCenter.pcproj, Version: PCLib is now + maintained by ProjectCenter as well! + +2002-01-07 10:37 probert + + * PCProject.m, PCProjectManager.m: ProjectCenter now stores the + project files under PROJECTNAME.pcproj to avoid name clashes. + +2002-01-02 18:43 probert + + * PCProject.m, PCProjectBuilder.m: The build tool can now be + customised. Make sure to enter a valid path in the inspector field! + +2002-01-02 18:33 probert + + * GNUmakefile: The library now gets installed in the proper + directory as well. + +2002-01-02 17:05 probert + + * PCProject.h, PCProject.m, PCProjectBuilder.m, PCProjectManager.m: + The inspector now handles the installation path and other settings. + Furthermore it does not save changes automatically but marks the + project as being edited. Upon 'save' the project file and + GNUmakefile are being saved, not before! In addition the various + PC* bundles are now maintained by ProjectCenter itself. The + installation path for ProjectCenter.app is corrected to the SYSTEM + ROOT as well. + +2002-01-02 13:13 probert + + * PCBundleLoader.m: All bundles and libProjectCenter are now + installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates + have now a correct install path default value. + +2002-01-01 19:21 probert + + * PCProjectBuilder.m: Added a new button for the build target + 'dist' in the builder panel + +2002-01-01 18:27 probert + + * PCProject.h, PCProject.m, PCProjectBuilder.m, PCProjectManager.m: + ProjectCenter now validates project dictionaries and updates them + if requested. I also added new keys tp the PC.project files in + order to be able to generate valid *.spec.in files needed when + building RPMs. + +2001-12-29 16:37 probert + + * ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs + in the subdirectories and raised the version number to 0.2.6. + 2001-12-29 16:29 probert * PCProjectManager.h, PCProjectManager.m: Automatic, periodic diff --git a/PCLibProj/ChangeLog b/PCLibProj/ChangeLog index da01fd4..d485d3f 100644 --- a/PCLibProj/ChangeLog +++ b/PCLibProj/ChangeLog @@ -1,3 +1,53 @@ +2002-01-07 16:01 probert + + * GNUmakefile, PCLibProj.pcproj: Added libProjectCenter to the + bundle's library link settings. + +2002-01-07 10:37 probert + + * PC.project, PCLibProj.m, PCLibProj.pcproj: ProjectCenter now + stores the project files under PROJECTNAME.pcproj to avoid name + clashes. + +2002-01-02 18:51 probert + + * PC.proj, PC.project: Changed the build tool entry to + /usr/bin/make in all project files and templates. + +2002-01-02 17:33 probert + + * PCLibMakefileFactory.m: Libraries, Gorm apps and tools use the + install path now, too. + +2002-01-02 17:05 probert + + * GNUmakefile, LibProject.gmodel, PC.proj, PC.project: The + inspector now handles the installation path and other settings. + Furthermore it does not save changes automatically but marks the + project as being edited. Upon 'save' the project file and + GNUmakefile are being saved, not before! In addition the various + PC* bundles are now maintained by ProjectCenter itself. The + installation path for ProjectCenter.app is corrected to the SYSTEM + ROOT as well. + +2002-01-02 13:13 probert + + * GNUmakefile, PC.proj: All bundles and libProjectCenter are now + installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates + have now a correct install path default value. + +2002-01-01 18:27 probert + + * PC.proj, PCLibProject.h, PCLibProject.m: ProjectCenter now + validates project dictionaries and updates them if requested. I + also added new keys tp the PC.project files in order to be able to + generate valid *.spec.in files needed when building RPMs. + +2001-12-29 16:37 probert + + * ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs + in the subdirectories and raised the version number to 0.2.6. + 2001-12-29 15:07 probert * PCLibProject.m: leaned up the writeMakefile method diff --git a/PCToolProj/ChangeLog b/PCToolProj/ChangeLog index dfdfc10..9d56f0f 100644 --- a/PCToolProj/ChangeLog +++ b/PCToolProj/ChangeLog @@ -1,3 +1,52 @@ +2002-01-07 16:01 probert + + * GNUmakefile, PCToolProj.pcproj: Added libProjectCenter to the + bundle's library link settings. + +2002-01-07 10:37 probert + + * PC.project, PCToolProj.m, PCToolProj.pcproj: ProjectCenter now + stores the project files under PROJECTNAME.pcproj to avoid name + clashes. + +2002-01-02 18:51 probert + + * PC.proj, PC.project: Changed the build tool entry to + /usr/bin/make in all project files and templates. + +2002-01-02 17:33 probert + + * PCToolMakefileFactory.m: Libraries, Gorm apps and tools use the + install path now, too. + +2002-01-02 17:05 probert + + * GNUmakefile, PC.proj, PC.project: The inspector now handles the + installation path and other settings. Furthermore it does not save + changes automatically but marks the project as being edited. Upon + 'save' the project file and GNUmakefile are being saved, not + before! In addition the various PC* bundles are now maintained by + ProjectCenter itself. The installation path for ProjectCenter.app + is corrected to the SYSTEM ROOT as well. + +2002-01-02 13:13 probert + + * GNUmakefile, PC.proj: All bundles and libProjectCenter are now + installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates + have now a correct install path default value. + +2002-01-01 18:27 probert + + * PC.proj, PCToolProject.h, PCToolProject.m: ProjectCenter now + validates project dictionaries and updates them if requested. I + also added new keys tp the PC.project files in order to be able to + generate valid *.spec.in files needed when building RPMs. + +2001-12-29 16:37 probert + + * ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs + in the subdirectories and raised the version number to 0.2.6. + 2001-12-29 15:07 probert * PCToolProject.m: Cleaned up the writeMakefile method diff --git a/ProjectCenter/ChangeLog b/ProjectCenter/ChangeLog index df16735..4da46ed 100644 --- a/ProjectCenter/ChangeLog +++ b/ProjectCenter/ChangeLog @@ -1,3 +1,49 @@ +2002-01-07 10:37 probert + + * PC.project, PCMenuController.m, ProjectCenter.pcproj, + ProjectCenterInfo.plist: ProjectCenter now stores the project files + under PROJECTNAME.pcproj to avoid name clashes. + +2002-01-02 18:51 probert + + * PC.project: Changed the build tool entry to /usr/bin/make in all + project files and templates. + +2002-01-02 17:05 probert + + * GNUmakefile, PC.project: The inspector now handles the + installation path and other settings. Furthermore it does not save + changes automatically but marks the project as being edited. Upon + 'save' the project file and GNUmakefile are being saved, not + before! In addition the various PC* bundles are now maintained by + ProjectCenter itself. The installation path for ProjectCenter.app + is corrected to the SYSTEM ROOT as well. + +2002-01-02 13:13 probert + + * PCAppController.m: All bundles and libProjectCenter are now + installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates + have now a correct install path default value. + +2002-01-01 19:09 probert + + * GNUmakefile, PC.project, ProjectCenter_dist.tiff, + ProjectCenter_rpm.tiff: Added the icon for creating a tar.gz dist + and updated the project files using the latest CVS code. + +2002-01-01 18:27 probert + + * ProjectCenterInfo.plist: ProjectCenter now validates project + dictionaries and updates them if requested. I also added new keys + tp the PC.project files in order to be able to generate valid + *.spec.in files needed when building RPMs. + +2001-12-29 16:37 probert + + * ChangeLog, ProjectCenterInfo.plist: Removed the toplevel + ChangeLog, updated the ChangeLogs in the subdirectories and raised + the version number to 0.2.6. + 2001-12-29 16:28 probert * PCPrefController.h, PCPrefController.m: Automatic, periodic