Mercurial > emacs
comparison src/ChangeLog @ 30582:280157ad4aa3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 04 Aug 2000 05:53:39 +0000 |
parents | c4e04757698b |
children | bfbe4e93bdcf |
comparison
equal
deleted
inserted
replaced
30581:6c7a9202a815 | 30582:280157ad4aa3 |
---|---|
1 2000-08-04 Kenichi Handa <handa@etl.go.jp> | 1 2000-08-04 Kenichi Handa <handa@etl.go.jp> |
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. | |
2 | 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 |
6 2000-08-03 Gerd Moellmann <gerd@gnu.org> | 19 2000-08-03 Gerd Moellmann <gerd@gnu.org> |
7 | 20 |
8 * s/ia64.h: New file. | 21 * s/ia64.h: New file. |
9 | 22 |