Mercurial > emacs
comparison src/ChangeLog @ 88676:c2cfbd45c02f
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 May 2002 00:25:31 +0000 |
parents | fe60bd5a2f9a |
children | ef0a5262fd5e |
comparison
equal
deleted
inserted
replaced
88675:20cca396a8ee | 88676:c2cfbd45c02f |
---|---|
1 2002-05-29 Kenichi Handa <handa@etl.go.jp> | |
2 | |
3 * charset.h: New enums charset_arg_min_code and | |
4 charset_arg_max_code. | |
5 (struct charset): New member char_index_offset. | |
6 | |
7 * charset.c (CODE_POINT_TO_INDEX): Take charset->char_index_offset | |
8 into account. | |
9 (INDEX_TO_CODE_POINT): Likewise. | |
10 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and | |
11 args[charset_arg_max_code]. Setup charset.char_index_offset. | |
12 (syms_of_charset): Fix args to Fdefine_charset_internal. | |
13 | |
1 2002-05-27 Dave Love <fx@gnu.org> | 14 2002-05-27 Dave Love <fx@gnu.org> |
2 | 15 |
3 * coding.c (decode_coding_utf_8): Reject overlong sequences. | 16 * coding.c (decode_coding_utf_8): Reject overlong sequences. |
4 | 17 |
5 2002-05-26 Dave Love <fx@gnu.org> | 18 2002-05-26 Dave Love <fx@gnu.org> |