summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-06-24 21:19:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-06-24 21:19:30 +0000
commit0b9ecebca08cb7f860a191810a2c5d687c1b280c (patch)
tree1feae659673b7e3db87347b2dcde0103383cf897 /ChangeLog.pre-1-10
parent4310e8ce55077a4350d1d819ef7b34c82fea96e5 (diff)
downloadpango-0b9ecebca08cb7f860a191810a2c5d687c1b280c.tar.gz
Don't key off zero-height to know whether to use the "empty extents" ...
2005-06-24 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_line_get_extents): Don't key off zero-height to know whether to use the "empty extents" ... this can cause infinite recursion, instead just check !line->runs. (Part of #306415, Thomas Fitzsimmons) : ----------------------------------------------------------------------
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-107
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 9bd304ae..c25dd786 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,12 @@
2005-06-24 Owen Taylor <otaylor@redhat.com>
+ * pango/pango-layout.c (pango_layout_line_get_extents): Don't
+ key off zero-height to know whether to use the "empty extents" ...
+ this can cause infinite recursion, instead just check
+ !line->runs. (Part of #306415, Thomas Fitzsimmons)
+
+2005-06-24 Owen Taylor <otaylor@redhat.com>
+
* docs/pango_markup.sgml (linkend): Fix a stray newline
(#308887, Ryan Lortie)