comparison src/ChangeLog @ 92400:4ab660fd765e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sun, 02 Mar 2008 08:05:14 +0000
parents 0038cf6ddf6a
children 3a6a51125fe1
comparison
equal deleted inserted replaced
92399:fbc07b3a6baf 92400:4ab660fd765e
1 2008-03-02 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_utf_8): When eol-type of CODING is
4 `dos', don't decode '\r' if that is the last in the source.
5 (decode_coding_utf_16, decode_coding_emacs_mule)
6 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7 (decode_coding_raw_text, decode_coding_charset): Likewise.
8 (produce_chars): Don't decode EOL here. Use EMACS_INT.
9
1 2008-03-01 Jason Rumney <jasonr@gnu.org> 10 2008-03-01 Jason Rumney <jasonr@gnu.org>
2 11
3 * w32font.c (w32font_full_name): Report point size for scalable fonts. 12 * w32font.c (w32font_full_name): Report point size for scalable fonts.
4 13
5 2008-03-01 Kim F. Storm <storm@cua.dk> 14 2008-03-01 Kim F. Storm <storm@cua.dk>