Skip to content

Commit 6f8887c

Browse files
committed
* Documentation/news.texi: Fill in some details for pending release.
1 parent 05986c1 commit 6f8887c

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
2020-03-27 Fred Kiefer <[email protected]>
2+
3+
* Documentation/news.texi: Fill in some details for pending release.
4+
15
2020-03-12 Sergii Stoian <[email protected]>
2-
6+
37
* Source/art/GNUmakefile.preamble,
48
* Source/gsc/GNUmakefile.preamble: do not overwrite ADDITIONAL_INCLUDE_DIRS
59
value to help RPM build. In spec file ADDITIONAL_INCLUDE_DIRS can be sat
@@ -138,7 +142,7 @@
138142
renamed XGServer's `screenVisual` and `screenDepth` methods.
139143

140144
* Source/x11/XIMInputServer.m (initWithDelegate:name:):
141-
use `+xDisplay` instead of `xCurrentDisplay`.
145+
use `+xDisplay` instead of `xCurrentDisplay`.
142146
(clientWindowRect:): ditto.
143147

144148
* Headers/x11/XGServerWindow.h (_gswindow_device_t):

Documentation/news.texi

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
@include version.texi
88
@end ifset
99

10+
@section Noteworthy changes in version @samp{0.28.0}
11+
12+
This release includes a few bugfixes and a huge rework of multi monitor handling.
13+
14+
@itemize @bullet
15+
@item Improved focus handling for WindowMaker interaction.
16+
@item Cursor improvements.
17+
@item Better handling of fonts with fontconfig.
18+
@item Simplify code that converts images for X11.
19+
@item art: Remove ftfont-old.m.
20+
@item Use Xrandr for multi monitor support.
21+
@end itemize
22+
23+
@ifclear ANNOUNCE-ONLY
1024
@section Noteworthy changes in version @samp{0.27.0}
1125

1226
This release includes a few bugfixes.
@@ -19,7 +33,6 @@ This release includes a few bugfixes.
1933
@item opal: Improve colour handling
2034
@end itemize
2135

22-
@ifclear ANNOUNCE-ONLY
2336
@section Noteworthy changes in version @samp{0.26.2}
2437

2538
This release contains no changes since 0.26.1. It is released to coincide

0 commit comments

Comments
 (0)