aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-02 02:53:48 +0000
committerDan Nicolaescu2008-07-02 02:53:48 +0000
commit289aee1ccc003cb5e6fd58763ae3f026d35e53eb (patch)
treea2b8937d935baa230401c0df3bfeb868ae1c6f79
parent1fd877d6ccad5e683abf3c06ccccd5dbc69e5bf9 (diff)
downloademacs-289aee1ccc003cb5e6fd58763ae3f026d35e53eb.tar.gz
emacs-289aee1ccc003cb5e6fd58763ae3f026d35e53eb.zip
Reorganize the VC entry a bit.
-rw-r--r--etc/NEWS18
1 files changed, 7 insertions, 11 deletions
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.
654Tramp uses the package `auth-source' to read passwords from a file, if 654Tramp uses the package `auth-source' to read passwords from a file, if
655necessary. 655necessary.
656 656
657** VC 657** VC and related modes
658 658
659*** VC now supports applying VC operations to a set of files at a time. 659*** VC now supports applying VC operations to a set of files at a time.
660This enables VC to work much more effectively with changeset-oriented 660This 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
663a single changeset. 663a single changeset.
664 664
665*** vc-dir is a new command that displays file names and their VC 665*** vc-dir is a new command that displays file names and their VC
666status. It allows to apply various VC operations to a file or a 666status. It allows to apply various VC operations to a file, a
667set of files. 667directory or a set of files/directories.
668 668
669*** Clicking on the VC mode-line entry now pops the VC menu. 669*** Clicking on the VC mode-line entry now pops the VC menu.
670 670
@@ -684,12 +684,6 @@ can see the diff for the whole changeset (not only for the current
684file) by typing the D key or using the "Show changeset diff of 684file) by typing the D key or using the "Show changeset diff of
685revision at line" menu entry. 685revision at line" menu entry.
686 686
687*** In log-view-mode, for VC systems that support changesets, you can
688see the diff for the whole changeset (not only for the current file)
689by typing the D key or using the "Changeset Diff" menu entry.
690
691*** vc-git supports the "git grep" command.
692
693*** Asynchronous VC commands display [Waiting...] in the mode-line 687*** Asynchronous VC commands display [Waiting...] in the mode-line
694of the corresponding buffer as long as the asynchronous process is 688of the corresponding buffer as long as the asynchronous process is
695active. 689active.
@@ -702,6 +696,10 @@ This is done by the `modify-change-comment' backend function.
702see the diff for the whole changeset (not only for the current file) 696see the diff for the whole changeset (not only for the current file)
703by typing the D key or using the "Changeset Diff" menu entry. 697by typing the D key or using the "Changeset Diff" menu entry.
704 698
699*** In Log Edit mode, C-c C-d now shows the diff for the files involved.
700
701*** vc-git supports the "git grep" command.
702
705*** VC Support for Meta-CVS has been removed for lack of maintainer able 703*** VC Support for Meta-CVS has been removed for lack of maintainer able
706to update it to the new VC. 704to update it to the new VC.
707 705
@@ -744,8 +742,6 @@ See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
744*** Info displays breadcrumbs in the header of the page. 742*** Info displays breadcrumbs in the header of the page.
745See Info-breadcrumbs-depth to control it. 743See Info-breadcrumbs-depth to control it.
746 744
747*** In Log Edit mode, C-c C-d now shows the diff for the files involved.
748
749*** net-utils has an `iwconfig' command, similar to the existing `ifconfig'. 745*** net-utils has an `iwconfig' command, similar to the existing `ifconfig'.
750It is used to configure wireless interfaces. 746It is used to configure wireless interfaces.
751 747