changeset 97349:71b3b925a155

(Log Buffer): Describe C-c C-d. (Diff Mode): Describe C-x 4 A.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 07 Aug 2008 05:21:28 +0000
parents bf45b2dcafff
children f0689cd563e3
files doc/emacs/ChangeLog doc/emacs/files.texi
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Thu Aug 07 03:10:08 2008 +0000
+++ b/doc/emacs/ChangeLog	Thu Aug 07 05:21:28 2008 +0000
@@ -1,3 +1,8 @@
+2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* files.texi (Log Buffer): Describe C-c C-d.
+	(Diff Mode): Describe C-x 4 A.
+
 2008-08-06  Eli Zaretskii  <eliz@gnu.org>
 
 	* vc1-xtra.texi (VC Directory Mode): Fix last change.
--- a/doc/emacs/files.texi	Thu Aug 07 03:10:08 2008 +0000
+++ b/doc/emacs/files.texi	Thu Aug 07 05:21:28 2008 +0000
@@ -1807,7 +1807,8 @@
   In the @samp{*VC-Log*} buffer, @kbd{C-c C-f} (@kbd{M-x
 log-edit-show-files}) shows the list of files to be committed in case
 you need to check that.  (This can be a list of more than one file if
-you use VC Directory Mode or PCL-CVS.)
+you use VC Directory Mode or PCL-CVS.)  @kbd{C-c C-f} (@kbd{M-x
+log-edit-show-diff}) shows the diff for the files to be committed.
 @iftex
 @xref{VC Directory Mode,,,emacs-xtra, Specialized Emacs Features},
 @end iftex
@@ -2613,6 +2614,11 @@
 @item C-c C-w
 Refine the current hunk so that it disregards changes in whitespace
 (@code{diff-refine-hunk}).
+
+@item C-x 4 A
+Iterates over the diff hunks and does a @kbd{C-x 4 a} for each one of
+them.  The goal is to create a skeleton for the ChangeLog that can be
+later filled in.
 @end table
 
   @kbd{C-x 4 a} in Diff mode operates on behalf of the target file,