aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorChong Yidong2011-12-17 15:50:08 +0800
committerChong Yidong2011-12-17 15:50:08 +0800
commit9cff91f800cc72f8c77cf192c119c78d4a14a8ee (patch)
tree5f023ede7134cbcb1a1b69efe38750dcb6c80134 /etc/NEWS
parent301b181a14b0f698c6aae05522e6f3401ea45a3c (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d778fe3e520..7454a4a89a3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'
853shows a diff while querying the user. It defaults to t. 853shows 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
856longer description by typing RET (log-view-toggle-entry-display). 857longer description by typing RET (log-view-toggle-entry-display).
857In the Log View buffers made by `C-x v L' (vc-print-root-log), you can 858In 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
863binding `log-view-expanded-log-entry-function' to a suitable function. 864binding `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
866of a file similar to `vc-diff', but using ediff backend. 868of a file similar to `vc-diff', but using ediff backend.
867 869