Fix last ChangeLog entry.
[bpt/emacs.git] / lisp / ChangeLog
index 6025691..96267ea 100644 (file)
@@ -1,7 +1,61 @@
+2012-10-20  Arne Jørgensen  <arne@arnested.dk>
+
+       * progmodes/flymake.el (flymake-create-temp-inplace): Use
+       file-truename.
+
+2012-10-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
+
+2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-extract-units): Properly extract powers
+       of units.
+
+2012-10-20  Daniel Colascione  <dancol@dancol.org>
+
+       * frame.el (make-frame): Set x-display-name as we used to in order
+       to unbreak creating an X11 frame from an Emacs daemon started
+       without a display.
+
+2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (minibuffer-force-complete): Make the next completion use
+       the same completion-field (bug@12221).
+
+2012-10-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/debug.el (debug): Record height of debugger window
+       also when debugger will be back (Bug#8789).
+
+2012-10-18  Chong Yidong  <cyd@gnu.org>
+
+       * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
+       Convert to defcustom.
+       (gdb-get-source-file): Don't bind pop-up-windows.
+
+       * progmodes/gud.el (gud-display-line): Don't specially re-use
+       other frames for the gdb-mi case (Bug#12648).
+
+2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/advice.el: Clean up commentary a bit.
+       (ad-do-advised-functions, ad-with-originals): Use `declare'.
+       (byte-code-function-p): Never redefine.
+
+       * emacs-lisp/gv.el (cond): Same fix as before for `if'.
+
+2012-10-18  Glenn Morris  <rgm@gnu.org>
+
+       * dired.el (dired-sort-toggle): Some ls implementations only allow
+       a single option string.  (Bug#12666)
+
+       * minibuffer.el (completion-cycle-threshold): Doc fix.
+
 2012-10-17  Kenichi Handa  <handa@gnu.org>
 
-       * international/mule.el (set-keyboard-coding-system): Recover
-       input meta mode when the new coding system doesn not use 8-bit.
+       * international/mule.el (set-keyboard-coding-system):
+       Recover input meta mode when the new coding system doesn not use 8-bit.
        Supply TERMINAL arg to set-input-meta-mode.
 
 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>  (tiny change)