changeset 97331:3b4f09195a23

(Old Revisions): Update the keys used by vc-annotate and describe the new bindings to show the changeset diff, toggle annotation visibility, show revisions. (VC Status): Describe key bindings for modifying the change comments, displaying changeset diffs and annotations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 06 Aug 2008 14:56:32 +0000
parents a271219c6580
children 7b285e87b6ba
files doc/emacs/ChangeLog doc/emacs/files.texi
diffstat 2 files changed, 46 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Wed Aug 06 14:28:50 2008 +0000
+++ b/doc/emacs/ChangeLog	Wed Aug 06 14:56:32 2008 +0000
@@ -1,5 +1,11 @@
 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* files.texi (Old Revisions): Update the keys used by vc-annotate and
+	describe the new bindings to show the changeset diff, toggle annotation
+	visibility, show revisions.
+	(VC Status): Describe key bindings for modifying the change comments,
+	displaying changeset diffs and annotations.
+
 	* vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
 
 2008-08-05  Nick Roberts  <nickrob@snap.net.nz>
--- a/doc/emacs/files.texi	Wed Aug 06 14:28:50 2008 +0000
+++ b/doc/emacs/files.texi	Wed Aug 06 14:56:32 2008 +0000
@@ -1955,37 +1955,50 @@
 view diffs, or view log entries:
 
 @table @kbd
-@item P
+@item p
 Annotate the previous revision, that is to say, the revision before
 the one currently annotated.  A numeric prefix argument is a repeat
-count, so @kbd{C-u 10 P} would take you back 10 revisions.
-
-@item N
+count, so @kbd{C-u 10 p} would take you back 10 revisions.
+
+@item n
 Annotate the next revision---the one after the revision currently
 annotated.  A numeric prefix argument is a repeat count.
 
-@item J
+@item j
 Annotate the revision indicated by the current line.
 
-@item A
+@item a
 Annotate the revision before the one indicated by the current line.
 This is useful to see the state the file was in before the change on
 the current line was made.
 
-@item D
+@item f
+Show in a buffer the file revision indicated by the current line.
+
+@item d
 Display the diff between the current line's revision and the previous
 revision.  This is useful to see what the current line's revision
 actually changed in the file.
 
-@item L
+@item D
+Display the diff between the current line's revision and the previous
+revision for all files in the changeset (for VC systems that support
+changesets).  This is useful to see what the current line's revision
+actually changed in the tree.
+
+@item l
 Show the log of the current line's revision.  This is useful to see
 the author's description of the changes in the revision on the current
 line.
 
-@item W
+@item w
 Annotate the working revision--the one you are editing.  If you used
-@kbd{P} and @kbd{N} to browse to other revisions, use this key to
+@kbd{p} and @kbd{n} to browse to other revisions, use this key to
 return to your working revision.
+
+@item v
+Toggle the annotation visibility.  This is useful for looking just at
+the file contents without distraction from the annotations.
 @end table
 
 @node Secondary VC Commands
@@ -2073,8 +2086,8 @@
 revision of the file that is currently being visited.
 
   In the change log buffer, you can use the following keys to move
-between the logs of revisions and of files, to view past revisions, and
-to view diffs:
+between the logs of revisions and of files, to view past revisions, to
+modify change comments, to view annotations and to view diffs:
 
 @table @kbd
 @item p
@@ -2112,6 +2125,13 @@
 @end ifnottex
 It also takes a numeric prefix argument as a repeat count.
 
+@item a
+Annotate the revision indicated by the current line.
+
+@item e
+Modify the change comment displayed at point.  Note that not all VC
+systems support modifying change comments.
+
 @item f
 Visit the revision indicated at the current line, like typing @kbd{C-x
 v ~} and specifying this revision's ID (@pxref{Old Revisions}).
@@ -2119,8 +2139,14 @@
 @item d
 Display the diff (@pxref{Comparing Files}) between the revision
 indicated at the current line and the next earlier revision.  This is
-useful to see what actually changed when the revision indicated on the
-current line was committed.
+useful to see what actually changed in the file when the revision
+indicated on the current line was committed.
+
+@item D
+Display the changeset diff (@pxref{Comparing Files}) between the
+revision indicated at the current line and the next earlier revision.
+This is useful to see all the changes to all files that the revision
+indicated on the current line did when it was committed.
 @end table
 
 @node VC Undo