From: Dan Nicolaescu Date: Sat, 5 Jul 2008 18:03:02 +0000 (+0000) Subject: (vc-annotate-mode-menu): Add separator. X-Git-Tag: emacs-pretest-23.0.90~4320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e21c597ae4ef8deadc88848c7963ab57aaca3325;p=emacs.git (vc-annotate-mode-menu): Add separator. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41a3531ec18..3db04a91c1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index 63a99f1ea7f..31a82f95a98 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el @@ -276,6 +276,7 @@ cover the range from the oldest annotation to the newest." :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