aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-03 16:08:26 -0700
committerDan Nicolaescu2010-06-03 16:08:26 -0700
commit54d3626e26da1d3d094e6182c308bb2ca968d691 (patch)
treefde4cbe3cb4d27a68915ef00591a3725a125f8cd /etc
parentd8198da06bc90f4d3857fccf668bcc7c46a41a38 (diff)
downloademacs-54d3626e26da1d3d094e6182c308bb2ca968d691.tar.gz
emacs-54d3626e26da1d3d094e6182c308bb2ca968d691.zip
Add bindings for vc-log-incoming and vc-log-outgoing.
* lisp/vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming and vc-log-outgoing. * lisp/vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming and vc-log-outgoing.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 62fe1ce1a86..58546d31bb6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,6 +164,9 @@ read a file name from the minibuffer instead of using buffer-file-name.
164 164
165*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. 165*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
166 166
167*** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and
168vc-log-outgoing, respectively.
169
167*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. 170*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
168 171
169*** Special markup can be added to log-edit buffers. 172*** Special markup can be added to log-edit buffers.