From: handa Date: Mon, 26 Jul 2004 11:39:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-1-0~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ace4eee4baf694d178dc7b0c95b0da6422bad284;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/example/ChangeLog b/example/ChangeLog index 2bf103a..322561d 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,6 +1,9 @@ 2004-07-26 Kenichi Handa * medit.c (redraw_cursor): Fix checking of redrawing area. + (set_input_method_spot): Don't check face if the buffer is empty. + (show_cursor): Likewise. + (delete_char): Fix adjustment of nchars. 2004-07-23 Kenichi Handa diff --git a/src/ChangeLog b/src/ChangeLog index cae5ae9..e8da84c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,15 @@ 2004-07-26 Kenichi Handa + * m17n-X.c (xft_render): Pay attention to members left_padding and + right_padding of MGlyph. + * draw.c (visual_order): Allocate one more elements for arrays as a workaround of fribidi bug. (layout_glyphs): Fix previous change. Check MGlyph->combining_code instead of MGlyph->bidi_sensitive. + (layout_glyph_string): Pay attentinon to + control->orientation_reversed when padding at the head or tail. + Fix adjustment of space glyph width. * font-ft.c (mfont__ft_drive_otf): Set MGlyph->combining_code instead of MGlyph->bidi_sensitive.