diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-09-11 03:04:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-09-11 03:04:49 +0000 |
commit | b19ed06afbc88f37adf25f63ca52e0a73c00ee23 (patch) | |
tree | 1ef16385ebffdebe1a726434ec2312e99f17a399 /ChangeLog.pre-1-0 | |
parent | 2ea04c9040af34b36ed4b1536fd08c5843467446 (diff) | |
download | pango-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-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 535c2bbe..88bc89fd 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -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 |