aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-09-11 00:58:59 +0000
committerStefan Monnier2009-09-11 00:58:59 +0000
commit8cb95edf7cdec140efb1c8dbf4f7f33320f0ca0c (patch)
tree082de7005695b6792640b4a2d54cfbe4a67921fc /lisp/ChangeLog
parent599498c31f0ce7a3ffd6094a12a986766b5a694d (diff)
downloademacs-8cb95edf7cdec140efb1c8dbf4f7f33320f0ca0c.tar.gz
emacs-8cb95edf7cdec140efb1c8dbf4f7f33320f0ca0c.zip
* keymap.c (QCadvertised_binding): New constant.
(syms_of_keymap): Initialize it. (Fwhere_is_internal): Try and use bindings from :advertised-binding if applicable. * progmodes/xscheme.el (xscheme-evaluation-commands): Put a :advertised-binding property rather than using advertised-xscheme-send-previous-expression. (advertised-xscheme-send-previous-expression): Declare obsolete. * emulation/crisp.el (crisp-mode-map): Use `undo' rather than `advertised-undo'. (crisp-mode): Add corresponding bindings to undo's :advertised-binding instead. * dired.el (dired-mode-map): Put a :advertised-binding property rather than using dired-advertised-find-file. (dired-advertised-find-file): * simple.el (advertised-undo): * wid-edit.el (advertised-widget-backward): Declare obsolete. (widget-keymap): Put a :advertised-binding property rather than using advertised-widget-backward. * bindings.el (ctl-x-map): Put a :advertised-binding property rather than using advertised-undo. * tutorial.el (tutorial--default-keys): Adjust accordingly.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
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 @@
12009-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
12009-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 222009-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.