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