comparison src/ChangeLog @ 88684:b76f581439b0

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 30 May 2002 11:04:58 +0000
parents ef0a5262fd5e
children d429f57602b9
comparison
equal deleted inserted replaced
88683:39ba56532289 88684:b76f581439b0
1 2002-05-30 Kenichi Handa <handa@etl.go.jp>
2
3 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978,
4 charset_jisx0208): New variables.
5 (Fdefine_charset_internal): Setup them if appropriate.
6 (init_charset_once): Initialize them to -1.
7
8 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978,
9 charset_jisx0208): Extern them.
10
11 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
12 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
13 (CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed.
14 (setup_iso_safe_charsets): Fix arguemtns to Fassq.
15 (DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN
16 and CODING_ISO_FLAG_USE_OLDJIS.
17 (ENCODE_ISO_CHARACTER_DIMENSION1): Likewise.
18 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
19 (encode_coding_iso_2022): Change the 1st arg to
20 ENCODE_ISO_CHARACTER to a variable.
21
1 2002-05-29 Kenichi Handa <handa@etl.go.jp> 22 2002-05-29 Kenichi Handa <handa@etl.go.jp>
2 23
3 * charset.h (enum define_charset_arg_index): New enums 24 * charset.h (enum define_charset_arg_index): New enums
4 charset_arg_min_code and charset_arg_max_code. 25 charset_arg_min_code and charset_arg_max_code.
5 (struct charset): New member char_index_offset. 26 (struct charset): New member char_index_offset.