diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b49d5c22ee..22fc78e6136 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-04-08 Kenichi Handa <handa@etlken2> | ||
| 2 | |||
| 3 | * coding.c (code_convert_region_unwind): Set | ||
| 4 | Vlast_coding_system_used to the argument. | ||
| 5 | (code_convert_region): If post-read-conversion function changed | ||
| 6 | the value of last-coding-sytem, keep the new value in | ||
| 7 | coding->symbol so that it won't be overridden. | ||
| 8 | (run_pre_post_conversion_on_str): Likewise. | ||
| 9 | |||
| 1 | 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org> | 10 | 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 11 | ||
| 3 | * Makefile.in (md5.o): Add missing dependency info. | 12 | * Makefile.in (md5.o): Add missing dependency info. |