diff options
| author | Dan Nicolaescu | 2009-11-16 20:36:06 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-11-16 20:36:06 +0000 |
| commit | 48b27575344c9352bd4eab19fa1a17f97fb21dda (patch) | |
| tree | 6b1b79cdf6fa63557698544af9d28598531ea556 /etc | |
| parent | d3e971853d5d29230315e08421a3ccd6870886b3 (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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 |
| 202 | vc-root-print-log once they stabilize. | 202 | vc-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 | ||
| 205 | by default anymore. The number of entries shown can be chosen | ||
| 206 | interactively with a prefix argument, by customizing | ||
| 207 | vc-log-show-limit. The log buffer display buttons that can be used | ||
| 208 | to change the number of entries shown. | ||
| 209 | RCS, 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, |
| 205 | it displays the old names for the files and it can show logs/diffs for | 212 | it displays the old names for the files and it can show logs/diffs for |
| 206 | the corresponding lines. Currently only Git and Mercurial take | 213 | the corresponding lines. Currently only Git and Mercurial take |