diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-05 22:44:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-05 22:44:12 +0000 |
commit | 19a87cc237b77b86dda507b72ca4be09666ea235 (patch) | |
tree | 3637ad13d9def58883f346b370ffd39052faf120 /ChangeLog.pre-1-4 | |
parent | 3517707a6c8b8e31c57ce45722a9ff6a937702f0 (diff) | |
download | pango-19a87cc237b77b86dda507b72ca4be09666ea235.tar.gz |
Fix problem with empty markup tags (#128102, Christian Persch)
Thu Feb 5 16:30:46 2004 Owen Taylor <otaylor@redhat.com>
Fix problem with empty markup tags (#128102, Christian Persch)
* pango/pango-context.c (itemize_state_process_run): Assert
that the run is non-empty.
* pango/pango-attributes.c (pango_attr_list_change):
Just ignore empty attributes.
* pango/pango-attributes.c (pango_attr_iterator_next):
Skip empty attributes.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 1aa1b56f..004ddbe9 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,16 @@ +Thu Feb 5 16:30:46 2004 Owen Taylor <otaylor@redhat.com> + + Fix problem with empty markup tags (#128102, Christian Persch) + + * pango/pango-context.c (itemize_state_process_run): Assert + that the run is non-empty. + + * pango/pango-attributes.c (pango_attr_list_change): + Just ignore empty attributes. + + * pango/pango-attributes.c (pango_attr_iterator_next): + Skip empty attributes. + Thu Feb 5 15:28:44 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_font_description): |