emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc.el
Date: Wed, 25 Nov 2009 03:28:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/11/25 03:28:28

Modified files:
        lisp           : ChangeLog vc.el 

Log message:
        (vc-print-log-internal): Make `limit' optional for better
        compatibility (e.g. with vc-annotate.el).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16723&r2=1.16724
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc.el?cvsroot=emacs&r1=1.741&r2=1.742

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16723
retrieving revision 1.16724
diff -u -b -r1.16723 -r1.16724
--- ChangeLog   24 Nov 2009 23:13:55 -0000      1.16723
+++ ChangeLog   25 Nov 2009 03:28:24 -0000      1.16724
@@ -1,7 +1,12 @@
+2009-11-25  Stefan Monnier  <address@hidden>
+
+       * vc.el (vc-print-log-internal): Make `limit' optional for better
+       compatibility (e.g. with vc-annotate.el).
+
 2009-11-24  Kevin Ryde  <address@hidden>
 
-       * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
-       value with regexp-opt instead of explicit joining loop.  (My
+       * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
+       Build value with regexp-opt instead of explicit joining loop.  (My
        Bug#4927.)
 
        * emacs-lisp/elint.el (elint-add-required-env): Better error message

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -b -r1.741 -r1.742
--- vc.el       20 Nov 2009 06:56:21 -0000      1.741
+++ vc.el       25 Nov 2009 03:28:27 -0000      1.742
@@ -1859,7 +1859,8 @@
 If it contains `file' then show short logs for files.
 Not all VC backends support short logs!")
 
-(defun vc-print-log-internal (backend files working-revision limit)
+(defun vc-print-log-internal (backend files working-revision
+                                      &optional limit)
   ;; Don't switch to the output buffer before running the command,
   ;; so that any buffer-local settings in the vc-controlled
   ;; buffer can be accessed by the command.




reply via email to

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