mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
* Documentation/news.texi: Fill in some details for pending release.
This commit is contained in:
parent
05986c15da
commit
6f8887cf58
2 changed files with 20 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
2020-03-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Documentation/news.texi: Fill in some details for pending release.
|
||||
|
||||
2020-03-12 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
|
||||
* Source/art/GNUmakefile.preamble,
|
||||
* Source/gsc/GNUmakefile.preamble: do not overwrite ADDITIONAL_INCLUDE_DIRS
|
||||
value to help RPM build. In spec file ADDITIONAL_INCLUDE_DIRS can be sat
|
||||
|
@ -138,7 +142,7 @@
|
|||
renamed XGServer's `screenVisual` and `screenDepth` methods.
|
||||
|
||||
* Source/x11/XIMInputServer.m (initWithDelegate:name:):
|
||||
use `+xDisplay` instead of `xCurrentDisplay`.
|
||||
use `+xDisplay` instead of `xCurrentDisplay`.
|
||||
(clientWindowRect:): ditto.
|
||||
|
||||
* Headers/x11/XGServerWindow.h (_gswindow_device_t):
|
||||
|
|
|
@ -7,6 +7,20 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.28.0}
|
||||
|
||||
This release includes a few bugfixes and a huge rework of multi monitor handling.
|
||||
|
||||
@itemize @bullet
|
||||
@item Improved focus handling for WindowMaker interaction.
|
||||
@item Cursor improvements.
|
||||
@item Better handling of fonts with fontconfig.
|
||||
@item Simplify code that converts images for X11.
|
||||
@item art: Remove ftfont-old.m.
|
||||
@item Use Xrandr for multi monitor support.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@section Noteworthy changes in version @samp{0.27.0}
|
||||
|
||||
This release includes a few bugfixes.
|
||||
|
@ -19,7 +33,6 @@ This release includes a few bugfixes.
|
|||
@item opal: Improve colour handling
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@section Noteworthy changes in version @samp{0.26.2}
|
||||
|
||||
This release contains no changes since 0.26.1. It is released to coincide
|
||||
|
|
Loading…
Reference in a new issue