diff options
| author | Martin Rudalics | 2012-09-08 15:28:11 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2012-09-08 15:28:11 +0200 |
| commit | fa2bcf435d9774c0e8542ba36b11ef4722f9675c (patch) | |
| tree | ae13b3c6076ec4c063e4ebaa5b093a2f56dc8a55 /lisp/ChangeLog | |
| parent | aa7d57c5079024458c5e25cd5f304d1b967bcbe6 (diff) | |
| download | emacs-fa2bcf435d9774c0e8542ba36b11ef4722f9675c.tar.gz emacs-fa2bcf435d9774c0e8542ba36b11ef4722f9675c.zip | |
Fix handling of debugger window. (Bug#8789)
* window.el (display-buffer-in-previous-window): New buffer
display action function.
* emacs-lisp/debug.el (debugger-bury-or-kill): New option.
(debugger-previous-window): New variable.
(debug): Rewrite using display-buffer-in-previous-window,
quit-restore-window and debugger-bury-or-kill. (Bug#8789)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 052b85ef757..e10fe9166e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-09-08 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (display-buffer-in-previous-window): New buffer | ||
| 4 | display action function. | ||
| 5 | |||
| 6 | * emacs-lisp/debug.el (debugger-bury-or-kill): New option. | ||
| 7 | (debugger-previous-window): New variable. | ||
| 8 | (debug): Rewrite using display-buffer-in-previous-window, | ||
| 9 | quit-restore-window and debugger-bury-or-kill. (Bug#8789) | ||
| 10 | |||
| 1 | 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code. | 13 | * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code. |