From 554e27417b3e621a40b72cc75f9a3424330bf7e7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 17 Apr 2004 22:02:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d40d50c49b3..ea33adddf40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-04-17 John Wiegley + + * iswitchb.el (iswitchb-max-to-show): Added a new config variable + which limits the number of names shown in the minibuffer. Off by + default. + (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds + up iswitchb for users with a multitude of open buffers by showing + only the first and last N/2 buffers in the completion list (which + is enough to aid C-s/C-r, and to know that more characters are + needed to refine the completion list). + 2004-04-17 Richard M. Stallman * files.el (locate-file-completion): Handle nil in path-and-suffixes. -- 2.39.2