Mercurial > emacs
comparison src/ChangeLog @ 88444:826a144efb7e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 09 Apr 2002 07:39:44 +0000 |
parents | 9ebe131ccd17 |
children | b26c2954b807 |
comparison
equal
deleted
inserted
replaced
88443:6b86cf30a0b9 | 88444:826a144efb7e |
---|---|
1 2002-04-09 Kenichi Handa <handa@etl.go.jp> | |
2 | |
3 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'. | |
4 Fix arguments to insert_from_buffer. | |
5 | |
6 * xdisp.c (display_mode_element): Fix calculation of `bytepos'. | |
7 | |
1 2002-03-11 Kenichi Handa <handa@etl.go.jp> | 8 2002-03-11 Kenichi Handa <handa@etl.go.jp> |
2 | 9 |
3 * coding.c (produce_chars): Set the variable `multibytep' correctly. | 10 * coding.c (produce_chars): Set the variable `multibytep' correctly. |
4 (decode_coding_gap): Set coding->dst_multibyte correctly. | 11 (decode_coding_gap): Set coding->dst_multibyte correctly. |
5 | 12 |