diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 | ||
| 14 | whether Emacs should run in synchronous mode. Synchronous mode | ||
| 15 | is useful for debugging X problems. | ||
| 16 | |||
| 17 | Example: | ||
| 18 | |||
| 19 | emacs.synchronous: true | ||
| 20 | |||
| 13 | *** The X resource `visualClass, class `VisualClass', specifies the | 21 | *** The X resource `visualClass, class `VisualClass', specifies the |
| 14 | visual Emacs should use. The resource's value should be a string of | 22 | 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, | 23 | the form `CLASS-DEPTH', where CLASS is the name of the visual class, |