aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-16 20:36:06 +0000
committerDan Nicolaescu2009-11-16 20:36:06 +0000
commit48b27575344c9352bd4eab19fa1a17f97fb21dda (patch)
tree6b1b79cdf6fa63557698544af9d28598531ea556 /etc
parentd3e971853d5d29230315e08421a3ccd6870886b3 (diff)
downloademacs-48b27575344c9352bd4eab19fa1a17f97fb21dda.tar.gz
emacs-48b27575344c9352bd4eab19fa1a17f97fb21dda.zip
* vc.el (vc-log-show-limit): Default to 2000.
(vc-print-log-internal): Insert buttons to request more entries when limiting the output. * vc-sccs.el (vc-sccs-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-cvs.el (vc-cvs-print-log): * vc-git.el (vc-git-print-log): Return 'limit-unsupported when LIMIT is non-nil.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 63096f43859..7fbb7d2b63e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -201,6 +201,13 @@ file.
201*** FIXME: add info about the new VC functions: vc-root-diff and 201*** FIXME: add info about the new VC functions: vc-root-diff and
202vc-root-print-log once they stabilize. 202vc-root-print-log once they stabilize.
203 203
204*** The log functions (C-x v l and C-x v L) do not show the full log
205by default anymore. The number of entries shown can be chosen
206interactively with a prefix argument, by customizing
207vc-log-show-limit. The log buffer display buttons that can be used
208to change the number of entries shown.
209RCS, SCCS, CVS and Git do not support this feature.
210
204*** vc-annotate supports annotations through file copies and renames, 211*** vc-annotate supports annotations through file copies and renames,
205it displays the old names for the files and it can show logs/diffs for 212it displays the old names for the files and it can show logs/diffs for
206the corresponding lines. Currently only Git and Mercurial take 213the corresponding lines. Currently only Git and Mercurial take