New announce

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14391 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-09-01 21:35:55 +00:00
parent b52d785f08
commit 3b2a0b7447
3 changed files with 23 additions and 26 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.8.0 of the GNUstep GUI library (`gnustep-gui').
This is version 0.8.1 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library?
================================
@ -28,39 +28,23 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.
Noteworthy changes in version `0.8.0'
Noteworthy changes in version `0.8.1'
=====================================
Since the last stable version, the graphics/window interface was
completely revamped. Window functions were split into a separate
class, GSDisplayServer, and many PS and DPS functions were removed
that were never implemented. However, new functionality was added to
make things faster and eventually implement Quartz compatibility.
* Handle scaled curves correctly.
In addition, the old backends, xgps and xdps were depreciated in
favor of a new backend, simply named back, which can be configured for a
variety of window server and graphics implementations, and also allow
for improved code sharing.
* Handle alpha channel with images correctly
In addition there is now a window server backend for Windows
computers, although it is in a very alpha state.
* NSWindow frame string save without flipping coordinates.
* Wheel color picker, standard color picker (bundles) added.
* NSSound implemented. gssnd sound server.
* Better autolayout with GSTable and subclasses.
* NSOutlineView.
* Scroll wheel support.
* Fully-functional keybindings, including multi-stroke keybindings.
* Memory panel available from Info Panel.
* Spell checker starts correctly now.
Where can you get it? How can you compile it?
==============================================
The gstep-gui-0.8.0.tar.gz distribution file has been placed on
The gstep-gui-0.8.1.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
the TIFF Graphics library version 3.4 is required.

15
NEWS
View file

@ -1,7 +1,20 @@
NEWS
****
The currently released version of the library is `0.8.0'.
The currently released version of the library is `0.8.1'.
Noteworthy changes in version `0.8.1'
=====================================
* Handle scaled curves correctly.
* Handle alpha channel with images correctly
* NSWindow frame string save without flipping coordinates.
* NSSound implemented. gssnd sound server.
* Spell checker starts correctly now.
Noteworthy changes in version `0.8.0'
=====================================

2
README
View file

@ -1,7 +1,7 @@
README
******
This is version 0.8.0 of the GNUstep GUI library (`gnustep-gui').
This is version 0.8.1 of the GNUstep GUI library (`gnustep-gui').
Here is some introductory info to get you started: