diff options
| author | Juri Linkov | 2009-11-03 07:28:59 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-11-03 07:28:59 +0000 |
| commit | c9753fb4b5dff014ea52a9b81ac3b12bcf38a5f7 (patch) | |
| tree | bd8455ff42ae2f17d4aa1a218fb3c220ecd65930 /lisp/ChangeLog | |
| parent | cf4aaa59c365099fdaff5268603764f768a39ebd (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-11-03 Glenn Morris <rgm@gnu.org> | 11 | 2009-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. |