From 48b5bd01b0ff3ca5b35c3cd2a5bff20fcd2625fc Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Tue, 30 Sep 2003 03:50:36 +0000 Subject: [PATCH] Version 0.9.0 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17753 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 11 +++++------ ChangeLog | 4 ++++ Documentation/news.texi | 14 ++++++++++---- NEWS | 6 ++++++ README | 2 +- Version | 4 ++-- 6 files changed, 28 insertions(+), 13 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index ece6d6f..9ae64b1 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ 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? ================================ @@ -20,17 +20,16 @@ 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.8.9' +Noteworthy changes in version `0.9.0' ===================================== - * Much improved pasting support between X apps and GNUstep apps. - - * Backend headers are no longer installed (now private). + Some more improvements to copy/paste support following ICCCM +specifications (like COMPOUND_TEXT support). 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'. Where do I send bug reports? diff --git a/ChangeLog b/ChangeLog index dc793bd..e379d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-29 Adam Fedor + + * Version 0.9.0 + 2003-09-22 13:03 Alexander Malmberg * Source/art/image.m (-_image_do_rgb_transform:::): Check if the diff --git a/Documentation/news.texi b/Documentation/news.texi index b55ab0c..9679a9f 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,6 +7,16 @@ @include version.texi @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} @itemize @bullet @@ -14,10 +24,6 @@ @item Backend headers are no longer installed (now private). @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} Full multi-byte/unicode support for East Asian languages was added to diff --git a/NEWS b/NEWS index dfb8046..12bc355 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ 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' ===================================== diff --git a/README b/README index 67098e0..9e8021e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ 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: diff --git a/Version b/Version index 6e03eac..fc72e35 100644 --- a/Version +++ b/Version @@ -3,8 +3,8 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 -GNUSTEP_BACK_MINOR_VERSION=8 -GNUSTEP_BACK_SUBMINOR_VERSION=9 +GNUSTEP_BACK_MINOR_VERSION=9 +GNUSTEP_BACK_SUBMINOR_VERSION=0 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}