mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
ChangeLog renamed to ChangeLog.old. Added temp ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16530 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be573e765e
commit
346dec6834
2 changed files with 34 additions and 0 deletions
31
ChangeLog
31
ChangeLog
|
@ -1,3 +1,34 @@
|
|||
2003-04-23 Serg Stoyan <stoyan@hologr.com>
|
||||
|
||||
* PCLib/PCDefines.h: SeparateBuilder, SeparateLauncher,
|
||||
SeparateEditor defines were added.
|
||||
|
||||
* PCLib/PCProject+ComponentHandling.m: Add ability to display
|
||||
ProjectBuilder as separate panel or as view inside main project
|
||||
window.
|
||||
|
||||
* PCLib/PCProject+UInterface.m: Ditto.
|
||||
|
||||
* PCLib/PCProjectBuilder.m: Ditto.
|
||||
|
||||
* PCLib/PCProjectBuilder.h: Ditto.
|
||||
|
||||
* PCLib/PCProject.m:
|
||||
(windowWillClose:): Removed calling showBuildView: hack.
|
||||
|
||||
* PCLib/PCProjectManager.m:
|
||||
(loadProjectAt:): Removed centering project window.
|
||||
|
||||
* ProjectCenter/PCPrefController.h: separateBuilder separateLauncher,
|
||||
id separateEditor defines added.
|
||||
|
||||
* ProjectCenter/PCPrefController.m: Added new section "Interface".
|
||||
Moved "Use external Editor" and "Prompt when quitting" from
|
||||
"Miscellaneous" section into "Interface" section. Cleanup.
|
||||
|
||||
* ChangLogs in all subprojects moved to ChangeLog.old files.
|
||||
All changes should go into this ChangeLog only.
|
||||
|
||||
2003-01-25 Daniel Luederwald <das_flip@gmx.de>
|
||||
|
||||
* GNUmakefile (SUBPROJECTS): New project PCRenaissanceProj
|
||||
|
|
|
@ -22,3 +22,6 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
|
||||
after-uninstall::
|
||||
rm -rf $(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
|
Loading…
Reference in a new issue