diff --git a/ANNOUNCE b/ANNOUNCE index c5f46ef52..f7b934914 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.7.7 of the GNUstep GUI library (`gnustep-gui'). +This is version 0.7.8 of the GNUstep GUI library (`gnustep-gui'). What is the GNUstep GUI Library? ================================ @@ -28,34 +28,17 @@ systems. GNUstep Base Library, the TIFF Graphics library, and a back-end component like the GNUstep 'Back' Backend. -Noteworthy changes in version `0.7.7' +Noteworthy changes in version `0.7.8' ===================================== - The graphics/window interface was completely revamped. Window -functions were split into a separate class, GSDisplayServer, and many -PS and DPS functions were removed that were never implemented. However, -new functionality was added to make things faster and eventually -implement Quartz compatibility. + * Wheel color picker, standard color picker (bundles) added. - In addition, the old backends, xgps and xdps were depreciated in -favor of a new backend, simply named back, which can be configured for a -variety of window server and graphics implementations, and also allow -for improved code sharing. - - In addition there is now a window server backend for Windows -computers, although it is in a very alpha state. - - Other improvements: - * Mutliple screens are now handled properly (untested) - - * Better autolayout with GSTable and subclasses. - - * NSOutlineView much improved. + * System colors now use named colors. Easier configuration Where can you get it? How can you compile it? ============================================== - The gstep-gui-0.7.7.tar.gz distribution file has been placed on + The gstep-gui-0.7.8.tar.gz distribution file has been placed on `ftp.gnustep.org' in `pub/gnustep/core'. the TIFF Graphics library version 3.4 is required. diff --git a/ChangeLog b/ChangeLog index f41b32e58..55f9fcce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-10 Adam Fedor + + * Version 0.7.8 + * Documentation/news.texi: Update + 2002-06-11 Alexander Malmberg * Source/GSServicesManager.m, diff --git a/Documentation/news.texi b/Documentation/news.texi index f75431cdd..b11d3e610 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,6 +9,17 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. @end ifclear +@section Noteworthy changes in version @samp{0.7.8} + +@itemize @bullet +@item Wheel color picker, standard color picker (bundles) added. +@item System colors now use named colors. Easier configuration +@end itemize + +@c ==================================================================== +@c Keep the next line just below the list of changes in most recent version. +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{0.7.7} The graphics/window interface was completely revamped. Window functions @@ -31,10 +42,6 @@ Other improvements: @item NSOutlineView much improved. @end itemize -@c ==================================================================== -@c Keep the next line just below the list of changes in most recent version. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.7.6} @itemize @bullet diff --git a/NEWS b/NEWS index 3adb366cb..08e460a8f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,14 @@ NEWS **** -The currently released version of the library is `0.7.7'. +The currently released version of the library is `0.7.8'. + +Noteworthy changes in version `0.7.8' +===================================== + + * Wheel color picker, standard color picker (bundles) added. + + * System colors now use named colors. Easier configuration Noteworthy changes in version `0.7.7' ===================================== diff --git a/README b/README index 6b8fce013..4e70858f6 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README ****** -This is version 0.7.7 of the GNUstep GUI library (`gnustep-gui'). +This is version 0.7.8 of the GNUstep GUI library (`gnustep-gui'). Here is some introductory info to get you started: diff --git a/Version b/Version index 9db020e0b..82bcd30df 100644 --- a/Version +++ b/Version @@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MINOR_VERSION=7 -GNUSTEP_GUI_SUBMINOR_VERSION=7 +GNUSTEP_GUI_SUBMINOR_VERSION=8 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}