# HG changeset patch # User John Wiegley # Date 1084021469 0 # Node ID 6975f4bea73e6c8db157bd3a32998ef72d2ce2e5 # Parent 67d5cadcfc5f7f5e29af66b45a8b5a4929da06ab *** empty log message *** diff -r 67d5cadcfc5f -r 6975f4bea73e lisp/ChangeLog --- a/lisp/ChangeLog Sat May 08 13:02:42 2004 +0000 +++ b/lisp/ChangeLog Sat May 08 13:04:29 2004 +0000 @@ -2,11 +2,11 @@ * iswitchb.el (iswitchb-use-virtual-buffers): Added support for "virtual buffers" (off by default), which makes it possible to - switch to the buffers of recently files. When a buffer name - search fails, and this option is on, iswitchb will look at the - list of recently visited files, and permit matching against those - names. When the user hits RET on a match, it will revisit that - file. + switch to the "virtual" buffers of recently visited files. When a + buffer name search fails, and this option is on, iswitchb will + look at the list of recently visited files, and permit matching + against those names. When the user hits RET on a match, it will + revisit that file. (iswitchb-read-buffer): Added two optional arguments, which makes isearchb.el possible. (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,