comparison etc/NEWS @ 27994:0ef07a7894e2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Mar 2000 10:40:43 +0000
parents b8b910003631
children 82c488f26a07
comparison
equal deleted inserted replaced
27993:3a34e2d1bf3c 27994:0ef07a7894e2
5 Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 5 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
6 For older news, see the file ONEWS. 6 For older news, see the file ONEWS.
7 7
8 8
9 * Installation Changes in Emacs 21.1 9 * Installation Changes in Emacs 21.1
10
11 ** There are two new resources for colormap handling under X.
12
13 *** The X resource `visualClass, class `VisualClass', specifies the
14 visual Emacs should use. The resource's value should be a string of
15 the form CLASS-DEPTH, where CLASS is the name of the visual class, and
16 depth is its color depth. Valid visual class names are
17
18 TrueColor
19 PseudoColor
20 DirectColor
21 StaticColor
22 GrayScale
23 StaticGray
24
25 Visual class names specified as X resource are case-insensitive, i.e.
26 `pseudocolor', `Pseudocolor' and `PseudoColor' all have the same
27 meaning.
28
29 The program `xdpyinfo' can used to list the visual classes supported
30 on your display, and which depths they have. If `visualClass' is not
31 specified, Emacs uses the display's default visual.
32
33 *** The X resource `privateColormap', class `PrivateColormap',
34 specifies that Emacs should use a private colormap if it is using the
35 default visual, and that visual is of class PseudoColor. Recognized
36 resource values are `true' or `on'.
10 37
11 ** `movemail' defaults to supporting POP. You can turn this off using 38 ** `movemail' defaults to supporting POP. You can turn this off using
12 the --without-pop configure option, should that be necessary. 39 the --without-pop configure option, should that be necessary.
13 40
14 ** There are new configure options associated with the support for 41 ** There are new configure options associated with the support for