diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 61 | in the text in functions like `read-from-minibuffer', but instead are | ||
| 62 | added to the end of the face list. This allows users to say things | ||
| 63 | like `(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 |
| 61 | to control whether to suggest shorter `M-x' commands or not. | 67 | to control whether to suggest shorter `M-x' commands or not. |
| 62 | 68 | ||