Version 0.9.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18128 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-11-24 03:06:45 +00:00
parent 8d1eac79f9
commit 2ec56b240c
6 changed files with 32 additions and 11 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE ANNOUNCE
******** ********
This is version 0.9.0 of the GNUstep GUI library (`gnustep-gui'). This is version 0.9.1 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library? What is the GNUstep GUI Library?
================================ ================================
@ -28,17 +28,18 @@ 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.0' Noteworthy changes in version `0.9.1'
===================================== =====================================
Improvements in various classes, include NSPopUpButton, * NSWindow - DnD works on whole window and events are propogated up
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images to first DnD aware view.
in NSWorkspace.
* Absolute paths and DnD works in OpenPanels.
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.0.tar.gz distribution file has been placed on The gstep-gui-0.9.1.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. the TIFF Graphics library version 3.4 is required.

View file

@ -1,3 +1,7 @@
2003-11-23 Adam Fedor <fedor@gnu.org>
* Version 0.9.1
2003-11-22 Fred Kiefer <FredKiefer@gmx.de> 2003-11-22 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBrowser.m (-tile) corrected computation of columnCount, * Source/NSBrowser.m (-tile) corrected computation of columnCount,

View file

@ -9,13 +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.1}
@itemize @bullet
@item NSWindow - DnD works on whole window and events are propogated up to
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} @section Noteworthy changes in version @samp{0.9.0}
Improvements in various classes, include NSPopUpButton, NSBitmapImageRep, Improvements in various classes, include NSPopUpButton, NSBitmapImageRep,
NSMenu, NSToolbar. Added support for thumbnail images in NSWorkspace. NSMenu, NSToolbar. Added support for thumbnail images in NSWorkspace.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.9} @section Noteworthy changes in version @samp{0.8.9}
Note that many headers have moved to new locations (both in the package and Note that many headers have moved to new locations (both in the package and

10
NEWS
View file

@ -1,7 +1,15 @@
NEWS NEWS
**** ****
The currently released version of the library is `0.9.0'. The currently released version of the library is `0.9.1'.
Noteworthy changes in version `0.9.1'
=====================================
* NSWindow - DnD works on whole window and events are propogated up
to first DnD aware view.
* Absolute paths and DnD works in OpenPanels.
Noteworthy changes in version `0.9.0' Noteworthy changes in version `0.9.0'
===================================== =====================================

2
README
View file

@ -1,7 +1,7 @@
README README
****** ******
This is version 0.9.0 of the GNUstep GUI library (`gnustep-gui'). This is version 0.9.1 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=0 GNUSTEP_GUI_SUBMINOR_VERSION=1
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}