diff --git a/Documentation/ANNOUNCE b/Documentation/ANNOUNCE index 655e033..9533dc4 100644 --- a/Documentation/ANNOUNCE +++ b/Documentation/ANNOUNCE @@ -25,20 +25,18 @@ Noteworthy changes in version `0.5.0'. * Impemented localization support for projects. - * Some user interface ehnancements were made (save restore geometry of + * Some user interface ehnancements were made (save/restore geometry of subviews in project window splitview, drag and drop for icons). * Clicking on .m and .h file in project browser expands to file structure (classes, methods). - * Incorporated ProjectManager's editor with some modifications. Symtax color - highlighting works. - - * Rewritte bundle loading mechanizm. All bundle now loaded on demand. + * Incorporated ProjectManager's editor with some modifications. Implemented + syntax color highlighting. * All windows and panels are now GORM files. - * Fixes for MingW environment (thanks to Adam Fedor). + * Fixes for MingW environment. * Support for separate build directory added. @@ -52,8 +50,7 @@ How can I get support for this software? Where can you get it? How can you compile it? ============================================== - You can download sources (for some machines) from - ftp://ftp.gnustep.org/pub/gnustep/dev-apps/. + You can download sources from ftp://ftp.gnustep.org/pub/gnustep/dev-apps/. Where do I send bug reports? ============================ diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index d994b6e..f246e4b 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,3 +1,7 @@ +2007-06-06 Sergii Stoian + + * GNUmakefile: Set GNUSTEP_INSTALLATION_DOMAIN to SYSTEM. + 2007-06-05 Sergii Stoian * Framework/PCProjectBuilder.m: Added parsing of gcc error output. diff --git a/Documentation/SCHEME b/Documentation/SCHEME index fcd6053..9435114 100644 --- a/Documentation/SCHEME +++ b/Documentation/SCHEME @@ -49,8 +49,6 @@ PCServer (don't used) ---------- THOUGHTS: ---------- -- remember splitviews geometry on per project basis; -- try to incorporate CodeEditor approach - implement PCProjectFinder and PCFindPanel GUI; - "Edit" menu should be completely provided by Editor part; diff --git a/GNUmakefile b/GNUmakefile index c065859..6660400 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,6 +9,7 @@ ifeq ($(GNUSTEP_MAKEFILES),) $(error You need to set GNUSTEP_MAKEFILES before compiling!) endif +GNUSTEP_INSTALLATION_DOMAIN = SYSTEM include $(GNUSTEP_MAKEFILES)/common.make #