Version 0.13.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25823 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2008-01-01 22:42:17 +00:00
parent 678b989645
commit 83fbeb17f2
6 changed files with 114 additions and 77 deletions

View file

@ -19,6 +19,37 @@
changes and other information that might help developers and users
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 0.13.0</heading>
<p>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.
</p>
<deflist>
<term>NSMenu</term>
<desc>
Added more MacOS X methods and an ivar.
</desc>
<term>NSView</term>
<desc>
Added support for hiding views.
</desc>
<term>Key-Value bindings</term>
<desc>
Added Key-Value bindings implementation (NSKeyValueBinding)
with support in several classes (NSControl, NSTextField, NSView,
etc).
</desc>
<term>NSTableView</term>
<desc>
Added some MacOS X 10.4 methods.
</desc>
<term>NSCursor</term>
<desc>
Changed hot point to 0,0 for MacOS X compatibility.
</desc>
</deflist>
</section>
<section>
<heading>Version 0.13.0</heading>
<p>This is an unstable release.

View file

@ -9,6 +9,19 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.13.1}
@itemize @bullet
@item NSMenu - Added more MacOS X methods and an ivar.
@item Added support for hiding views.
@item Added Key-Value bindings implementation (NSKeyValueBinding)
with support in several classes (NSControl, NSTextField, NSView, etc).
@item Added some MacOS X 10.4 methods to NSTableView.
@item Changed the NSCursor hot point to 0,0 for MacOS X compatibility.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.13.0}
This is an unstable release. There may be backward compatibility issues
@ -36,8 +49,6 @@ of glyphs not present in the current font.
@item Base library version 1.15.1 is required for this release
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.12.0}
It has been a long time since the last release and many things have been