aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStephen Leake2018-12-13 14:39:02 -0800
committerStephen Leake2018-12-13 14:39:02 -0800
commit87bef630bf0f45e8da74e43ba614aa2292b296ef (patch)
treeefdead3c0d7dd227bacbd4dfc5c1ff9b4d5c13c3 /etc
parent4d3f7b77cc7dea072d2ecb9f137c2e497bc52da1 (diff)
parentd08b75abe0f0cf9ade812b189c374809a2c7836e (diff)
downloademacs-87bef630bf0f45e8da74e43ba614aa2292b296ef.tar.gz
emacs-87bef630bf0f45e8da74e43ba614aa2292b296ef.zip
Merge commit 'd08b75abe0f0cf9ade812b189c374809a2c7836e'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6ae994d5942..0624c5690bc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -304,6 +304,12 @@ the node "(emacs) Directory Variables" of the user manual.
304 304
305* Changes in Specialized Modes and Packages in Emacs 27.1 305* Changes in Specialized Modes and Packages in Emacs 27.1
306 306
307** map.el
308*** Now defined via generic functions that can be extended via cl-defmethod.
309*** Deprecate the 'map-put' macro in favor of a new 'map-put!' function.
310*** map-contains-key now returns a boolean rather than the key.
311*** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'.
312
307--- 313---
308** Follow mode 314** Follow mode
309In the current follow group of windows, "ghost" cursors are no longer 315In the current follow group of windows, "ghost" cursors are no longer
@@ -398,6 +404,10 @@ with conflicts existed in earlier versions of Emacs, but incorrectly
398never detected a conflict due to invalid assumptions about cached 404never detected a conflict due to invalid assumptions about cached
399values. 405values.
400 406
407+++
408*** 'C-u C-x v D' ('vc-root-version-diff') prompts for two revisions
409and compares their entire trees.
410
401** Diff mode 411** Diff mode
402*** Hunks are now automatically refined by default. 412*** Hunks are now automatically refined by default.
403To disable it, set the new defcustom 'diff-font-lock-refine' to nil. 413To disable it, set the new defcustom 'diff-font-lock-refine' to nil.