diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1598,6 +1598,14 @@ candidate is a directory. | |||
| 1598 | to the text before point. If there is text in the buffer after point, | 1598 | to the text before point. If there is text in the buffer after point, |
| 1599 | it remains unchanged. | 1599 | it remains unchanged. |
| 1600 | 1600 | ||
| 1601 | ** Visual feedback of *Completions* buffer is enhanced. | ||
| 1602 | Faces are put on the common prefix substrings and the first uncommon | ||
| 1603 | charachters of each completion candidate in the *Completions* buffer. | ||
| 1604 | `completion-de-emphasis' is put on the common prefix substrings as the | ||
| 1605 | face; and `completion-emphasis' is put on the first uncommon | ||
| 1606 | charachters. 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'. |
| 1603 | When loading many files, for instance with `emacs *', Emacs normally | 1611 | When loading many files, for instance with `emacs *', Emacs normally |