aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-11-15 05:12:52 +0000
committerStefan Monnier2009-11-15 05:12:52 +0000
commit8d720a006679b8f443757cb8c8cc32fe676a4fb7 (patch)
tree1e23554cf6756ffa94f2879365b3cd4b9af2bd36 /lisp/ChangeLog
parent68a1b09056bff25c640fff096448649e1cb8e411 (diff)
downloademacs-8d720a006679b8f443757cb8c8cc32fe676a4fb7.tar.gz
emacs-8d720a006679b8f443757cb8c8cc32fe676a4fb7.zip
(disabled-command-function): Add useful args.
Setup the help buffer so that [back] works. Remove redundant call to help-mode. (disabled-command-function): Use `case'. (en/disable-command): New function extracted from enable-command. (enable-command, disable-command): Use it.
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 7f6b73be406..c4dddab05c6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * novice.el (disabled-command-function): Add useful args.
4 Setup the help buffer so that [back] works.
5 Remove redundant call to help-mode.
6 (disabled-command-function): Use `case'.
7 (en/disable-command): New function extracted from enable-command.
8 (enable-command, disable-command): Use it.
9
12009-11-14 Glenn Morris <rgm@gnu.org> 102009-11-14 Glenn Morris <rgm@gnu.org>
2 11
3 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not 12 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not