Updated the ChangeLogs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8604 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Robert Slover 2001-01-14 17:54:16 +00:00
parent 8e626c2cb3
commit 3300150a67
7 changed files with 229 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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,

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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