aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2008-06-13 14:51:06 +0000
committerDan Nicolaescu2008-06-13 14:51:06 +0000
commit38b627cea0c61aa6837feab5db93815ea4b03d65 (patch)
tree349482c99e7ee7791a9ce592267fabc195347ade /etc
parent05fae1be0c58e6c8b79de4ef82dae686c2f3d406 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8ffe8613ba4..f06adf69f5d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
579see the diff for the whole changeset (not only for the current file)
580by 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