aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 7e9017ce92..6d3ef0a618 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,5 +1,15 @@
2007-08-23 Matthew Barnes <mbarnes@redhat.com>
+ ** Fixes bug #309166
+
+ * text/e-text.c (_get_updated_position): Modified the way movement
+ of cursor is handled across grapheme clusters.
+ * text/e-text.c (_get_position): Uses the new function for forward
+ and backward movement of characters (simple or grapheme clusters).
+ Patch by Mayank Jain.
+
+2007-08-23 Matthew Barnes <mbarnes@redhat.com>
+
** Fixes bug #303878
* text/e-text.h: preedit_pos: new value.
@@ -11,7 +21,7 @@
preedit text.
(e_text_preedit_changed_cb): Set the preedit cursor position to
preedit_pos.
- Patch by Hiroyuki Ikezoe and makuchaku.
+ Patch by Hiroyuki Ikezoe and Mayank Jain.
2007-07-27 Hiroyuki Ikezoe <poincare@ikezoe.net>