diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -178,6 +178,10 @@ The default value is 30000, as the previously hard-coded threshold. | |||
| 178 | +++ | 178 | +++ |
| 179 | ** The function 'read-passwd' uses '*' as default character to hide passwords. | 179 | ** The function 'read-passwd' uses '*' as default character to hide passwords. |
| 180 | 180 | ||
| 181 | ** Lexical binding is now used when evaluating interactive Elisp forms | ||
| 182 | More specifically, lexical-binding is now used for M-:, --eval, as well | ||
| 183 | as in the *scratch* and *ielm* buffers. | ||
| 184 | |||
| 181 | --- | 185 | --- |
| 182 | ** The new option 'tooltip-resize-echo-area' avoids truncating tooltip text | 186 | ** The new option 'tooltip-resize-echo-area' avoids truncating tooltip text |
| 183 | on GUI frames when tooltips are displayed in the echo area. Instead, | 187 | on GUI frames when tooltips are displayed in the echo area. Instead, |