summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mouse.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6d02ceaa4e8..72ef246726f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-11 Sam Steingold <sds@gnu.org>
+
+ * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
+ the "Version Control" group (for C-x v g).
+
2008-11-11 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-process-filter): Fix typos and reflow docstring.
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 0ad7aa51d98..37879bc1e1f 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1825,7 +1825,7 @@ a large number if you prefer a mixed multitude. The default is 4."
("Text" . "Text")
("Outline" . "Text")
("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML")
- ("log\\|diff\\|vc\\|cvs" . "Version Control") ; "Change Management"?
+ ("log\\|diff\\|vc\\|cvs\\|Annotate" . "Version Control") ; "Change Management"?
("Lisp" . "Lisp"))
"How to group various major modes together in \\[mouse-buffer-menu].
Each element has the form (REGEXP . GROUPNAME).