emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog vc-annotate.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc-annotate.el
Date: Fri, 20 Nov 2009 05:44:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/11/20 05:44:52

Modified files:
        lisp           : ChangeLog vc-annotate.el 

Log message:
        (vc-annotate-show-log-revision-at-line): Pass a
        nil LIMIT argument to vc-print-log-internal.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16682&r2=1.16683
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-annotate.el?cvsroot=emacs&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16682
retrieving revision 1.16683
diff -u -b -r1.16682 -r1.16683
--- ChangeLog   20 Nov 2009 03:19:27 -0000      1.16682
+++ ChangeLog   20 Nov 2009 05:44:49 -0000      1.16683
@@ -1,3 +1,8 @@
+2009-11-20  Dan Nicolaescu  <address@hidden>
+
+       * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
+       nil LIMIT argument to vc-print-log-internal.
+
 2009-11-20  Glenn Morris  <address@hidden>
 
        * Makefile.in (ELCFILES): Regenerate.

Index: vc-annotate.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-annotate.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- vc-annotate.el      19 Oct 2009 05:04:28 -0000      1.10
+++ vc-annotate.el      20 Nov 2009 05:44:51 -0000      1.11
@@ -487,7 +487,7 @@
       (if (not rev-at-line)
          (message "Cannot extract revision number from the current line")
        (vc-print-log-internal
-        vc-annotate-backend (list (cdr rev-at-line)) (car rev-at-line))))))
+        vc-annotate-backend (list (cdr rev-at-line)) (car rev-at-line) nil)))))
 
 (defun vc-annotate-show-diff-revision-at-line-internal (filediff)
   (if (not (equal major-mode 'vc-annotate-mode))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]