From ace4eee4baf694d178dc7b0c95b0da6422bad284 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 26 Jul 2004 11:39:51 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 3 +++ src/ChangeLog | 6 ++++++ 2 files changed, 9 insertions(+) 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. -- 1.7.10.4