Mercurial > emacs
changeset 57289:6ec3eb824d9a
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 29 Sep 2004 23:51:09 +0000 |
parents | 2ac743fb8dba |
children | 4c8d475555b9 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 29 23:43:48 2004 +0000 +++ b/src/ChangeLog Wed Sep 29 23:51:09 2004 +0000 @@ -1,13 +1,16 @@ 2004-09-30 Kenichi Handa <handa@m17n.org> - * process.c (send_process): Be sure to free composition data. - - * fileio.c (Finsert_file_contents): Be sure to free composition - data. + * process.c (send_process): Free composition data. + + * fileio.c (Finsert_file_contents): Free composition data. * coding.c (code_convert_region): Don't skip ASCIIs if there are - compositions to encode. Be sure to free composition data. - (encode_coding_string): Likewise. + compositions to encode. + (encode_coding_string): Likewise. Free composition data. + +2004-09-30 Florian Weimer <fw@deneb.enyo.de> + + * coding.c (code_convert_region): Free composition data. 2004-09-29 Kim F. Storm <storm@cua.dk>