changelog for 0.2.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Robert Slover 2000-11-10 14:07:23 +00:00
parent eae27b6ba9
commit 845b0b26da
2 changed files with 153 additions and 0 deletions

View file

@ -1,3 +1,99 @@
2000-11-04 17:47 robert
* PCBundleLoader.m: the bundle path is now depending on the env
variable
2000-11-04 14:20 robert
* PCProject.h, PCProject.m: projects are by default not executable
2000-11-02 11:21 robert
* PCProject.m, PCProjectBuilder.m: 2 lines of information when
launching...
2000-11-01 11:38 robert
* PCBrowserController.m, PCProject.m: removed logs
2000-10-29 21:17 robert
* PCProjectDebugger.h, PCProjectDebugger.m: added the class which
will one day become a simple gdb frontend
2000-10-29 21:15 robert
* GNUmakefile, PCBrowserController.m, PCProject.h, PCProject.m,
PCProjectBuilder.h, PCProjectBuilder.m, ProjectCenter.h: new style
interface - simpler but hopefully more usable
2000-10-29 13:00 robert
* PCBundleLoader.m, PCProject.m, PCProjectBuilder.h,
PCProjectBuilder.m, PCServer.h, PCServer.m: build logging now
works, as well as some enhancements when using the internal
'editor'
2000-10-27 19:15 robert
* PCProject.h, PCProject.m: removed the 2 popups, which are not
needed on the top right side
2000-10-26 11:12 robert
* PCProject.m: more image files are allowed now
2000-10-20 20:13 robert
* PCProject.h, PCProjectBuilder.m: new build images in the build
panel
2000-10-20 17:18 robert
* PCEditorView.m, PCProject.m: Support for protocols in file
creation
2000-10-15 20:24 robert
* PCBrowserController.m, PCProject.h, PCProject.m,
PCProjectBuilder.m, PCProjectManager.m: More UI enhancements - not
really functional yet
2000-10-15 14:27 robert
* PCBrowserController.m, PCProject.m, PCProjectBuilder.h,
PCProjectBuilder.m, PCProjectManager.m: typo and note about GNUstep
version added
2000-09-22 19:11 robert
* PCProject.h, PCProject.m: minor UI changes
2000-09-22 12:33 robert
* PCBrowserController.m, PCProject.h, PCProject.m,
PCProjectBuilder.h, PCProjectBuilder.m: some UI modifications
2000-09-21 09:36 robert
* PCBundleLoader.m: bundle path issues
2000-09-21 07:42 robert
* PCProjectManager.h, PCProjectManager.m: daily work
2000-09-21 07:20 robert
* PCFileManager.m: daily work
2000-09-21 07:16 robert
* PCEditorView.m: @end is now highlighted, too
2000-09-20 17:50 robert
* ChangeLog: Added a changelog
2000-09-20 17:46 robert
* GNUmakefile, PCBrowserController.m, PCEditorView.h,

View file

@ -1,3 +1,60 @@
2000-11-04 18:11 robert
* PCPrefController.m: some interface changes
2000-11-04 17:48 robert
* PCAppController.m, PCPrefController.m: the bundle path is now
depending on the GNUSTEP_LOCAL_ROOT env variable
2000-10-29 13:16 robert
* Info-project.plist: some GWorkspace additions
2000-10-29 13:01 robert
* Info-project.plist: 0.2 coming soon
2000-10-20 20:20 robert
* Makefile, Makefile.postamble, Makefile.preamble, PB.project:
remove old PB support
2000-10-20 20:18 robert
* PC.project: updated project file
2000-10-20 20:13 robert
* GNUmakefile, ProjectCenter_clean.tiff, ProjectCenter_debug.tiff,
ProjectCenter_install.tiff, ProjectCenter_make.tiff,
ProjectCenter_profile.tiff: added build images
2000-10-20 17:18 robert
* PCAppController.m: Support for protocols in file creation
2000-10-15 20:23 robert
* PCAppController.h, PCAppController.m: modified launching
behaviour
2000-10-15 14:25 robert
* PCPrefController.m: UI improvement
2000-09-21 09:32 robert
* PCPrefController.m: bundle path issue now fixed, hopefully...
2000-09-21 07:42 robert
* PCAppController.m, PCPrefController.m: open file now works, too
2000-09-20 17:50 robert
* ChangeLog: Added a changelog
2000-09-20 17:46 robert
* ProjectCenter_main.m: Added the font panel stuff