comparison lisp/ChangeLog @ 104920:566d2dc55a9d

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Sep 2009 18:19:03 +0000
parents 065958ebbf6d
children c603ee2aac17
comparison
equal deleted inserted replaced
104919:ad7987e70109 104920:566d2dc55a9d
1 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (define-key-rebound-commands): Mark obsolete.
4 * startup.el (precompute-menubar-bindings): Remove.
5 (normal-top-level): Remove obsolete code that tried to precompute
6 menubar bindings.
7 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8 define-key-rebound-commands and precompute-menubar-bindings.
9
1 2009-09-10 Glenn Morris <rgm@gnu.org> 10 2009-09-10 Glenn Morris <rgm@gnu.org>
2 11
3 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line. 12 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4 13
5 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix. 14 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.