aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTom Tromey2017-02-15 05:19:50 -0700
committerTom Tromey2017-02-25 10:46:13 -0700
commit9e9d381ff0c83283278f43a65d3ecefd0cde8041 (patch)
treec3738014788c19eb95c7948afe5a9bc3410041f7 /etc
parent54319e7a2418690508f29cd6833c9fd9ecbc2fa3 (diff)
downloademacs-9e9d381ff0c83283278f43a65d3ecefd0cde8041.tar.gz
emacs-9e9d381ff0c83283278f43a65d3ecefd0cde8041.zip
Add more branch support to vc-dir
Bug#25859: * lisp/vc/vc-dir.el (vc-dir-mode-map) Add "B" bindings. * lisp/vc/vc.el (vc-revision-history): New defvar. (vc-read-revision): Use vc-revision-history. (vc-print-branch-log): New function. * doc/emacs/maintaining.texi (VC Directory Commands): Document new bindings. * etc/NEWS: Mention new vc-dir bindings.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5d14e122a20..05f380fe19c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -708,6 +708,10 @@ string is computed dynamically based on 'url-privacy-level'.
708colorful faces to make it more obvious to the user what the state is. 708colorful faces to make it more obvious to the user what the state is.
709See the 'vc-faces' customization group. 709See the 'vc-faces' customization group.
710 710
711+++
712*** 'vc-dir-mode' now binds 'vc-log-outgoing' to 'O'; and has various
713branch-related commands on a keymap bound to 'B'.
714
711** CC mode 715** CC mode
712 716
713*** Opening a .h file will turn C or C++ mode depending on language used. 717*** Opening a .h file will turn C or C++ mode depending on language used.