summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-09-19 21:44:52 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-09-19 21:44:52 +0000
commitb69e3c18052eb5003b9a4579c809d1b66abdd26b (patch)
tree1e16c8a6240ca61fa4d0d1e820906164559d9cd9 /src/ChangeLog
parentf3209e4331c6190efeb099c6e12beececf20a4c5 (diff)
downloademacs-b69e3c18052eb5003b9a4579c809d1b66abdd26b.tar.gz
* search.c (struct regexp_cache): New entry syntax_table.
(compile_pattern_1): Set it. (syms_of_search): Initialize it. (compile_pattern): Require the syntax_table entry of the cache element to match the current syntax table entry.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6fec97d5a8b..cb2af5c8a3f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-19 Chong Yidong <cyd@stupidchicken.com>
+
+ * search.c (struct regexp_cache): New entry syntax_table.
+ (compile_pattern_1): Set it.
+ (syms_of_search): Initialize it.
+ (compile_pattern): Require the syntax_table entry of the cache
+ element to match the current syntax table entry.
+
2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
* window.c (Fwindow_end): Fix recent change.