diff options
author | André Spiegel <spiegel@gnu.org> | 2004-01-20 17:46:50 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2004-01-20 17:46:50 +0000 |
commit | 7aa518f3d7dbbb7e6a1fff8d8076bdc3e55cb046 (patch) | |
tree | f416473dc23aa862b2b1f5fa0c6a3fb9b08264f2 /etc | |
parent | 2a7790cf917ef13319ed6d161cd68d98ea53da70 (diff) | |
download | emacs-7aa518f3d7dbbb7e6a1fff8d8076bdc3e55cb046.tar.gz |
Describe new key bindings in vc-annotate-mode.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1549,6 +1549,20 @@ use for the modifiers. For example, the following two lines swap Meta and Alt: (setq x-alt-keysym 'meta) (setq x-meta-keysym 'alt) + +** vc-annotate-mode enhancements + +In vc-annotate mode, you can now use the following key bindings for +enhanced functionality to browse the annotations of past revisions, or +to view diffs or log entries directly from vc-annotate-mode: + + P: annotates the previous revision + N: annotates the next revision + J: annotates the revision at line + A: annotates the revision previous to line + D: shows the diff of the revision at line with its previous revision + L: shows the log of the revision at line + W: annotates the workfile (most up to date) version * New modes and packages in 21.4 |