Mercurial > emacs
comparison etc/NEWS @ 93402:ea007865fdec
Move minibuffer changes to the section "Minibuffer changes".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 29 Mar 2008 23:00:05 +0000 |
parents | 0dca8f796277 |
children | ca4f82c2e75c |
comparison
equal
deleted
inserted
replaced
93401:ad1e7f0ecff8 | 93402:ea007865fdec |
---|---|
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 | 67 |
68 ** Minibuffer input of shell commands now comes with completion. | |
69 | |
70 ** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail | |
71 any more when used in a minibuffer or a dedicated window. Instead, they | |
72 fallback on using pop-to-buffer which will use some other window. | |
73 | |
74 ** Emacs now supports using both X displays and ttys in one session. | 68 ** Emacs now supports using both X displays and ttys in one session. |
75 Start the server (M-x server-start). Then `emacsclient -t' creates a | 69 Start the server (M-x server-start). Then `emacsclient -t' creates a |
76 tty frame connected to the running emacs server. You can also use any | 70 tty frame connected to the running emacs server. You can also use any |
77 number of different ttys. `emacsclient -c' creates a new X11 frame on | 71 number of different ttys. `emacsclient -c' creates a new X11 frame on |
78 the current $DISPLAY or a tty frame if $DISPLAY is not set. | 72 the current $DISPLAY or a tty frame if $DISPLAY is not set. |
271 ** If `yank-pop-change-selection' is t, rotating the kill ring | 265 ** If `yank-pop-change-selection' is t, rotating the kill ring |
272 also updates the selection or clipboard to the current yank, | 266 also updates the selection or clipboard to the current yank, |
273 just as M-w would do so with the text it copies to the kill ring. | 267 just as M-w would do so with the text it copies to the kill ring. |
274 | 268 |
275 ** Minibuffer changes | 269 ** Minibuffer changes |
270 | |
271 *** Minibuffer input of shell commands now comes with completion. | |
272 | |
273 *** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail | |
274 any more when used in a minibuffer or a dedicated window. Instead, they | |
275 fallback on using pop-to-buffer which will use some other window. | |
276 | 276 |
277 *** Many commands that read a buffer name now provide a list of all buffers | 277 *** Many commands that read a buffer name now provide a list of all buffers |
278 sorted by recency in the list of minibuffer default values available | 278 sorted by recency in the list of minibuffer default values available |
279 via M-n or down-arrow. It is also possible to search this buffer list | 279 via M-n or down-arrow. It is also possible to search this buffer list |
280 in the minibuffer using incremental search commands C-s and C-M-s | 280 in the minibuffer using incremental search commands C-s and C-M-s |