aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2008-10-22 05:41:00 +0000
committerKenichi Handa2008-10-22 05:41:00 +0000
commite36819522379fd482e1a0aaf7077988cbc999fec (patch)
treeb3202ac4fa31dbad872e2b41cb2c808dae583e6f /src
parent2b70a11c5564c26a0f22f716f40a67e621170665 (diff)
downloademacs-e36819522379fd482e1a0aaf7077988cbc999fec.tar.gz
emacs-e36819522379fd482e1a0aaf7077988cbc999fec.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25064915f1f..ad47d331663 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12008-10-22 Kenichi Handa <handa@m17n.org> 12008-10-22 Kenichi Handa <handa@m17n.org>
2 2
3 * syntax.c (scan_words): Call word_boundary_p instead of comparing
4 scripts.
5
3 * category.c (word_boundary_p): Check scripts instead of charset. 6 * category.c (word_boundary_p): Check scripts instead of charset.
4 Handle nil value in word-separating-categories and 7 Handle nil value in word-separating-categories and
5 word-combining-categories. 8 word-combining-categories.