Updated ChangeLogs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-06-01 14:00:45 +00:00
parent 7bfa1bddb8
commit 533a424b62
9 changed files with 108 additions and 22 deletions

View file

@ -33,11 +33,11 @@ In order to do this successfully you must first install PCLib and the bundles an
Important!
==========
o ProjectCenter now installs into GNUSTEP_SYSTEM_ROOT. Be sure to have the
o ProjectCenter now installs into GNUSTEP_INSTALLATION_DIR. Be sure to have the
correct privileges when installing it!
o When ProjectCenter fails to launch due to a missing bundle path, you can set
it using GNUstep's defaults tool:
it using GNUstep's defaults tool ie. to:
defaults write ProjectCenter BundlePaths /usr/GNUstep/System/Library/ProjectCenter
defaults write ProjectCenter BundlePaths /usr/GNUstep/Local/Library/ProjectCenter

View file

@ -1,7 +1,16 @@
2002-04-25 Adam Fedor <fedor@gnu.org>
2002-06-01 15:53 probert
* PCAppProject.m ([PCAppProject -init]): Remove call to _iniUI -
already in [PCProject -init].
* GNUmakefile, PCAppProj.pcproj, PCAppProject.m: Fixed a bug in the
app makefile creation
2002-04-26 05:12 fedor
* ChangeLog, PCAppProject.m: removed bunches of duplicate calls,
retains and releases.
2002-03-25 20:37 probert
* ChangeLog: ChangeLog updates
2002-03-01 14:30 probert

View file

@ -1,3 +1,12 @@
2002-06-01 15:56 probert
* GNUmakefile, PCBaseFileTypes.pcproj: Installation into
GNUSPTE_INSTALLATION_DIR
2002-03-25 20:37 probert
* ChangeLog: ChangeLog updates
2002-02-17 21:10 probert
* ChangeLog: Updated the ChangeLog files

View file

@ -1,7 +1,21 @@
2002-04-25 Adam Fedor <fedor@gnu.org>
2002-06-01 15:56 probert
* PCBundleProject.m (-init): Remove call to _iniUI -
already in [PCProject -init].
* GNUmakefile, PCBundleProj.pcproj: Installation into
GNUSPTE_INSTALLATION_DIR
2002-06-01 15:07 probert
* PC.proj, PCBundleProject.m: The default installation path prefix
for bundles is now set to $GNUSTEP_INSTALLATION_DIR
2002-04-26 05:12 fedor
* ChangeLog, PCBundleProject.m: removed bunches of duplicate calls,
retains and releases.
2002-03-25 20:37 probert
* ChangeLog: ChangeLog updates
2002-03-01 15:22 probert

View file

@ -1,7 +1,16 @@
2002-04-25 Adam Fedor <fedor@gnu.org>
2002-06-01 15:56 probert
* PCGormProject.m (-init): Remove call to _iniUI -
already in [PCProject -init].
* GNUmakefile, PCGormProj.pcproj: Installation into
GNUSPTE_INSTALLATION_DIR
2002-04-26 05:12 fedor
* ChangeLog, PCGormProject.m: removed bunches of duplicate calls,
retains and releases.
2002-03-25 20:37 probert
* ChangeLog: ChangeLog updates
2002-03-01 15:38 probert

View file

@ -1,9 +1,27 @@
2002-04-25 Adam Fedor <fedor@gnu.org>
2002-06-01 15:55 probert
* PCHistoryController.m (-click:): Don't send notification.
* PCMakefileFactory.m: Code cleanup
* PCProject.m: Don't retain or release projectManger.
(-dealloc): Don't release window (releasedWhenClosed).
2002-06-01 15:46 probert
* GNUmakefile, PCBundleLoader.m, PCMakefileFactory.m,
ProjectCenter.pcproj: Fixed a bug in the lib makefile creation
part.
2002-04-26 05:12 fedor
* ChangeLog, GNUmakefile, PCBrowserController.m,
PCHistoryController.m, PCProject.m, PCProjectManager.m: removed
bunches of duplicate calls, retains and releases.
2002-04-25 23:12 fedor
* ChangeLog, PCBrowserController.m, PCHistoryController.m: Retain
browser
2002-03-25 20:37 probert
* ChangeLog, Version: ChangeLog updates
2002-03-03 14:47 probert

View file

@ -1,7 +1,16 @@
2002-04-25 Adam Fedor <fedor@gnu.org>
2002-06-01 15:56 probert
* PCToolProject.m (-init): Remove call to _iniUI -
already in [PCProject -init].
* GNUmakefile, PCLibProj.pcproj: Installation into
GNUSPTE_INSTALLATION_DIR
2002-04-26 05:12 fedor
* ChangeLog, PCLibProject.m: removed bunches of duplicate calls,
retains and releases.
2002-03-25 20:37 probert
* ChangeLog: ChangeLog updates
2002-03-03 16:31 probert

View file

@ -1,7 +1,16 @@
2002-04-25 Adam Fedor <fedor@gnu.org>
2002-06-01 15:56 probert
* PCToolProject.m (-init): Remove call to _iniUI -
already in [PCProject -init].
* GNUmakefile, PCToolProj.pcproj: Installation into
GNUSPTE_INSTALLATION_DIR
2002-04-26 05:12 fedor
* ChangeLog, PCToolProject.m: removed bunches of duplicate calls,
retains and releases.
2002-03-25 20:37 probert
* ChangeLog: ChangeLog updates
2002-03-01 16:32 probert

View file

@ -1,3 +1,12 @@
2002-06-01 15:54 probert
* GNUmakefile, ProjectCenter.pcproj, ProjectCenterInfo.plist: New
version 0.3.0
2002-03-25 20:37 probert
* ChangeLog, ProjectCenterInfo.plist: ChangeLog updates
2002-03-04 11:19 CaS
* PCMenuController.m: Tidy save panel a bit.