aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-21 20:00:54 -0700
committerDan Nicolaescu2010-06-21 20:00:54 -0700
commit11c46b395d51525aea630ea24b030dce2f2ef2da (patch)
treeeaa8499e5fc40e9848a9e09c0701e44188a0cfca /lisp/ChangeLog
parentc4786d60fecb2fa6a8a7c7785032ebefddc974a8 (diff)
downloademacs-11c46b395d51525aea630ea24b030dce2f2ef2da.tar.gz
emacs-11c46b395d51525aea630ea24b030dce2f2ef2da.zip
Fix annotating other revisions for renamed files in vc-annotate.
* lisp/vc-annotate.el (vc-annotate): Add an optional argument for the VC backend. Use it when non-nil. (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7aaeb51739d..9fc3e154269 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12010-06-22 Dan Nicolaescu <dann@ics.uci.edu> 12010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Fix annotating other revisions for renamed files in vc-annotate.
4 * vc-annotate.el (vc-annotate): Add an optional argument for the
5 VC backend. Use it when non-nil.
6 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
7
3 Fix vc-annotate-show-changeset-diff-revision-at-line for git. 8 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): 9 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5 Do not pass the file name to the 'previous-revision call when we 10 Do not pass the file name to the 'previous-revision call when we
@@ -7,7 +12,7 @@
7 12
82010-06-21 Dan Nicolaescu <dann@ics.uci.edu> 132010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9 14
10 Fix finding revisions in for renamed files in vc-annotate. 15 Fix finding revisions for renamed files in vc-annotate.
11 * vc.el (vc-find-revision): Add an optional argument for 16 * vc.el (vc-find-revision): Add an optional argument for
12 the VC backend. Use it when non-nil. 17 the VC backend. Use it when non-nil.
13 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC 18 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC