Version 0.14.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26651 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2008-06-15 04:34:21 +00:00
parent 18ac41cc4b
commit 4b24e5cd48
6 changed files with 103 additions and 62 deletions

View file

@ -20,6 +20,29 @@
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 0.14.0</heading>
<p>This is an stable release.
</p>
<deflist>
<term>NSGlyphGenerator</term>
<desc>
New class for glyph generation (separated from other classes).
</desc>
<term>NSControl -mouseDownFlags</term>
<desc>
Added old NeXT method for compatibility.
</desc>
<term>NSSplitView</term>
<desc>
setAutosaveName: implemented and new instance variable added.
</desc>
<term>NSOpenGLView</term>
<desc>
Added some Mac OS X 10.3 methods.
</desc>
</deflist>
</section>
<section>
<heading>Version 0.13.2</heading>
<p>This is an unstable release.
</p>

View file

@ -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.14.0}
@itemize @bullet
@item New class NSGlyphGenerator for glyph generation
@item NSSplitView implemented setAutosaveName:
@item NSOpenGLView added some Mac OS X 10.3 methods
@item Manu bug fixes.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.13.2}
@itemize @bullet
@ -21,8 +32,6 @@ gnustep-back 0.13.2 with this version
@item NSDrawer was implemented.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.13.1}
@itemize @bullet