aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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).