aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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.