aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ce465572b9..e664129af30 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
11999-10-08 Kenichi Handa <handa@etl.go.jp>
2
3 * coding.c (code_convert_string): Add record_unwind_protect to
4 assure setting inhibit_pre_post_conversion back to zero. Take
5 care of the multibyteness of the working buffer.
6
7 * coding.c (inhibit_pre_post_conversion): New variable.
8 (setup_coding_system): If inhibit_pre_post_conversion is nonzero,
9 ignore post-read-conversion and pre-write-conversion property of
10 the coding system.
11 (code_convert_region_unwind): New function.
12 (code_convert_region): Set inhibit_pre_post_conversion to 1 while
13 running pre-write-conversion and post-read-conversion.
14 (code_convert_string): Likewise.
15
11999-10-17 Miles Bader <miles@gnu.org> 161999-10-17 Miles Bader <miles@gnu.org>
2 17
3 * editfns.c: Doc fix. 18 * editfns.c: Doc fix.