aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-05 02:56:22 -0700
committerDan Nicolaescu2010-06-05 02:56:22 -0700
commiteccdfe5fd18f4b573e9eada179242c513b3024b1 (patch)
tree89924493dea6a34b4ebf2d2e8034ffbb84129053 /etc
parent409f29191382c875a05516cc69bf3cc4e3cd4592 (diff)
downloademacs-eccdfe5fd18f4b573e9eada179242c513b3024b1.tar.gz
emacs-eccdfe5fd18f4b573e9eada179242c513b3024b1.zip
vc-log-incoming/vc-log-outgoing fixes for Git.
* lisp/vc-git.el (vc-git-log-view-mode): Fix font lock for incoming/outgoing logs. (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream} instead of vc-git-compute-remote. (vc-git-compute-remote): Remove.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 683b6597f83..f37356dc032 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -167,6 +167,8 @@ read a file name from the minibuffer instead of using buffer-file-name.
167**** vc-log-incoming for Git runs "git fetch" so that the necessary 167**** vc-log-incoming for Git runs "git fetch" so that the necessary
168data is available locally. 168data is available locally.
169 169
170**** vc-log-incoming and vc-log-outgoing for Git require version 1.7 (or newer).
171
170*** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and 172*** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and
171vc-log-outgoing, respectively. 173vc-log-outgoing, respectively.
172 174