diff options
| author | Martin Rudalics | 2011-09-21 10:20:21 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-09-21 10:20:21 +0200 |
| commit | cf4eacfdca9685473374498e17ace141d71c9ad9 (patch) | |
| tree | 6b15976a360657769ca615a73be5eab2adf128a6 /lisp/ChangeLog | |
| parent | 3341db6299a2bb63a641210d72f73e93e2d1542e (diff) | |
| download | emacs-cf4eacfdca9685473374498e17ace141d71c9ad9.tar.gz emacs-cf4eacfdca9685473374498e17ace141d71c9ad9.zip | |
Rewrite code quitting windows and restoring the previous buffer.
* window.el (set-window-buffer-start-and-point): Call
set-window-start with NOFORCE argument t. Suggested by Thierry
Volpiatto <thierry.volpiatto@gmail.com>.
(quit-window): Reword doc-string. Handle new format of
quit-restore parameter. Don't delete window if it has a
previous buffer we can show instead of the present one.
(display-buffer-record-window): Rewrite using a new format for
the quit-restore window parameter
(special-display-popup-frame, display-buffer-same-window)
(display-buffer-reuse-window, display-buffer-pop-up-frame)
(display-buffer-pop-up-window, display-buffer-use-some-window):
Adapt symbol passed to display-buffer-record-window.
* help.el (help-window-setup): Handle new format of quit-restore
parameter.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17a8628b3d5..9b90ea1a98e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2011-09-21 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (set-window-buffer-start-and-point): Call | ||
| 4 | set-window-start with NOFORCE argument t. Suggested by Thierry | ||
| 5 | Volpiatto <thierry.volpiatto@gmail.com>. | ||
| 6 | (quit-window): Reword doc-string. Handle new format of | ||
| 7 | quit-restore parameter. Don't delete window if it has a | ||
| 8 | previous buffer we can show instead of the present one. | ||
| 9 | (display-buffer-record-window): Rewrite using a new format for | ||
| 10 | the quit-restore window parameter | ||
| 11 | (special-display-popup-frame, display-buffer-same-window) | ||
| 12 | (display-buffer-reuse-window, display-buffer-pop-up-frame) | ||
| 13 | (display-buffer-pop-up-window, display-buffer-use-some-window): | ||
| 14 | Adapt symbol passed to display-buffer-record-window. | ||
| 15 | * help.el (help-window-setup): Handle new format of quit-restore | ||
| 16 | parameter. | ||
| 17 | |||
| 1 | 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 18 | 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 19 | ||
| 3 | * faces.el (face-list): Fix docstring (bug#9564). | 20 | * faces.el (face-list): Fix docstring (bug#9564). |