summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-11 03:04:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-11 03:04:49 +0000
commitb19ed06afbc88f37adf25f63ca52e0a73c00ee23 (patch)
tree1ef16385ebffdebe1a726434ec2312e99f17a399 /ChangeLog.pre-1-2
parent2ea04c9040af34b36ed4b1536fd08c5843467446 (diff)
downloadpango-b19ed06afbc88f37adf25f63ca52e0a73c00ee23.tar.gz
Fix bug where wrong attribute list was unreferenced.
Sun Sep 10 03:01:53 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_attributes): Fix bug where wrong attribute list was unreferenced. * pango/pango-attributes.[ch]: Add function pango_attr_list_splice() to splice contents of one attribute list into another attribute list. * pango/pango-utils.h: Add include of pango-font.h since it now depends on declarations from there.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-212
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 535c2bbe..88bc89fd 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,15 @@
+Sun Sep 10 03:01:53 2000 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_attributes): Fix
+ bug where wrong attribute list was unreferenced.
+
+ * pango/pango-attributes.[ch]: Add function
+ pango_attr_list_splice() to splice contents of one
+ attribute list into another attribute list.
+
+ * pango/pango-utils.h: Add include of pango-font.h since
+ it now depends on declarations from there.
+
2000-09-08 Jonathan Blandford <jrb@redhat.com>
* pango/pango-attributes.c (pango_attr_list_change): Minor fixes