]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-annotate-mode-menu): Add separator.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 5 Jul 2008 18:03:02 +0000 (18:03 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 5 Jul 2008 18:03:02 +0000 (18:03 +0000)
lisp/ChangeLog
lisp/vc-annotate.el

index 41a3531ec182715a3404ae0cd4f19600b23da030..3db04a91c1cbb0b620280b9c997aa221f731038f 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-annotate.el (vc-annotate-mode-menu): Add separator.
+
 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
index 63a99f1ea7fa9757a09862e13e30692a4f3acf48..31a82f95a98c4fa7ba5d27f9183fe2927e3c9953 100644 (file)
@@ -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