diff --git a/ANNOUNCE b/ANNOUNCE
index d62c5ce14..c4ae58b3a 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -30,33 +30,40 @@ component like the GNUstep 'Back' Backend.
1.2 Noteworthy changes in version `0.13.0'
==========================================
+This is an unstable release. There may be backward compatibility issues
+with previous releases of the gui library.
+
* Switched to use LGPL 3 and GPL 3.
- * Added new methods from Mac OS X 10.4 for NSDragging, NSFontDescriptor,
- NSAttributedString, NSImageView, NSStringDrawing, NSParagraphStyle,
- NSView, NSCell, NSActionCell, NSAlert, NSApplication, NSBitmapImageRep,
- NSBox, NSColor, NSColorSpace, NSComboBox, NSComboBoxCell,
- NSDocumentController, NSEvent, NSScreen, NSFont, NSFontManager,
- NSFormCell, NSForm, NSWindow, NSTextField, NSTextFieldCell. Some ivar
- names were changed also.
-
+ * Added new methods from Mac OS X 10.4 for NSDragging,
+ NSFontDescriptor, NSAttributedString, NSImageView,
+ NSStringDrawing, NSParagraphStyle, NSView, NSCell, NSActionCell,
+ NSAlert, NSApplication, NSBitmapImageRep, NSBox, NSColor,
+ NSColorSpace, NSComboBox, NSComboBoxCell, NSDocumentController,
+ NSEvent, NSScreen, NSFont, NSFontManager, NSFormCell, NSForm,
+ NSWindow, NSTextField, NSTextFieldCell. Some ivar names were
+ changed also.
+
* Moved Postscript printing methods from NSView to NSGraphicsContext.
* Rewrote the NSView drawing mechanism to always use
[displayRectIgnoringOpacity:inContext].
- * Report more controls as being flipped. (NSTextField, NSTableHeaderView,
- NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing.
+ * Report more controls as being flipped. (NSTextField,
+ NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton)
+ NSTabView is still missing.
* In NSAffineTransform use optimized primitive methods from base.
- * Add font attribute fixing to NSAttributedString. To allow for the output
- of glyphs not present in the current font.
+ * Add font attribute fixing to NSAttributedString. To allow for the
+ output of glyphs not present in the current font.
* Optimized the validation of edited cells.
* Implementation of special connectors for Key-Value binding.
+ * Base library version 1.15.1 is required for this release
+
1.3 Where can you get it? How can you compile it?
==================================================
diff --git a/BUGS b/BUGS
index ba7c27fe1..e278b9bff 100644
--- a/BUGS
+++ b/BUGS
@@ -22,7 +22,7 @@ such a degree to be unusable.
* NSController and subclasses
* NSFontDescriptor
-
+
* NSColorSpace
* NSSearchField and NSSearchFieldCell
diff --git a/ChangeLog b/ChangeLog
index 44202a0b9..8d5550b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-09 Adam Fedor
+
+ * Version 0.13.0
+
2007-11-05 Fred Kiefer
* Source/NSFont.m (-initWithName:matrix:fix:screenFont:role:): Add
diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc
index 8190b3a5b..8aaf7c6da 100644
--- a/Documentation/ReleaseNotes.gsdoc
+++ b/Documentation/ReleaseNotes.gsdoc
@@ -21,6 +21,10 @@
Version 0.13.0
+ This is an unstable release.
+ Changes to error handling and key-value coding require an
+ update to at least the base library version 1.15.1.
+
Licence
diff --git a/Documentation/news.texi b/Documentation/news.texi
index c7768e7c6..e57b332bb 100644
--- a/Documentation/news.texi
+++ b/Documentation/news.texi
@@ -11,6 +11,9 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
@section Noteworthy changes in version @samp{0.13.0}
+This is an unstable release. There may be backward compatibility issues
+with previous releases of the gui library.
+
@itemize @bullet
@item Switched to use LGPL 3 and GPL 3.
@item Added new methods from Mac OS X 10.4 for NSDragging, NSFontDescriptor,
@@ -30,6 +33,7 @@ NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing.
of glyphs not present in the current font.
@item Optimized the validation of edited cells.
@item Implementation of special connectors for Key-Value binding.
+@item Base library version 1.15.1 is required for this release
@end itemize
@ifclear ANNOUNCE-ONLY
diff --git a/NEWS b/NEWS
index 0aa6d7168..84a57bb12 100644
--- a/NEWS
+++ b/NEWS
@@ -6,33 +6,40 @@ The currently released version of the library is `0.13.0'.
1.1 Noteworthy changes in version `0.13.0'
==========================================
+This is an unstable release. There may be backward compatibility issues
+with previous releases of the gui library.
+
* Switched to use LGPL 3 and GPL 3.
- * Added new methods from Mac OS X 10.4 for NSDragging, NSFontDescriptor,
- NSAttributedString, NSImageView, NSStringDrawing, NSParagraphStyle,
- NSView, NSCell, NSActionCell, NSAlert, NSApplication, NSBitmapImageRep,
- NSBox, NSColor, NSColorSpace, NSComboBox, NSComboBoxCell,
- NSDocumentController, NSEvent, NSScreen, NSFont, NSFontManager,
- NSFormCell, NSForm, NSWindow, NSTextField, NSTextFieldCell. Some ivar
- names were changed also.
-
+ * Added new methods from Mac OS X 10.4 for NSDragging,
+ NSFontDescriptor, NSAttributedString, NSImageView,
+ NSStringDrawing, NSParagraphStyle, NSView, NSCell, NSActionCell,
+ NSAlert, NSApplication, NSBitmapImageRep, NSBox, NSColor,
+ NSColorSpace, NSComboBox, NSComboBoxCell, NSDocumentController,
+ NSEvent, NSScreen, NSFont, NSFontManager, NSFormCell, NSForm,
+ NSWindow, NSTextField, NSTextFieldCell. Some ivar names were
+ changed also.
+
* Moved Postscript printing methods from NSView to NSGraphicsContext.
* Rewrote the NSView drawing mechanism to always use
[displayRectIgnoringOpacity:inContext].
- * Report more controls as being flipped. (NSTextField, NSTableHeaderView,
- NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing.
+ * Report more controls as being flipped. (NSTextField,
+ NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton)
+ NSTabView is still missing.
* In NSAffineTransform use optimized primitive methods from base.
- * Add font attribute fixing to NSAttributedString. To allow for the output
- of glyphs not present in the current font.
+ * Add font attribute fixing to NSAttributedString. To allow for the
+ output of glyphs not present in the current font.
* Optimized the validation of edited cells.
* Implementation of special connectors for Key-Value binding.
+ * Base library version 1.15.1 is required for this release
+
1.2 Noteworthy changes in version `0.12.0'
==========================================
diff --git a/README b/README
index edcb5829d..4f7d28ac8 100644
--- a/README
+++ b/README
@@ -30,10 +30,11 @@ more information. All files in this package EXCEPT files in the `Tools'
directories and subdirectories under this are covered under the GLPL.
GNUstep tools, test programs, and other files are covered under the
-GNU General Public License. This means if you make changes to these programs,
-you cannot charge a fee, other than distribution fees, for others to
-use the program. You should read the COPYING file for more information.
-All files in the `Tools' directory are covered under the GPL.
+GNU General Public License. This means if you make changes to these
+programs, you cannot charge a fee, other than distribution fees, for
+others to use the program. You should read the COPYING file for more
+information. All files in the `Tools' directory are covered under the
+GPL.
1.3 How can you help?
=====================
diff --git a/gnustep-gui.spec.in b/gnustep-gui.spec.in
index 4e18db7e9..2e3f78235 100644
--- a/gnustep-gui.spec.in
+++ b/gnustep-gui.spec.in
@@ -3,7 +3,7 @@ Release: 1
License: LGPL
Group: Development/Libraries
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
-Requires: gnustep-base >= 1.15.0
+Requires: gnustep-base >= 1.15.1
%description
The GNUstep gui Library is a powerful library of graphical user interface