Mercurial > emacs
comparison src/ChangeLog @ 64309:78489339e7f9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 14 Jul 2005 07:57:42 +0000 |
parents | 1bfadb2c1c4c |
children | cdd86e79cd72 |
comparison
equal
deleted
inserted
replaced
64308:93129de4b8a4 | 64309:78489339e7f9 |
---|---|
1 2005-07-14 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * coding.c (code_convert_region_unwind): ARG is changed to a cons. | |
4 (code_convert_region): Adjusted for the above change. | |
5 (set_conversion_work_buffer): If the work buffer is already in | |
6 use, generate a new buffer and return it. Otherwise return Qnil. | |
7 (run_pre_post_conversion_on_str): Adjusted for the above change. | |
8 (run_pre_write_conversin_on_c_str): Likewise. | |
9 | |
1 2005-07-13 Kim F. Storm <storm@cua.dk> | 10 2005-07-13 Kim F. Storm <storm@cua.dk> |
2 | 11 |
3 * xdisp.c (start_display): Don't reseat to next visible line start | 12 * xdisp.c (start_display): Don't reseat to next visible line start |
4 if current start position is in a string or image. | 13 if current start position is in a string or image. |
5 (move_it_vertically_backward): Be sure to move out of strings and | 14 (move_it_vertically_backward): Be sure to move out of strings and |