* Documentation/Back/DefaultsSummary.gsdoc: Document 8bit fast drawing

* Documentation/news.texi: Update for new release.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-09-08 16:33:52 +00:00
parent 60ec299d1b
commit 0b813ab45f
3 changed files with 28 additions and 4 deletions

View file

@ -7,6 +7,10 @@
_bitmap_combine_alpha, _pixmap_read_alpha): Add 8 bit case.
(patch from Paul Secchia <paul@worldnet.att.net>).
* Documentation/Back/DefaultsSummary.gsdoc: Document it.
* Documentation/news.texi: Update for new release.
2004-09-05 00:05 Alexander Malmberg <alexander@malmberg.org>
* Tools/GNUmakefile.preamble: Compile with -Wall.

View file

@ -130,6 +130,15 @@
recommended anyway, particularly on fast systems.
</p>
</desc>
<term>Fast Drawing on 8-bit Displays</term>
<desc>
<p> [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 <code>BEST</code> colormap (via
<code>xstdcmap -best</code>), then GNUstep will use this colormap
and enable faster drawing onto 8-bit displays.
</p>
</desc>
<term>Keyboard Modifiers</term>
<desc>
<p>

View file

@ -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