comparison lisp/ChangeLog @ 55435:67d5cadcfc5f

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Sat, 08 May 2004 13:02:42 +0000
parents 66203a2ba44a
children 6975f4bea73e
comparison
equal deleted inserted replaced
55434:f88632e54afb 55435:67d5cadcfc5f
1 2004-05-08 John Wiegley <johnw@newartisans.com>
2
3 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
4 "virtual buffers" (off by default), which makes it possible to
5 switch to the buffers of recently files. When a buffer name
6 search fails, and this option is on, iswitchb will look at the
7 list of recently visited files, and permit matching against those
8 names. When the user hits RET on a match, it will revisit that
9 file.
10 (iswitchb-read-buffer): Added two optional arguments, which makes
11 isearchb.el possible.
12 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
13 iswitchb-next-match): Added support for virtual buffers.
14
15 * isearchb.el: This module extends iswitchb to provide "as you
16 type" buffer selection.
17
18 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
19 Ignore the read-only property when flyspell highlighting is on.
20 Not ignoring it leads to a series of confusing errors.
21 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
22 but also make sure to call flyspell-incorrect-hook.
23 (flyspell-maybe-correct-transposition): Perform transposition test
24 by bit twiddling a string, rather than using a temp buffer.
25 (flyspell-maybe-correct-doubling): Use a string rather than a temp
26 buffer. This is also the original version of the code, which
27 could not be checked in before due to a previous lack of
28 assignment papers. This version has seen heavy usage on my system
29 for several years now.
30
31 * calendar/cal-bahai.el: New file, which adds support for the
32 Baha'i calendar to Emacs. This calendar is based on a solar year
33 of 19 months of 19 days, with 4 intercalary days. Each year
34 begins on March 21, with the calendar starting in 1844.
35
36 * calendar/cal-menu.el, calendar/calendar.el,
37 calendar/diary-lib.el, calendar/holidays.el: Added support for
38 using cal-bahai.el.
39
40 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
41 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
42 function can be used outside of eshell buffers.
43 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
44
1 2004-05-08 Juanma Barranquero <lektu@terra.es> 45 2004-05-08 Juanma Barranquero <lektu@terra.es>
2 46
3 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a 47 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4 word constituent so FOO-ARG is not recognized as an arg. 48 word constituent so FOO-ARG is not recognized as an arg.
5 (help-highlight-arguments): Don't skip lists in mandatory 49 (help-highlight-arguments): Don't skip lists in mandatory