diff options
| author | Chong Yidong | 2006-09-19 21:44:52 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-19 21:44:52 +0000 |
| commit | b69e3c18052eb5003b9a4579c809d1b66abdd26b (patch) | |
| tree | 1e16c8a6240ca61fa4d0d1e820906164559d9cd9 /src/ChangeLog | |
| parent | f3209e4331c6190efeb099c6e12beececf20a4c5 (diff) | |
| download | emacs-b69e3c18052eb5003b9a4579c809d1b66abdd26b.tar.gz emacs-b69e3c18052eb5003b9a4579c809d1b66abdd26b.zip | |
* 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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2006-09-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * search.c (struct regexp_cache): New entry syntax_table. | ||
| 4 | (compile_pattern_1): Set it. | ||
| 5 | (syms_of_search): Initialize it. | ||
| 6 | (compile_pattern): Require the syntax_table entry of the cache | ||
| 7 | element to match the current syntax table entry. | ||
| 8 | |||
| 1 | 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * window.c (Fwindow_end): Fix recent change. | 11 | * window.c (Fwindow_end): Fix recent change. |