changeset 98769:3c8503664c02

ESR already documented changeset-based VC. Remove duplicate entry about D in VC Annotate mode.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Oct 2008 00:04:33 +0000
parents 234277f5b044
children c9c8b8c7805c
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Oct 15 23:46:55 2008 +0000
+++ b/etc/NEWS	Thu Oct 16 00:04:33 2008 +0000
@@ -876,7 +876,7 @@
 necessary.
 
 ** VC and related modes
-
++++
 *** VC now supports applying VC operations to a set of files at a time.
 This enables VC to work much more effectively with changeset-oriented
 version-control systems such as Subversion, GNU Arch, Mercurial, Git
@@ -890,21 +890,17 @@
 *** Clicking on the VC mode-line entry now pops the VC menu.
 
 *** The VC mode-line entry now has a tooltip that explains the VC file status.
-
++++
 *** In VC Annotate mode, for VC systems that support changesets, you can
 see the diff for the whole changeset (not only for the current file)
-by typing the D key.
-
+by typing the D key.  Using the "Show changeset diff of revision at
+line" menu entry does the same thing.
++++
 *** In VC Annotate mode, you can type v to toggle the annotation visibility.
-
++++
 *** In VC Annotate mode, you can type f to show the file revision on
 the current line.
 
-*** In VC Annotate mode, for VC systems that support changesets, you
-can see the diff for the whole changeset (not only for the current
-file) by typing the D key or using the "Show changeset diff of
-revision at line" menu entry.
-
 *** Asynchronous VC commands display [Waiting...] in the mode-line
 of the corresponding buffer as long as the asynchronous process is
 active.