comparison src/ChangeLog @ 88474:fcc1029dcac2

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 09 May 2002 18:00:40 +0000
parents 2885ae07eac4
children 91af7e96e66f
comparison
equal deleted inserted replaced
88473:b47ee8b1ce03 88474:fcc1029dcac2
1 2002-05-09 Dave Love <fx@gnu.org>
2
3 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
4
5 * dispextern.h (generate_ascii_font): Fix return type.
6
7 * xfaces.c (generate_ascii_font): Fix arg declaration.
8
9 * coding.c (coding_inherit_eol_type)
10 (Fset_terminal_coding_system_internal)
11 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
12
1 2002-05-08 Kenichi Handa <handa@etl.go.jp> 13 2002-05-08 Kenichi Handa <handa@etl.go.jp>
2 14
3 * coding.c (decode_coding_charset, encode_coding_charset): Handle 15 * coding.c (decode_coding_charset, encode_coding_charset): Handle
4 multiple charsets correctly. 16 multiple charsets correctly.
5 17
66 2002-03-11 Kenichi Handa <handa@etl.go.jp> 78 2002-03-11 Kenichi Handa <handa@etl.go.jp>
67 79
68 * coding.c (produce_chars): Set the variable `multibytep' correctly. 80 * coding.c (produce_chars): Set the variable `multibytep' correctly.
69 (decode_coding_gap): Set coding->dst_multibyte correctly. 81 (decode_coding_gap): Set coding->dst_multibyte correctly.
70 82
71 >>>>>>> 1.2479.2.9
72 2002-03-07 Kenichi Handa <handa@etl.go.jp> 83 2002-03-07 Kenichi Handa <handa@etl.go.jp>
73 84
74 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. 85 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
75 (decode_coding_utf_16): Fix converting high and low bytes to 86 (decode_coding_utf_16): Fix converting high and low bytes to
76 code-point. 87 code-point.