From: Eli Zaretskii Date: Sat, 20 Oct 2012 11:49:12 +0000 (+0200) Subject: Merge from trunk. X-Git-Tag: emacs-24.3.90~173^2~7^2~657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87c6b4e6bd7e023bd57c709bb6af59bca27bf4f6;p=emacs.git Merge from trunk. --- 87c6b4e6bd7e023bd57c709bb6af59bca27bf4f6 diff --cc lisp/ChangeLog index 86b425b41e4,f9d9ad4b03d,96267eacb89..41b0135a708 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@@ -1,3 -1,17 -1,42 +1,42 @@@@ ++ 2012-10-20 Arne Jørgensen ++ ++ * progmodes/flymake.el (flymake-create-temp-inplace): Use ++ file-truename. ++ ++ 2012-10-20 Eli Zaretskii ++ ++ * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395) ++ ++ 2012-10-20 Jay Belanger ++ ++ * calc/calc-units.el (math-extract-units): Properly extract powers ++ of units. ++ ++ 2012-10-20 Daniel Colascione ++ ++ * 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 ++ ++ * minibuffer.el (minibuffer-force-complete): Make the next completion use ++ the same completion-field (bug@12221). ++ + 2012-10-19 Martin Rudalics + + * emacs-lisp/debug.el (debug): Record height of debugger window + also when debugger will be back (Bug#8789). + + 2012-10-18 Chong Yidong + + * 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 * emacs-lisp/advice.el: Clean up commentary a bit.