From: Dan Nicolaescu Date: Wed, 2 Jul 2008 02:53:48 +0000 (+0000) Subject: Reorganize the VC entry a bit. X-Git-Tag: emacs-pretest-23.0.90~4353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=289aee1ccc003cb5e6fd58763ae3f026d35e53eb;p=emacs.git Reorganize the VC entry a bit. --- diff --git a/etc/NEWS b/etc/NEWS index 2d086efcffd..23e037c6f6d 100644 --- 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.