comparison lisp/ChangeLog @ 104922:c603ee2aac17

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Sep 2009 00:58:59 +0000
parents 566d2dc55a9d
children 360dda0c7586
comparison
equal deleted inserted replaced
104921:05feb973bfa0 104922:c603ee2aac17
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.
4 * startup.el (precompute-menubar-bindings): Remove. 25 * startup.el (precompute-menubar-bindings): Remove.
5 (normal-top-level): Remove obsolete code that tried to precompute 26 (normal-top-level): Remove obsolete code that tried to precompute