*** empty log message ***
authorhanda <handa>
Fri, 11 Nov 2005 11:54:29 +0000 (11:54 +0000)
committerhanda <handa>
Fri, 11 Nov 2005 11:54:29 +0000 (11:54 +0000)
example/ChangeLog
src/ChangeLog

index 6eda06e..54ed31f 100644 (file)
@@ -1,12 +1,13 @@
 2005-11-11  Kenichi Handa  <handa@m17n.org>
 
-       * medit.c (update_cursor): Update control.cursor_pos.
+       * medit.c (surrounding_text_handler): Directly delete characters
+       instead of calling delete_char.
 
 2005-11-08  Kenichi Handa  <handa@m17n.org>
 
        * medit.c (delete_char): Fix the case of deleting the previous
        multiple characters.
-       (surrounding_text_handler): Check number characters to delete.
+       (surrounding_text_handler): Check number of characters to delete.
 
 2005-11-07  Kenichi Handa  <handa@m17n.org>
 
index 0281c96..dc3dd83 100644 (file)
@@ -1,8 +1,5 @@
 2005-11-11  Kenichi Handa  <handa@m17n.org>
 
-       * 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  <handa@m17n.org>