diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-01-08 01:33:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-08 01:33:23 +0000 |
commit | be5930770ee284b792137a7d7059a9ddb5bb8033 (patch) | |
tree | ebd66a87a7d97aada0a357302e6c6387593c2c84 /ChangeLog | |
parent | a46d5ae6533e46d3522e0a45c3c9d5ded0ea5394 (diff) | |
download | pango-be5930770ee284b792137a7d7059a9ddb5bb8033.tar.gz |
Bug 566726 – Minor optimization
2009-01-07 Behdad Esfahbod <behdad@gnome.org>
Bug 566726 – Minor optimization
* pango/pango-context.c (get_shaper_and_font):
Don't walk the fontset if there are no engines.
svn path=/trunk/; revision=2794
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-01-07 Behdad Esfahbod <behdad@gnome.org> + Bug 566726 – Minor optimization + + * pango/pango-context.c (get_shaper_and_font): + Don't walk the fontset if there are no engines. + +2009-01-07 Behdad Esfahbod <behdad@gnome.org> + Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING and PANGO_ATTRIBUTE_INDEX_TO_TEXT_END |