diff options
| author | Stefan Monnier | 2011-11-28 14:43:52 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-28 14:43:52 -0500 |
| commit | 24510c22a36564fe6c4b6f79a30fc41fee89b45b (patch) | |
| tree | 919d35c8e3c5d39e485995b65ae01e6d711579cf /lisp/ChangeLog | |
| parent | c60c3703ac76063107a2a10fbdb9a1c880596f88 (diff) | |
| download | emacs-24510c22a36564fe6c4b6f79a30fc41fee89b45b.tar.gz emacs-24510c22a36564fe6c4b6f79a30fc41fee89b45b.zip | |
* lisp/files.el (find-file): Don't use force-same-window.
* lisp/window.el (switch-to-buffer): Better match Emacs-23 behavior and only
use pop-to-buffer if the selected window can't be used.
(pop-to-buffer-same-window): Use display-buffer--same-window-action.
Fixes: debbugs:10144
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 7dabb7db106..2aded765af5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * files.el (find-file): Don't use force-same-window (bug#10144). | ||
| 4 | * window.el (switch-to-buffer): Better match Emacs-23 behavior and only | ||
| 5 | use pop-to-buffer if the selected window can't be used. | ||
| 6 | (pop-to-buffer-same-window): Use display-buffer--same-window-action. | ||
| 7 | |||
| 1 | 2011-11-28 Eli Zaretskii <eliz@gnu.org> | 8 | 2011-11-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from | 10 | * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from |