]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/emacs-lisp/package.el (package--initialized): Move before first use.
[gnu-emacs] / lisp / ChangeLog
index fe5ac8803b905e61bfa4906c69d589a1d523e328..810fa1db145e5bf5f0a28e781860a090f8be9052 100644 (file)
@@ -1,3 +1,26 @@
+2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/package.el (package--initialized): Move before first use.
+
+2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
+
+       * icomplete.el (icomplete-hide-common-prefix):  New user option.
+       (icomplete-first-match): New face.
+       (icomplete-completions): Correct handling of "complete but not
+       unique" (Bug#12638).
+
+2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
+
+       * descr-text.el (describe-char): Display the script (bug#13698).
+
+2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <christopher@ch.ristopher.com>
 
        Add dired-hide-details-mode.  (Bug#6799)