Mercurial > emacs
changeset 57288:2ac743fb8dba
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 29 Sep 2004 23:43:48 +0000 |
parents | d27beaf1c61c |
children | 6ec3eb824d9a |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 29 23:43:08 2004 +0000 +++ b/src/ChangeLog Wed Sep 29 23:43:48 2004 +0000 @@ -1,3 +1,14 @@ +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. + + * 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. + 2004-09-29 Kim F. Storm <storm@cua.dk> * fringe.c: Remove limit on number of bitmaps.