aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-03-25 18:57:13 -0400
committerChong Yidong2010-03-25 18:57:13 -0400
commitc0c035fa6ae2ecc7656bf1cdf5b75594411bbb0f (patch)
tree5583b9de8166421dcfa2208e428b44f43e0c68c2 /etc
parentf2608df3a3700ebefa1293ba0f91ec9d8cf4a9aa (diff)
downloademacs-c0c035fa6ae2ecc7656bf1cdf5b75594411bbb0f.tar.gz
emacs-c0c035fa6ae2ecc7656bf1cdf5b75594411bbb0f.zip
Document VC changes: vc-log-show-limit and vc-print-root-log.
* maintaining.texi (VC With A Merging VCS): C-x v v now creates a repository if there is none. (VC Change Log): Rename from VC Status. Document vc-log-show-limit and vc-print-root-log. (Old Revisions): Copyedits. * emacs.texi: Update.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS25
1 files changed, 14 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f82a3ae825e..7d7e4085f9b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,21 +292,24 @@ On systems which support GVFS-Fuse, Tramp offers also the new
292connection methods "dav", "davs", "obex" and "synce". 292connection methods "dav", "davs", "obex" and "synce".
293 293
294** VC and related modes 294** VC and related modes
295 295+++
296*** When using C-x v v or C-x v i on a unregistered file that is in a 296*** When using C-x v v or C-x v i on a unregistered file that is in a
297directory not controlled by any VCS, ask the user what VC backend to 297directory not controlled by any VCS, ask the user what VC backend to
298use to create a repository, create a new repository and register the 298use to create a repository, create a new repository and register the
299file. 299file.
300+++
301*** New command `vc-root-print-log', bound to `C-x v L'.
302This displays a `*vc-change-log*' buffer showing the history of the
303version-controlled directory tree as a whole.
300 304
301*** FIXME: add info about the new VC functions: vc-root-diff and 305*** FIXME: vc-root-diff.
302vc-root-print-log once they stabilize. 306+++
303 307*** `C-x v l' and `C-x v L' do not show the full log by default.
304*** The log functions (C-x v l and C-x v L) do not show the full log 308The number of entries shown can be chosen interactively with a prefix
305by default anymore. The number of entries shown can be chosen 309argument, or by customizing vc-log-show-limit. The `*vc-change-log*'
306interactively with a prefix argument, by customizing 310buffer now contains buttons at the end of the buffer, which can be
307vc-log-show-limit. The log buffer display buttons that can be used 311used to increase the number of entries shown. RCS, SCCS, and CVS do
308to change the number of entries shown. 312not support this feature.
309RCS, SCCS, CVS do not support this feature.
310 313
311*** vc-annotate supports annotations through file copies and renames, 314*** vc-annotate supports annotations through file copies and renames,
312it displays the old names for the files and it can show logs/diffs for 315it displays the old names for the files and it can show logs/diffs for
@@ -319,7 +322,7 @@ backends do not support this.
319 322
320*** When a file is not found, VC will not try to check it out of RCS anymore. 323*** When a file is not found, VC will not try to check it out of RCS anymore.
321 324
322*** Diff and log operations can be used from dired buffers. 325*** Diff and log operations can be used from Dired buffers.
323 326
324*** vc-git changes 327*** vc-git changes
325 328