diff options
| author | Dan Nicolaescu | 2008-07-01 14:49:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-01 14:49:41 +0000 |
| commit | e86fa02be0b16a4a9015018ec358b31f3544e3b9 (patch) | |
| tree | 175c36c9621c95466df7f9a972e05d204876cc74 /etc | |
| parent | 3cddaef1247931f3bfb3eccbab24027712c6b192 (diff) | |
| download | emacs-e86fa02be0b16a4a9015018ec358b31f3544e3b9.tar.gz emacs-e86fa02be0b16a4a9015018ec358b31f3544e3b9.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
| @@ -672,13 +672,22 @@ set of files. | |||
| 672 | 672 | ||
| 673 | *** In VC Annotate mode, for VC systems that support changesets, you can | 673 | *** In VC Annotate mode, for VC systems that support changesets, you can |
| 674 | see the diff for the whole changeset (not only for the current file) | 674 | see the diff for the whole changeset (not only for the current file) |
| 675 | by using the vc-annotate-show-changeset-diff-revision-at-line function. | 675 | by typing the D key. |
| 676 | 676 | ||
| 677 | *** In VC Annotate mode, you can type V to toggle the annotation visibility. | 677 | *** In VC Annotate mode, you can type v to toggle the annotation visibility. |
| 678 | 678 | ||
| 679 | *** In VC Annotate mode, you can type f to show the file revision on | 679 | *** In VC Annotate mode, you can type f to show the file revision on |
| 680 | the current line. | 680 | the current line. |
| 681 | 681 | ||
| 682 | *** In VC Annotate mode, for VC systems that support changesets, you | ||
| 683 | 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 | ||
| 685 | revision at line" menu entry. | ||
| 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 | |||
| 682 | *** vc-git supports the "git grep" command. | 691 | *** vc-git supports the "git grep" command. |
| 683 | 692 | ||
| 684 | *** Asynchronous VC commands display [Waiting...] in the mode-line | 693 | *** Asynchronous VC commands display [Waiting...] in the mode-line |