comparison etc/NEWS @ 92767:b0c32527b009

(Fswitch_to_buffer): Fall back on pop-to-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Mar 2008 18:13:23 +0000
parents 4a9e25ce20b0
children 70290cfccdc1
comparison
equal deleted inserted replaced
92766:27d52df27cca 92767:b0c32527b009
62 62
63 ** The configure option `--with-gtk' has been removed. Gtk is now the 63 ** The configure option `--with-gtk' has been removed. Gtk is now the
64 default toolkit, but you can use --with-x-toolkit=gtk if necessary. 64 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
68 ** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail
69 any more when used in a minibuffer or a dedicated window. Instead, they
70 fallback on using pop-to-buffer which will use some other window.
67 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.
69 Start the server (M-x server-start). Then `emacsclient -t' creates a 73 Start the server (M-x server-start). Then `emacsclient -t' creates a
70 tty frame connected to the running emacs server. You can also use any 74 tty frame connected to the running emacs server. You can also use any
71 number of different ttys. `emacsclient -c' creates a new X11 frame on 75 number of different ttys. `emacsclient -c' creates a new X11 frame on