From 3300150a67f5053742349853d2b4bee597e43e59 Mon Sep 17 00:00:00 2001 From: Robert Slover Date: Sun, 14 Jan 2001 17:54:16 +0000 Subject: [PATCH] Updated the ChangeLogs git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8604 72102866-910b-0410-8b05-ffd578937521 --- PCAppProj/ChangeLog | 48 ++++++++++++++++++++++++ PCBaseFileTypes/ChangeLog | 10 +++++ PCBundleProj/ChangeLog | 32 ++++++++++++++++ PCLib/ChangeLog | 79 +++++++++++++++++++++++++++++++++++++++ PCLibProj/ChangeLog | 17 +++++++++ PCToolProj/ChangeLog | 16 ++++++++ ProjectCenter/ChangeLog | 27 +++++++++++++ 7 files changed, 229 insertions(+) diff --git a/PCAppProj/ChangeLog b/PCAppProj/ChangeLog index ac81615..004bcb7 100644 --- a/PCAppProj/ChangeLog +++ b/PCAppProj/ChangeLog @@ -1,3 +1,51 @@ +2001-01-14 17:08 robert + + * PCAppProject.m: Added the supporting files category + +2001-01-14 16:07 robert + + * PCAppProject.h, PCAppProject.m: teh application class can now be + set - althoug still ignored by the makefile + +2001-01-10 15:18 robert + + * Makefile, Makefile.postamble, Makefile.preamble, PB.project, + PCAppMakefileFactory.m: no PB support anymore, inclusion of + PACKAGE_NAME + +2001-01-10 14:10 robert + + * main.m: applied the patch of nicola + +2001-01-10 13:56 robert + + * AppController.m: default is YES in applicationShouldTerminate: + +2001-01-07 15:43 robert + + * PCAppProject.m: some more minor fix and cleanup work + +2001-01-07 12:36 robert + + * PCAppProject.m: somehow the makefile was not being written...?! + +2001-01-06 17:44 robert + + * PCAppProject.h, PCAppProject.m: AppIcons are now set/cleaned + correctly + +2001-01-03 07:38 robert + + * AppController.h, AppController.m: fixed a typo + +2000-11-10 19:27 robert + + * PCAppProject.h, PCAppProject.m: some daily work... + +2000-11-10 15:07 robert + + * ChangeLog: changelog for 0.2 + 2000-11-04 13:41 robert * PCAppProj.m, PCAppProject.h, PCAppProject.m: we do not use diff --git a/PCBaseFileTypes/ChangeLog b/PCBaseFileTypes/ChangeLog index b62a139..17a5024 100644 --- a/PCBaseFileTypes/ChangeLog +++ b/PCBaseFileTypes/ChangeLog @@ -1,3 +1,13 @@ +2001-01-14 17:15 robert + + * Makefile, Makefile.postamble, Makefile.preamble, PB.project, + PCBaseFileType.m: removed old PB stuff and rearranged the file + types + +2000-11-10 15:08 robert + + * ChangeLog: changelog for 0.2 + 2000-10-29 13:00 robert * protocol.template: updated textfiles and new version coming diff --git a/PCBundleProj/ChangeLog b/PCBundleProj/ChangeLog index 6fa8285..4be11ff 100644 --- a/PCBundleProj/ChangeLog +++ b/PCBundleProj/ChangeLog @@ -1,3 +1,35 @@ +2001-01-14 17:08 robert + + * PCBundleProject.m: Added the supporting files category + +2001-01-14 16:08 robert + + * PCBundleProject.h, PCBundleProject.m: the principal class can now + be set using the GUI + +2001-01-13 21:46 robert + + * PCBundleMakefileFactory.m: fix in the bundle project related to + the principal class. + +2001-01-13 16:56 robert + + * PCBundleMakefileFactory.m: the principal class should now be set + in any cases + +2001-01-10 16:19 robert + + * PCBundleMakefileFactory.m: Initial support for RPM SPEC file + creation + +2000-11-10 19:27 robert + + * PCBundleProject.h, PCBundleProject.m: some daily work... + +2000-11-10 15:08 robert + + * ChangeLog: changelog for 0.2 + 2000-11-04 14:22 robert * GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble, diff --git a/PCLib/ChangeLog b/PCLib/ChangeLog index 270ef89..2137111 100644 --- a/PCLib/ChangeLog +++ b/PCLib/ChangeLog @@ -1,3 +1,82 @@ +2001-01-14 18:01 robert + + * PB.project: removing old PB stuff + +2001-01-14 17:57 robert + + * PCProjectBuilder.m, PCProjectDebugger.h, PCProjectDebugger.m: + Major improvements to the launch/debugger part + +2001-01-14 17:23 robert + + * Makefile, Makefile.postamble, Makefile.preamble: removed old PB + stuff + +2001-01-14 16:53 robert + + * PCProject.m: Fixed some mem leaks + +2001-01-13 21:46 robert + + * PCFileManager.m, PCProject.m: fix in the bundle project related + to the principal class. + +2001-01-11 20:21 robert + + * PCProjectBuilder.m, PCProjectDebugger.m: some more textview + handling...sigh + +2001-01-11 19:42 robert + + * PCProjectBuilder.m, PCProjectDebugger.h, PCProjectDebugger.m: + Added a primitive app/too launcher/debugger + +2001-01-10 16:19 robert + + * PCProjectBuilder.h, PCProjectBuilder.m: Initial support for RPM + SPEC file creation + +2001-01-07 15:43 robert + + * PCProjectManager.h, PCProjectManager.m: some more minor fix and + cleanup work + +2001-01-07 15:11 robert + + * PCBrowserController.m: removed unneeded log + +2001-01-07 15:10 robert + + * PCProjectManager.m: logs only when in DEBUG + +2001-01-07 15:07 robert + + * PCBrowserController.m: opening files using the workspace now + works a little bit better... + +2001-01-07 14:44 robert + + * PCServer.h, PCServer.m: reopening a file in the internal editor + now works w/o crashing + +2001-01-07 13:12 robert + + * PCBrowserController.m, PCProject.m, PCProjectManager.m: reopening + projects is now possible - finally... + +2001-01-06 17:26 robert + + * PCProject.h, PCProject.m, PCServer.m: minor bugfix in the editor + textview and new method to copy files into proj + +2000-11-10 19:27 robert + + * PCProject.h, PCProject.m, PCProjectManager.m: some daily work... + +2000-11-10 15:07 robert + + * ChangeLog: changelog for 0.2.0 + 2000-11-04 17:47 robert * PCBundleLoader.m: the bundle path is now depending on the env diff --git a/PCLibProj/ChangeLog b/PCLibProj/ChangeLog index 14a067a..ecd9862 100644 --- a/PCLibProj/ChangeLog +++ b/PCLibProj/ChangeLog @@ -1,3 +1,20 @@ +2001-01-14 17:09 robert + + * PCLibProject.m: Added the supporting files category + +2001-01-10 15:17 robert + + * Makefile, Makefile.postamble, Makefile.preamble, PB.project: no + PB support anymore + +2000-11-10 19:27 robert + + * PCLibProject.h, PCLibProject.m: some daily work... + +2000-11-10 15:08 robert + + * ChangeLog: changelog for 0.2 + 2000-10-15 20:29 robert * PCLibProject.m: some code improvements regarding the inspector diff --git a/PCToolProj/ChangeLog b/PCToolProj/ChangeLog index 823ced9..2a7ee33 100644 --- a/PCToolProj/ChangeLog +++ b/PCToolProj/ChangeLog @@ -1,3 +1,19 @@ +2001-01-14 17:10 robert + + * PCToolProject.m: Added the supporting files category + +2001-01-10 15:19 robert + + * PCToolMakefileFactory.m: inclusion of PACKAGE_NAME + +2000-11-10 19:27 robert + + * PCToolProject.h, PCToolProject.m: some daily work... + +2000-11-10 15:09 robert + + * ChangeLog: changelog for 0.2 + 2000-11-04 13:41 robert * PCToolProject.h, PCToolProject.m: The project type is executable diff --git a/ProjectCenter/ChangeLog b/ProjectCenter/ChangeLog index 50a5ad1..3d413b7 100644 --- a/ProjectCenter/ChangeLog +++ b/ProjectCenter/ChangeLog @@ -1,3 +1,30 @@ +2001-01-14 17:19 robert + + * ProjectCenter_main.m: cleanup in main() + +2001-01-14 16:38 robert + + * PCPrefController.h, PCPrefController.m: UI cleanup and + optimisation + +2001-01-10 16:19 robert + + * GNUmakefile, ProjectCenter_rpm.tiff: Initial support for RPM SPEC + file creation + +2001-01-07 15:43 robert + + * Info-project.plist, PCAppController+MenuHandling.m: some more + minor fix and cleanup work + +2000-11-10 19:27 robert + + * PCPrefController.m: some daily work... + +2000-11-10 15:07 robert + + * ChangeLog: changelog for 0.2.0 + 2000-11-04 18:11 robert * PCPrefController.m: some interface changes