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 /lisp/ChangeLog | |
| 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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb7be329d84..990a7259bc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-12-16 Chong Yidong <cyd@gnu.org> | 1 | 2011-12-17 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms. | 3 | * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms. |
| 4 | (vc-deduce-fileset): Doc fix. | ||
| 4 | 5 | ||
| 5 | 2011-12-16 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2011-12-16 Andreas Schwab <schwab@linux-m68k.org> |
| 6 | 7 | ||