aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-08-04 05:53:39 +0000
committerKenichi Handa2000-08-04 05:53:39 +0000
commit082a1df2db2367e65e4fbb8a3c1f1f47d1bf4fd4 (patch)
treec4b4fc485744f10e1fcdadca0245986b36e7070a /src/ChangeLog
parent78108bcdccd7e7d265b25ac8b5cd37068208aea5 (diff)
downloademacs-082a1df2db2367e65e4fbb8a3c1f1f47d1bf4fd4.tar.gz
emacs-082a1df2db2367e65e4fbb8a3c1f1f47d1bf4fd4.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eb4768379b3..132f1b08c1b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,20 @@
12000-08-04 Kenichi Handa <handa@etl.go.jp> 12000-08-04 Kenichi Handa <handa@etl.go.jp>
2 2
3 * process.c (read_process_output): Big simplification. Handle
4 composition and post-read-conversion of coding system correctly.
5 (send_process): Handle composition correctly.
6
7 * callproc.c (Fcall_process): Handle post-read-conversion of
8 coding system if any.
9
3 * coding.c (decode_coding_iso2022): More strict check for handling 10 * coding.c (decode_coding_iso2022): More strict check for handling
4 single shifting. 11 single shifting.
12 (coding_restore_composition): Pay attention to the case that
13 cmp_data is not set properly (because of invalid code in the
14 source text).
15 (run_pre_post_conversion_on_str): Include text properties in the
16 resulting string.
17 (decode_coding_string): Set members of coding correctly.
5 18
62000-08-03 Gerd Moellmann <gerd@gnu.org> 192000-08-03 Gerd Moellmann <gerd@gnu.org>
7 20