summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-02 21:56:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-02 21:56:14 +0000
commit023c57d9d6b41fcf631024ee120d4e76d4f87f98 (patch)
tree29e2a6d1e4bbc582d7eab1414194b97f2cdaf0c4 /ChangeLog.pre-1-10
parentc0b7bacb185c3d1da8790168f84413b5b7cb6898 (diff)
downloadpango-023c57d9d6b41fcf631024ee120d4e76d4f87f98.tar.gz
[ ChangeLog entry for some changes accidentally committed a while ago ]
2005-03-02 Owen Taylor <otaylor@redhat.com> [ ChangeLog entry for some changes accidentally committed a while ago ] 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()
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1018
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 041159cd..31721876 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,21 @@
+2005-03-02 Owen Taylor <otaylor@redhat.com>
+
+ [ ChangeLog entry for some changes accidentally committed
+ a while ago ]
+
+ 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