aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-14 17:02:06 +0000
committerGerd Moellmann2000-03-14 17:02:06 +0000
commit7233c5bd2bd380f31a2e839b090533e43f17c3f7 (patch)
treed230a8879d5a353ad767628d9fa8fbb00e7b2c09
parent34e23e5a04aa3c16fcdfedcb60099410b5e62ba3 (diff)
downloademacs-7233c5bd2bd380f31a2e839b090533e43f17c3f7.tar.gz
emacs-7233c5bd2bd380f31a2e839b090533e43f17c3f7.zip
*** empty log message ***
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 96403737868..c84bd8844d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -10,6 +10,14 @@ For older news, see the file ONEWS.
10 10
11** There are two new resources for colormap handling under X. 11** There are two new resources for colormap handling under X.
12 12
13*** The X resource `synchronous', class `Synchronous', specifies
14whether Emacs should run in synchronous mode. Synchronous mode
15is useful for debugging X problems.
16
17Example:
18
19 emacs.synchronous: true
20
13*** The X resource `visualClass, class `VisualClass', specifies the 21*** The X resource `visualClass, class `VisualClass', specifies the
14visual Emacs should use. The resource's value should be a string of 22visual Emacs should use. The resource's value should be a string of
15the form `CLASS-DEPTH', where CLASS is the name of the visual class, 23the form `CLASS-DEPTH', where CLASS is the name of the visual class,