# HG changeset patch # User Kenichi Handa # Date 1139275146 0 # Node ID 0ca7fd65e7e799f2dfa22108b671a10febc24486 # Parent 4e22dd401a522a063adbfb15ad6354ca5fcdb462 *** empty log message *** diff -r 4e22dd401a52 -r 0ca7fd65e7e7 src/ChangeLog --- a/src/ChangeLog Tue Feb 07 01:18:18 2006 +0000 +++ b/src/ChangeLog Tue Feb 07 01:19:06 2006 +0000 @@ -1,3 +1,13 @@ +2006-02-07 Kenichi Handa + + * term.c (append_glyph): Refer to it->char_to_display instead of + it->c. + (produce_glyphs): Set the character to print in + it->char_to_display. Handle + unibyte-display-via-language-environment. + (produce_stretch_glyph): Set the character to print in + it->char_to_display. + 2006-02-06 Kenichi Handa * lread.c (openp): Initialized encoded_fn before GCPRO it.