diff options
| author | Chong Yidong | 2011-12-17 15:50:08 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-12-17 15:50:08 +0800 |
| commit | 9cff91f800cc72f8c77cf192c119c78d4a14a8ee (patch) | |
| tree | 5f023ede7134cbcb1a1b69efe38750dcb6c80134 /etc/NEWS | |
| parent | 301b181a14b0f698c6aae05522e6f3401ea45a3c (diff) | |
| download | emacs-9cff91f800cc72f8c77cf192c119c78d4a14a8ee.tar.gz emacs-9cff91f800cc72f8c77cf192c119c78d4a14a8ee.zip | |
More updates for VC documentation.
* doc/emacs/maintaining.texi (VCS Concepts): Make "revision" terminology
less CVS-specific.
(VC With A Merging VCS, VC With A Locking VCS): Add xref to
Registering node.
(Secondary VC Commands): Deleted. Promote subnodes.
(Log Buffer): Add command name for C-c C-c. Fix the name of the
log buffer. Add index entries.
(VCS Changesets, Types of Log File, VC With A Merging VCS): Use
"commit" terminology.
(Old Revisions): Move it to just before VC Change Log. "Tag" here
doesn't refer to tags tables. Note other possible forms of the
revision ID. C-x v = does not save.
(Registering): Note similarity to C-x v v action. Fix description
of how backends are chosen. De-document vc-default-init-revision.
(VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
in root log buffers.
* lisp/vc/vc.el (vc-deduce-fileset): Minor doc fix.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -852,6 +852,7 @@ the user for specifics, e.g. a merge source. | |||
| 852 | *** New option `vc-revert-show-diff' controls whether `vc-revert' | 852 | *** New option `vc-revert-show-diff' controls whether `vc-revert' |
| 853 | shows a diff while querying the user. It defaults to t. | 853 | shows a diff while querying the user. It defaults to t. |
| 854 | 854 | ||
| 855 | +++ | ||
| 855 | *** Log entries in some Log View buffers can be toggled to display a | 856 | *** Log entries in some Log View buffers can be toggled to display a |
| 856 | longer description by typing RET (log-view-toggle-entry-display). | 857 | longer description by typing RET (log-view-toggle-entry-display). |
| 857 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can | 858 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can |
| @@ -862,6 +863,7 @@ use this to display the full log entry for the revision at point. | |||
| 862 | **** Packages using Log View mode can enable this functionality by | 863 | **** Packages using Log View mode can enable this functionality by |
| 863 | binding `log-view-expanded-log-entry-function' to a suitable function. | 864 | binding `log-view-expanded-log-entry-function' to a suitable function. |
| 864 | 865 | ||
| 866 | +++ | ||
| 865 | *** New command `vc-ediff' allows visual comparison of two revisions | 867 | *** New command `vc-ediff' allows visual comparison of two revisions |
| 866 | of a file similar to `vc-diff', but using ediff backend. | 868 | of a file similar to `vc-diff', but using ediff backend. |
| 867 | 869 | ||