Mercurial > emacs
comparison lisp/ChangeLog @ 63017:1ed6054e7e74
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Jun 2005 20:09:13 +0000 |
parents | 394faa8cffb8 |
children | b5c7398b1750 |
comparison
equal
deleted
inserted
replaced
63016:3d0a19c72e8d | 63017:1ed6054e7e74 |
---|---|
1 2005-06-04 Matt Hodges <MPHodges@member.fsf.org> | 1 2005-06-04 Matt Hodges <MPHodges@member.fsf.org> |
2 | 2 |
3 * iswitchb.el (iswitchb-get-matched-buffers): Handle | 3 * iswitchb.el (iswitchb-single-match-face) |
4 invalid-regexp errors in post-command-hook. | 4 (iswitchb-current-match-face, iswitchb-virtual-matches-face) |
5 (iswitchb-invalid-regexp-face): New faces. | |
6 (iswitchb-completions): Use them. | |
7 (iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is | |
8 now marked as an obsolete alias. | |
9 (iswitchb-read-buffer): Remove check for bound font variables. | |
10 (iswitchb-invalid-regexp): New free variable. | |
11 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and | |
12 set iswitchb-invalid-regexp. | |
13 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with | |
14 invalid regexps. | |
15 (iswitchb-completions): Add check for complete match when entering | |
16 a regexp. | |
17 (iswitchb-completions): Remove require-match argument. | |
18 (iswitchb-exhibit): Fix caller. | |
19 (iswitchb-common-match-inserted): New variable. | |
20 (iswitchb-complete, iswitchb-completion-help): Use it. | |
5 | 21 |
6 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change) | 22 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change) |
7 | 23 |
8 * url-http.el (url-http-chunked-encoding-after-change-function): | 24 * url-http.el (url-http-chunked-encoding-after-change-function): |
9 Use `url-http-debug' instead of `message'. | 25 Use `url-http-debug' instead of `message'. |