diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -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 |
| 105 | and pops down the *Completions* buffer accordingly. | 105 | and 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. | ||
| 119 | Instead, the bindings in minibuffer-local-filename-completion-map are combined | ||
| 120 | with minibuffer-local-must-match-map. | ||
| 121 | |||
| 122 | ** Mail changes | 115 | ** Mail changes |
| 123 | 116 | ||
| 124 | The default of `send-mail-function' is now `sendmail-query-once', | 117 | The 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. | ||
| 1130 | Instead, the bindings in minibuffer-local-filename-completion-map are | ||
| 1131 | combined with minibuffer-local-must-match-map. | ||
| 1132 | |||
| 1133 | *** New variable `completing-read-function' allows overriding the | ||
| 1134 | behavior of `completing-read'. | ||
| 1135 | |||
| 1136 | ** `glyphless-char-display' can now distinguish between graphical and | 1136 | ** `glyphless-char-display' can now distinguish between graphical and |
| 1137 | text terminal display, via a char-table entry that is a cons cell. | 1137 | text terminal display, via a char-table entry that is a cons cell. |
| 1138 | 1138 | ||