aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-08-24 04:31:16 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-08-24 04:31:16 +0800
commited6d71b37f7102db9f35a3c742350de83cefe2e8 (patch)
tree39a82c72eb272eedb9aaff96a00035de2b0db90a /widgets/ChangeLog
parent97bd5a69718feac9d233b2758556a86cee9b1fec (diff)
downloadgsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.tar
gsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.tar.gz
gsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.tar.bz2
gsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.tar.lz
gsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.tar.xz
gsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.tar.zst
gsoc2013-evolution-ed6d71b37f7102db9f35a3c742350de83cefe2e8.zip
** Fixes bug #303878
2007-08-23 Matthew Barnes <mbarnes@redhat.com> ** 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
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <mbarnes@redhat.com>
+
+ ** 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 <poincare@ikezoe.net>
* text/e-text-model-uri.c: