From d39fbd9c63cce1a058e1e8cfe79005aeab5b9d45 Mon Sep 17 00:00:00 2001 From: fedor Date: Sun, 24 Mar 2002 03:22:32 +0000 Subject: [PATCH] Version 0.7.6 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13219 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 47 +++++++++-------------------------------------- BUGS | 2 +- ChangeLog | 4 ++++ INSTALL | 2 ++ NEWS | 15 ++++++++++++++- README | 2 +- Version | 2 +- 7 files changed, 32 insertions(+), 42 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index eff29d4fb..59488aa8e 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.7.5 of the GNUstep GUI library (`gnustep-gui'). +This is version 0.7.6 of the GNUstep GUI library (`gnustep-gui'). What is the GNUstep GUI Library? ================================ @@ -26,56 +26,27 @@ systems. The GNUstep GUI Library requires the GNU Objective-C compiler, the GNUstep Base Library, the TIFF Graphics library, and a back-end -component like the GNUstep X/DPS GUI Backend. +component like the GNUstep X/GPS GUI Backend. -Noteworthy changes in version `0.7.5' +Noteworthy changes in version `0.7.6' ===================================== - * Drag and drop and image sliding much improved. + * NSOutlineView implemented. - * Better handling of remote startup/display. + * Improvements to NSTableView, NSPopUpButton, NSTextView, NSFontPanel - * Some localization. + * Scroll wheel support. - * Keybinding support. + * Fully-functional keybindings, including multi-stroke keybindings. - * Text handling improvements. - - * New gopen command (like MacOSX open command). - - * Implemented simple pagination and printing of views. - - * Support for rulers. - - * Spell checking support. - - * Blinking insertion point. - - * New NSStepper class. - - * Implemented NSOutlineView, NSSelection, NSInputManager. - - * Near rewrite of Menu handling code. - - * Gmodel code compiled as a separate bundle. - -How can I get support for this software? -======================================== - - We currently do not have a mailing list setup explicitly for the -GNUstep GUI Library; however, you may wish to use the GNUstep -discussion mailing list for general questions and discussion. Look at -the GNUstep Web Pages for more information regarding GNUstep resources - + * Memory panel available from Info Panel. Where can you get it? How can you compile it? ============================================== - The gstep-gui-0.7.5.tar.gz distribution file has been placed on + The gstep-gui-0.7.6.tar.gz distribution file has been placed on `ftp.gnustep.org' in `pub/gnustep/core'. - The program requires gcc 2.8.0 or higher. - the TIFF Graphics library version 3.4 is required. It also requires a FoundationKit library as specified by the OpenStep diff --git a/BUGS b/BUGS index 629623b15..be329ab0c 100644 --- a/BUGS +++ b/BUGS @@ -23,7 +23,7 @@ such a degree to be unusable. * NSHelpPanel, NSHelpManager - Classses that need work (well every class needs work!) + Classes that need work (well every class needs work!) * NSComboBox, NSComboBoxCell diff --git a/ChangeLog b/ChangeLog index 99dd77fe0..0d225dd50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-23 Adam Fedor + + * Version: 0.7.6 + Sat Mar 23 21:49:10 2002 Gregory John Casamento * Source/NSOutlineView.m: Minor cleanup. Removed some unecessary diff --git a/INSTALL b/INSTALL index 4136a2e44..120b5d361 100644 --- a/INSTALL +++ b/INSTALL @@ -14,6 +14,8 @@ and in the gnustep-make package (which you should install first). You must have installed gnustep-base and gnustep-make before building this library. + After installing this library, install gnustep-xgps. + Configuration ============= diff --git a/NEWS b/NEWS index d98047d4f..f6567f670 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ NEWS **** -The currently released version of the library is `0.7.5'. +The currently released version of the library is `0.7.6'. + +Noteworthy changes in version `0.7.6' +===================================== + + * NSOutlineView implemented. + + * Improvements to NSTableView, NSPopUpButton, NSTextView, NSFontPanel + + * Scroll wheel support. + + * Fully-functional keybindings, including multi-stroke keybindings. + + * Memory panel available from Info Panel. Noteworthy changes in version `0.7.5' ===================================== diff --git a/README b/README index 249eedb3b..9d0c2d964 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README ****** -This is version 0.7.5 of the GNUstep GUI library (`gnustep-gui'). +This is version 0.7.6 of the GNUstep GUI library (`gnustep-gui'). Here is some introductory info to get you started: diff --git a/Version b/Version index d885a6d4e..ebb1dbe80 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=7 -GNUSTEP_GUI_SUBMINOR_VERSION=5 +GNUSTEP_GUI_SUBMINOR_VERSION=6 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}