Mercurial > emacs
changeset 90304:ace98cdcc39c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 20 Feb 2006 07:08:20 +0000 |
parents | 1523cd02a73e |
children | c1b0df36fbad |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Mon Feb 20 07:07:50 2006 +0000 +++ b/src/ChangeLog.unicode Mon Feb 20 07:08:20 2006 +0000 @@ -1,5 +1,12 @@ 2006-02-20 Kenichi Handa <handa@m17n.org> + * xterm.c (x_set_glyph_string_clipping_exactly): New function. + (x_draw_glyph_string): Fix drawing of right_overhang and + left_overhang around/on cursor. + + * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting + glyphs. + * term.c (produce_glyphs): Sync to HEAD. 2006-02-15 Kenichi Handa <handa@m17n.org>