Version 0.9.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18717 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-02-29 05:13:16 +00:00
parent 3cd93a84d7
commit 180b1ec31a
6 changed files with 41 additions and 13 deletions

View file

@ -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?

View file

@ -1,3 +1,7 @@
2004-02-28 Adam Fedor <fedor@gnu.org>
* Version 0.9.2
2004-02-28 Fred Kiefer <FredKiefer@gmx.de>
* Source/win32/WIN32Server.m (-setupRunLoopInputSourcesForMode:):

View file

@ -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}

16
NEWS
View file

@ -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'
=====================================

2
README
View file

@ -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:

View file

@ -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}