From ae5580720fbd2e459a37573d614c2ce26a452984 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 26 Dec 2006 11:45:12 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a3809f3..4004945 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +2006-12-26 Kenichi Handa + + * 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 * font-ft.c (ft_add_font): Fix typo. -- 1.7.10.4