diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -254,8 +254,8 @@ search buffer due to too many matches being highlighted. | |||
| 254 | The 'C-x x' keymap now holds keystrokes for various buffer-oriented | 254 | The 'C-x x' keymap now holds keystrokes for various buffer-oriented |
| 255 | commands. The new keystrokes are 'C-x x g' ('revert-buffer'), | 255 | commands. The new keystrokes are 'C-x x g' ('revert-buffer'), |
| 256 | 'C-x x r' ('rename-buffer'), 'C-x x u' ('rename-uniquely'), 'C-x x n' | 256 | 'C-x x r' ('rename-buffer'), 'C-x x u' ('rename-uniquely'), 'C-x x n' |
| 257 | ('clone-buffer'), 'C-x x i' ('insert-buffer') and 'C-x x t' | 257 | ('clone-buffer'), 'C-x x i' ('insert-buffer'), 'C-x x t' |
| 258 | ('toggle-truncate-lines'). | 258 | ('toggle-truncate-lines') and 'C-x x f' ('font-lock-update'). |
| 259 | 259 | ||
| 260 | --- | 260 | --- |
| 261 | ** Commands 'set-frame-width' and 'set-frame-height' can now get their | 261 | ** Commands 'set-frame-width' and 'set-frame-height' can now get their |
| @@ -2273,7 +2273,7 @@ Use 'M-x center-line' and 'M-x center-paragraph' instead. | |||
| 2273 | 2273 | ||
| 2274 | ** The 'M-o M-o' global binding has been removed. | 2274 | ** The 'M-o M-o' global binding has been removed. |
| 2275 | Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' | 2275 | Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' |
| 2276 | command, which toggles fontification in the current buffer. | 2276 | command, which updates the syntax highlighting in the current buffer. |
| 2277 | 2277 | ||
| 2278 | ** In 'f90-mode', the backslash character ('\') no longer escapes. | 2278 | ** In 'f90-mode', the backslash character ('\') no longer escapes. |
| 2279 | For about a decade, the backslash character has no longer had a | 2279 | For about a decade, the backslash character has no longer had a |