# HG changeset patch # User Juri Linkov # Date 1206831605 0 # Node ID ea007865fdeca2d97221a7bdee9d6b1950e53898 # Parent ad1e7f0ecff8a6a617b00036b3b007a53bc122c1 Move minibuffer changes to the section "Minibuffer changes". diff -r ad1e7f0ecff8 -r ea007865fdec etc/NEWS --- a/etc/NEWS Sat Mar 29 22:58:43 2008 +0000 +++ b/etc/NEWS Sat Mar 29 23:00:05 2008 +0000 @@ -65,12 +65,6 @@ * 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 @@ ** 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