summaryrefslogtreecommitdiff
path: root/etc/NEWS.26
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-28 09:40:40 -0800
committerGlenn Morris <rgm@gnu.org>2018-02-28 09:40:40 -0800
commit3959892419eff45a7006deceddcc1962fdbcc1c9 (patch)
tree315d0425dad9a5b89a4c881102241fbab9f45c94 /etc/NEWS.26
parent51537b9e4937d7853647871dc264f0be9412a9fa (diff)
parentfd5023874872dcb559cb7acdca6b019273c9de07 (diff)
downloademacs-3959892419eff45a7006deceddcc1962fdbcc1c9.tar.gz
Merge from origin/emacs-26
fd50238 (origin/emacs-26) * doc/lispref/streams.texi (Output Variable... 769ea57 Use "GTK+" where applicable in the manual 5e69219 Document print-escape-control-characters c00fea9 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... a2ab0d0 * doc/emacs/killing.texi (Rectangles): Don't use @key for cha... 6288c3d * lisp/emulation/viper.el: Unbreak it. bf3535e More fixes in the Emacs manual c87d04e Avoid aborts in 'md5' 9743f48 Mark keys consistently in manuals ce557a9 Remove @key{} markups from @kindex entries in manuals 71243f0 * doc/emacs/display.texi (Standard Faces): Fix markup of inde... 7a069f3 Fix @kindex entries in manuals 6218933 Fix @cindex entries in manuals 57c9f12 Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into... e415309 Fix @cindex entries in org.texi 560a23e Document reserved keys 105d085 * doc/misc/ebrowse.texi: Use @key{} for keys. Conflicts: doc/misc/tramp.texi etc/NEWS
Diffstat (limited to 'etc/NEWS.26')
-rw-r--r--etc/NEWS.2610
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index a8880d0f323..cb4048dee4a 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -1219,7 +1219,7 @@ backend", which has been updated to benefit from the new UI features.
** Term
---
-*** `term-char-mode' now makes its buffer read-only.
+*** 'term-char-mode' now makes its buffer read-only.
The buffer is made read-only to prevent changes from being made by
anything other than the process filter; and movements of point away
@@ -1228,8 +1228,8 @@ correct position after each command. This is needed to avoid states
which are inconsistent with the state of the terminal understood by
the inferior process.
-New user options `term-char-mode-buffer-read-only' and
-`term-char-mode-point-at-process-mark' control these behaviors, and
+New user options 'term-char-mode-buffer-read-only' and
+'term-char-mode-point-at-process-mark' control these behaviors, and
are non-nil by default. Customize these options to nil if you want
the previous behavior.
@@ -1747,6 +1747,10 @@ when a symbol's value is changed. This is used to implement the new
debugger command 'debug-on-variable-change'.
+++
+** New variable 'print-escape-control-characters' causes 'prin1' and
+'print' to output control characters as backslash sequences.
+
++++
** Time conversion functions that accept a time zone rule argument now
allow it to be OFFSET or a list (OFFSET ABBR), where the integer
OFFSET is a count of seconds east of Universal Time, and the string