aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-09-22 17:30:13 +0000
committerStefan Monnier2006-09-22 17:30:13 +0000
commit4560a582d623dbf040f4176bdebb8107c12c2bb8 (patch)
tree4e9eed296a37bf4d9f85a6a8c96dddd3ff9469ed /src/ChangeLog
parent3ffcda547185fe2950f0ffe108604a1a13dd7b8b (diff)
downloademacs-4560a582d623dbf040f4176bdebb8107c12c2bb8.tar.gz
emacs-4560a582d623dbf040f4176bdebb8107c12c2bb8.zip
(analyse_first): For eight-bit-control chars, mark both the
char's value and its leading byte in the fastmap. (re_search_2): When fast-scanning without translation, be careful to check that we only match the leading byte of a multibyte char.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12006-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
12006-09-22 Kenichi Handa <handa@m17n.org> 122006-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
2722006-08-27 Martin Rudalics <rudalics@gmx.at> 2832006-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.