aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2004-04-17 22:02:45 +0000
committerJohn Wiegley2004-04-17 22:02:45 +0000
commit554e27417b3e621a40b72cc75f9a3424330bf7e7 (patch)
tree1fddbe306ce24df36ff386c67f3aa6f5830a8755
parent1ee652eb8e28d37a17f9e4740f85b45d64e345e2 (diff)
downloademacs-554e27417b3e621a40b72cc75f9a3424330bf7e7.tar.gz
emacs-554e27417b3e621a40b72cc75f9a3424330bf7e7.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d40d50c49b3..ea33adddf40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12004-04-17 John Wiegley <johnw@newartisans.com>
2
3 * iswitchb.el (iswitchb-max-to-show): Added a new config variable
4 which limits the number of names shown in the minibuffer. Off by
5 default.
6 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7 up iswitchb for users with a multitude of open buffers by showing
8 only the first and last N/2 buffers in the completion list (which
9 is enough to aid C-s/C-r, and to know that more characters are
10 needed to refine the completion list).
11
12004-04-17 Richard M. Stallman <rms@gnu.org> 122004-04-17 Richard M. Stallman <rms@gnu.org>
2 13
3 * files.el (locate-file-completion): Handle nil in path-and-suffixes. 14 * files.el (locate-file-completion): Handle nil in path-and-suffixes.