summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 206760aa..af3e982b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-18 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pango-layout.c (pango_layout_move_cursor_visually): Use the
+ new support for negative offsets in g_utf8_pointer_to_offset. So now,
+ we simply do:
+ offset += g_utf8_pointer_to_offset(text+oldindex, text+newindex),
+ instead of doing
+ offset = g_utf8_pointer_to_offset(text, text+index) as we did before.
+
2005-11-17 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-renderer.c: Documentation improvements. (#321731)