aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-01-13 21:12:43 -0500
committerStefan Monnier2011-01-13 21:12:43 -0500
commitfc55380c5c71e863846caeef1500cb46735ee28a (patch)
tree777c9b3f53e94bf4b9eb5291f9427e5081d072b4 /lisp/ChangeLog
parent4d789d84b8d74fc01b83277fa9834bb9aa83642b (diff)
downloademacs-fc55380c5c71e863846caeef1500cb46735ee28a.tar.gz
emacs-fc55380c5c71e863846caeef1500cb46735ee28a.zip
* lisp/emacs-lisp/easymenu.el: Add :enable, and obey :label. Require CL.
(easy-menu-create-menu, easy-menu-convert-item-1): Use :label rather than nil for labels. Use `case'. Add :enable as alias for :active. (easy-menu-binding): Obey :label. Fixes: debbugs:7754
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 617e3148fc1..a14148bf0e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
4 Require CL.
5 (easy-menu-create-menu, easy-menu-convert-item-1):
6 Use :label rather than nil for labels. Use `case'.
7 Add :enable as alias for :active.
8 (easy-menu-binding): Obey :label.
9
12011-01-13 Stefan Monnier <monnier@iro.umontreal.ca> 102011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 Use run-mode-hooks for major mode hooks (bug#513). 12 Use run-mode-hooks for major mode hooks (bug#513).