Mercurial > emacs
changeset 68662:0ca7fd65e7e7
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 07 Feb 2006 01:19:06 +0000 |
parents | 4e22dd401a52 |
children | 103edc4c0d82 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@m17n.org> + + * 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 <handa@m17n.org> * lread.c (openp): Initialized encoded_fn before GCPRO it.