Mercurial > emacs
diff src/ChangeLog.unicode @ 90639:5a93997128bf
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 26 Oct 2006 12:00:59 +0000 |
| parents | 9438efdad8d0 |
| children | 54f7efcb326f |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Thu Oct 26 12:00:50 2006 +0000 +++ b/src/ChangeLog.unicode Thu Oct 26 12:00:59 2006 +0000 @@ -1,3 +1,14 @@ +2006-10-26 Kenichi Handa <handa@m17n.org> + + * term.c: Include "composite.h". + (encode_terminal_code): Output all components of composition. + Check the size of encode_terminal_src. + (produce_glyphs): For compostion, call produce_composite_glyph. + (append_composite_glyph, produce_composite_glyph): New functions. + + * xdisp.c (x_produce_glyphs): In handling composition, if a font + is not found, get font_info from the current ascii face. + 2006-10-23 Kenichi Handa <handa@m17n.org> * fileio.c (Finsert_file_contents): On replacing, temporarily bind
