aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-04-08 07:26:33 +0000
committerKenichi Handa2003-04-08 07:26:33 +0000
commit2310d84c27b21f2578d375808efb31bb1ddf4cbf (patch)
treee6c0fc9521e416930b0412d3c09b28e0aea5a630 /src
parent1c7457e2944e6724a44b795b5bd0bca3b7310e47 (diff)
downloademacs-2310d84c27b21f2578d375808efb31bb1ddf4cbf.tar.gz
emacs-2310d84c27b21f2578d375808efb31bb1ddf4cbf.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
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 @@
12003-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
12003-04-07 Thien-Thi Nguyen <ttn@gnu.org> 102003-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.