aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 84a63f8a441..f8df76ddfb8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -347,7 +347,13 @@ is suitable for most programming languages such as C or Lisp (but not
347*** Symbols can be unprettified while point is inside them. 347*** Symbols can be unprettified while point is inside them.
348New variable `prettify-symbols-unprettify-at-point' configures this. 348New variable `prettify-symbols-unprettify-at-point' configures this.
349 349
350** New `xterm-screen-extra-capabilities' config. 350---
351** The new variable `xterm-screen-extra-capabilities' for configuring xterm.
352This variable tells Emacs which advanced capabilities are available in
353the xterm terminal emulator used to display Emacs text-mode frames.
354The default is to check each capability, and use it if available.
355(This variable was introduced in Emacs 24.1, but was not announced in
356its NEWS.)
351 357
352** The `save-place' variable is replaced by a `save-place-mode'. 358** The `save-place' variable is replaced by a `save-place-mode'.
353 359