From: handa Date: Fri, 11 Nov 2005 11:25:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-0~76 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c8395cdbc59d144d28eab6a20289bdb547154ad6;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/example/ChangeLog b/example/ChangeLog index 7ddbf2b..6eda06e 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,7 @@ +2005-11-11 Kenichi Handa + + * medit.c (update_cursor): Update control.cursor_pos. + 2005-11-08 Kenichi Handa * medit.c (delete_char): Fix the case of deleting the previous diff --git a/src/ChangeLog b/src/ChangeLog index dc3dd83..0281c96 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2005-11-11 Kenichi Handa + * draw.c (compose_glyph_string): Check cursor_pos to decide on + which region to run FLT. + * input.c (delete_surrounding_text): Clear cache if necessary. 2005-11-09 Kenichi Handa