aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,