diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-11-14 Glenn Morris <rgm@gnu.org> | 10 | 2009-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 |