comparison src/ChangeLog @ 89450:7f88806b3881

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 29 May 2003 13:18:47 +0000
parents afecc4e131a1
children 24eb12b8cf36
comparison
equal deleted inserted replaced
89449:0312225e013a 89450:7f88806b3881
3 * coding.c (setup_coding_system): If coding has 3 * coding.c (setup_coding_system): If coding has
4 post-read-conversion or pre-write-conversion, set 4 post-read-conversion or pre-write-conversion, set
5 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK 5 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
6 respectively. 6 respectively.
7 (decode_coding_gap): Run post-read-conversion if any. 7 (decode_coding_gap): Run post-read-conversion if any.
8
9 * fileio.c (Finsert_file_contents): Even if we read into a
10 unibyte buffer, check if we must decode the result or not.
8 11
9 2003-05-29 Kenichi Handa <handa@m17n.org> 12 2003-05-29 Kenichi Handa <handa@m17n.org>
10 13
11 * coding.c (make_conversion_work_buffer): Change the work buffer 14 * coding.c (make_conversion_work_buffer): Change the work buffer
12 name to the same one as that of Emacs 21. 15 name to the same one as that of Emacs 21.