aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2651855678..fc4e2c57268 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -479,8 +479,15 @@ and compares their entire trees.
479to hg revert. 479to hg revert.
480 480
481** Diff mode 481** Diff mode
482*** Hunks are now automatically refined by default. 482+++
483To disable it, set the new defcustom 'diff-font-lock-refine' to nil. 483*** Hunks are now automatically refined by font-lock.
484To disable refinement, set the new defcustom 'diff-refine' to nil.
485To get back the old behavior where hunks are refined as you navigate
486through a diff, set 'diff-refine' to the symbol 'navigate'.
487+++
488*** 'diff-auto-refine-mode' is deprecated in favor of 'diff-refine'.
489It is no longer enabled by default and binding it no longer has any
490effect.
484 491
485+++ 492+++
486*** Better syntax highlighting of Diff hunks. 493*** Better syntax highlighting of Diff hunks.