From 54b70fe38669a44428d241a17a0dfb70f5465e51 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 1 Aug 2002 12:36:32 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 ++++++++ src/ChangeLog | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b18d8d62cc9..38f7b2617cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index dff9ee1b951..33fc4acb642 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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, -- 2.39.5