comparison 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
comparison
equal deleted inserted replaced
90638:1b46574c9f5d 90639:5a93997128bf
1 2006-10-26 Kenichi Handa <handa@m17n.org>
2
3 * term.c: Include "composite.h".
4 (encode_terminal_code): Output all components of composition.
5 Check the size of encode_terminal_src.
6 (produce_glyphs): For compostion, call produce_composite_glyph.
7 (append_composite_glyph, produce_composite_glyph): New functions.
8
9 * xdisp.c (x_produce_glyphs): In handling composition, if a font
10 is not found, get font_info from the current ascii face.
11
1 2006-10-23 Kenichi Handa <handa@m17n.org> 12 2006-10-23 Kenichi Handa <handa@m17n.org>
2 13
3 * fileio.c (Finsert_file_contents): On replacing, temporarily bind 14 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
4 buffer-file-name to Qnil before calling insert_from_buffer. 15 buffer-file-name to Qnil before calling insert_from_buffer.
5 16