mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 09:02:02 +00:00
Removed the toplevel ChangeLog, updated the ChangeLogs in the subdirectories and
raised the version number to 0.2.6. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11915 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
738cd02b95
commit
3bda3f4b47
10 changed files with 247 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
|||
2001-09-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* PCGormProj/GNUmakefile.preamble: Include required headers from
|
||||
other subprojects (patch from kim@tinker.com).
|
||||
|
|
@ -1,3 +1,37 @@
|
|||
2001-12-29 15:06 probert
|
||||
|
||||
* PCAppProj.m, PCAppProject.m: Cleaned up the writeMakefile method
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* AppController.h, AppController.m, PCAppMakefileFactory.h,
|
||||
PCAppMakefileFactory.m, PCAppProj.h, PCAppProj.m, PCAppProject.h,
|
||||
PCAppProject.m: New version - now copyrighted by the FSF
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
|
||||
PCAppMakefileFactory.m: New copyright information and minor
|
||||
template additions
|
||||
|
||||
2001-07-01 21:01 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.preamble: Applied patch from Adam Fedor
|
||||
|
||||
2001-01-20 11:48 robert
|
||||
|
||||
* PCAppMakefileFactory.m: Fixed the ADDITIONAL_GUI_LIBS line - this
|
||||
time it should be 100% OK
|
||||
|
||||
2001-01-19 11:33 robert
|
||||
|
||||
* PCAppMakefileFactory.m: using LDFLAGS instead of
|
||||
ADDITIONAL_GUI_LIBS solves the linker problem
|
||||
|
||||
2001-01-14 18:54 robert
|
||||
|
||||
* ChangeLog: Updated the ChangeLogs
|
||||
|
||||
2001-01-14 17:08 robert
|
||||
|
||||
* PCAppProject.m: Added the supporting files category
|
||||
|
|
|
@ -1,3 +1,41 @@
|
|||
2001-12-28 14:46 probert
|
||||
|
||||
* cfile.template, cheader.template, class.template,
|
||||
header.template, protocol.template: Updated the header information
|
||||
for all created file types
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* PCBaseFileType.h, PCBaseFileType.m: New version - now copyrighted
|
||||
by the FSF
|
||||
|
||||
2001-08-01 18:27 probert
|
||||
|
||||
* PCBaseFileType.m, cheader.template, header.template: Better
|
||||
templates for headers
|
||||
|
||||
2001-08-01 15:12 probert
|
||||
|
||||
* PCBaseFileType.m, cheader.template, header.template: optimised
|
||||
include behaviour
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.preamble: New copyright information and
|
||||
minor template additions
|
||||
|
||||
2001-07-01 21:02 probert
|
||||
|
||||
* GNUmakefile.preamble: Added makefile
|
||||
|
||||
2001-07-01 21:01 probert
|
||||
|
||||
* GNUmakefile: Applied patch from Adam Fedor
|
||||
|
||||
2001-01-14 18:54 robert
|
||||
|
||||
* ChangeLog: Updated the ChangeLogs
|
||||
|
||||
2001-01-14 17:15 robert
|
||||
|
||||
* Makefile, Makefile.postamble, Makefile.preamble, PB.project,
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
2001-12-29 15:06 probert
|
||||
|
||||
* PCBundleProject.m: Cleaned up the writeMakefile method
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* PCBundleMakefileFactory.h, PCBundleMakefileFactory.m,
|
||||
PCBundleProj.h, PCBundleProj.m, PCBundleProject.h,
|
||||
PCBundleProject.m: New version - now copyrighted by the FSF
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
|
||||
PCBundleMakefileFactory.m: New copyright information and minor
|
||||
template additions
|
||||
|
||||
2001-07-01 21:01 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.preamble: Applied patch from Adam Fedor
|
||||
|
||||
2001-01-14 18:54 robert
|
||||
|
||||
* ChangeLog: Updated the ChangeLogs
|
||||
|
||||
2001-01-14 17:08 robert
|
||||
|
||||
* PCBundleProject.m: Added the supporting files category
|
||||
|
|
|
@ -1,3 +1,67 @@
|
|||
2001-12-29 16:29 probert
|
||||
|
||||
* PCProjectManager.h, PCProjectManager.m: Automatic, periodic
|
||||
saving of all open projectfiles is now supported.
|
||||
|
||||
2001-12-29 15:41 probert
|
||||
|
||||
* PCProject.m: Fixed some minor issues with file backup handling
|
||||
|
||||
2001-12-29 15:09 probert
|
||||
|
||||
* PCProject.m, PCProjectManager.h, PCProjectManager.m,
|
||||
ProjectCenter.h: Cleaned up the writeMakefile method and
|
||||
implemented the save stuff the way it should be. Some additions for
|
||||
proper preference handling have been made as well.
|
||||
|
||||
2001-12-28 15:11 probert
|
||||
|
||||
* PCProjectDebugger.m: Fixed a typo and altered matrix button
|
||||
behaviour
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* FileCreator.h, PCBrowserController.h, PCBrowserController.m,
|
||||
PCBundleLoader.h, PCBundleLoader.m, PCDataSource.h, PCDataSource.m,
|
||||
PCEditorView.h, PCEditorView.m, PCFileManager.h, PCFileManager.m,
|
||||
PCProject.h, PCProject.m, PCProjectBuilder.h, PCProjectBuilder.m,
|
||||
PCProjectDebugger.h, PCProjectDebugger.m, PCProjectManager.h,
|
||||
PCProjectManager.m, PCServer.h, PCServer.m, PreferenceController.h,
|
||||
ProjectBuilder.h, ProjectCenter.h, ProjectDebugger.h,
|
||||
ProjectEditor.h, ProjectType.h, Server.h: New version - now
|
||||
copyrighted by the FSF
|
||||
|
||||
2001-08-01 18:27 probert
|
||||
|
||||
* PCEditorView.m: Better highlighting of keywords
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble: New
|
||||
copyright information and minor template additions
|
||||
|
||||
2001-07-07 13:48 probert
|
||||
|
||||
* PCProjectDebugger.m, PCServer.m: Little GUI modifications, done
|
||||
by Pierre-Yves Rivaille
|
||||
|
||||
2001-07-01 21:02 probert
|
||||
|
||||
* GNUmakefile.postamble: Added makefile
|
||||
|
||||
2001-07-01 21:01 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.preamble: Applied patch from Adam Fedor
|
||||
|
||||
2001-01-29 13:17 robert
|
||||
|
||||
* PCEditorView.m, PCProjectBuilder.m, PCServer.m: new textview code
|
||||
required some changes
|
||||
|
||||
2001-01-14 18:54 robert
|
||||
|
||||
* ChangeLog: Updated the ChangeLogs
|
||||
|
||||
2001-01-14 18:01 robert
|
||||
|
||||
* PB.project: removing old PB stuff
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
2001-12-29 15:07 probert
|
||||
|
||||
* PCLibProject.m: leaned up the writeMakefile method
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* PCLibMakefileFactory.h, PCLibMakefileFactory.m, PCLibProj.h,
|
||||
PCLibProj.m, PCLibProject.h, PCLibProject.m: New version - now
|
||||
copyrighted by the FSF
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
|
||||
PCLibMakefileFactory.m, h.template: New copyright information and
|
||||
minor template additions
|
||||
|
||||
2001-07-01 21:01 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.preamble: Applied patch from Adam Fedor
|
||||
|
||||
2001-01-14 18:54 robert
|
||||
|
||||
* ChangeLog: Updated the ChangeLogs
|
||||
|
||||
2001-01-14 17:09 robert
|
||||
|
||||
* PCLibProject.m: Added the supporting files category
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
2001-12-29 15:07 probert
|
||||
|
||||
* PCToolProject.m: Cleaned up the writeMakefile method
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* PCToolMakefileFactory.h, PCToolMakefileFactory.m, PCToolProj.h,
|
||||
PCToolProj.m, PCToolProject.h, PCToolProject.m: New version - now
|
||||
copyrighted by the FSF
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
|
||||
PCToolMakefileFactory.m: New copyright information and minor
|
||||
template additions
|
||||
|
||||
2001-07-01 21:01 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.preamble: Applied patch from Adam Fedor
|
||||
|
||||
2001-01-14 18:54 robert
|
||||
|
||||
* ChangeLog: Updated the ChangeLogs
|
||||
|
||||
2001-01-14 17:10 robert
|
||||
|
||||
* PCToolProject.m: Added the supporting files category
|
||||
|
|
|
@ -1,3 +1,39 @@
|
|||
2001-12-29 16:28 probert
|
||||
|
||||
* PCPrefController.h, PCPrefController.m: Automatic, periodic
|
||||
saving of all open projectfiles is now supported.
|
||||
|
||||
2001-12-29 15:10 probert
|
||||
|
||||
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
||||
PCAppController.m, PCMenuController.h, PCMenuController.m,
|
||||
PCPrefController.h, PCPrefController.m, ProjectCenter_main.m:
|
||||
Implemented more preference handling and cleaned up some ugly parts
|
||||
of the code. Removed the loadedProjectsWindow feature, it just does
|
||||
not make any sense.
|
||||
|
||||
2001-12-28 15:11 probert
|
||||
|
||||
* GNUmakefile, PC.project: Added the missing rpm icon
|
||||
|
||||
2001-08-03 16:31 probert
|
||||
|
||||
* ProjectCenterInfo.plist: Minor changes
|
||||
|
||||
2001-08-03 16:23 probert
|
||||
|
||||
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
||||
PCAppController.h, PCAppController.m, PCFindController.h,
|
||||
PCFindController.m, PCInfoController.h, PCInfoController.m,
|
||||
PCLogController.h, PCLogController.m, PCMenuController.h,
|
||||
PCMenuController.m, PCPrefController.h, PCPrefController.m,
|
||||
ProjectCenter_main.m: New version - now copyrighted by the FSF
|
||||
|
||||
2001-08-01 14:43 probert
|
||||
|
||||
* ChangeLog, ProjectCenterInfo.plist: Some updated information
|
||||
regarding the version
|
||||
|
||||
2001-08-01 14:35 probert
|
||||
|
||||
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble: New
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
ApplicationName = "ProjectCenter";
|
||||
ApplicationDescription = "GNUstep IDE";
|
||||
ApplicationIcon = "ProjectCenter.tiff";
|
||||
ApplicationRelease = "ProjectCenter 0.2.5";
|
||||
FullVersionID = "0.2.5";
|
||||
ApplicationRelease = "ProjectCenter 0.2.6";
|
||||
FullVersionID = "0.2.6";
|
||||
Authors = ("Philippe C.D. Robert <phr@3dkit.org>");
|
||||
URL = "http://www.projectcenter.ch";
|
||||
Copyright = "Copyright (C) 2001 Free Software Foundation";
|
||||
|
|
2
Version
2
Version
|
@ -7,6 +7,6 @@ GCC_VERSION=2.8.0
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=2
|
||||
SUBMINOR_VERSION=5
|
||||
SUBMINOR_VERSION=6
|
||||
PC_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${PC_VERSION}
|
||||
|
|
Loading…
Reference in a new issue