From: Kenichi Handa Date: Fri, 16 Feb 2007 06:37:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad6db5a33ce4ac8db47ca0ffe622f5a3d8a350b1;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 4bbaca01eda..bd4e24938bd 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,3 +1,11 @@ +2007-02-16 Kenichi Handa + + * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable + target_multibyte instead of multibyte. + (re_match_2_internal): Call bcmp_translate with target_multibyte. + (bcmp_translate): Change the argument name from multibyte to + target_multibyte. + 2007-02-15 Kenichi Handa These changes are to compile a regexp into a pattern that can be