mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Clarify unstable release documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30348 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26f724eb60
commit
354ab11ccc
7 changed files with 82 additions and 69 deletions
21
ANNOUNCE
21
ANNOUNCE
|
@ -7,12 +7,13 @@ This is version 0.19.0 of the GNUstep GUI library (`gnustep-gui').
|
|||
====================================
|
||||
|
||||
It is a library of graphical user interface classes written completely
|
||||
in the Objective-C language; the classes are based upon the OpenStep
|
||||
specification as release by NeXT Software, Inc. The library has been
|
||||
enhanced in a number of ways to take advantage of the GNU system.
|
||||
These classes include graphical objects such as buttons, text fields,
|
||||
popup lists, browser lists, and windows; there are also many associated
|
||||
classes for handling events, colors, fonts, pasteboards and images.
|
||||
in the Objective-C language; the classes are based upon Apple's Cocoa
|
||||
framework (which came from the OpenStep specification as release by
|
||||
NeXT Software, Inc). The library has been enhanced in a number of ways
|
||||
to take advantage of the GNU system. These classes include graphical
|
||||
objects such as buttons, text fields, popup lists, browser lists, and
|
||||
windows; there are also many associated classes for handling events,
|
||||
colors, fonts, pasteboards and images.
|
||||
|
||||
The GNUstep GUI Library is designed in two parts. The first part is
|
||||
the front-end component which is independent of platform and display
|
||||
|
@ -27,14 +28,10 @@ systems.
|
|||
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
||||
component like the GNUstep 'Back' Backend.
|
||||
|
||||
1.2 Noteworthy changes in version `0.18.0'
|
||||
1.2 Noteworthy changes in version `0.19.0'
|
||||
==========================================
|
||||
|
||||
A new stable release that has had many improvements. Many new Mac OS X
|
||||
methods (10.5 and newer) were added. Many Windows specific improvements
|
||||
were made (particularly with the use of the Windows theme). There is
|
||||
also better compatibility with Mac OS X in terms of usage of NSInteger
|
||||
and other definitions.
|
||||
This is an (unstable) copy of the 0.18.0 release
|
||||
|
||||
1.3 Where can you get it? How can you compile it?
|
||||
==================================================
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
2010-05-09 Adam Fedor <fedor@mallory>
|
||||
2010-05-10 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Clarify unstable release documentation
|
||||
|
||||
2010-05-09 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.19.0 Unstable Release
|
||||
|
||||
|
|
|
@ -9,8 +9,9 @@ This is version @value{GNUSTEP-GUI-VERSION} of the GNUstep GUI library (@samp{gn
|
|||
@section What is the GNUstep GUI Library?
|
||||
|
||||
It is a library of graphical user interface classes written completely
|
||||
in the Objective-C language; the classes are based upon the OpenStep
|
||||
specification as release by NeXT Software, Inc. The library has been
|
||||
in the Objective-C language; the classes are based upon
|
||||
Apple's Cocoa framework (which came from the OpenStep
|
||||
specification as release by NeXT Software, Inc). The library has been
|
||||
enhanced in a number of ways to take advantage of the GNU system.
|
||||
These classes include graphical objects such as buttons, text fields,
|
||||
popup lists, browser lists, and windows; there are also many associated
|
||||
|
|
|
@ -9,6 +9,12 @@
|
|||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{0.19.0}
|
||||
|
||||
This is an (unstable) copy of the 0.18.0 release
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.18.0}
|
||||
|
||||
A new stable release that has had many improvements. Many new
|
||||
|
@ -17,8 +23,6 @@ improvements were made (particularly with the use of the Windows theme).
|
|||
There is also better compatibility with Mac OS X in terms of usage of NSInteger
|
||||
and other definitions.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.17.1}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
The GNUstep gui library is a library of graphical user interface classes
|
||||
written completely in the Objective-C language; the classes are based
|
||||
upon the OpenStep specification as release by NeXT Software, Inc. These
|
||||
upon Apple's Cocoa framwork (which came from the OpenStep specification).
|
||||
These
|
||||
classes include graphical objects such as buttons, text fields, popup
|
||||
lists, browser lists, and windows; there are also many associated
|
||||
classes for handling events, colors, fonts, pasteboards and images.
|
||||
|
|
99
NEWS
99
NEWS
|
@ -3,7 +3,12 @@
|
|||
|
||||
The currently released version of the library is `0.19.0'.
|
||||
|
||||
1.1 Noteworthy changes in version `0.18.0'
|
||||
1.1 Noteworthy changes in version `0.19.0'
|
||||
==========================================
|
||||
|
||||
This is an (unstable) copy of the 0.18.0 release
|
||||
|
||||
1.2 Noteworthy changes in version `0.18.0'
|
||||
==========================================
|
||||
|
||||
A new stable release that has had many improvements. Many new Mac OS X
|
||||
|
@ -12,14 +17,14 @@ were made (particularly with the use of the Windows theme). There is
|
|||
also better compatibility with Mac OS X in terms of usage of NSInteger
|
||||
and other definitions.
|
||||
|
||||
1.2 Noteworthy changes in version `0.17.1'
|
||||
1.3 Noteworthy changes in version `0.17.1'
|
||||
==========================================
|
||||
|
||||
* New Mac OS X 10.5 methods in NSFont
|
||||
|
||||
* Add live resize in NSSplitView
|
||||
|
||||
1.3 Noteworthy changes in version `0.17.0'
|
||||
1.4 Noteworthy changes in version `0.17.0'
|
||||
==========================================
|
||||
|
||||
* New Mac OS X 10.5 methods in many classes
|
||||
|
@ -28,7 +33,7 @@ and other definitions.
|
|||
|
||||
* Several improvements for Garbage Collection
|
||||
|
||||
1.4 Noteworthy changes in version `0.16.0'
|
||||
1.5 Noteworthy changes in version `0.16.0'
|
||||
==========================================
|
||||
|
||||
* Nib loading refractored and improved.
|
||||
|
@ -39,7 +44,7 @@ and other definitions.
|
|||
|
||||
* NSTokenField and netokenFiledCell classes added.
|
||||
|
||||
1.5 Noteworthy changes in version `0.14.0'
|
||||
1.6 Noteworthy changes in version `0.14.0'
|
||||
==========================================
|
||||
|
||||
* New class NSGlyphGenerator for glyph generation
|
||||
|
@ -50,7 +55,7 @@ and other definitions.
|
|||
|
||||
* Manu bug fixes.
|
||||
|
||||
1.6 Noteworthy changes in version `0.13.2'
|
||||
1.7 Noteworthy changes in version `0.13.2'
|
||||
==========================================
|
||||
|
||||
* Printing works a little better now.
|
||||
|
@ -66,7 +71,7 @@ and other definitions.
|
|||
|
||||
* NSDrawer was implemented.
|
||||
|
||||
1.7 Noteworthy changes in version `0.13.1'
|
||||
1.8 Noteworthy changes in version `0.13.1'
|
||||
==========================================
|
||||
|
||||
* NSMenu - Added more MacOS X methods and an ivar.
|
||||
|
@ -80,7 +85,7 @@ and other definitions.
|
|||
|
||||
* Changed the NSCursor hot point to 0,0 for MacOS X compatibility.
|
||||
|
||||
1.8 Noteworthy changes in version `0.13.0'
|
||||
1.9 Noteworthy changes in version `0.13.0'
|
||||
==========================================
|
||||
|
||||
This is an unstable release. There may be backward compatibility issues
|
||||
|
@ -117,8 +122,8 @@ with previous releases of the gui library.
|
|||
|
||||
* Base library version 1.15.1 is required for this release
|
||||
|
||||
1.9 Noteworthy changes in version `0.12.0'
|
||||
==========================================
|
||||
1.10 Noteworthy changes in version `0.12.0'
|
||||
===========================================
|
||||
|
||||
It has been a long time since the last release and many things have been
|
||||
added and changed, including new classes, new ivars, and new methods.
|
||||
|
@ -142,7 +147,7 @@ added and changed, including new classes, new ivars, and new methods.
|
|||
* NSSpellServer and NSAffineTransform was moved to GNUstep base for
|
||||
Mac OS X compatibility.
|
||||
|
||||
1.10 Noteworthy changes in version `0.11.0'
|
||||
1.11 Noteworthy changes in version `0.11.0'
|
||||
===========================================
|
||||
|
||||
* Added support for keyed encoding in all gui classes.
|
||||
|
@ -153,26 +158,26 @@ added and changed, including new classes, new ivars, and new methods.
|
|||
* Implemented glue code in GSNibCompatibility for classes such as
|
||||
NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
|
||||
|
||||
1.11 Noteworthy changes in version `0.10.3'
|
||||
1.12 Noteworthy changes in version `0.10.3'
|
||||
===========================================
|
||||
|
||||
* Horizontal menus now work
|
||||
|
||||
* Better support for tracking active applications.
|
||||
|
||||
1.12 Noteworthy changes in version `0.10.2'
|
||||
1.13 Noteworthy changes in version `0.10.2'
|
||||
===========================================
|
||||
|
||||
Mostly bug fixes.
|
||||
|
||||
1.13 Noteworthy changes in version `0.10.1'
|
||||
1.14 Noteworthy changes in version `0.10.1'
|
||||
===========================================
|
||||
|
||||
GNUstep now uses v19 of portaudio for the sound daemon. Version v19
|
||||
hasn't been officially released, but it is still used in several
|
||||
distributions (SuSE, etc) as v18 is very old.
|
||||
|
||||
1.14 Noteworthy changes in version `0.10.0'
|
||||
1.15 Noteworthy changes in version `0.10.0'
|
||||
===========================================
|
||||
|
||||
This release is binary incompatible with previous releases. The
|
||||
|
@ -184,7 +189,7 @@ new version.
|
|||
|
||||
* Keyed encoding is supported in many classes.
|
||||
|
||||
1.15 Noteworthy changes in version `0.9.5'
|
||||
1.16 Noteworthy changes in version `0.9.5'
|
||||
==========================================
|
||||
|
||||
* Beginnings of CUPS interface were added.
|
||||
|
@ -197,7 +202,7 @@ new version.
|
|||
|
||||
* You can find the GUI library's version using the Info.plist
|
||||
|
||||
1.16 Noteworthy changes in version `0.9.4'
|
||||
1.17 Noteworthy changes in version `0.9.4'
|
||||
==========================================
|
||||
|
||||
* The printing classes have been completely reorganized to
|
||||
|
@ -212,7 +217,7 @@ new version.
|
|||
|
||||
* Some improvement of NSDataLink classes.
|
||||
|
||||
1.17 Noteworthy changes in version `0.9.3'
|
||||
1.18 Noteworthy changes in version `0.9.3'
|
||||
==========================================
|
||||
|
||||
* Spell checker reimplemented using libaspell
|
||||
|
@ -224,7 +229,7 @@ new version.
|
|||
* Binary incompatibilites from ivar additions in NSView and
|
||||
subclasses.
|
||||
|
||||
1.18 Noteworthy changes in version `0.9.2'
|
||||
1.19 Noteworthy changes in version `0.9.2'
|
||||
==========================================
|
||||
|
||||
* Working NSToolbar implementation
|
||||
|
@ -243,7 +248,7 @@ new version.
|
|||
|
||||
* Much improved loading of gorm files
|
||||
|
||||
1.19 Noteworthy changes in version `0.9.1'
|
||||
1.20 Noteworthy changes in version `0.9.1'
|
||||
==========================================
|
||||
|
||||
* NSWindow - DnD works on whole window and events are propogated up
|
||||
|
@ -251,14 +256,14 @@ new version.
|
|||
|
||||
* Absolute paths and DnD works in OpenPanels.
|
||||
|
||||
1.20 Noteworthy changes in version `0.9.0'
|
||||
1.21 Noteworthy changes in version `0.9.0'
|
||||
==========================================
|
||||
|
||||
Improvements in various classes, include NSPopUpButton,
|
||||
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images
|
||||
in NSWorkspace.
|
||||
|
||||
1.21 Noteworthy changes in version `0.8.9'
|
||||
1.22 Noteworthy changes in version `0.8.9'
|
||||
==========================================
|
||||
|
||||
Note that many headers have moved to new locations (both in the package
|
||||
|
@ -267,14 +272,14 @@ applications may not compile because they cannot find the right header.
|
|||
|
||||
* New Language Setup documentation.
|
||||
|
||||
1.22 Noteworthy changes in version `0.8.8'
|
||||
1.23 Noteworthy changes in version `0.8.8'
|
||||
==========================================
|
||||
|
||||
* Updated LanguageSetup documentation
|
||||
|
||||
* Improved RTF reader (unicode support, etc).
|
||||
|
||||
1.23 Noteworthy changes in version `0.8.7'
|
||||
1.24 Noteworthy changes in version `0.8.7'
|
||||
==========================================
|
||||
|
||||
* NSBezierPath glyph methods implemented (depends on backend).
|
||||
|
@ -284,7 +289,7 @@ applications may not compile because they cannot find the right header.
|
|||
* Added default to load user-defined bundles (GSAppKitUserBundles
|
||||
default).
|
||||
|
||||
1.24 Noteworthy changes in version `0.8.6'
|
||||
1.25 Noteworthy changes in version `0.8.6'
|
||||
==========================================
|
||||
|
||||
Updated to install in new locations based on changes in gnustep-make
|
||||
|
@ -296,12 +301,12 @@ Updated to install in new locations based on changes in gnustep-make
|
|||
|
||||
* Lots of menu improvements.
|
||||
|
||||
1.25 Noteworthy changes in version `0.8.5'
|
||||
1.26 Noteworthy changes in version `0.8.5'
|
||||
==========================================
|
||||
|
||||
Bug fixes. NSStringDrawing now uses text system implementation.
|
||||
|
||||
1.26 Noteworthy changes in version `0.8.4'
|
||||
1.27 Noteworthy changes in version `0.8.4'
|
||||
==========================================
|
||||
|
||||
This release features a brand new text and layout system thanks to
|
||||
|
@ -315,7 +320,7 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* NSToolbar partially implemented.
|
||||
|
||||
1.27 Noteworthy changes in version `0.8.3'
|
||||
1.28 Noteworthy changes in version `0.8.3'
|
||||
==========================================
|
||||
|
||||
* Additions for Gorm support.
|
||||
|
@ -332,7 +337,7 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Key view handling rewritten.
|
||||
|
||||
1.28 Noteworthy changes in version `0.8.2'
|
||||
1.29 Noteworthy changes in version `0.8.2'
|
||||
==========================================
|
||||
|
||||
* Handle fonts that aren't found better.
|
||||
|
@ -349,7 +354,7 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Fix firstResponder status in text fields.
|
||||
|
||||
1.29 Noteworthy changes in version `0.8.1'
|
||||
1.30 Noteworthy changes in version `0.8.1'
|
||||
==========================================
|
||||
|
||||
* Handle scaled curves correctly.
|
||||
|
@ -362,10 +367,10 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Spell checker starts correctly now.
|
||||
|
||||
1.30 Noteworthy changes in version `0.8.0'
|
||||
1.31 Noteworthy changes in version `0.8.0'
|
||||
==========================================
|
||||
|
||||
1.31 Noteworthy changes in version `0.7.9'
|
||||
1.32 Noteworthy changes in version `0.7.9'
|
||||
==========================================
|
||||
|
||||
* NSTableView, NSOutlineView improvements.
|
||||
|
@ -374,14 +379,14 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Skeleton implementation of NSToolBar
|
||||
|
||||
1.32 Noteworthy changes in version `0.7.8'
|
||||
1.33 Noteworthy changes in version `0.7.8'
|
||||
==========================================
|
||||
|
||||
* Wheel color picker, standard color picker (bundles) added.
|
||||
|
||||
* System colors now use named colors. Easier configuration
|
||||
|
||||
1.33 Noteworthy changes in version `0.7.7'
|
||||
1.34 Noteworthy changes in version `0.7.7'
|
||||
==========================================
|
||||
|
||||
The graphics/window interface was completely revamped. Window functions
|
||||
|
@ -405,7 +410,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* NSOutlineView much improved.
|
||||
|
||||
1.34 Noteworthy changes in version `0.7.6'
|
||||
1.35 Noteworthy changes in version `0.7.6'
|
||||
==========================================
|
||||
|
||||
* NSOutlineView implemented.
|
||||
|
@ -418,7 +423,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* Memory panel available from Info Panel.
|
||||
|
||||
1.35 Noteworthy changes in version `0.7.5'
|
||||
1.36 Noteworthy changes in version `0.7.5'
|
||||
==========================================
|
||||
|
||||
* Drag and drop and image sliding much improved.
|
||||
|
@ -449,7 +454,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* Gmodel code compiled as a separate bundle.
|
||||
|
||||
1.36 Noteworthy changes in version `0.7.0'
|
||||
1.37 Noteworthy changes in version `0.7.0'
|
||||
==========================================
|
||||
|
||||
* Much improvement in NSBrowser, NSMatrix, NSPopUpButton, combo
|
||||
|
@ -465,7 +470,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* NSColorWell works.
|
||||
|
||||
1.37 Noteworthy changes in version `0.6.7'
|
||||
1.38 Noteworthy changes in version `0.6.7'
|
||||
==========================================
|
||||
|
||||
* App Icons can support documents dropped using DnD.
|
||||
|
@ -492,7 +497,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* Support middle mouse button.
|
||||
|
||||
1.38 Noteworthy changes in version `0.6.6'
|
||||
1.39 Noteworthy changes in version `0.6.6'
|
||||
==========================================
|
||||
|
||||
* Window hints for motif and generic window managers.
|
||||
|
@ -529,7 +534,7 @@ however, that the xdps backend is still considered experimental and you
|
|||
may have to deal with many problems in order to get it working. We
|
||||
recommend sticking with the xgps backend (the default) for now.
|
||||
|
||||
1.39 Noteworthy changes in version `0.6.5'
|
||||
1.40 Noteworthy changes in version `0.6.5'
|
||||
==========================================
|
||||
|
||||
Many of the basic GUI classes have been vastly improved or rewritten,
|
||||
|
@ -563,7 +568,7 @@ thanks to Nicola Pero <n.pero@mi.flashnet.it> and many others.
|
|||
been written, thanks to Richard Frith-Macdonald
|
||||
<richard@brainstorm.co.uk>
|
||||
|
||||
1.40 Noteworthy changes in version `0.6.0'
|
||||
1.41 Noteworthy changes in version `0.6.0'
|
||||
==========================================
|
||||
|
||||
A Huge amount of progress, although a lot still needs to be done. It's
|
||||
|
@ -594,7 +599,7 @@ apps and libraries have been ported with little changes.
|
|||
|
||||
* Several fixes that at least double the speed of the gui.
|
||||
|
||||
1.41 Noteworthy changes in version `0.5.5'
|
||||
1.42 Noteworthy changes in version `0.5.5'
|
||||
==========================================
|
||||
|
||||
Too extensive to list.
|
||||
|
@ -603,7 +608,7 @@ Too extensive to list.
|
|||
cleanup of coordinate conversion code, etc.
|
||||
|
||||
|
||||
1.42 Noteworthy changes in version `0.5.0'
|
||||
1.43 Noteworthy changes in version `0.5.0'
|
||||
==========================================
|
||||
|
||||
* NSBrowser and NSBrowserCell have been implemented. There is one
|
||||
|
@ -653,7 +658,7 @@ Too extensive to list.
|
|||
* Several cleanups and as usual, many bug fixes.
|
||||
|
||||
|
||||
1.43 Noteworthy changes in version `0.3.0'
|
||||
1.44 Noteworthy changes in version `0.3.0'
|
||||
==========================================
|
||||
|
||||
* Completely reworked the menu class. The NSMenu class is now
|
||||
|
@ -685,7 +690,7 @@ Too extensive to list.
|
|||
implement the NSCopying protocol and many others.
|
||||
|
||||
|
||||
1.44 Noteworthy changes in version `0.2.0'
|
||||
1.45 Noteworthy changes in version `0.2.0'
|
||||
==========================================
|
||||
|
||||
* Additional NSImage and NSImageRep class work. Incorporated common
|
||||
|
@ -720,7 +725,7 @@ Too extensive to list.
|
|||
* Many bug fixes and minor enhancements.
|
||||
|
||||
|
||||
1.45 Noteworthy changes in version `0.1.1'
|
||||
1.46 Noteworthy changes in version `0.1.1'
|
||||
==========================================
|
||||
|
||||
* Almost complete implementation of the PXKMenu and PXKMenuCell
|
||||
|
@ -744,7 +749,7 @@ Too extensive to list.
|
|||
manipulating tiff files and images.
|
||||
|
||||
|
||||
1.46 Noteworthy changes in version `0.1.0'
|
||||
1.47 Noteworthy changes in version `0.1.0'
|
||||
==========================================
|
||||
|
||||
* Integration of the GNUstep X/DPS GUI Backend. This has finally
|
||||
|
|
9
README
9
README
|
@ -3,10 +3,11 @@
|
|||
|
||||
The GNUstep gui library is a library of graphical user interface classes
|
||||
written completely in the Objective-C language; the classes are based
|
||||
upon the OpenStep specification as release by NeXT Software, Inc. These
|
||||
classes include graphical objects such as buttons, text fields, popup
|
||||
lists, browser lists, and windows; there are also many associated
|
||||
classes for handling events, colors, fonts, pasteboards and images.
|
||||
upon Apple's Cocoa framwork (which came from the OpenStep
|
||||
specification). These classes include graphical objects such as
|
||||
buttons, text fields, popup lists, browser lists, and windows; there
|
||||
are also many associated classes for handling events, colors, fonts,
|
||||
pasteboards and images.
|
||||
|
||||
1.1 Initial reading
|
||||
===================
|
||||
|
|
Loading…
Reference in a new issue