comparison src/ChangeLog @ 107314:5e25c4602dd4

Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
author Kenichi Handa <handa@m17n.org>
date Tue, 02 Mar 2010 13:44:28 +0900
parents cdeadbfdda61
children 9b814b3ee348
comparison
equal deleted inserted replaced
107312:3050113d9ebb 107314:5e25c4602dd4
1 2010-03-02 Kenichi Handa <handa@m17n.org> 1 2010-03-02 Kenichi Handa <handa@m17n.org>
2
3 * character.c (parse_str_as_multibyte): Fix handling of the
4 multibyte form of raw-bytes.
5 (str_as_multibyte): Likewise.
2 6
3 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte 7 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
4 form of raw-bytes. 8 form of raw-bytes.
5 9
6 2010-02-28 Chong Yidong <cyd@stupidchicken.com> 10 2010-02-28 Chong Yidong <cyd@stupidchicken.com>