]> git.eshelyaron.com Git - emacs.git/commit
2004-05-08 John Wiegley <johnw@newartisans.com>
authorJohn Wiegley <johnw@newartisans.com>
Sat, 8 May 2004 13:04:29 +0000 (13:04 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 8 May 2004 13:04:29 +0000 (13:04 +0000)
commitc4ae2d518c6d39f48a5b8dd15cd49498b55872a5
tree0397bc61758bf31570c6d91ba6730ee88d8a511b
parent5d28fa0170785ecac4c2def426de4354b98869a1
2004-05-08  John Wiegley  <johnw@newartisans.com>

* 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.
(iswitchb-read-buffer): Added two optional arguments, which makes
isearchb.el possible.
(iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
iswitchb-next-match): Added support for virtual buffers.
lisp/ChangeLog
lisp/iswitchb.el