Version 0.8.4

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16066 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-02-25 03:30:15 +00:00
parent 466d7f8af7
commit bef6c9a424
9 changed files with 51 additions and 26 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.8.3 of the GNUstep GUI library (`gnustep-gui').
This is version 0.8.4 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library?
================================
@ -28,39 +28,36 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.
Noteworthy changes in version `0.8.3'
Noteworthy changes in version `0.8.4'
=====================================
* Additions for Gorm support.
This release features a brand new text and layout system thanks to
Alexander Malmberg. Other improvements include:
* Alpha support for OpenGL
* Various display optimizations.
* Better ruler support - dragging of tab markers.
* Default border to NSScrollView changed
* Document support, recent files, etc.
* Printing fixes.
* Simple printing to printer and print previewing.
* Window focus fixes
* Key view handling rewritten.
* NSToolbar partially implemented.
Where can you get it? How can you compile it?
==============================================
The gstep-gui-0.8.3.tar.gz distribution file has been placed on
The gstep-gui-0.8.4.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
the TIFF Graphics library version 3.4 is required.
It also requires a FoundationKit library as specified by the OpenStep
specification. The only FoundationKit library known to work is the
GNUstep Base Library.
It also requires the GNUstep Base Library.
Where do I send bug reports?
============================
Bug reports can be sent to <bug-gnustep@gnu.org>.
Please log bug reports on the GNUstep project page
<http://savannah.gnu.org/support/?group=gnustep> or send bug reports to
<bug-gnustep@gnu.org>.
Obtaining GNU Software
======================

2
BUGS
View file

@ -31,5 +31,3 @@ such a degree to be unusable.
* All the Text classes
* NSColorPanel

View file

@ -1,3 +1,7 @@
2003-02-24 Adam Fedor <fedor@gnu.org>
* Version: 0.8.4
2003-02-24 15:24 Alexander Malmberg <alexander@malmberg.org>
* Source/GSLayoutManager.m (-invalidateGlyphsForCharacterRange:

View file

@ -47,8 +47,9 @@ It also requires the GNUstep Base Library.
@section Where do I send bug reports?
Bug reports can be sent to
@email{bug-gnustep@@gnu.org}.
Please log bug reports on the GNUstep project page
@url{http://savannah.gnu.org/support/?group=gnustep} or send
bug reports to @email{bug-gnustep@@gnu.org}.
@section Obtaining GNU Software

View file

@ -9,6 +9,20 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.8.4}
This release features a brand new text and layout system thanks
to Alexander Malmberg. Other improvements include:
@itemize @bullet
@item Various display optimizations.
@item Default border to NSScrollView changed
@item Printing fixes.
@item NSToolbar partially implemented.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.3}
@itemize @bullet
@ -21,8 +35,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
@item Key view handling rewritten.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.2}
@itemize @bullet

View file

@ -37,5 +37,4 @@ Classes that need work (well every class needs work!)
@item NSComboBox, NSComboBoxCell
@item NSProgressIndicator
@item All the Text classes
@item NSColorPanel
@end itemize

16
NEWS
View file

@ -1,7 +1,21 @@
NEWS
****
The currently released version of the library is `0.8.3'.
The currently released version of the library is `0.8.4'.
Noteworthy changes in version `0.8.4'
=====================================
This release features a brand new text and layout system thanks to
Alexander Malmberg. Other improvements include:
* Various display optimizations.
* Default border to NSScrollView changed
* Printing fixes.
* NSToolbar partially implemented.
Noteworthy changes in version `0.8.3'
=====================================

2
README
View file

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

View file

@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4
# The version number of this release.
GNUSTEP_GUI_MAJOR_VERSION=0
GNUSTEP_GUI_MINOR_VERSION=8
GNUSTEP_GUI_SUBMINOR_VERSION=3
GNUSTEP_GUI_SUBMINOR_VERSION=4
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION}