aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-08-24 04:44:20 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-08-24 04:44:20 +0800
commitc3c5e3e037c8e068e2acb1e7b577671c06809d85 (patch)
tree33c84db9461b7a229eb91699e531cefe2e725653 /widgets/table/ChangeLog
parented6d71b37f7102db9f35a3c742350de83cefe2e8 (diff)
downloadgsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.tar
gsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.tar.gz
gsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.tar.bz2
gsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.tar.lz
gsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.tar.xz
gsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.tar.zst
gsoc2013-evolution-c3c5e3e037c8e068e2acb1e7b577671c06809d85.zip
** Fixes bug #303877.
2007-08-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #303877. * e-cell-text.c: (update_im_cursor_locations): New function. Set the cursor location to IMContext for candidate window. (e_cell_text_get_cursor_locations): New function. Get the current cursor locations in root canvas. (e_cell_text_preedit_changed_cb): set the preedit cursor position to preedit_pos. (layout_with_preedit): call update_im_cursor_locations in the tail. Patch by Hiroyuki Ikezone. svn path=/trunk/; revision=34082
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r--widgets/table/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 9e20e61e2f..2dedd14e7e 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,16 @@
+2007-08-23 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #303877.
+
+ * e-cell-text.c: (update_im_cursor_locations): New function.
+ Set the cursor location to IMContext for candidate window.
+ (e_cell_text_get_cursor_locations): New function.
+ Get the current cursor locations in root canvas.
+ (e_cell_text_preedit_changed_cb): set the preedit cursor position to
+ preedit_pos.
+ (layout_with_preedit): call update_im_cursor_locations in the tail.
+ Patch by Hiroyuki Ikezone.
+
2007-08-07 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #419690