comparison src/ChangeLog @ 100938:329821ac2e21

Add bug reference.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Jan 2009 09:34:18 +0000
parents 85686225ed37
children 56987b20f4bc
comparison
equal deleted inserted replaced
100937:85686225ed37 100938:329821ac2e21
1 2009-01-07 Kenichi Handa <handa@m17n.org> 1 2009-01-07 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.c (decode_coding_utf_8): Check byte_after_cr before 3 * coding.c (decode_coding_utf_8): Check byte_after_cr before
4 breaking the loop. 4 breaking the loop. (Bug#870)
5 (decode_coding_utf_16, decode_coding_emacs_mule) 5 (decode_coding_utf_16, decode_coding_emacs_mule)
6 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) 6 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7 (decode_coding_charset): Likewise. 7 (decode_coding_charset): Likewise.
8 8
9 2009-01-05 Martin Rudalics <rudalics@gmx.at> 9 2009-01-05 Martin Rudalics <rudalics@gmx.at>