mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Reorganize the VC entry a bit.
This commit is contained in:
parent
1fd877d6cc
commit
289aee1ccc
1 changed files with 7 additions and 11 deletions
18
etc/NEWS
18
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue