changeset 27994:0ef07a7894e2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Mar 2000 10:40:43 +0000
parents 3a34e2d1bf3c
children 82c488f26a07
files etc/NEWS
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Mar 05 10:25:26 2000 +0000
+++ b/etc/NEWS	Sun Mar 05 10:40:43 2000 +0000
@@ -8,6 +8,33 @@
 
 * Installation Changes in Emacs 21.1
 
+** There are two new resources for colormap handling under X.
+
+*** The X resource `visualClass, class `VisualClass', specifies the
+visual Emacs should use.  The resource's value should be a string of
+the form CLASS-DEPTH, where CLASS is the name of the visual class, and
+depth is its color depth.  Valid visual class names are
+
+  TrueColor
+  PseudoColor
+  DirectColor
+  StaticColor
+  GrayScale
+  StaticGray
+
+Visual class names specified as X resource are case-insensitive, i.e.
+`pseudocolor', `Pseudocolor' and `PseudoColor' all have the same
+meaning.
+
+The program `xdpyinfo' can used to list the visual classes supported
+on your display, and which depths they have.  If `visualClass' is not
+specified, Emacs uses the display's default visual.
+
+*** The X resource `privateColormap', class `PrivateColormap',
+specifies that Emacs should use a private colormap if it is using the
+default visual, and that visual is of class PseudoColor.  Recognized
+resource values are `true' or `on'.
+
 ** `movemail' defaults to supporting POP.  You can turn this off using
 the --without-pop configure option, should that be necessary.