*** empty log message ***
authorhanda <handa>
Mon, 26 Jul 2004 11:39:51 +0000 (11:39 +0000)
committerhanda <handa>
Mon, 26 Jul 2004 11:39:51 +0000 (11:39 +0000)
example/ChangeLog
src/ChangeLog

index 2bf103a..322561d 100644 (file)
@@ -1,6 +1,9 @@
 2004-07-26  Kenichi Handa  <handa@m17n.org>
 
        * 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  <handa@m17n.org>
 
index cae5ae9..e8da84c 100644 (file)
@@ -1,9 +1,15 @@
 2004-07-26  Kenichi Handa  <handa@m17n.org>
 
+       * 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.