changelog for 0.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Robert Slover 2000-11-10 14:09:15 +00:00
parent 845b0b26da
commit 7345f0a00d
5 changed files with 120 additions and 0 deletions

View file

@ -1,3 +1,39 @@
2000-11-04 13:41 robert
* PCAppProj.m, PCAppProject.h, PCAppProject.m: we do not use
gmodels, and the project is executable
2000-10-20 16:49 robert
* PCAppMakefileFactory.m, PCAppProj.m, PCAppProject.h,
PCAppProject.m: some more UI
2000-10-15 20:29 robert
* PCAppProject.m: some code improvements regarding the inspector
2000-10-15 14:36 robert
* AppController.h, AppController.m, main.m: fixed the info panel
issue
2000-10-15 14:25 robert
* PCAppProj.m: Added the plist file to "Other Resources"
2000-10-11 09:35 robert
* AppController.h, AppController.m: removed old method
2000-10-11 09:33 robert
* AppController.h, AppController.m, PCAppProj.m, main.m: new info
panel approach - uch simpler, thanks Nicola!
2000-09-20 17:51 robert
* ChangeLog: Added a changelog
2000-09-20 10:50 robert
* AppController.h, AppController.m, PCAppMakefileFactory.m,

View file

@ -1,3 +1,17 @@
2000-10-29 13:00 robert
* protocol.template: updated textfiles and new version coming
soon...
2000-10-20 17:18 robert
* GNUmakefile, PCBaseFileType.m, protocol.template: Support for
protocols in file creation
2000-09-20 17:51 robert
* ChangeLog: Added a changelog
2000-09-13 12:45 robert
* PCBaseFileType.m: removed the gmodels completely from

8
PCBundleProj/ChangeLog Normal file
View file

@ -0,0 +1,8 @@
2000-11-04 14:22 robert
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
Info.table, PC.proj, PCBundleMakefileFactory.h,
PCBundleMakefileFactory.m, PCBundleProj.h, PCBundleProj.m,
PCBundleProject.h, PCBundleProject.m: the new bundle project type -
probably not 100% correct but working

View file

@ -1,3 +1,29 @@
2000-10-15 20:29 robert
* PCLibProject.m: some code improvements regarding the inspector
2000-09-24 15:37 robert
* PCLibProject.m: minor UI issue
2000-09-23 17:45 robert
* PCLibMakefileFactory.m: another issue...
2000-09-23 16:24 robert
* PCLibMakefileFactory.m, PCLibProject.m: Fixed some makefile
issues
2000-09-21 09:07 robert
* PCLibMakefileFactory.m, PCLibProj.m: removed the English.lproj
stuff in libs
2000-09-20 17:51 robert
* ChangeLog: Added a changelog
2000-09-17 14:13 robert
* PCLibMakefileFactory.m: makefile improvements

36
PCToolProj/ChangeLog Normal file
View file

@ -0,0 +1,36 @@
2000-11-04 13:41 robert
* PCToolProject.h, PCToolProject.m: The project type is executable
2000-10-15 20:29 robert
* PCToolProject.m: some code improvements regarding the inspector
2000-10-11 15:15 robert
* PCToolProject.m: daily work
2000-09-22 11:24 robert
* PCToolMakefileFactory.m: Fix in the makefile generation section
2000-09-03 22:10 robert
* GNUmakefile.preamble: renamed libPC into libProjectCenter
2000-08-27 21:13 robert
* PCToolProj.h, PCToolProj.m, h.template, m.template, Info.table,
PCToolProject.m, GNUmakefile.postamble, GNUmakefile.preamble,
PCToolProject.h, main.m, PCToolMakefileFactory.m, GNUmakefile,
Info-project.plist, PC.proj, PCToolMakefileFactory.h: Initial
revision
2000-08-27 21:13 robert
* PCToolProj.h, PCToolProj.m, h.template, m.template, Info.table,
PCToolProject.m, GNUmakefile.postamble, GNUmakefile.preamble,
PCToolProject.h, main.m, PCToolMakefileFactory.m, GNUmakefile,
Info-project.plist, PC.proj, PCToolMakefileFactory.h: Initial
import