diff options
| author | Dan Nicolaescu | 2008-07-02 02:53:48 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-02 02:53:48 +0000 |
| commit | 289aee1ccc003cb5e6fd58763ae3f026d35e53eb (patch) | |
| tree | a2b8937d935baa230401c0df3bfeb868ae1c6f79 | |
| parent | 1fd877d6ccad5e683abf3c06ccccd5dbc69e5bf9 (diff) | |
| download | emacs-289aee1ccc003cb5e6fd58763ae3f026d35e53eb.tar.gz emacs-289aee1ccc003cb5e6fd58763ae3f026d35e53eb.zip | |
Reorganize the VC entry a bit.
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 7 insertions, 11 deletions
| @@ -654,7 +654,7 @@ file copy is checked via the file's checksum. | |||
| 654 | Tramp uses the package `auth-source' to read passwords from a file, if | 654 | Tramp uses the package `auth-source' to read passwords from a file, if |
| 655 | necessary. | 655 | necessary. |
| 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. |
| 660 | This enables VC to work much more effectively with changeset-oriented | 660 | 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 | |||
| 663 | a single changeset. | 663 | a 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 |
| 666 | status. It allows to apply various VC operations to a file or a | 666 | status. It allows to apply various VC operations to a file, a |
| 667 | set of files. | 667 | directory 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 | |||
| 684 | file) by typing the D key or using the "Show changeset diff of | 684 | file) by typing the D key or using the "Show changeset diff of |
| 685 | revision at line" menu entry. | 685 | revision at line" menu entry. |
| 686 | 686 | ||
| 687 | *** In log-view-mode, for VC systems that support changesets, you can | ||
| 688 | see the diff for the whole changeset (not only for the current file) | ||
| 689 | by 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 |
| 694 | of the corresponding buffer as long as the asynchronous process is | 688 | of the corresponding buffer as long as the asynchronous process is |
| 695 | active. | 689 | active. |
| @@ -702,6 +696,10 @@ This is done by the `modify-change-comment' backend function. | |||
| 702 | see the diff for the whole changeset (not only for the current file) | 696 | see the diff for the whole changeset (not only for the current file) |
| 703 | by typing the D key or using the "Changeset Diff" menu entry. | 697 | by 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 |
| 706 | to update it to the new VC. | 704 | to 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. |
| 745 | See Info-breadcrumbs-depth to control it. | 743 | See 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'. |
| 750 | It is used to configure wireless interfaces. | 746 | It is used to configure wireless interfaces. |
| 751 | 747 | ||