diff options
author | Kenichi Handa <handa@m17n.org> | 2008-03-02 08:05:14 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-03-02 08:05:14 +0000 |
commit | 2360f835e6d7a9aec3d46b29cdeb91347cb45ce1 (patch) | |
tree | e2ea54f6f074ad53254a5e363916e43c14373dca | |
parent | f303c7844acdd711c4f4d7ac9220efdf889f4a3a (diff) | |
download | emacs-2360f835e6d7a9aec3d46b29cdeb91347cb45ce1.tar.gz |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a087cbc85e..04eb2201b77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2008-03-02 Kenichi Handa <handa@m17n.org> + + * 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 <jasonr@gnu.org> * w32font.c (w32font_full_name): Report point size for scalable fonts. |