diff options
| author | Kenichi Handa | 2005-07-14 07:57:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-07-14 07:57:42 +0000 |
| commit | 16ef9c5612fdd85f6a7ca16e433f05af6e51e221 (patch) | |
| tree | ebf8950be988c06ac8ab1049c3609fed1af3f2c9 /src/ChangeLog | |
| parent | ead25b5cabbe092711864eae13a76437e6a65ce1 (diff) | |
| download | emacs-16ef9c5612fdd85f6a7ca16e433f05af6e51e221.tar.gz emacs-16ef9c5612fdd85f6a7ca16e433f05af6e51e221.zip | |
(code_convert_region_unwind): ARG is changed to a cons.
(code_convert_region): Adjusted for the above change.
(set_conversion_work_buffer): If the work buffer is already in
use, generate a new buffer and return it. Otherwise return Qnil.
(run_pre_post_conversion_on_str): Adjusted for the above change.
(run_pre_write_conversin_on_c_str): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 83df877fd7f..160e667fbf8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |