diff options
| author | Chong Yidong | 2011-09-11 14:30:07 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-09-11 14:30:07 -0400 |
| commit | 37ac18a341f604b6ebf27af8effc7ef73e2a28ea (patch) | |
| tree | 2d66b3afb31deff84e67950478a56a81101f59fd /lisp/ChangeLog | |
| parent | d562d7a44cf4abe2ea23ee6fc2982a1e41bc27fb (diff) | |
| download | emacs-37ac18a341f604b6ebf27af8effc7ef73e2a28ea.tar.gz emacs-37ac18a341f604b6ebf27af8effc7ef73e2a28ea.zip | |
Change modes that used same-window-* vars to use switch-to-buffer.
* cmuscheme.el (run-scheme, switch-to-scheme):
* ielm.el (ielm):
* shell.el (shell):
* net/rlogin.el (rlogin):
* net/telnet.el (telnet, rsh):
* progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
* cus-edit.el (customize-group, custom-buffer-create)
(customize-browse, custom-buffer-create-other-window): Use
switch-to-buffer or switch-to-buffer-other-window.
* info.el (info, Info-find-node, Info-revert-find-node, Info-next)
(Info-prev, Info-up, Info-speedbar-goto-node)
(info-display-manual): Use switch-to-buffer.
(Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
* lisp/gnus/message.el (message-pop-to-buffer): Default to switch-to-buffer.
(message-mail-other-window, message-mail-other-frame)
(message-news-other-window, message-news-other-frame): Use
switch-to-buffer-other-frame and switch-to-buffer-other-window instead
of setting buffer display varibles.
* mail/sendmail.el (mail): Use switch-to-buffer.
(mail-recover): Use switch-to-buffer-other-window.
* progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
Use switch-to-buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a493676add..cb6ca9f2c61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2011-09-11 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | Change modes that used same-window-* vars to use switch-to-buffer. | ||
| 4 | |||
| 5 | * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows): | ||
| 6 | Use switch-to-buffer. | ||
| 7 | |||
| 8 | * cus-edit.el (customize-group, custom-buffer-create) | ||
| 9 | (customize-browse, custom-buffer-create-other-window): Use | ||
| 10 | switch-to-buffer or switch-to-buffer-other-window. | ||
| 11 | |||
| 12 | * info.el (info, Info-find-node, Info-revert-find-node, Info-next) | ||
| 13 | (Info-prev, Info-up, Info-speedbar-goto-node) | ||
| 14 | (info-display-manual): Use switch-to-buffer. | ||
| 15 | (Info-speedbar-goto-node): Use switch-to-buffer-other-frame. | ||
| 16 | |||
| 17 | * mail/sendmail.el (mail): Use switch-to-buffer. | ||
| 18 | (mail-recover): Use switch-to-buffer-other-window. | ||
| 19 | |||
| 20 | * cmuscheme.el (run-scheme, switch-to-scheme): | ||
| 21 | * ielm.el (ielm): | ||
| 22 | * shell.el (shell): | ||
| 23 | * net/rlogin.el (rlogin): | ||
| 24 | * net/telnet.el (telnet, rsh): | ||
| 25 | * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer. | ||
| 26 | |||
| 1 | 2011-09-11 Andreas Schwab <schwab@linux-m68k.org> | 27 | 2011-09-11 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 28 | ||
| 3 | * dired.el (dired-sort-toggle-or-edit): Revert last changes. | 29 | * dired.el (dired-sort-toggle-or-edit): Revert last changes. |