*** empty log message ***
authorhanda <handa>
Tue, 26 Dec 2006 11:45:12 +0000 (11:45 +0000)
committerhanda <handa>
Tue, 26 Dec 2006 11:45:12 +0000 (11:45 +0000)
src/ChangeLog

index a3809f3..4004945 100644 (file)
@@ -1,3 +1,26 @@
+2006-12-26  Kenichi Handa  <handa@m17n.org>
+
+       * m17n.h (minput_callback): Extern it.
+
+       * input.h (minput__callback): Delte extern.
+
+       * input.c (get_surrounding_text): Adjusted for the change of
+       minput__callback to minput_callback.
+       (delete_surrounding_text): Likewise.
+       (minput_create_ic): Likewise.
+       (minput_destroy_ic): Likewise.
+       (minput_filter): Likewise.
+       (minput_set_spot): Likewise.
+       (minput_toggle): Likewise.
+       (minput_reset_ic): Likewise.
+
+       (preedit_commit): Reset ic->candidate_index, ic->candidate_from,
+       and ic->candidate_to to 0.
+       (minput_callback): Renamed from minput__callback.
+
+       * input-gui.c (win_callback): Adjusted for the change of
+       minput__callback to minput_callback.
+
 2006-12-15  Kenichi Handa  <handa@m17n.org>
 
        * font-ft.c (ft_add_font): Fix typo.