aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2c25eea702e..094b8262a26 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1549,6 +1549,20 @@ use for the modifiers. For example, the following two lines swap
1549Meta and Alt: 1549Meta and Alt:
1550 (setq x-alt-keysym 'meta) 1550 (setq x-alt-keysym 'meta)
1551 (setq x-meta-keysym 'alt) 1551 (setq x-meta-keysym 'alt)
1552
1553** vc-annotate-mode enhancements
1554
1555In vc-annotate mode, you can now use the following key bindings for
1556enhanced functionality to browse the annotations of past revisions, or
1557to view diffs or log entries directly from vc-annotate-mode:
1558
1559 P: annotates the previous revision
1560 N: annotates the next revision
1561 J: annotates the revision at line
1562 A: annotates the revision previous to line
1563 D: shows the diff of the revision at line with its previous revision
1564 L: shows the log of the revision at line
1565 W: annotates the workfile (most up to date) version
1552 1566
1553* New modes and packages in 21.4 1567* New modes and packages in 21.4
1554 1568