diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86b425b41e4..41b0135a708 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,42 @@ | |||
| 1 | 2012-10-20 Arne Jørgensen <arne@arnested.dk> | ||
| 2 | |||
| 3 | * progmodes/flymake.el (flymake-create-temp-inplace): Use | ||
| 4 | file-truename. | ||
| 5 | |||
| 6 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395) | ||
| 9 | |||
| 10 | 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 11 | |||
| 12 | * calc/calc-units.el (math-extract-units): Properly extract powers | ||
| 13 | of units. | ||
| 14 | |||
| 15 | 2012-10-20 Daniel Colascione <dancol@dancol.org> | ||
| 16 | |||
| 17 | * frame.el (make-frame): Set x-display-name as we used to in order | ||
| 18 | to unbreak creating an X11 frame from an Emacs daemon started | ||
| 19 | without a display. | ||
| 20 | |||
| 21 | 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * minibuffer.el (minibuffer-force-complete): Make the next completion use | ||
| 24 | the same completion-field (bug@12221). | ||
| 25 | |||
| 26 | 2012-10-19 Martin Rudalics <rudalics@gmx.at> | ||
| 27 | |||
| 28 | * emacs-lisp/debug.el (debug): Record height of debugger window | ||
| 29 | also when debugger will be back (Bug#8789). | ||
| 30 | |||
| 31 | 2012-10-18 Chong Yidong <cyd@gnu.org> | ||
| 32 | |||
| 33 | * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action): | ||
| 34 | Convert to defcustom. | ||
| 35 | (gdb-get-source-file): Don't bind pop-up-windows. | ||
| 36 | |||
| 37 | * progmodes/gud.el (gud-display-line): Don't specially re-use | ||
| 38 | other frames for the gdb-mi case (Bug#12648). | ||
| 39 | |||
| 1 | 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | 40 | 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 41 | ||
| 3 | * emacs-lisp/advice.el: Clean up commentary a bit. | 42 | * emacs-lisp/advice.el: Clean up commentary a bit. |