changeset 93015:715070fd019a

Commands that read a buffer name now provide a list of all buffers.
author Juri Linkov <juri@jurta.org>
date Sun, 16 Mar 2008 17:47:34 +0000
parents 85854c112d9a
children 14137c07214f
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Mar 16 17:46:19 2008 +0000
+++ b/etc/NEWS	Sun Mar 16 17:47:34 2008 +0000
@@ -262,6 +262,12 @@
 
 ** Minibuffer changes
 
+*** 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
+in the minibuffer using incremental search commands C-s and C-M-s
+(for instance, `C-x b C-s buf-name RET RET' to select a buffer by name).
+
 *** In C-x d, if you type M-n you get the visited file name of the
 current buffer.