diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6487d3fcbef..9513e9ecb4e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/xscheme.el (xscheme-evaluation-commands): | ||
| 4 | Put a :advertised-binding property rather than using | ||
| 5 | advertised-xscheme-send-previous-expression. | ||
| 6 | (advertised-xscheme-send-previous-expression): Declare obsolete. | ||
| 7 | * emulation/crisp.el (crisp-mode-map): Use `undo' rather than | ||
| 8 | `advertised-undo'. | ||
| 9 | (crisp-mode): Add corresponding bindings to | ||
| 10 | undo's :advertised-binding instead. | ||
| 11 | * dired.el (dired-mode-map): Put a :advertised-binding property rather | ||
| 12 | than using dired-advertised-find-file. | ||
| 13 | (dired-advertised-find-file): | ||
| 14 | * simple.el (advertised-undo): | ||
| 15 | * wid-edit.el (advertised-widget-backward): Declare obsolete. | ||
| 16 | (widget-keymap): Put a :advertised-binding property rather | ||
| 17 | than using advertised-widget-backward. | ||
| 18 | * bindings.el (ctl-x-map): Put a :advertised-binding property rather | ||
| 19 | than using advertised-undo. | ||
| 20 | * tutorial.el (tutorial--default-keys): Adjust accordingly. | ||
| 21 | |||
| 1 | 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | 22 | 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 23 | ||
| 3 | * subr.el (define-key-rebound-commands): Mark obsolete. | 24 | * subr.el (define-key-rebound-commands): Mark obsolete. |