summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6901a843..922bf540 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-03-02 Owen Taylor <otaylor@redhat.com>
+
+ Redo the handling of absolute sizes for PangoAttribute
+ to work around compatibility problems with GtkHTML which
+ was counting on the details of the implementation of
+ size attributes. (#163154)
+
+ * pango/pango-attributes.[ch] docs/tmpl/text-attributes.sgml:
+ Split PANGO_ATTR_SIZE into PANGO_ATTR_SIZE and
+ PANGO_ATTR_ABSOLUTE_SIZE, and use that distinction
+ rather than the boolean field in PangoAttrSize to
+ distinguish between attributes created
+ pango_attr_size_new_absolute() and
+ pango_attr_size_new()
+
2005-03-01 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (process_item): Don't break