Version 0.9.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17753 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-30 03:50:36 +00:00
parent a2cf178126
commit 48b5bd01b0
6 changed files with 28 additions and 13 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE ANNOUNCE
******** ********
This is version 0.8.9 of the GNUstep GUI Backend (`gnustep-back'). This is version 0.9.0 of the GNUstep GUI Backend (`gnustep-back').
What is the GNUstep GUI Backend? What is the GNUstep GUI Backend?
================================ ================================
@ -20,17 +20,16 @@ easily ported to other display systems.
Window's Systems. It works via a DPS emulation engine to emulate the Window's Systems. It works via a DPS emulation engine to emulate the
DPS functions required by the front-end system. DPS functions required by the front-end system.
Noteworthy changes in version `0.8.9' Noteworthy changes in version `0.9.0'
===================================== =====================================
* Much improved pasting support between X apps and GNUstep apps. Some more improvements to copy/paste support following ICCCM
specifications (like COMPOUND_TEXT support).
* Backend headers are no longer installed (now private).
Where can you get it? How can you compile it? Where can you get it? How can you compile it?
============================================== ==============================================
The gstep-back-0.8.9.tar.gz distribution file has been placed on The gstep-back-0.9.0.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'. `ftp.gnustep.org' in `pub/gnustep/core'.
Where do I send bug reports? Where do I send bug reports?

View file

@ -1,3 +1,7 @@
2003-09-29 Adam Fedor <fedor@gnu.org>
* Version 0.9.0
2003-09-22 13:03 Alexander Malmberg <alexander@malmberg.org> 2003-09-22 13:03 Alexander Malmberg <alexander@malmberg.org>
* Source/art/image.m (-_image_do_rgb_transform:::): Check if the * Source/art/image.m (-_image_do_rgb_transform:::): Check if the

View file

@ -7,6 +7,16 @@
@include version.texi @include version.texi
@end ifset @end ifset
@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} @section Noteworthy changes in version @samp{0.8.9}
@itemize @bullet @itemize @bullet
@ -14,10 +24,6 @@
@item Backend headers are no longer installed (now private). @item Backend headers are no longer installed (now private).
@end itemize @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.8} @section Noteworthy changes in version @samp{0.8.8}
Full multi-byte/unicode support for East Asian languages was added to Full multi-byte/unicode support for East Asian languages was added to

6
NEWS
View file

@ -1,6 +1,12 @@
NEWS NEWS
**** ****
Noteworthy changes in version `0.9.0'
=====================================
Some more improvements to copy/paste support following ICCCM
specifications (like COMPOUND_TEXT support).
Noteworthy changes in version `0.8.9' Noteworthy changes in version `0.8.9'
===================================== =====================================

2
README
View file

@ -1,7 +1,7 @@
README README
****** ******
This is version 0.8.9 of the GNUstep GUI Backend (`gnustep-back'). This is version 0.9.0 of the GNUstep GUI Backend (`gnustep-back').
Here is some introductory info to get you started: Here is some introductory info to get you started:

View file

@ -3,8 +3,8 @@
# The version number of this release. # The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=8 GNUSTEP_BACK_MINOR_VERSION=9
GNUSTEP_BACK_SUBMINOR_VERSION=9 GNUSTEP_BACK_SUBMINOR_VERSION=0
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION} VERSION=${GNUSTEP_BACK_VERSION}