From 180b1ec31a177acce84511422855e4f07e449cca Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Sun, 29 Feb 2004 05:13:16 +0000 Subject: [PATCH] Version 0.9.2 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18717 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 16 ++++++++++------ ChangeLog | 4 ++++ Documentation/news.texi | 14 +++++++++++--- NEWS | 16 ++++++++++++++-- README | 2 +- Version | 2 +- 6 files changed, 41 insertions(+), 13 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 00e1738..53764cd 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.9.1 of the GNUstep GUI Backend (`gnustep-back'). +This is version 0.9.2 of the GNUstep GUI Backend (`gnustep-back'). What is the GNUstep GUI Backend? ================================ @@ -20,17 +20,21 @@ 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.1' +Noteworthy changes in version `0.9.2' ===================================== - Color on 8 bit displays works correctly now. WindowMaker properties -are always set now in case another manager is emulating WindowMaker -styles. + * Art backend added support for grayscale, one-isblack colorspaces. + + * Windows pasteboard interaction handling added. + + * Better focus handling on Windows. + + * Better font and draw handling on Windows. Where can you get it? How can you compile it? ============================================== - The gstep-back-0.9.1.tar.gz distribution file has been placed on + The gstep-back-0.9.2.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 2c88ce8..3e4ec5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Adam Fedor + + * Version 0.9.2 + 2004-02-28 Fred Kiefer * Source/win32/WIN32Server.m (-setupRunLoopInputSourcesForMode:): diff --git a/Documentation/news.texi b/Documentation/news.texi index c2a3307..08e5973 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,15 +7,23 @@ @include version.texi @end ifset -@section Noteworthy changes in version @samp{0.9.1} +@section Noteworthy changes in version @samp{0.9.2} -Color on 8 bit displays works correctly now. WindowMaker properties are -always set now in case another manager is emulating WindowMaker styles. +@itemize @bullet +@item Art backend added support for grayscale, one-isblack colorspaces. +@item Windows pasteboard interaction handling added. +@item Better focus handling on Windows. +@item Better font and draw handling on Windows. +@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.9.1} + +Color on 8 bit displays works correctly now. WindowMaker properties are +always set now in case another manager is emulating WindowMaker styles. @section Noteworthy changes in version @samp{0.9.0} diff --git a/NEWS b/NEWS index cb50936..2deabf4 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,23 @@ NEWS **** +Noteworthy changes in version `0.9.2' +===================================== + + * Art backend added support for grayscale, one-isblack colorspaces. + + * Windows pasteboard interaction handling added. + + * Better focus handling on Windows. + + * Better font and draw handling on Windows. + 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. + 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' ===================================== diff --git a/README b/README index 7300377..a6e04f1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README ****** -This is version 0.9.1 of the GNUstep GUI Backend (`gnustep-back'). +This is version 0.9.2 of the GNUstep GUI Backend (`gnustep-back'). Here is some introductory info to get you started: diff --git a/Version b/Version index 7e9d53a..a643b6a 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=1 +GNUSTEP_BACK_SUBMINOR_VERSION=2 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}