mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Update release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34711 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e631fa73be
commit
fe1e554086
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Update release notes
|
||||
|
||||
2012-02-01 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/GSThemePanel:
|
||||
|
@ -2083,7 +2087,7 @@
|
|||
|
||||
2011-04-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: Bumb version.
|
||||
* Version: Bump version.
|
||||
|
||||
2011-04-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
|
|
|
@ -21,8 +21,9 @@
|
|||
</p>
|
||||
|
||||
<section>
|
||||
<heading>trunk</heading>
|
||||
<heading>0.22.0</heading>
|
||||
<p>
|
||||
This is a major new stable release of GUI. Note that to improve stability, some features that were in previous releases have been removed. Newer and better implementation of these features will be added back soon. These include use of ghostscript and ImageMagic to automatically translate image formats, and an implementation of copy-on-scroll in NSClipView. Also note that this version is binary incompatible with previous versions on 64-bit systems due to changes in some variables based on changes in GNUstep base to the type of NSNotFound.
|
||||
New features include:
|
||||
</p>
|
||||
<deflist>
|
||||
|
|
|
@ -9,26 +9,26 @@
|
|||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in trunk
|
||||
@section Noteworthy changes in version @samp{0.22.0}
|
||||
|
||||
New features include:
|
||||
@itemize @bullet
|
||||
@item This version is binary incompatible with previous versions due to the change of NSNotFound in GNUstep base.
|
||||
@item Support for drawing the GUI with a scale factor, for high-DPI monitors.
|
||||
@item Character panel
|
||||
@item Color picker ``Magnifier'' tool, for grabbing the color of arbitrary parts of the screen
|
||||
@item Many new image formats supported for reading using Ghostscript and ImageMagick
|
||||
@end itemize
|
||||
|
||||
Many NSImage improvements (Mac OS X 10.6 drawing methods, better selection of image reps, better support for icons). Many bugfixes, including in Xib loading, printing, and NSView geometry.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.20.0}
|
||||
|
||||
A new stable release. Many improvments with Nib loading, documents and
|
||||
document controllers. Fixed many drawing issues, particularly
|
||||
ones related to flipping. Much improved theming.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.19.0}
|
||||
|
||||
This is an (unstable) copy of the 0.18.0 release
|
||||
|
|
Loading…
Reference in a new issue