summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-28 23:41:59 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-28 23:41:59 +0000
commite1f0b385a8f62694b5dbbe856808b5aa10d384b3 (patch)
treebc11fd4022325b4faf72ce52290e762953620874 /ChangeLog
parent9a9cc36f7002a5f9421dd8788a320f3bd448cf65 (diff)
downloadpango-e1f0b385a8f62694b5dbbe856808b5aa10d384b3.tar.gz
Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable
2009-01-28 Behdad Esfahbod <behdad@gnome.org> Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable * pango/pango-renderer.c (pango_renderer_draw_layout_line), (pango_renderer_draw_glyph_item), (pango_renderer_set_matrix): Handle line->layout == NULL. svn path=/trunk/; revision=2814
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a23b1ff6..f5103f66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-01-28 Behdad Esfahbod <behdad@gnome.org>
+ Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable
+
+ * pango/pango-renderer.c (pango_renderer_draw_layout_line),
+ (pango_renderer_draw_glyph_item), (pango_renderer_set_matrix):
+ Handle line->layout == NULL.
+
+2009-01-28 Behdad Esfahbod <behdad@gnome.org>
+
Bug 567392 – Abiword crashes in pango when opening document with
certain locales