aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2009-11-03 07:28:59 +0000
committerJuri Linkov2009-11-03 07:28:59 +0000
commitc9753fb4b5dff014ea52a9b81ac3b12bcf38a5f7 (patch)
treebd8455ff42ae2f17d4aa1a218fb3c220ecd65930 /lisp/ChangeLog
parentcf4aaa59c365099fdaff5268603764f768a39ebd (diff)
downloademacs-c9753fb4b5dff014ea52a9b81ac3b12bcf38a5f7.tar.gz
emacs-c9753fb4b5dff014ea52a9b81ac3b12bcf38a5f7.zip
(Buffer-menu-mode-map): Add hyphen between "Buffer"
and "Menu" to make top-level menu item visually one unit (like it's done for "Lisp-Interaction", "Emacs-Lisp" and other multi-word menu items). Fix :help string for quit-window.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 56a62adb847..8d211786172 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12009-11-03 Juri Linkov <juri@jurta.org>
2
3 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5
6 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7 and "Menu" to make top-level menu item visually one unit (like
8 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9 multi-word menu items). Fix :help string for quit-window.
10
12009-11-03 Glenn Morris <rgm@gnu.org> 112009-11-03 Glenn Morris <rgm@gnu.org>
2 12
3 * cedet/mode-local.el (with-mode-local): Doc fix. 13 * cedet/mode-local.el (with-mode-local): Doc fix.