X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a2a538b15e483eddffb555352bc0316ec44ac806..4d0463b974fcd0575bf711a9064539d5712ce568:/lisp/ChangeLog?ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe5ac8803b..08a4025132 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2013-02-13 Stefan Monnier + + * tmm.el: Use lexical-binding and current-active-maps. + (tmm-menubar): Use map-keymap and pcase. + (tmm--completion-table): New function. + (tmm-prompt): Use it to fix the menu order. + (tmm-get-keybind): Use current-active-maps. + 2013-02-12 Christopher Schmidt Add dired-hide-details-mode. (Bug#6799)