aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e3453b3a92f..99cb7b5ab48 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,7 +103,7 @@ rather than their own completion code.
103--- 103---
104*** Completion in a non-minibuffer now tries to detect the end of completion 104*** Completion in a non-minibuffer now tries to detect the end of completion
105and pops down the *Completions* buffer accordingly. 105and pops down the *Completions* buffer accordingly.
106 106+++
107*** Completion can cycle, depending on completion-cycle-threshold. 107*** Completion can cycle, depending on completion-cycle-threshold.
108+++ 108+++
109*** New completion style `substring'. 109*** New completion style `substring'.
@@ -112,13 +112,6 @@ and pops down the *Completions* buffer accordingly.
112 112
113*** Completion of buffers now uses substring completion by default. 113*** Completion of buffers now uses substring completion by default.
114 114
115*** `completing-read' can be customized using the new variable
116`completing-read-function'.
117
118*** minibuffer-local-filename-must-match-map is not used any more.
119Instead, the bindings in minibuffer-local-filename-completion-map are combined
120with minibuffer-local-must-match-map.
121
122** Mail changes 115** Mail changes
123 116
124The default of `send-mail-function' is now `sendmail-query-once', 117The default of `send-mail-function' is now `sendmail-query-once',
@@ -1133,6 +1126,13 @@ can specify various details of the data returned by `all-completions':
1133- `display-sort-function' to specify how to sort entries in *Completions*. 1126- `display-sort-function' to specify how to sort entries in *Completions*.
1134- `cycle-sort-function' to specify how to sort entries when cycling. 1127- `cycle-sort-function' to specify how to sort entries when cycling.
1135 1128
1129*** minibuffer-local-filename-must-match-map is not used any more.
1130Instead, the bindings in minibuffer-local-filename-completion-map are
1131combined with minibuffer-local-must-match-map.
1132
1133*** New variable `completing-read-function' allows overriding the
1134behavior of `completing-read'.
1135
1136** `glyphless-char-display' can now distinguish between graphical and 1136** `glyphless-char-display' can now distinguish between graphical and
1137text terminal display, via a char-table entry that is a cons cell. 1137text terminal display, via a char-table entry that is a cons cell.
1138 1138