diff options
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index fcf35e1bdcb..0b9fe23faa8 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,14 @@ | |||
| 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 |