# HG changeset patch # User Kenichi Handa # Date 1028205392 0 # Node ID 4d8f5b430f70e8a7e5daf924c375ebc1c8debcb8 # Parent 651b64e6dce30f4c669c4262dffbc4bfd64b2e4a *** empty log message *** diff -r 651b64e6dce3 -r 4d8f5b430f70 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 01 12:36:17 2002 +0000 +++ b/lisp/ChangeLog Thu Aug 01 12:36:32 2002 +0000 @@ -1,3 +1,11 @@ +2002-08-01 Kenichi Handa + + * international/characters.el: Call map-charset-chars on big5 + (not chinese-big5-1/2) to set categories `c', `C', and `|'. + (next-word-boundary-han): New function. Register it in + next-word-boundary-function-table. + (next-word-boundary-kana): Likewise. + 2002-07-31 Kenichi Handa * arc-mode.el (archive-file-name-coding-system): New variable. diff -r 651b64e6dce3 -r 4d8f5b430f70 src/ChangeLog --- a/src/ChangeLog Thu Aug 01 12:36:17 2002 +0000 +++ b/src/ChangeLog Thu Aug 01 12:36:32 2002 +0000 @@ -1,5 +1,10 @@ 2002-08-01 Kenichi Handa + * syntax.c (Vnext_word_boundary_function_table): New variable. + (syms_of_syntax): Declare it as a Lisp variable. + (scan_words): Call functions in Vnext_word_boundary_function_table + if any. + * xterm.c (x_load_font): Initialize fontp->fontset to -1. * fontset.c (fs_load_font): If fontp->charset is not negative,