From ed6d71b37f7102db9f35a3c742350de83cefe2e8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 23 Aug 2007 20:31:16 +0000 Subject: ** Fixes bug #303878 2007-08-23 Matthew Barnes ** Fixes bug #303878 * widgets/text/e-text.h: preedit_pos: new value. * widgets/text/e-text.c: (e_text_get_cursor_locations): New function. Get the cursor locations. (update_im_cursor_position): New function. Set the cursor location to IMContext. (insert_preedit_text): Call update_im_cursor_position when draw preedit text. (e_text_preedit_changed_cb): Set the preedit cursor position to preedit_pos. Patch by Hiroyuki Ikezoe and makuchaku. svn path=/trunk/; revision=34081 --- widgets/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'widgets/ChangeLog') diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 8ed846152c..7e9017ce92 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,18 @@ +2007-08-23 Matthew Barnes + + ** Fixes bug #303878 + + * text/e-text.h: preedit_pos: new value. + * text/e-text.c: (e_text_get_cursor_locations): + New function. Get the cursor locations. + (update_im_cursor_position): New function. + Set the cursor location to IMContext. + (insert_preedit_text): Call update_im_cursor_position when draw + preedit text. + (e_text_preedit_changed_cb): Set the preedit cursor position to + preedit_pos. + Patch by Hiroyuki Ikezoe and makuchaku. + 2007-07-27 Hiroyuki Ikezoe * text/e-text-model-uri.c: -- cgit v1.2.3