Mercurial > emacs
comparison etc/NEWS @ 53634:938ed51677f3
Describe new key bindings in vc-annotate-mode.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Tue, 20 Jan 2004 17:46:50 +0000 |
parents | fca4f1a70cca |
children | 855d74c23e51 |
comparison
equal
deleted
inserted
replaced
53633:e332688255cd | 53634:938ed51677f3 |
---|---|
1547 and `x-super-keysym' can be used to choose which keysyms Emacs should | 1547 and `x-super-keysym' can be used to choose which keysyms Emacs should |
1548 use for the modifiers. For example, the following two lines swap | 1548 use for the modifiers. For example, the following two lines swap |
1549 Meta and Alt: | 1549 Meta 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 | |
1555 In vc-annotate mode, you can now use the following key bindings for | |
1556 enhanced functionality to browse the annotations of past revisions, or | |
1557 to 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 |
1555 +++ | 1569 +++ |
1556 ** The new global minor mode `size-indication-mode' (off by default) | 1570 ** The new global minor mode `size-indication-mode' (off by default) |