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 fae8a79af88..57b4e90cb3b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1598,6 +1598,14 @@ candidate is a directory.
1598to the text before point. If there is text in the buffer after point, 1598to the text before point. If there is text in the buffer after point,
1599it remains unchanged. 1599it remains unchanged.
1600 1600
1601** Visual feedback of *Completions* buffer is enhanced.
1602Faces are put on the common prefix substrings and the first uncommon
1603charachters of each completion candidate in the *Completions* buffer.
1604`completion-de-emphasis' is put on the common prefix substrings as the
1605face; and `completion-emphasis' is put on the first uncommon
1606charachters. By default `completion-de-emphasis' is inherited from
1607`default' face. `completion-emphasis' is inherited from `bold' face.
1608
1601+++ 1609+++
1602** New user option `inhibit-startup-buffer-menu'. 1610** New user option `inhibit-startup-buffer-menu'.
1603When loading many files, for instance with `emacs *', Emacs normally 1611When loading many files, for instance with `emacs *', Emacs normally