Updated all ChangeLog files (using cvs2cl.pl)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12023 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-01-07 15:05:46 +00:00
parent a50df2110a
commit 59c7905360
8 changed files with 379 additions and 2 deletions

View file

@ -1,3 +1,49 @@
2002-01-07 16:01 probert
* GNUmakefile, PCAppProj.pcproj: Added libProjectCenter to the
bundle's library link settings.
2002-01-07 10:37 probert
* PC.project, PCAppProj.m, PCAppProj.pcproj: ProjectCenter now
stores the project files under PROJECTNAME.pcproj to avoid name
clashes.
2002-01-02 18:51 probert
* PC.proj, PC.project: Changed the build tool entry to
/usr/bin/make in all project files and templates.
2002-01-02 17:05 probert
* GNUmakefile, PC.proj, PC.project, PCAppMakefileFactory.m,
PCAppProject.m: The inspector now handles the installation path and
other settings. Furthermore it does not save changes automatically
but marks the project as being edited. Upon 'save' the project
file and GNUmakefile are being saved, not before! In addition the
various PC* bundles are now maintained by ProjectCenter itself.
The installation path for ProjectCenter.app is corrected to the
SYSTEM ROOT as well.
2002-01-02 13:13 probert
* AppController.h, AppController.m, GNUmakefile, PC.proj: All
bundles and libProjectCenter are now installed under
GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates have now a correct
install path default value.
2002-01-01 18:27 probert
* PC.proj, PCAppProject.h, PCAppProject.m: ProjectCenter now
validates project dictionaries and updates them if requested. I
also added new keys tp the PC.project files in order to be able to
generate valid *.spec.in files needed when building RPMs.
2001-12-29 16:37 probert
* ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs
in the subdirectories and raised the version number to 0.2.6.
2001-12-29 15:06 probert
* PCAppProj.m, PCAppProject.m: Cleaned up the writeMakefile method

View file

@ -1,3 +1,39 @@
2002-01-07 16:01 probert
* GNUmakefile, PCBaseFileTypes.pcproj: Added libProjectCenter to
the bundle's library link settings.
2002-01-07 10:37 probert
* PC.project, PCBaseFileTypes.pcproj: ProjectCenter now stores the
project files under PROJECTNAME.pcproj to avoid name clashes.
2002-01-02 18:51 probert
* PC.project: Changed the build tool entry to /usr/bin/make in all
project files and templates.
2002-01-02 17:05 probert
* GNUmakefile, PC.project: The inspector now handles the
installation path and other settings. Furthermore it does not save
changes automatically but marks the project as being edited. Upon
'save' the project file and GNUmakefile are being saved, not
before! In addition the various PC* bundles are now maintained by
ProjectCenter itself. The installation path for ProjectCenter.app
is corrected to the SYSTEM ROOT as well.
2002-01-02 13:13 probert
* GNUmakefile: All bundles and libProjectCenter are now installed
under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates have now a
correct install path default value.
2001-12-29 16:37 probert
* ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs
in the subdirectories and raised the version number to 0.2.6.
2001-12-28 14:46 probert
* cfile.template, cheader.template, class.template,

View file

@ -1,3 +1,48 @@
2002-01-07 16:01 probert
* GNUmakefile, PCBundleProj.pcproj: Added libProjectCenter to the
bundle's library link settings.
2002-01-07 10:37 probert
* PC.project, PCBundleProj.m, PCBundleProj.pcproj: ProjectCenter
now stores the project files under PROJECTNAME.pcproj to avoid name
clashes.
2002-01-02 18:51 probert
* PC.proj, PC.project: Changed the build tool entry to
/usr/bin/make in all project files and templates.
2002-01-02 17:05 probert
* GNUmakefile, PC.proj, PC.project, PCBundleMakefileFactory.m,
PCBundleProject.m: The inspector now handles the installation path
and other settings. Furthermore it does not save changes
automatically but marks the project as being edited. Upon 'save'
the project file and GNUmakefile are being saved, not before! In
addition the various PC* bundles are now maintained by
ProjectCenter itself. The installation path for ProjectCenter.app
is corrected to the SYSTEM ROOT as well.
2002-01-02 13:13 probert
* GNUmakefile, PC.proj: All bundles and libProjectCenter are now
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
have now a correct install path default value.
2002-01-01 18:27 probert
* PC.proj, PCBundleProject.h, PCBundleProject.m: ProjectCenter now
validates project dictionaries and updates them if requested. I
also added new keys tp the PC.project files in order to be able to
generate valid *.spec.in files needed when building RPMs.
2001-12-29 16:37 probert
* ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs
in the subdirectories and raised the version number to 0.2.6.
2001-12-29 15:06 probert
* PCBundleProject.m: Cleaned up the writeMakefile method

View file

@ -1,6 +1,55 @@
2002-01-06 Adam Fedor <fedor@gnu.org>
2002-01-07 16:01 probert
* GNUmakefile.preamble: Proper inclusion of -lProjectCenter
* GNUmakefile, GNUmakefile.preamble, PCGormProj.pcproj: Added
libProjectCenter to the bundle's library link settings.
2002-01-07 10:37 probert
* PC.project, PCGormProj.m, PCGormProj.pcproj: ProjectCenter now
stores the project files under PROJECTNAME.pcproj to avoid name
clashes.
2002-01-07 05:40 fedor
* ChangeLog, GNUmakefile.preamble: Include -lProjectCenter
correctly
2002-01-02 18:51 probert
* PC.proj, PC.project: Changed the build tool entry to
/usr/bin/make in all project files and templates.
2002-01-02 17:37 probert
* ChangeLog: Added the ChangeLog for the Gorm App project
2002-01-02 17:33 probert
* PCGormMakefileFactory.m: Libraries, Gorm apps and tools use the
install path now, too.
2002-01-02 17:05 probert
* GNUmakefile, PC.proj, PC.project, PCGormProject.m: The inspector
now handles the installation path and other settings. Furthermore
it does not save changes automatically but marks the project as
being edited. Upon 'save' the project file and GNUmakefile are
being saved, not before! In addition the various PC* bundles are
now maintained by ProjectCenter itself. The installation path for
ProjectCenter.app is corrected to the SYSTEM ROOT as well.
2002-01-02 13:13 probert
* GNUmakefile, PC.proj: All bundles and libProjectCenter are now
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
have now a correct install path default value.
2002-01-01 18:27 probert
* PC.proj, PCGormProject.h, PCGormProject.m: ProjectCenter now
validates project dictionaries and updates them if requested. I
also added new keys tp the PC.project files in order to be able to
generate valid *.spec.in files needed when building RPMs.
2001-12-29 15:07 probert

View file

@ -1,3 +1,59 @@
2002-01-07 11:00 probert
* GNUmakefile, PCBrowserController.m, PCEditorView.m,
PCFileManager.m, ProjectCenter.pcproj, Version: PCLib is now
maintained by ProjectCenter as well!
2002-01-07 10:37 probert
* PCProject.m, PCProjectManager.m: ProjectCenter now stores the
project files under PROJECTNAME.pcproj to avoid name clashes.
2002-01-02 18:43 probert
* PCProject.m, PCProjectBuilder.m: The build tool can now be
customised. Make sure to enter a valid path in the inspector field!
2002-01-02 18:33 probert
* GNUmakefile: The library now gets installed in the proper
directory as well.
2002-01-02 17:05 probert
* PCProject.h, PCProject.m, PCProjectBuilder.m, PCProjectManager.m:
The inspector now handles the installation path and other settings.
Furthermore it does not save changes automatically but marks the
project as being edited. Upon 'save' the project file and
GNUmakefile are being saved, not before! In addition the various
PC* bundles are now maintained by ProjectCenter itself. The
installation path for ProjectCenter.app is corrected to the SYSTEM
ROOT as well.
2002-01-02 13:13 probert
* PCBundleLoader.m: All bundles and libProjectCenter are now
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
have now a correct install path default value.
2002-01-01 19:21 probert
* PCProjectBuilder.m: Added a new button for the build target
'dist' in the builder panel
2002-01-01 18:27 probert
* PCProject.h, PCProject.m, PCProjectBuilder.m, PCProjectManager.m:
ProjectCenter now validates project dictionaries and updates them
if requested. I also added new keys tp the PC.project files in
order to be able to generate valid *.spec.in files needed when
building RPMs.
2001-12-29 16:37 probert
* ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs
in the subdirectories and raised the version number to 0.2.6.
2001-12-29 16:29 probert
* PCProjectManager.h, PCProjectManager.m: Automatic, periodic

View file

@ -1,3 +1,53 @@
2002-01-07 16:01 probert
* GNUmakefile, PCLibProj.pcproj: Added libProjectCenter to the
bundle's library link settings.
2002-01-07 10:37 probert
* PC.project, PCLibProj.m, PCLibProj.pcproj: ProjectCenter now
stores the project files under PROJECTNAME.pcproj to avoid name
clashes.
2002-01-02 18:51 probert
* PC.proj, PC.project: Changed the build tool entry to
/usr/bin/make in all project files and templates.
2002-01-02 17:33 probert
* PCLibMakefileFactory.m: Libraries, Gorm apps and tools use the
install path now, too.
2002-01-02 17:05 probert
* GNUmakefile, LibProject.gmodel, PC.proj, PC.project: The
inspector now handles the installation path and other settings.
Furthermore it does not save changes automatically but marks the
project as being edited. Upon 'save' the project file and
GNUmakefile are being saved, not before! In addition the various
PC* bundles are now maintained by ProjectCenter itself. The
installation path for ProjectCenter.app is corrected to the SYSTEM
ROOT as well.
2002-01-02 13:13 probert
* GNUmakefile, PC.proj: All bundles and libProjectCenter are now
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
have now a correct install path default value.
2002-01-01 18:27 probert
* PC.proj, PCLibProject.h, PCLibProject.m: ProjectCenter now
validates project dictionaries and updates them if requested. I
also added new keys tp the PC.project files in order to be able to
generate valid *.spec.in files needed when building RPMs.
2001-12-29 16:37 probert
* ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs
in the subdirectories and raised the version number to 0.2.6.
2001-12-29 15:07 probert
* PCLibProject.m: leaned up the writeMakefile method

View file

@ -1,3 +1,52 @@
2002-01-07 16:01 probert
* GNUmakefile, PCToolProj.pcproj: Added libProjectCenter to the
bundle's library link settings.
2002-01-07 10:37 probert
* PC.project, PCToolProj.m, PCToolProj.pcproj: ProjectCenter now
stores the project files under PROJECTNAME.pcproj to avoid name
clashes.
2002-01-02 18:51 probert
* PC.proj, PC.project: Changed the build tool entry to
/usr/bin/make in all project files and templates.
2002-01-02 17:33 probert
* PCToolMakefileFactory.m: Libraries, Gorm apps and tools use the
install path now, too.
2002-01-02 17:05 probert
* GNUmakefile, PC.proj, PC.project: The inspector now handles the
installation path and other settings. Furthermore it does not save
changes automatically but marks the project as being edited. Upon
'save' the project file and GNUmakefile are being saved, not
before! In addition the various PC* bundles are now maintained by
ProjectCenter itself. The installation path for ProjectCenter.app
is corrected to the SYSTEM ROOT as well.
2002-01-02 13:13 probert
* GNUmakefile, PC.proj: All bundles and libProjectCenter are now
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
have now a correct install path default value.
2002-01-01 18:27 probert
* PC.proj, PCToolProject.h, PCToolProject.m: ProjectCenter now
validates project dictionaries and updates them if requested. I
also added new keys tp the PC.project files in order to be able to
generate valid *.spec.in files needed when building RPMs.
2001-12-29 16:37 probert
* ChangeLog: Removed the toplevel ChangeLog, updated the ChangeLogs
in the subdirectories and raised the version number to 0.2.6.
2001-12-29 15:07 probert
* PCToolProject.m: Cleaned up the writeMakefile method

View file

@ -1,3 +1,49 @@
2002-01-07 10:37 probert
* PC.project, PCMenuController.m, ProjectCenter.pcproj,
ProjectCenterInfo.plist: ProjectCenter now stores the project files
under PROJECTNAME.pcproj to avoid name clashes.
2002-01-02 18:51 probert
* PC.project: Changed the build tool entry to /usr/bin/make in all
project files and templates.
2002-01-02 17:05 probert
* GNUmakefile, PC.project: The inspector now handles the
installation path and other settings. Furthermore it does not save
changes automatically but marks the project as being edited. Upon
'save' the project file and GNUmakefile are being saved, not
before! In addition the various PC* bundles are now maintained by
ProjectCenter itself. The installation path for ProjectCenter.app
is corrected to the SYSTEM ROOT as well.
2002-01-02 13:13 probert
* PCAppController.m: All bundles and libProjectCenter are now
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
have now a correct install path default value.
2002-01-01 19:09 probert
* GNUmakefile, PC.project, ProjectCenter_dist.tiff,
ProjectCenter_rpm.tiff: Added the icon for creating a tar.gz dist
and updated the project files using the latest CVS code.
2002-01-01 18:27 probert
* ProjectCenterInfo.plist: ProjectCenter now validates project
dictionaries and updates them if requested. I also added new keys
tp the PC.project files in order to be able to generate valid
*.spec.in files needed when building RPMs.
2001-12-29 16:37 probert
* ChangeLog, ProjectCenterInfo.plist: Removed the toplevel
ChangeLog, updated the ChangeLogs in the subdirectories and raised
the version number to 0.2.6.
2001-12-29 16:28 probert
* PCPrefController.h, PCPrefController.m: Automatic, periodic