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

@ -40,10 +40,7 @@ file has been placed on @samp{@value{GNUSTEP-GUI-FTP-MACHINE}} in
@samp{@value{GNUSTEP-GUI-FTP-DIRECTORY}}.
@end ifset
the TIFF Graphics library version
@value{GNUSTEP-GUI-LIBTIFF} is required.
It also requires the GNUstep Base Library.
Read the INSTALL file or the GNUstep-HOWTO for installation instructions.
@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).
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.

View file

@ -9,6 +9,21 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@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}
@itemize @bullet
@ -17,8 +32,6 @@ first DnD aware view.
@item Absolute paths and DnD works in OpenPanels.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.9.0}
Improvements in various classes, include NSPopUpButton, NSBitmapImageRep,