# HG changeset patch # User Dan Nicolaescu # Date 1215280982 0 # Node ID b250e775669bd64c08fdd1324d903690daf923dd # Parent 081de60dd1a75516fc205c39fa47dac7429b3ad4 (vc-annotate-mode-menu): Add separator. diff -r 081de60dd1a7 -r b250e775669b lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 05 09:45:56 2008 +0000 +++ b/lisp/ChangeLog Sat Jul 05 18:03:02 2008 +0000 @@ -1,3 +1,7 @@ +2008-07-05 Dan Nicolaescu + + * vc-annotate.el (vc-annotate-mode-menu): Add separator. + 2008-07-05 Nick Roberts * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer diff -r 081de60dd1a7 -r b250e775669b lisp/vc-annotate.el --- a/lisp/vc-annotate.el Sat Jul 05 09:45:56 2008 +0000 +++ b/lisp/vc-annotate.el Sat Jul 05 18:03:02 2008 +0000 @@ -276,6 +276,7 @@ :help "Visit the annotation of the revision before the revision at line"] ["Annotate latest revision" vc-annotate-working-revision :help "Visit the annotation of the working revision of this file"] + "--" ["Show log of revision at line" vc-annotate-show-log-revision-at-line :help "Visit the log of the revision at line"] ["Show diff of revision at line" vc-annotate-show-diff-revision-at-line