aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2007-02-16 06:37:36 +0000
committerKenichi Handa2007-02-16 06:37:36 +0000
commitad6db5a33ce4ac8db47ca0ffe622f5a3d8a350b1 (patch)
treeaeed2106a3a76d6246220e310a95c17298454c7e /src
parent02cb78b58f9a5c771b3d4ef206bca135cc388931 (diff)
downloademacs-ad6db5a33ce4ac8db47ca0ffe622f5a3d8a350b1.tar.gz
emacs-ad6db5a33ce4ac8db47ca0ffe622f5a3d8a350b1.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode8
1 files changed, 8 insertions, 0 deletions
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 @@
12007-02-16 Kenichi Handa <handa@m17n.org>
2
3 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
4 target_multibyte instead of multibyte.
5 (re_match_2_internal): Call bcmp_translate with target_multibyte.
6 (bcmp_translate): Change the argument name from multibyte to
7 target_multibyte.
8
12007-02-15 Kenichi Handa <handa@m17n.org> 92007-02-15 Kenichi Handa <handa@m17n.org>
2 10
3 These changes are to compile a regexp into a pattern that can be 11 These changes are to compile a regexp into a pattern that can be