mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Version 0.7.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13219 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6a1574fb66
commit
6d84ef1826
7 changed files with 32 additions and 42 deletions
47
ANNOUNCE
47
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
|
||||
<http://www.gnustep.org/>
|
||||
* 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
|
||||
|
|
2
BUGS
2
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
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-03-23 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.7.6
|
||||
|
||||
Sat Mar 23 21:49:10 2002 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSOutlineView.m: Minor cleanup. Removed some unecessary
|
||||
|
|
2
INSTALL
2
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
|
||||
=============
|
||||
|
||||
|
|
15
NEWS
15
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'
|
||||
=====================================
|
||||
|
|
2
README
2
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:
|
||||
|
||||
|
|
2
Version
2
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue