Mercurial > emacs
comparison lisp/ChangeLog @ 108891:3e41dbf56aa2
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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 05 Jun 2010 02:56:22 -0700 |
parents | e7c6230ab85d |
children | cc0a50e33241 |
comparison
equal
deleted
inserted
replaced
108890:d9257436d2b1 | 108891:3e41dbf56aa2 |
---|---|
1 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 vc-log-incoming/vc-log-outgoing fixes for Git. | |
4 * vc-git.el (vc-git-log-view-mode): Fix font lock for | |
5 incoming/outgoing logs. | |
6 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream} | |
7 instead of vc-git-compute-remote. | |
8 (vc-git-compute-remote): Remove. | |
9 | |
1 2010-06-04 Juri Linkov <juri@jurta.org> | 10 2010-06-04 Juri Linkov <juri@jurta.org> |
2 | 11 |
3 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates. | 12 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates. |
4 Instead of setting `replace' to t and replacing the same string | 13 Instead of setting `replace' to t and replacing the same string |
5 with itself, don't do certain actions when | 14 with itself, don't do certain actions when |