diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -212,6 +212,13 @@ navigation and editing of large files. | |||
| 212 | 212 | ||
| 213 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 213 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 214 | 214 | ||
| 215 | ** diff-mode | ||
| 216 | *** Hunks are now automatically refined by default | ||
| 217 | To disable it, set the new defcustom 'diff-font-lock-refine' to nil. | ||
| 218 | |||
| 219 | *** File headers can be shortened, mimicking Magit's diff format | ||
| 220 | To enable it, set the new defcustom 'diff-font-lock-prettify to t. | ||
| 221 | |||
| 215 | ** Browse-url | 222 | ** Browse-url |
| 216 | 223 | ||
| 217 | *** The function 'browse-url-emacs' can now visit a URL in selected window. | 224 | *** The function 'browse-url-emacs' can now visit a URL in selected window. |