comparison src/ChangeLog @ 107321:9b814b3ee348

Fix bug in decoding emacs-mule encoding. coding.c (decode_coding_emacs_mule): Fixup pointers to buffer text that could be relocated inside the call to emacs_mule_char. (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR. (CODING_DECODE_CHAR): Add a comment describing its purpose.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 02 Mar 2010 22:35:44 +0200
parents 5e25c4602dd4
children e09a216f2aab
comparison
equal deleted inserted replaced
107320:d2bfe26756ed 107321:9b814b3ee348
1 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2
3 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
4 text that could be relocated inside the call to emacs_mule_char.
5 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6 (CODING_DECODE_CHAR): Add a comment describing its purpose.
7
1 2010-03-02 Kenichi Handa <handa@m17n.org> 8 2010-03-02 Kenichi Handa <handa@m17n.org>
2 9
3 * character.c (parse_str_as_multibyte): Fix handling of the 10 * character.c (parse_str_as_multibyte): Fix handling of the
4 multibyte form of raw-bytes. 11 multibyte form of raw-bytes.
5 (str_as_multibyte): Likewise. 12 (str_as_multibyte): Likewise.