# HG changeset patch # User Gerd Moellmann # Date 952252843 0 # Node ID 0ef07a7894e2dd880c7324776cdcea23e7ab9557 # Parent 3a34e2d1bf3c09a550e04a35558c7b42b10ac6e0 *** empty log message *** diff -r 3a34e2d1bf3c -r 0ef07a7894e2 etc/NEWS --- 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.