From: Juri Linkov Date: Sat, 29 Mar 2008 23:00:05 +0000 (+0000) Subject: Move minibuffer changes to the section "Minibuffer changes". X-Git-Tag: emacs-pretest-23.0.90~6783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23d2b2159aa4c780c105110ab3df17213160574d;p=emacs.git Move minibuffer changes to the section "Minibuffer changes". --- diff --git a/etc/NEWS b/etc/NEWS index dff4b8010e1..387e2c4a175 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -65,12 +65,6 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. * Changes in Emacs 23.1 -** Minibuffer input of shell commands now comes with completion. - -** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail -any more when used in a minibuffer or a dedicated window. Instead, they -fallback on using pop-to-buffer which will use some other window. - ** Emacs now supports using both X displays and ttys in one session. Start the server (M-x server-start). Then `emacsclient -t' creates a tty frame connected to the running emacs server. You can also use any @@ -274,6 +268,12 @@ just as M-w would do so with the text it copies to the kill ring. ** Minibuffer changes +*** Minibuffer input of shell commands now comes with completion. + +*** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail +any more when used in a minibuffer or a dedicated window. Instead, they +fallback on using pop-to-buffer which will use some other window. + *** Many commands that read a buffer name now provide a list of all buffers sorted by recency in the list of minibuffer default values available via M-n or down-arrow. It is also possible to search this buffer list