diff --git a/ANNOUNCE b/ANNOUNCE index 9ae64b1..00e1738 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.9.0 of the GNUstep GUI Backend (`gnustep-back'). +This is version 0.9.1 of the GNUstep GUI Backend (`gnustep-back'). What is the GNUstep GUI Backend? ================================ @@ -20,16 +20,17 @@ easily ported to other display systems. Window's Systems. It works via a DPS emulation engine to emulate the DPS functions required by the front-end system. -Noteworthy changes in version `0.9.0' +Noteworthy changes in version `0.9.1' ===================================== - Some more improvements to copy/paste support following ICCCM -specifications (like COMPOUND_TEXT support). + Color on 8 bit displays works correctly now. WindowMaker properties +are always set now in case another manager is emulating WindowMaker +styles. Where can you get it? How can you compile it? ============================================== - The gstep-back-0.9.0.tar.gz distribution file has been placed on + The gstep-back-0.9.1.tar.gz distribution file has been placed on `ftp.gnustep.org' in `pub/gnustep/core'. Where do I send bug reports? diff --git a/ChangeLog b/ChangeLog index 1f93f10..7208e18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-23 Adam Fedor + + * Version 0.9.1 + 2003-11-23 Fred Kiefer * Source/x11/XGServerEvent.m (process_modifier_flags()) treat caps diff --git a/Documentation/news.texi b/Documentation/news.texi index 9679a9f..c2a3307 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,16 +7,21 @@ @include version.texi @end ifset +@section Noteworthy changes in version @samp{0.9.1} + +Color on 8 bit displays works correctly now. WindowMaker properties are +always set now in case another manager is emulating WindowMaker styles. + +@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.9.0} Some more improvements to copy/paste support following ICCCM specifications (like COMPOUND_TEXT support). -@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.9} @itemize @bullet diff --git a/NEWS b/NEWS index 12bc355..cb50936 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,16 @@ NEWS **** +Noteworthy changes in version `0.9.1' +===================================== + +Color on 8 bit displays works correctly now. WindowMaker properties are +always set now in case another manager is emulating WindowMaker styles. + Noteworthy changes in version `0.9.0' ===================================== -Some more improvements to copy/paste support following ICCCM + Some more improvements to copy/paste support following ICCCM specifications (like COMPOUND_TEXT support). Noteworthy changes in version `0.8.9' diff --git a/README b/README index 9e8021e..7300377 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README ****** -This is version 0.9.0 of the GNUstep GUI Backend (`gnustep-back'). +This is version 0.9.1 of the GNUstep GUI Backend (`gnustep-back'). Here is some introductory info to get you started: diff --git a/Version b/Version index fc72e35..7e9d53a 100644 --- a/Version +++ b/Version @@ -4,7 +4,7 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MINOR_VERSION=9 -GNUSTEP_BACK_SUBMINOR_VERSION=0 +GNUSTEP_BACK_SUBMINOR_VERSION=1 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}