diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b4ddda11f88..cec46b21557 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * regex.c (analyse_first): For eight-bit-control chars, mark both the | ||
| 4 | char's value and its leading byte in the fastmap. | ||
| 5 | (re_search_2): When fast-scanning without translation, be careful to | ||
| 6 | check that we only match the leading byte of a multibyte char. | ||
| 7 | |||
| 8 | * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's | ||
| 9 | byte sequence. | ||
| 10 | (AT_CHAR_BOUNDARY): New macro. | ||
| 11 | |||
| 1 | 2006-09-22 Kenichi Handa <handa@m17n.org> | 12 | 2006-09-22 Kenichi Handa <handa@m17n.org> |
| 2 | 13 | ||
| 3 | * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table | 14 | * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table |
| @@ -271,7 +282,7 @@ | |||
| 271 | 282 | ||
| 272 | 2006-08-27 Martin Rudalics <rudalics@gmx.at> | 283 | 2006-08-27 Martin Rudalics <rudalics@gmx.at> |
| 273 | 284 | ||
| 274 | * xdisp.c (mouse_autoselect_window): Removed. | 285 | * xdisp.c (mouse_autoselect_window): Remove. |
| 275 | (Vmouse_autoselect_window): New variable. DEFVAR_LISP it. | 286 | (Vmouse_autoselect_window): New variable. DEFVAR_LISP it. |
| 276 | 287 | ||
| 277 | * dispextern.h (mouse_autoselect_window): Remove extern. | 288 | * dispextern.h (mouse_autoselect_window): Remove extern. |