comparison src/ChangeLog.unicode @ 90313:496f6d9b9d20

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 22 Feb 2006 06:52:00 +0000
parents ace98cdcc39c
children 9dce7eee1abf
comparison
equal deleted inserted replaced
90312:3f91dac9b552 90313:496f6d9b9d20
1 2006-02-22 Kenichi Handa <handa@m17n.org>
2
3 * charset.c (map_charset_chars): Fix for ascii-compatible charset
4 made by a mapping table.
5
6 2006-02-21 Kenichi Handa <handa@m17n.org>
7
8 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
9 not.
10 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
11 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
12
13 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14 s->face is NULL or not.
15
1 2006-02-20 Kenichi Handa <handa@m17n.org> 16 2006-02-20 Kenichi Handa <handa@m17n.org>
2 17
3 * xterm.c (x_set_glyph_string_clipping_exactly): New function. 18 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
4 (x_draw_glyph_string): Fix drawing of right_overhang and 19 (x_draw_glyph_string): Fix drawing of right_overhang and
5 left_overhang around/on cursor. 20 left_overhang around/on cursor.