aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ed4810b2982..cf360a329a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -57,6 +57,12 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
57* Changes in Emacs 25.2 57* Changes in Emacs 25.2
58 58
59+++ 59+++
60** Faces in `minibuffer-prompt-properties' no longer overwrite properties
61in the text in functions like `read-from-minibuffer', but instead are
62added to the end of the face list. This allows users to say things
63like `(read-from-minibuffer (propertize "Enter something: " 'face 'bold))'.
64
65+++
60** The new variable `extended-command-suggest-shorter' has been added 66** The new variable `extended-command-suggest-shorter' has been added
61to control whether to suggest shorter `M-x' commands or not. 67to control whether to suggest shorter `M-x' commands or not.
62 68