Mercurial > emacs
diff etc/NEWS @ 95896:7561b5637b81
(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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 13 Jun 2008 14:51:06 +0000 |
parents | 37aeb92752e7 |
children | cf07bd0d6f98 |
line wrap: on
line diff
--- a/etc/NEWS Fri Jun 13 14:40:57 2008 +0000 +++ b/etc/NEWS Fri Jun 13 14:51:06 2008 +0000 @@ -575,6 +575,10 @@ *** The VC mode-line entry now has a tooltip that explains the VC file status. +*** In VC Annotate mode, for VC systems that support changesets, you can +see the diff for the whole changeset (not only for the current file) +by using the vc-annotate-show-changeset-diff-revision-at-line function. + *** In VC Annotate mode, you can type V to toggle the annotation visibility. *** In VC Annotate mode, you can type f to show the file revision on