# HG changeset patch # User Dave Love # Date 1020967240 0 # Node ID fcc1029dcac2fed8f11d47d835d2fcb690177e85 # Parent b47ee8b1ce03a5a2fcd352047874cb4616a6f02e *** empty log message *** diff -r b47ee8b1ce03 -r fcc1029dcac2 src/ChangeLog --- a/src/ChangeLog Thu May 09 17:59:31 2002 +0000 +++ b/src/ChangeLog Thu May 09 18:00:40 2002 +0000 @@ -1,3 +1,15 @@ +2002-05-09 Dave Love + + * syntax.h (syntax_temp) [!__GNUC__]: Declare. + + * dispextern.h (generate_ascii_font): Fix return type. + + * xfaces.c (generate_ascii_font): Fix arg declaration. + + * coding.c (coding_inherit_eol_type) + (Fset_terminal_coding_system_internal) + (Fset_safe_terminal_coding_system_internal): Fix arg declarations. + 2002-05-08 Kenichi Handa * coding.c (decode_coding_charset, encode_coding_charset): Handle @@ -68,7 +80,6 @@ * coding.c (produce_chars): Set the variable `multibytep' correctly. (decode_coding_gap): Set coding->dst_multibyte correctly. ->>>>>>> 1.2479.2.9 2002-03-07 Kenichi Handa * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.