comparison lisp/ChangeLog @ 55436:6975f4bea73e

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Sat, 08 May 2004 13:04:29 +0000
parents 67d5cadcfc5f
children 6e677a935fe9
comparison
equal deleted inserted replaced
55435:67d5cadcfc5f 55436:6975f4bea73e
1 2004-05-08 John Wiegley <johnw@newartisans.com> 1 2004-05-08 John Wiegley <johnw@newartisans.com>
2 2
3 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for 3 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
4 "virtual buffers" (off by default), which makes it possible to 4 "virtual buffers" (off by default), which makes it possible to
5 switch to the buffers of recently files. When a buffer name 5 switch to the "virtual" buffers of recently visited files. When a
6 search fails, and this option is on, iswitchb will look at the 6 buffer name search fails, and this option is on, iswitchb will
7 list of recently visited files, and permit matching against those 7 look at the list of recently visited files, and permit matching
8 names. When the user hits RET on a match, it will revisit that 8 against those names. When the user hits RET on a match, it will
9 file. 9 revisit that file.
10 (iswitchb-read-buffer): Added two optional arguments, which makes 10 (iswitchb-read-buffer): Added two optional arguments, which makes
11 isearchb.el possible. 11 isearchb.el possible.
12 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match, 12 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
13 iswitchb-next-match): Added support for virtual buffers. 13 iswitchb-next-match): Added support for virtual buffers.
14 14