git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21408 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2005-07-05 02:07:17 +00:00
parent 52469c268e
commit 4900027b36
3 changed files with 47 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-07-04 Adam Fedor <fedor@gnu.org>
* Documentation/ReleaseNotes.gsdoc: Update.
2005-07-01 Adam Fedor <fedor@gnu.org>
* Documentation/Gui.gsdoc,

View file

@ -19,6 +19,35 @@
changes and other information that might help developers and users
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 0.10.0</heading>
<p>
The interface version of the gui library has changed in
this release. Applications, libraries and tools that
wish to use this new version must be recompiled
(otherwise, they'll use the older version of the library).
</p>
<deflist>
<term>Nib window autopositioning</term>
<desc>
Nib loading has been improved to handle auto-positioning
of windows.
</desc>
<term>NSFont</term>
<desc>
An ivar was added to NSFont to cache flipped fonts.
</desc>
<term>NSApplication</term>
<desc>
An ivar was added to track application launch.
</desc>
<term>Keyed Encoding</term>
<desc>
Work was done in many classes to support keyed
encoding. It may not be fully implemented in every class, however.
</desc>
</deflist>
</section>
<section>
<heading>Version 0.9.5</heading>
<p>

View file

@ -9,6 +9,20 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.10.0}
This release is binary incompatible with previous releases.
The interface version of the library has changed so that apps, tools
and libraries that use the base library need to be recompiled to use
this new version.
@itemize @bullet
@item Nib loading supports window auto-positioning
@item Keyed encoding is supported in many classes.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.9.5}
@itemize @bullet
@ -19,8 +33,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
@item You can find the GUI library's version using the Info.plist
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.9.4}
@itemize @bullet