diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 14 00:39:15 2009 +0000
+++ b/lisp/ChangeLog	Wed Jan 14 02:29:52 2009 +0000
@@ -1,3 +1,12 @@
+2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+	* 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'.
+
 2009-01-14  Juri Linkov  <juri@jurta.org>
 
 	* progmodes/bug-reference.el (bug-reference-fontify): Check for
@@ -16,7 +25,7 @@
 
 2009-01-13  Jason Rumney  <jasonr@gnu.org>
 
-	* faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
+	* faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
 
 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>