# HG changeset patch # User Kenichi Handa # Date 1204445114 0 # Node ID 4ab660fd765e56aa975d3ac936835b4516183fd5 # Parent fbc07b3a6baf6ffea99383d4664be8da02322d30 *** empty log message *** diff -r fbc07b3a6baf -r 4ab660fd765e src/ChangeLog --- a/src/ChangeLog Sun Mar 02 08:03:42 2008 +0000 +++ b/src/ChangeLog Sun Mar 02 08:05:14 2008 +0000 @@ -1,3 +1,12 @@ +2008-03-02 Kenichi Handa + + * coding.c (decode_coding_utf_8): When eol-type of CODING is + `dos', don't decode '\r' if that is the last in the source. + (decode_coding_utf_16, decode_coding_emacs_mule) + (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) + (decode_coding_raw_text, decode_coding_charset): Likewise. + (produce_chars): Don't decode EOL here. Use EMACS_INT. + 2008-03-01 Jason Rumney * w32font.c (w32font_full_name): Report point size for scalable fonts.