Verion 0.9.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18130 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-11-24 03:08:57 +00:00
parent 02352ece81
commit 4939ec5b67
6 changed files with 28 additions and 12 deletions

View file

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

View file

@ -1,3 +1,7 @@
2003-11-23 Adam Fedor <fedor@gnu.org>
* Version 0.9.1
2003-11-23 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerEvent.m (process_modifier_flags()) treat caps

View file

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

8
NEWS
View file

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

2
README
View file

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

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