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 ). + * Documentation/Back/DefaultsSummary.gsdoc: Document it. + + * Documentation/news.texi: Update for new release. + 2004-09-05 00:05 Alexander Malmberg * Tools/GNUmakefile.preamble: Compile with -Wall. diff --git a/Documentation/Back/DefaultsSummary.gsdoc b/Documentation/Back/DefaultsSummary.gsdoc index 9ec427d..7e3eb19 100644 --- a/Documentation/Back/DefaultsSummary.gsdoc +++ b/Documentation/Back/DefaultsSummary.gsdoc @@ -130,6 +130,15 @@ recommended anyway, particularly on fast systems.

+ Fast Drawing on 8-bit Displays + +

[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. +

+
Keyboard Modifiers

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