Mercurial > emacs
changeset 88972:4d8f5b430f70
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 01 Aug 2002 12:36:32 +0000 |
parents | 651b64e6dce3 |
children | 6161711538fa |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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,