apps-projectcenter/PCAppProj/ChangeLog.old
Sergii Stoian 5be09e6be4 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16522 72102866-910b-0410-8b05-ffd578937521
2003-04-23 10:41:06 +00:00

246 lines
6.6 KiB
Text

2002-04-21 Serg Stoyan <stoyan@hologr.com>
* *.h, *.m: Replace #import with #include and add #ifndefs.
* GNUmakefile: Set BUNDLE_INSTALL_DIR to
$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
* h.template and m.template removed.
2002-06-01 15:53 probert
* 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
* PCAppProject.m: Removed old include statements.
2002-03-01 14:28 probert
* GNUmakefile, PCAppMakefileFactory.h, PCAppMakefileFactory.m,
PCAppProj.pcproj, PCAppProject.m: The project now uses the makefile
factory to create makefiles.
2002-01-07 16:37 probert
* PC.proj: Somehow $(GNUSTEP_LOCAL_ROOT) is enough for the install
path to be correct.
2002-01-07 16:05 probert
* ChangeLog: Updated all ChangeLog files (using cvs2cl.pl)
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
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
2001-01-14 16:07 robert
* PCAppProject.h, PCAppProject.m: teh application class can now be
set - althoug still ignored by the makefile
2001-01-10 15:18 robert
* Makefile, Makefile.postamble, Makefile.preamble, PB.project,
PCAppMakefileFactory.m: no PB support anymore, inclusion of
PACKAGE_NAME
2001-01-10 14:10 robert
* main.m: applied the patch of nicola
2001-01-10 13:56 robert
* AppController.m: default is YES in applicationShouldTerminate:
2001-01-07 15:43 robert
* PCAppProject.m: some more minor fix and cleanup work
2001-01-07 12:36 robert
* PCAppProject.m: somehow the makefile was not being written...?!
2001-01-06 17:44 robert
* PCAppProject.h, PCAppProject.m: AppIcons are now set/cleaned
correctly
2001-01-03 07:38 robert
* AppController.h, AppController.m: fixed a typo
2000-11-10 19:27 robert
* PCAppProject.h, PCAppProject.m: some daily work...
2000-11-10 15:07 robert
* ChangeLog: changelog for 0.2
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,
PCAppProj.m, main.m: enhanced the created app to support GC and an
info panel and more ...
2000-09-17 14:14 robert
* PCAppProject.h, PCAppProject.m: daily work
2000-09-14 10:54 robert
* AppController.h, AppController.m, AppProject.gmodel, GNUmakefile,
Main.gmodel, PC.proj, PCAppMakefileFactory.m, main.m: apps now
don't use gmodels anymore
2000-09-03 22:10 robert
* GNUmakefile.preamble: renamed libPC into libProjectCenter
2000-08-27 21:11 robert
* Makefile.preamble, PB.project, PCAppProj.h, Makefile, h.template,
m.template, Info.table, PCAppProj.m, Makefile.postamble,
PCAppProject.h, PCAppProject.m, GNUmakefile.postamble,
GNUmakefile.preamble, PC.proj, main.m, PCAppMakefileFactory.h,
PCAppMakefileFactory.m, AppProject.gmodel, GNUmakefile,
AppController.h, AppController.m, Info-project.plist, Main.gmodel:
Initial revision
2000-08-27 21:11 robert
* Makefile.preamble, PB.project, PCAppProj.h, Makefile, h.template,
m.template, Info.table, PCAppProj.m, Makefile.postamble,
PCAppProject.h, PCAppProject.m, GNUmakefile.postamble,
GNUmakefile.preamble, PC.proj, main.m, PCAppMakefileFactory.h,
PCAppMakefileFactory.m, AppProject.gmodel, GNUmakefile,
AppController.h, AppController.m, Info-project.plist, Main.gmodel:
Initial import