diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-02 22:04:51 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-02 22:04:51 +0000 |
commit | 8e49176b74e6b7730f298dcfb61baa1aadd36065 (patch) | |
tree | 7cfddc9baa08e23d56a90645e597336ab9ac65be /ChangeLog.pre-1-0 | |
parent | 6870ed61201c6c8545c59861a148647e39a3b7ed (diff) | |
download | pango-8e49176b74e6b7730f298dcfb61baa1aadd36065.tar.gz |
New function that inserts before other attributes with matching start
Sun Jul 2 17:59:56 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-attributes.[ch] (pango_attr_list_insert_before): New
function that inserts before other attributes with matching
start index.
* pango/pango-layout.[ch] (pango_layout_set_font_description): Add
the ability to set a default font description on the layout, overriding
the font description from the context.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 60696a9c..af83b906 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,13 @@ +Sun Jul 2 17:59:56 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pango-attributes.[ch] (pango_attr_list_insert_before): New + function that inserts before other attributes with matching + start index. + + * pango/pango-layout.[ch] (pango_layout_set_font_description): Add + the ability to set a default font description on the layout, overriding + the font description from the context. + Sun Jul 2 17:19:11 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-types.h: Add a PANGO_PIXELS macro to convert |