aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1a1e0d8b70e..c69bbe9d0f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
217To disable it, set the new defcustom 'diff-font-lock-refine' to nil.
218
219*** File headers can be shortened, mimicking Magit's diff format
220To 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.