aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-03-12 18:13:23 +0000
committerStefan Monnier2008-03-12 18:13:23 +0000
commit1c55ebd109fad7b6e3f9c61b6c666fd4fa6e381a (patch)
tree8877c7f97ac6b40ddcb23441d99a96b39822a8a5 /etc
parent6f87952b193a8aac42b20854eb783675796c9189 (diff)
downloademacs-1c55ebd109fad7b6e3f9c61b6c666fd4fa6e381a.tar.gz
emacs-1c55ebd109fad7b6e3f9c61b6c666fd4fa6e381a.zip
(Fswitch_to_buffer): Fall back on pop-to-buffer.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82256087915..c96a8ad3686 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,10 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary.
65 65
66* Changes in Emacs 23.1 66* Changes in Emacs 23.1
67 67
68** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail
69any more when used in a minibuffer or a dedicated window. Instead, they
70fallback on using pop-to-buffer which will use some other window.
71
68** Emacs now supports using both X displays and ttys in one session. 72** Emacs now supports using both X displays and ttys in one session.
69Start the server (M-x server-start). Then `emacsclient -t' creates a 73Start the server (M-x server-start). Then `emacsclient -t' creates a
70tty frame connected to the running emacs server. You can also use any 74tty frame connected to the running emacs server. You can also use any