comparison lisp/ChangeLog @ 106033:2bed02fa3041

* vc.el (vc-log-show-limit): New variable. (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it when using a prefix argument. (vc-print-log-internal): Add new argument LIMIT. * vc-svn.el (vc-svn-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-hg.el (vc-hg-print-log): * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT, pass it to the log command when set. Make the BUFFER argument non-optional. * vc-sccs.el (vc-sccs-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-git.el (vc-git-print-log): * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT, ignore it. Make the BUFFER argument non-optional
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 15 Nov 2009 20:28:58 +0000
parents 42cdafa98c50
children 4ff5c9cf147f
comparison
equal deleted inserted replaced
106032:42cdafa98c50 106033:2bed02fa3041
1 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu> 1 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-log-show-limit): New variable.
4 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5 when using a prefix argument.
6 (vc-print-log-internal): Add new argument LIMIT.
7
8 * vc-svn.el (vc-svn-print-log):
9 * vc-mtn.el (vc-mtn-print-log):
10 * vc-hg.el (vc-hg-print-log):
11 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12 pass it to the log command when set. Make the BUFFER argument
13 non-optional.
14
15 * vc-sccs.el (vc-sccs-print-log):
16 * vc-rcs.el (vc-rcs-print-log):
17 * vc-git.el (vc-git-print-log):
18 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
19 ignore it. Make the BUFFER argument non-optional
2 20
3 * bindings.el (mode-line-buffer-identification): Do not purecopy. 21 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4 22
5 2009-11-15 Chong Yidong <cyd@stupidchicken.com> 23 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6 24