diff options
| author | Dan Nicolaescu | 2008-06-13 14:51:06 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-13 14:51:06 +0000 |
| commit | 38b627cea0c61aa6837feab5db93815ea4b03d65 (patch) | |
| tree | 349482c99e7ee7791a9ce592267fabc195347ade /etc | |
| parent | 05fae1be0c58e6c8b79de4ef82dae686c2f3d406 (diff) | |
| download | emacs-38b627cea0c61aa6837feab5db93815ea4b03d65.tar.gz emacs-38b627cea0c61aa6837feab5db93815ea4b03d65.zip | |
(vc-annotate-show-diff-revision-at-line): Move most of the code to ...
(vc-annotate-show-diff-revision-at-line-internal): ... here. New
function.
(vc-annotate-show-changeset-diff-revision-at-line): New function.
(vc-annotate-mode-menu): Bind it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -575,6 +575,10 @@ set of files. | |||
| 575 | 575 | ||
| 576 | *** The VC mode-line entry now has a tooltip that explains the VC file status. | 576 | *** The VC mode-line entry now has a tooltip that explains the VC file status. |
| 577 | 577 | ||
| 578 | *** In VC Annotate mode, for VC systems that support changesets, you can | ||
| 579 | see the diff for the whole changeset (not only for the current file) | ||
| 580 | by using the vc-annotate-show-changeset-diff-revision-at-line function. | ||
| 581 | |||
| 578 | *** In VC Annotate mode, you can type V to toggle the annotation visibility. | 582 | *** In VC Annotate mode, you can type V to toggle the annotation visibility. |
| 579 | 583 | ||
| 580 | *** In VC Annotate mode, you can type f to show the file revision on | 584 | *** In VC Annotate mode, you can type f to show the file revision on |