aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 155394ef68f..a54abd7a638 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -325,6 +325,10 @@ file.
325This new variable allows customizing the default arguments passed to 325This new variable allows customizing the default arguments passed to
326git-grep when 'vc-git-grep' is used. 326git-grep when 'vc-git-grep' is used.
327 327
328*** Command 'vc-git-stash' now respects marks in the '*vc-dir*' buffer.
329When some files are marked, only those are stashed.
330When no files are marked, all modified files are stashed, as before.
331
328** diff-mode 332** diff-mode
329*** Hunks are now automatically refined by default. 333*** Hunks are now automatically refined by default.
330To disable it, set the new defcustom 'diff-font-lock-refine' to nil. 334To disable it, set the new defcustom 'diff-font-lock-refine' to nil.