mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:10:38 +00:00
Updated various release note documents with notable changes for 0.26.0.
Also regenerated the ANNOUNCE file from announce.texi and news.texi.
This commit is contained in:
parent
280c3e0095
commit
e2f3923e13
4 changed files with 105 additions and 18 deletions
|
@ -25,11 +25,48 @@
|
|||
<p>
|
||||
Bumped due to binary incompatibilities between 0.25.0 and 0.25.1. Also
|
||||
including numerous compatibility improvements from the Summer of Code
|
||||
project.
|
||||
project, and a wide variety of other fixes. Fixes the use of
|
||||
cupsGetPPD() in the printing system.
|
||||
</p>
|
||||
<deflist>
|
||||
<term>TODO</term>
|
||||
<desc>This list is yet to be written.</desc>
|
||||
<term>printing</term>
|
||||
<desc>Add an include to get deprecated function cupsGetPPD() on
|
||||
newer CUPS systems.</desc>
|
||||
<term>chore</term>
|
||||
<desc>Bump required base version.</desc>
|
||||
<term>tiff</term>
|
||||
<desc>Support for writing resolution.</desc>
|
||||
<term>jpeg</term>
|
||||
<desc>Save resolution information if it is different from 72
|
||||
dpi.</desc>
|
||||
<term>save panel</term>
|
||||
<desc>Fix return type of sorting function.</desc>
|
||||
<term>events</term>
|
||||
<desc>Add some newer Cocoa enums and one method with dummy
|
||||
implementation.</desc>
|
||||
<term>speech synthesis</term>
|
||||
<desc>NSSpeechSynthesizerDelegate is now a @protocol on
|
||||
runtimes that support it.</desc>
|
||||
<term>pasteboard</term>
|
||||
<desc>New type identifiers.</desc>
|
||||
<term>translations</term>
|
||||
<desc>Some work on Polish, Russian and German translations</desc>
|
||||
<term>cell</term>
|
||||
<desc>Improvements to mouse tracking logic on NSCell.</desc>
|
||||
<term>image</term>
|
||||
<desc>If an unknown named image is unarchived with a coder or
|
||||
keyed coder, keep the name.</desc>
|
||||
<term>screen</term>
|
||||
<desc>Add backingScaleFactor and return 1.0.</desc>
|
||||
<term>window</term>
|
||||
<desc>Return 1.0 from -backingScaleFactor.</desc>
|
||||
|
||||
<term>compatibility</term>
|
||||
<desc>Numerous stub implementations of constants, classes
|
||||
and methods to improve source-level compatibility.</desc>
|
||||
<term>other bugfixes</term>
|
||||
<desc>Numerous other bugfixes.</desc>
|
||||
|
||||
</deflist>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -11,8 +11,29 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
|
|||
|
||||
@section Noteworthy changes in version @samp{0.26.0}
|
||||
|
||||
This version was bumped due to previous binary incompatibilities
|
||||
between 0.25.0 and 0.25.1. This version also includes numerous
|
||||
compatibility improvements from the Summer of Code
|
||||
project, and a wide variety of other fixes. Notably, it fixes the
|
||||
use of cupsGetPPD() in the printing system.
|
||||
|
||||
@itemize @bullet
|
||||
@item This list is yet to be written.
|
||||
@item printing: Add an include to get deprecated function cupsGetPPD() on newer CUPS systems.
|
||||
@item chore: Bump required base version.
|
||||
@item tiff: Support for writing resolution.
|
||||
@item jpeg: Save resolution information if it is different from 72 dpi.
|
||||
@item save panel: Fix return type of sorting function.
|
||||
@item events: Add some newer Cocoa enums and one method with dummy implementation.
|
||||
@item speech synthesis: NSSpeechSynthesizerDelegate is now a @@protocol on runtimes that support it.
|
||||
@item pasteboard: New type identifiers.
|
||||
@item translations: Some work on Polish, Russian and German translations
|
||||
@item cell: Improvements to mouse tracking logic on NSCell.
|
||||
@item image: If an unknown named image is unarchived with a coder or keyed coder, keep the name.
|
||||
@item screen: Add -backingScaleFactor and return 1.0.
|
||||
@item window: Return 1.0 from -backingScaleFactor.
|
||||
|
||||
@item compatibility: Numerous stub implementations of constants, classes and methods to improve source-level compatibility.
|
||||
@item other bugfixes
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue