From 3c6fab884901ee506d9860206624ab6d40a61ebc Mon Sep 17 00:00:00 2001
From: Adam Fedor
This is an stable release. A lot of improvements and bug + fixes went into this release. Thanks to Wolfgang Lux for fixing plenty + of bugs. Note that gnustep-core is now installed in the LOCAL domain + by default instead of the SYSTEM domain. You may want to remove old + installations in the SYSTEM domain to avoid any incompatibility problems. + Or you can force installation in SYSTEM using make + GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install. +
+This is an stable release.
diff --git a/Documentation/news.texi b/Documentation/news.texi
index 46fa45381..01629637d 100644
--- a/Documentation/news.texi
+++ b/Documentation/news.texi
@@ -9,6 +9,17 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
+@section Noteworthy changes in version @samp{0.16.0}
+
+@itemize @bullet
+@item Nib loading refractored and improved.
+@item Added support for autosaving in NSDocuments
+@item NSWindowController made a subclass of NSResponder
+@item NSTokenField and netokenFiledCell classes added.
+@end itemize
+
+@ifclear ANNOUNCE-ONLY
+
@section Noteworthy changes in version @samp{0.14.0}
@itemize @bullet
@@ -18,8 +29,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
@item Manu bug fixes.
@end itemize
-@ifclear ANNOUNCE-ONLY
-
@section Noteworthy changes in version @samp{0.13.2}
@itemize @bullet
diff --git a/NEWS b/NEWS
index 943366aae..e3e03d63a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,20 @@
1 NEWS
******
-The currently released version of the library is `0.14.0'.
+The currently released version of the library is `0.16.0'.
-1.1 Noteworthy changes in version `0.14.0'
+1.1 Noteworthy changes in version `0.16.0'
+==========================================
+
+ * Nib loading refractored and improved.
+
+ * Added support for autosaving in NSDocuments
+
+ * NSWindowController made a subclass of NSResponder
+
+ * NSTokenField and netokenFiledCell classes added.
+
+1.2 Noteworthy changes in version `0.14.0'
==========================================
* New class NSGlyphGenerator for glyph generation
@@ -14,7 +25,7 @@ The currently released version of the library is `0.14.0'.
* Manu bug fixes.
-1.2 Noteworthy changes in version `0.13.2'
+1.3 Noteworthy changes in version `0.13.2'
==========================================
* Printing works a little better now.
@@ -30,7 +41,7 @@ The currently released version of the library is `0.14.0'.
* NSDrawer was implemented.
-1.3 Noteworthy changes in version `0.13.1'
+1.4 Noteworthy changes in version `0.13.1'
==========================================
* NSMenu - Added more MacOS X methods and an ivar.
@@ -44,7 +55,7 @@ The currently released version of the library is `0.14.0'.
* Changed the NSCursor hot point to 0,0 for MacOS X compatibility.
-1.4 Noteworthy changes in version `0.13.0'
+1.5 Noteworthy changes in version `0.13.0'
==========================================
This is an unstable release. There may be backward compatibility issues
@@ -81,7 +92,7 @@ with previous releases of the gui library.
* Base library version 1.15.1 is required for this release
-1.5 Noteworthy changes in version `0.12.0'
+1.6 Noteworthy changes in version `0.12.0'
==========================================
It has been a long time since the last release and many things have been
@@ -106,7 +117,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.6 Noteworthy changes in version `0.11.0'
+1.7 Noteworthy changes in version `0.11.0'
==========================================
* Added support for keyed encoding in all gui classes.
@@ -117,26 +128,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.7 Noteworthy changes in version `0.10.3'
+1.8 Noteworthy changes in version `0.10.3'
==========================================
* Horizontal menus now work
* Better support for tracking active applications.
-1.8 Noteworthy changes in version `0.10.2'
+1.9 Noteworthy changes in version `0.10.2'
==========================================
Mostly bug fixes.
-1.9 Noteworthy changes in version `0.10.1'
-==========================================
+1.10 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.10 Noteworthy changes in version `0.10.0'
+1.11 Noteworthy changes in version `0.10.0'
===========================================
This release is binary incompatible with previous releases. The
@@ -148,7 +159,7 @@ new version.
* Keyed encoding is supported in many classes.
-1.11 Noteworthy changes in version `0.9.5'
+1.12 Noteworthy changes in version `0.9.5'
==========================================
* Beginnings of CUPS interface were added.
@@ -161,7 +172,7 @@ new version.
* You can find the GUI library's version using the Info.plist
-1.12 Noteworthy changes in version `0.9.4'
+1.13 Noteworthy changes in version `0.9.4'
==========================================
* The printing classes have been completely reorganized to
@@ -176,7 +187,7 @@ new version.
* Some improvement of NSDataLink classes.
-1.13 Noteworthy changes in version `0.9.3'
+1.14 Noteworthy changes in version `0.9.3'
==========================================
* Spell checker reimplemented using libaspell
@@ -188,7 +199,7 @@ new version.
* Binary incompatibilites from ivar additions in NSView and
subclasses.
-1.14 Noteworthy changes in version `0.9.2'
+1.15 Noteworthy changes in version `0.9.2'
==========================================
* Working NSToolbar implementation
@@ -207,7 +218,7 @@ new version.
* Much improved loading of gorm files
-1.15 Noteworthy changes in version `0.9.1'
+1.16 Noteworthy changes in version `0.9.1'
==========================================
* NSWindow - DnD works on whole window and events are propogated up
@@ -215,14 +226,14 @@ new version.
* Absolute paths and DnD works in OpenPanels.
-1.16 Noteworthy changes in version `0.9.0'
+1.17 Noteworthy changes in version `0.9.0'
==========================================
Improvements in various classes, include NSPopUpButton,
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images
in NSWorkspace.
-1.17 Noteworthy changes in version `0.8.9'
+1.18 Noteworthy changes in version `0.8.9'
==========================================
Note that many headers have moved to new locations (both in the package
@@ -231,14 +242,14 @@ applications may not compile because they cannot find the right header.
* New Language Setup documentation.
-1.18 Noteworthy changes in version `0.8.8'
+1.19 Noteworthy changes in version `0.8.8'
==========================================
* Updated LanguageSetup documentation
* Improved RTF reader (unicode support, etc).
-1.19 Noteworthy changes in version `0.8.7'
+1.20 Noteworthy changes in version `0.8.7'
==========================================
* NSBezierPath glyph methods implemented (depends on backend).
@@ -248,7 +259,7 @@ applications may not compile because they cannot find the right header.
* Added default to load user-defined bundles (GSAppKitUserBundles
default).
-1.20 Noteworthy changes in version `0.8.6'
+1.21 Noteworthy changes in version `0.8.6'
==========================================
Updated to install in new locations based on changes in gnustep-make
@@ -260,12 +271,12 @@ Updated to install in new locations based on changes in gnustep-make
* Lots of menu improvements.
-1.21 Noteworthy changes in version `0.8.5'
+1.22 Noteworthy changes in version `0.8.5'
==========================================
Bug fixes. NSStringDrawing now uses text system implementation.
-1.22 Noteworthy changes in version `0.8.4'
+1.23 Noteworthy changes in version `0.8.4'
==========================================
This release features a brand new text and layout system thanks to
@@ -279,7 +290,7 @@ Alexander Malmberg. Other improvements include:
* NSToolbar partially implemented.
-1.23 Noteworthy changes in version `0.8.3'
+1.24 Noteworthy changes in version `0.8.3'
==========================================
* Additions for Gorm support.
@@ -296,7 +307,7 @@ Alexander Malmberg. Other improvements include:
* Key view handling rewritten.
-1.24 Noteworthy changes in version `0.8.2'
+1.25 Noteworthy changes in version `0.8.2'
==========================================
* Handle fonts that aren't found better.
@@ -313,7 +324,7 @@ Alexander Malmberg. Other improvements include:
* Fix firstResponder status in text fields.
-1.25 Noteworthy changes in version `0.8.1'
+1.26 Noteworthy changes in version `0.8.1'
==========================================
* Handle scaled curves correctly.
@@ -326,10 +337,10 @@ Alexander Malmberg. Other improvements include:
* Spell checker starts correctly now.
-1.26 Noteworthy changes in version `0.8.0'
+1.27 Noteworthy changes in version `0.8.0'
==========================================
-1.27 Noteworthy changes in version `0.7.9'
+1.28 Noteworthy changes in version `0.7.9'
==========================================
* NSTableView, NSOutlineView improvements.
@@ -338,14 +349,14 @@ Alexander Malmberg. Other improvements include:
* Skeleton implementation of NSToolBar
-1.28 Noteworthy changes in version `0.7.8'
+1.29 Noteworthy changes in version `0.7.8'
==========================================
* Wheel color picker, standard color picker (bundles) added.
* System colors now use named colors. Easier configuration
-1.29 Noteworthy changes in version `0.7.7'
+1.30 Noteworthy changes in version `0.7.7'
==========================================
The graphics/window interface was completely revamped. Window functions
@@ -369,7 +380,7 @@ computers, although it is in a very alpha state.
* NSOutlineView much improved.
-1.30 Noteworthy changes in version `0.7.6'
+1.31 Noteworthy changes in version `0.7.6'
==========================================
* NSOutlineView implemented.
@@ -382,7 +393,7 @@ computers, although it is in a very alpha state.
* Memory panel available from Info Panel.
-1.31 Noteworthy changes in version `0.7.5'
+1.32 Noteworthy changes in version `0.7.5'
==========================================
* Drag and drop and image sliding much improved.
@@ -413,7 +424,7 @@ computers, although it is in a very alpha state.
* Gmodel code compiled as a separate bundle.
-1.32 Noteworthy changes in version `0.7.0'
+1.33 Noteworthy changes in version `0.7.0'
==========================================
* Much improvement in NSBrowser, NSMatrix, NSPopUpButton, combo
@@ -429,7 +440,7 @@ computers, although it is in a very alpha state.
* NSColorWell works.
-1.33 Noteworthy changes in version `0.6.7'
+1.34 Noteworthy changes in version `0.6.7'
==========================================
* App Icons can support documents dropped using DnD.
@@ -456,7 +467,7 @@ computers, although it is in a very alpha state.
* Support middle mouse button.
-1.34 Noteworthy changes in version `0.6.6'
+1.35 Noteworthy changes in version `0.6.6'
==========================================
* Window hints for motif and generic window managers.
@@ -493,7 +504,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.35 Noteworthy changes in version `0.6.5'
+1.36 Noteworthy changes in version `0.6.5'
==========================================
Many of the basic GUI classes have been vastly improved or rewritten,
@@ -527,7 +538,7 @@ thanks to Nicola Pero