Version 0.9.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18717 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-02-29 05:13:16 +00:00
parent 4115a8ad49
commit 523d36e21a
9 changed files with 68 additions and 20 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE ANNOUNCE
******** ********
This is version 0.9.1 of the GNUstep GUI library (`gnustep-gui'). This is version 0.9.2 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library? What is the GNUstep GUI Library?
================================ ================================
@ -28,23 +28,33 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend. component like the GNUstep 'Back' Backend.
Noteworthy changes in version `0.9.1' Noteworthy changes in version `0.9.2'
===================================== =====================================
* NSWindow - DnD works on whole window and events are propogated up * Complete NSToolbar implementation
to first DnD aware view.
* Absolute paths and DnD works in OpenPanels. * New Mac OS X methods in NSView and other classes
* Fixed some sheet handling problems.
* Integrated gif, jpg, and png handling in front-end.
* Added overridable button and frame drawing functions
* Add some keyed decode/encoding to some classes
* NSStringDrawing redesigned.
* Much improved loading of gorm files
Where can you get it? How can you compile it? Where can you get it? How can you compile it?
============================================== ==============================================
The gstep-gui-0.9.1.tar.gz distribution file has been placed on The gstep-gui-0.9.2.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'. `ftp.gnustep.org' in `pub/gnustep/core'.
the TIFF Graphics library version 3.4 is required. Read the INSTALL file or the GNUstep-HOWTO for installation
instructions.
It also requires the GNUstep Base Library.
Where do I send bug reports? Where do I send bug reports?
============================ ============================

View file

@ -1,3 +1,8 @@
2004-02-28 Adam Fedor <fedor@gnu.org>
* Version 0.9.2
* Documentation/news.texi: Update.
2004-02-28 Gregory John Casamento <greg_casamento@yahoo.com> 2004-02-28 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSToolbarItem.m: Corrected misspelling of Separator. * Source/NSToolbarItem.m: Corrected misspelling of Separator.

View file

@ -40,10 +40,7 @@ file has been placed on @samp{@value{GNUSTEP-GUI-FTP-MACHINE}} in
@samp{@value{GNUSTEP-GUI-FTP-DIRECTORY}}. @samp{@value{GNUSTEP-GUI-FTP-DIRECTORY}}.
@end ifset @end ifset
the TIFF Graphics library version Read the INSTALL file or the GNUstep-HOWTO for installation instructions.
@value{GNUSTEP-GUI-LIBTIFF} is required.
It also requires the GNUstep Base Library.
@section Where do I send bug reports? @section Where do I send bug reports?

View file

@ -23,7 +23,9 @@ this library). GNUstep-HOWTO is located at @url{http://www.gnustep.org}
and in the gnustep-make package (which you should install first). and in the gnustep-make package (which you should install first).
You must have installed gnustep-base and gnustep-make You must have installed gnustep-base and gnustep-make
before building this library. before building this library. Other external libraries that you should
have installed include libtiff, libjpg, and libpng. Read the GNUstep-HOWTO
for more information.
After installing this library, install gnustep-back. After installing this library, install gnustep-back.

View file

@ -9,6 +9,21 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear @end ifclear
@section Noteworthy changes in version @samp{0.9.2}
@itemize @bullet
@item Complete NSToolbar implementation
@item New Mac OS X methods in NSView and other classes
@item Fixed some sheet handling problems.
@item Integrated gif, jpg, and png handling in front-end.
@item Added overridable button and frame drawing functions
@item Add some keyed decode/encoding to some classes
@item NSStringDrawing redesigned.
@item Much improved loading of gorm files
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.9.1} @section Noteworthy changes in version @samp{0.9.1}
@itemize @bullet @itemize @bullet
@ -17,8 +32,6 @@ first DnD aware view.
@item Absolute paths and DnD works in OpenPanels. @item Absolute paths and DnD works in OpenPanels.
@end itemize @end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.9.0} @section Noteworthy changes in version @samp{0.9.0}
Improvements in various classes, include NSPopUpButton, NSBitmapImageRep, Improvements in various classes, include NSPopUpButton, NSBitmapImageRep,

View file

@ -12,7 +12,9 @@ this library). GNUstep-HOWTO is located at <http://www.gnustep.org>
and in the gnustep-make package (which you should install first). and in the gnustep-make package (which you should install first).
You must have installed gnustep-base and gnustep-make before You must have installed gnustep-base and gnustep-make before
building this library. building this library. Other external libraries that you should have
installed include libtiff, libjpg, and libpng. Read the GNUstep-HOWTO
for more information.
After installing this library, install gnustep-back. After installing this library, install gnustep-back.

21
NEWS
View file

@ -1,7 +1,26 @@
NEWS NEWS
**** ****
The currently released version of the library is `0.9.1'. The currently released version of the library is `0.9.2'.
Noteworthy changes in version `0.9.2'
=====================================
* Complete NSToolbar implementation
* New Mac OS X methods in NSView and other classes
* Fixed some sheet handling problems.
* Integrated gif, jpg, and png handling in front-end.
* Added overridable button and frame drawing functions
* Add some keyed decode/encoding to some classes
* NSStringDrawing redesigned.
* Much improved loading of gorm files
Noteworthy changes in version `0.9.1' Noteworthy changes in version `0.9.1'
===================================== =====================================

2
README
View file

@ -1,7 +1,7 @@
README README
****** ******
This is version 0.9.1 of the GNUstep GUI library (`gnustep-gui'). This is version 0.9.2 of the GNUstep GUI library (`gnustep-gui').
Here is some introductory info to get you started: 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. # The version number of this release.
GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MAJOR_VERSION=0
GNUSTEP_GUI_MINOR_VERSION=9 GNUSTEP_GUI_MINOR_VERSION=9
GNUSTEP_GUI_SUBMINOR_VERSION=1 GNUSTEP_GUI_SUBMINOR_VERSION=2
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION} VERSION=${GNUSTEP_GUI_VERSION}