mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
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:
parent
71d48e1f2c
commit
cd0f6f0593
6 changed files with 28 additions and 13 deletions
11
ANNOUNCE
11
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?
|
||||
|
|
|
@ -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>
|
||||
|
||||
* Source/art/image.m (-_image_do_rgb_transform:::): Check if the
|
||||
|
|
|
@ -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
|
||||
|
|
6
NEWS
6
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'
|
||||
=====================================
|
||||
|
||||
|
|
2
README
2
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:
|
||||
|
||||
|
|
4
Version
4
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue