]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 1 Aug 2002 12:36:32 +0000 (12:36 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 1 Aug 2002 12:36:32 +0000 (12:36 +0000)
lisp/ChangeLog
src/ChangeLog

index b18d8d62cc9009bd3d70ce85b6634c4ccb456fe1..38f7b2617cf1008e0f207db05dc5ab598378af9c 100644 (file)
@@ -1,3 +1,11 @@
+2002-08-01  Kenichi Handa  <handa@etl.go.jp>
+
+       * 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  <handa@etl.go.jp>
 
        * arc-mode.el (archive-file-name-coding-system): New variable.
index dff9ee1b9519e8b3f055538f419341916b0ef4bd..33fc4acb642fe4020125453ae2bc514a71b1d92d 100644 (file)
@@ -1,5 +1,10 @@
 2002-08-01  Kenichi Handa  <handa@etl.go.jp>
 
+       * 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,