Mercurial > emacs
comparison lisp/ChangeLog @ 101162:64a6da0f9aa2
* minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
MESSAGEs with internal square brackets (i.e., " this [test] message").
Use `string-match-p'.
(completion--make-envvar-table, completion--file-name-table)
(completion-pcm--string->pattern, completion-pcm--all-completions)
(completion-pcm--filename-try-filter): Use `string-match-p'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 14 Jan 2009 02:29:52 +0000 |
parents | 886c8ef66ffc |
children | bd632099967a |
comparison
equal
deleted
inserted
replaced
101161:886c8ef66ffc | 101162:64a6da0f9aa2 |
---|---|
1 2009-01-14 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude | |
4 MESSAGEs with internal square brackets (i.e., " this [test] message"). | |
5 Use `string-match-p'. | |
6 (completion--make-envvar-table, completion--file-name-table) | |
7 (completion-pcm--string->pattern, completion-pcm--all-completions) | |
8 (completion-pcm--filename-try-filter): Use `string-match-p'. | |
9 | |
1 2009-01-14 Juri Linkov <juri@jurta.org> | 10 2009-01-14 Juri Linkov <juri@jurta.org> |
2 | 11 |
3 * progmodes/bug-reference.el (bug-reference-fontify): Check for | 12 * progmodes/bug-reference.el (bug-reference-fontify): Check for |
4 non-nil `bug-reference-url-format' before putting an overlay | 13 non-nil `bug-reference-url-format' before putting an overlay |
5 property `bug-reference-url'. | 14 property `bug-reference-url'. |
14 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is | 23 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is |
15 loaded. | 24 loaded. |
16 | 25 |
17 2009-01-13 Jason Rumney <jasonr@gnu.org> | 26 2009-01-13 Jason Rumney <jasonr@gnu.org> |
18 | 27 |
19 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884) | 28 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884) |
20 | 29 |
21 2009-01-12 Juanma Barranquero <lekktu@gmail.com> | 30 2009-01-12 Juanma Barranquero <lekktu@gmail.com> |
22 | 31 |
23 * subr.el (play-sound): Doc fix. (Bug#250) | 32 * subr.el (play-sound): Doc fix. (Bug#250) |
24 (shell-quote-argument, field-at-pos): Fix typos in docstrings. | 33 (shell-quote-argument, field-at-pos): Fix typos in docstrings. |