* Documentation/news.texi: Started to fill in some details for

pending release.
This commit is contained in:
fredkiefer 2020-03-26 22:23:37 +01:00
parent 3eda67046c
commit 928e44b65c
2 changed files with 39 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2020-03-26 Fred Kiefer <FredKiefer@gmx.de>
* Documentation/news.texi: Started to fill in some details for
pending release.
* .travis.yml: Try to keep up with Niels' changes in base.
2020-03-12 Sergii Stoian <stoyan255@gmail.com>
* Model/GNUmakefile: do not overwrite ADDITIONAL_INCLUDE_DIRS
@ -508,7 +514,7 @@
* Documentation/news.texi
* NEWS
* Version:
Updating documentation for the 0.26.2 release.
Updating documentation for the 0.27.0 release.
2019-01-06 Ivan Vucica <ivan@vucica.net>

View file

@ -9,6 +9,38 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.28.0}
This version adds support for modern XIB files and many new
classes. Plus the usual bunch of bug fixes.
@itemize @bullet
@item Support loading of document XIB files.
@item Improve Key Value Binding for NSArrayController and add more bindings.
@item Better support for multi monitor usage and other improvement in
the backend integration.
@item Add classes NSFontCollection, NSColorSampler, NSSpeechRecognizer,
NSAppearance, NSPDFInfo, NSPICTImageRep, NSCIImageRep, NSPDFImageRep,
NSPDFPanel, NSDataAsset,
NSDatePicker, NSDatePickerCell, NSPredicateEditor,
NSPredicateEditorRowTemplate, NSRuleEditor, NSGestureRecognizer,
NSButtonTouchBarItem, NSCandidateListTouchBarItem,
NSClickGestureRecognizer, NSColorPickerTouchBarItem,
NSCustomTouchBarItem, NSGroupTouchBarItem,
NSMagnificationGestureRecognizer, NSPanGestureRecognizer,
NSPickerTouchBarItem, NSPopoverTouchBarItem, NSPressGestureRecognizer,
NSRotationGestureRecognizer, NSSharingServicePickerTouchBarItem,
NSSliderTouchBarItem, NSStepperTouchBarItem, NSTouchBarItem, NSTouchBar,
NSTouch, NSDockTile.
@item Implement NSEPSImageRep.
@item Better encoding handling in RTF files.
@item Theming and drawing improvements.
@item Increase small font size to 10.
@item New cursor and stepper images.
@item Move NSFileWrapper to Foundation.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.27.0}
This version includes numerous bugfixes, compatibility
@ -34,7 +66,6 @@ Animation renderer.
@item Lots of bug fixes.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.26.2}
This version is a small, but important bugfix release.