From 051e1d7dbfab461c7824744bdb93b5236683236a Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 20 Jun 1999 14:28:59 +0000 Subject: [PATCH] update. --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 14 ++++++++++++++ 2 files changed, 20 insertions(+) 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 -- 1.7.10.4