summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-01-22 03:31:40 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-01-22 03:31:40 +0000
commit75ea4332b52dbbdbed9641793ab99de6169d361c (patch)
tree6b053812ede724ef339d8930425582c6a894c6cc /ChangeLog
parent792cb2621ea727020f361675f7637ce1207734c9 (diff)
downloadpango-75ea4332b52dbbdbed9641793ab99de6169d361c.tar.gz
Mark behavior as undefined if height is not -1 and ellipsize mode is
2008-01-21 Behdad Esfahbod <behdad@gnome.org> * pango/pango-layout.c (pango_layout_set_height()): Mark behavior as undefined if height is not -1 and ellipsize mode is PANGO_ELLIPSIZE_NONE. svn path=/trunk/; revision=2549
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45008911..4b297a2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-01-21 Behdad Esfahbod <behdad@gnome.org>
+ * pango/pango-layout.c (pango_layout_set_height()): Mark behavior as
+ undefined if height is not -1 and ellipsize mode is
+ PANGO_ELLIPSIZE_NONE.
+
+2008-01-21 Behdad Esfahbod <behdad@gnome.org>
+
Bug 508002 – change pango_layout_pixel_extents() to round logical rect
to be inclusive