diff options
| author | Chong Yidong | 2010-03-25 18:57:13 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-25 18:57:13 -0400 |
| commit | c0c035fa6ae2ecc7656bf1cdf5b75594411bbb0f (patch) | |
| tree | 5583b9de8166421dcfa2208e428b44f43e0c68c2 /etc | |
| parent | f2608df3a3700ebefa1293ba0f91ec9d8cf4a9aa (diff) | |
| download | emacs-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/NEWS | 25 |
1 files changed, 14 insertions, 11 deletions
| @@ -292,21 +292,24 @@ On systems which support GVFS-Fuse, Tramp offers also the new | |||
| 292 | connection methods "dav", "davs", "obex" and "synce". | 292 | connection 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 |
| 297 | directory not controlled by any VCS, ask the user what VC backend to | 297 | directory not controlled by any VCS, ask the user what VC backend to |
| 298 | use to create a repository, create a new repository and register the | 298 | use to create a repository, create a new repository and register the |
| 299 | file. | 299 | file. |
| 300 | +++ | ||
| 301 | *** New command `vc-root-print-log', bound to `C-x v L'. | ||
| 302 | This displays a `*vc-change-log*' buffer showing the history of the | ||
| 303 | version-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. |
| 302 | vc-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 | 308 | The number of entries shown can be chosen interactively with a prefix |
| 305 | by default anymore. The number of entries shown can be chosen | 309 | argument, or by customizing vc-log-show-limit. The `*vc-change-log*' |
| 306 | interactively with a prefix argument, by customizing | 310 | buffer now contains buttons at the end of the buffer, which can be |
| 307 | vc-log-show-limit. The log buffer display buttons that can be used | 311 | used to increase the number of entries shown. RCS, SCCS, and CVS do |
| 308 | to change the number of entries shown. | 312 | not support this feature. |
| 309 | RCS, 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, |
| 312 | it displays the old names for the files and it can show logs/diffs for | 315 | it 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 | ||