diff --git a/ANNOUNCE b/ANNOUNCE index 26d94d1fd..3c2011037 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.8.1 of the GNUstep GUI library (`gnustep-gui'). +This is version 0.8.2 of the GNUstep GUI library (`gnustep-gui'). What is the GNUstep GUI Library? ================================ @@ -28,23 +28,27 @@ systems. GNUstep Base Library, the TIFF Graphics library, and a back-end component like the GNUstep 'Back' Backend. -Noteworthy changes in version `0.8.1' +Noteworthy changes in version `0.8.2' ===================================== - * Handle scaled curves correctly. + * Handle fonts that aren't found better. - * Handle alpha channel with images correctly + * Implement pageUp/Down. - * NSWindow frame string save without flipping coordinates. + * Some window focusing problems fixed. - * NSSound implemented. gssnd sound server. + * Quartz-like interface partially implemented. - * Spell checker starts correctly now. + * NSSecureTextField partially rewritten. More secure. + + * NSBrowser: implement non-separate columns + + * Fix firstResponder status in text fields. Where can you get it? How can you compile it? ============================================== - The gstep-gui-0.8.1.tar.gz distribution file has been placed on + The gstep-gui-0.8.2.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 192972ad9..2c2231bdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-14 Adam Fedor + + * Version: 0.8.2 + * Documentation/news.texi: Update. + Mon Oct 14 02:24:45 2002 Nicola Pero * Source/NSSavePanel.m (browser:createRowsForColumn:inMatrix:): diff --git a/Documentation/news.texi b/Documentation/news.texi index 1321052e0..cef8506e4 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,6 +9,22 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. @end ifclear +@section Noteworthy changes in version @samp{0.8.2} + +@itemize @bullet +@item Handle fonts that aren't found better. +@item Implement pageUp/Down. +@item Some window focusing problems fixed. +@item Quartz-like interface partially implemented. +@item NSSecureTextField partially rewritten. More secure. +@item NSBrowser: implement non-separate columns +@item Fix firstResponder status in text fields. +@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.8.1} @itemize @bullet @@ -19,10 +35,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO @item Spell checker starts correctly now. @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.8.0} @section Noteworthy changes in version @samp{0.7.9} diff --git a/NEWS b/NEWS index 5fb6dfbe5..97deddefa 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,24 @@ NEWS **** -The currently released version of the library is `0.8.1'. +The currently released version of the library is `0.8.2'. + +Noteworthy changes in version `0.8.2' +===================================== + + * Handle fonts that aren't found better. + + * Implement pageUp/Down. + + * Some window focusing problems fixed. + + * Quartz-like interface partially implemented. + + * NSSecureTextField partially rewritten. More secure. + + * NSBrowser: implement non-separate columns + + * Fix firstResponder status in text fields. Noteworthy changes in version `0.8.1' ===================================== diff --git a/README b/README index ead62b4ea..6866fe8dd 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README ****** -This is version 0.8.1 of the GNUstep GUI library (`gnustep-gui'). +This is version 0.8.2 of the GNUstep GUI library (`gnustep-gui'). Here is some introductory info to get you started: diff --git a/Version b/Version index f1a4583f8..a7397e223 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=8 -GNUSTEP_GUI_SUBMINOR_VERSION=1 +GNUSTEP_GUI_SUBMINOR_VERSION=2 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}