From: tomo Date: Sun, 20 Jun 1999 14:28:59 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-16-tomo-4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fr21-2-16-tomo-4;p=chise%2Fxemacs-chise.git update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ad7200..c8735b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +1999-06-20 MORIOKA Tomohiko + + * mule/mule-category.el (word-combining-categories): Set up new + variable. + (word-separating-categories): Likewise. + 1999-06-04 MORIOKA Tomohiko * files.el (insert-file-contents-literally): Treat file as binary; diff --git a/src/ChangeLog b/src/ChangeLog index aa03c8e..310f0b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +1999-06-20 MORIOKA Tomohiko + + * syntax.c (word_constituent_p): Deleted. + (scan_words): Use `WORD_BOUNDARY_P'. + + * chartab.c (Vword_combining_categories): New variable. + (Vword_separating_categories): Likewise. + (CATEGORYP): New macro. + (CATEGORY_SET): Likewise. + (CATEGORY_MEMBER): Likewise. + (word_boundary_p): New function. + (complex_vars_of_chartab): Set up new variable + `word-combining-categories' and `word-separating-categories'. + 1999-06-16 Norbert Koch * redisplay-msw.c: Run 'ccl_driver' with 'CCL_MODE_ENCODING' as in