diff --git a/ChangeLog b/ChangeLog
index db294d4..e7a695e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
_bitmap_combine_alpha, _pixmap_read_alpha): Add 8 bit case.
(patch from Paul Secchia
[X11-based backends only]
+ This is not a user default, but if you are using an 8-bit display
+ and you define the standard X11 BEST
colormap (via
+ xstdcmap -best
), then GNUstep will use this colormap
+ and enable faster drawing onto 8-bit displays.
+
diff --git a/Documentation/news.texi b/Documentation/news.texi index 0d5adcc..162fee0 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,6 +7,21 @@ @include version.texi @end ifset +@section Noteworthy changes in version @samp{0.9.5} + +@itemize @bullet +@item Fast drawing on 8 bit displays was added (although it might only +speed things up on old X11 servers and/or remote servers). +@item GNUstep modifier keys are mapped to KeySyms instead of KeyCodes +@item Added a Cairo backend, although it is probably non-functional. Anyone +is invited to contribute to making it work. +@item art backend supports reading from a window. +@item Add internal window decoration handling. +@end itemize + +@c ==================================================================== +@c Keep the next line just below the list of changes in most recent version. +@ifclear ANNOUNCE-ONLY @section Noteworthy changes in version @samp{0.9.3} @@ -16,10 +31,6 @@ @item libwraster is no longer checked for - image functions now in frontend @end itemize -@c ==================================================================== -@c Keep the next line just below the list of changes in most recent version. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.9.2} @itemize @bullet