]> git.eshelyaron.com Git - emacs.git/commitdiff
Reorganize the VC entry a bit.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 2 Jul 2008 02:53:48 +0000 (02:53 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 2 Jul 2008 02:53:48 +0000 (02:53 +0000)
etc/NEWS

index 2d086efcffd63bb2de31465e8c7cd0d094b087df..23e037c6f6d74b30059b74020cb88929555726c7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -654,7 +654,7 @@ file copy is checked via the file's checksum.
 Tramp uses the package `auth-source' to read passwords from a file, if
 necessary.
 
-** VC
+** 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
@@ -663,8 +663,8 @@ and Bzr.  VC will now pass a multiple-file commit to these systems as
 a single changeset.
 
 *** vc-dir is a new command that displays file names and their VC
-status.  It allows to apply various VC operations to a file or a
-set of files.
+status.  It allows to apply various VC operations to a file, a
+directory or a set of files/directories.
 
 *** Clicking on the VC mode-line entry now pops the VC menu.
 
@@ -684,12 +684,6 @@ 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.
 
-*** In log-view-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 "Changeset Diff" menu entry.
-
-*** vc-git supports the "git grep" command.
-
 *** Asynchronous VC commands display [Waiting...] in the mode-line
 of the corresponding buffer as long as the asynchronous process is
 active.
@@ -702,6 +696,10 @@ This is done by the `modify-change-comment' backend function.
 see the diff for the whole changeset (not only for the current file)
 by typing the D key or using the "Changeset Diff" menu entry.
 
+*** In Log Edit mode,  C-c C-d now shows the diff for the files involved.
+
+*** vc-git supports the "git grep" command.
+
 *** VC Support for Meta-CVS has been removed for lack of maintainer able
 to update it to the new VC.
 
@@ -744,8 +742,6 @@ See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
 *** Info displays breadcrumbs in the header of the page.
 See Info-breadcrumbs-depth to control it.
 
-*** In Log Edit mode,  C-c C-d now shows the diff for the files involved.
-
 *** net-utils has an `iwconfig' command, similar to the existing `ifconfig'.
 It is used to configure wireless interfaces.