summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74430dce..f28906f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-02-25 Tor Lillqvist <tml@novell.com>
+
+ Bug 515484 – Uniscribe interface handles surrogate
+ pairs incorrectly
+
+ * modules/basic/basic-win32.c (itemize_shape_and_place): Pass
+ correctly offset wchar string to set_up_pango_log_clusters() so
+ that when it passes the string on to unichar_index(), that
+ function notices the surrogate pairs correctly.
+
2008-02-17 Behdad Esfahbod <behdad@gnome.org>
Bug 517083 – pango modules: wrong fallback adding code?