diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2008-10-22 Kenichi Handa <handa@m17n.org> | 1 | 2008-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. |