summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-01 18:52:01 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-01 18:52:01 +0000
commitba509b999343fa28c01806f76c92eae61aff58fd (patch)
tree461b8a6e5ae57e8ef946965ada0d253da14fee53 /ChangeLog
parentabab095b9d4ba1a0e41f100eb31840c86bf52b8a (diff)
downloadpango-ba509b999343fa28c01806f76c92eae61aff58fd.tar.gz
Move contents of mapping.c to glyphstring.c where they belong.
2007-08-01 Behdad Esfahbod <behdad@gnome.org> * pango/Makefile.am: * pango/glyphstring.c (pango_glyph_string_index_to_x), (pango_glyph_string_x_to_index): * pango/mapping.c: Move contents of mapping.c to glyphstring.c where they belong. * pango/pango-layout.c (pango_layout_line_x_to_index): Fix typo. svn path=/trunk/; revision=2389
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6addea3..2ce78874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2007-08-01 Behdad Esfahbod <behdad@gnome.org>
+ * pango/Makefile.am:
+ * pango/glyphstring.c (pango_glyph_string_index_to_x),
+ (pango_glyph_string_x_to_index):
+ * pango/mapping.c:
+ Move contents of mapping.c to glyphstring.c where they belong.
+
+ * pango/pango-layout.c (pango_layout_line_x_to_index):
+ Fix typo.
+
+2007-08-01 Behdad Esfahbod <behdad@gnome.org>
+
Bug 451682 – Cursor positioning for Sinhala is broken
Based on patch from Harshula