diff options
| author | Stefan Monnier | 2009-09-10 18:19:03 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-10 18:19:03 +0000 |
| commit | 50d4ba399303b7365b03cdd3456a28eae3451fa0 (patch) | |
| tree | c63ce12cfa63ee99c330b5ab7c3cd3d5f3b0f73d /src/ChangeLog | |
| parent | deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a (diff) | |
| download | emacs-50d4ba399303b7365b03cdd3456a28eae3451fa0.tar.gz emacs-50d4ba399303b7365b03cdd3456a28eae3451fa0.zip | |
* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
(parse_menu_item): Streamline since bindings are recomputed all the
time anyway. Don't bother checking Vdefine_key_rebound_commands any
more and don't support lmenu's menu-alias any more either.
* subr.el (define-key-rebound-commands): Mark obsolete.
* startup.el (precompute-menubar-bindings): Remove.
(normal-top-level): Remove obsolete code that tried to precompute
menubar bindings.
* loadup.el (define-key-rebound-commands): Don't bother fiddling with
define-key-rebound-commands and precompute-menubar-bindings.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c530325ed69..f21e06a361b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove. | ||
| 4 | (parse_menu_item): Streamline since bindings are recomputed all the | ||
| 5 | time anyway. Don't bother checking Vdefine_key_rebound_commands any | ||
| 6 | more and don't support lmenu's menu-alias any more either. | ||
| 7 | |||
| 3 | * keymap.c (where_is_internal_data): Make noindirect a boolean. | 8 | * keymap.c (where_is_internal_data): Make noindirect a boolean. |
| 4 | (where_is_internal): Strip it down to only traverse the keymaps. | 9 | (where_is_internal): Strip it down to only traverse the keymaps. |
| 5 | Move the cache handling from Fwhere_is_internal to here. | 10 | Move the cache handling from Fwhere_is_internal to here. |