Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
95895:2ab93a71b21a | 95896:7561b5637b81 |
---|---|
573 | 573 |
574 *** Clicking on the VC mode-line entry now pops the VC menu. | 574 *** Clicking on the VC mode-line entry now pops the VC menu. |
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 |
581 the current line. | 585 the current line. |
582 | 586 |