diff options
| author | Martin Rudalics | 2012-03-27 11:22:01 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2012-03-27 11:22:01 +0200 |
| commit | dcb6e7b38ab0a732c18bf80deacc803a03aeb85c (patch) | |
| tree | 019b49dc83df3700c25fb1cf0697b5f89829664a /lisp/ChangeLog | |
| parent | 4fb9a543142d6cdd7760e7bfcad186017fa57ead (diff) | |
| download | emacs-dcb6e7b38ab0a732c18bf80deacc803a03aeb85c.tar.gz emacs-dcb6e7b38ab0a732c18bf80deacc803a03aeb85c.zip | |
Optionally avoid that switching to previous or next buffer shows that buffer twice.
* window.el (switch-to-visible-buffer): New option.
(switch-to-prev-buffer, switch-to-next-buffer): Observe
switch-to-visible-buffer. Make sure that checking for a window
showing a buffer already is done on the same frame.
* windows.texi (Window History): Describe new option
switch-to-visible-buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca07cc36062..7d81bbb46b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-03-27 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (switch-to-visible-buffer): New option. | ||
| 4 | (switch-to-prev-buffer, switch-to-next-buffer): Observe | ||
| 5 | switch-to-visible-buffer. Make sure that checking for a window | ||
| 6 | showing a buffer already is done on the same frame. | ||
| 7 | |||
| 1 | 2012-03-27 Glenn Morris <rgm@gnu.org> | 8 | 2012-03-27 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * startup.el (mail-host-address): Doc fix. | 10 | * startup.el (mail-host-address): Doc fix. |