From 5f868869f072f4eabec08dc04d6a2a62f8f9d35d Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 24 Nov 2003 03:06:45 +0000 Subject: [PATCH] Version 0.9.1 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18128 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 13 +++++++------ ChangeLog | 4 ++++ Documentation/news.texi | 12 ++++++++++-- NEWS | 10 +++++++++- README | 2 +- Version | 2 +- 6 files changed, 32 insertions(+), 11 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index ab813bdfc..28a73728f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ 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? ================================ @@ -28,17 +28,18 @@ systems. GNUstep Base Library, the TIFF Graphics library, and a back-end 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, -NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images -in NSWorkspace. + * NSWindow - DnD works on whole window and events are propogated up + to first DnD aware view. + + * Absolute paths and DnD works in OpenPanels. 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'. the TIFF Graphics library version 3.4 is required. diff --git a/ChangeLog b/ChangeLog index 578cbeab8..5fcc8e68d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-23 Adam Fedor + + * Version 0.9.1 + 2003-11-22 Fred Kiefer * Source/NSBrowser.m (-tile) corrected computation of columnCount, diff --git a/Documentation/news.texi b/Documentation/news.texi index 660b7845a..4da956c64 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,13 +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.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} Improvements in various classes, include NSPopUpButton, NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images in NSWorkspace. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.8.9} Note that many headers have moved to new locations (both in the package and diff --git a/NEWS b/NEWS index 06b698fb9..d48b1c543 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,15 @@ 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' ===================================== diff --git a/README b/README index edc182d8d..e25f744ce 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ 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: diff --git a/Version b/Version index c52b56619..9e3c112b5 100644 --- a/Version +++ b/Version @@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION=0 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} VERSION=${GNUSTEP_GUI_VERSION}