diff options
author | Sven Herzberg <sven@imendio.com> | 2008-08-12 15:08:16 +0000 |
---|---|---|
committer | Sven Herzberg <herzi@src.gnome.org> | 2008-08-12 15:08:16 +0000 |
commit | f7cb402d8964bef106ee0b458140ef87cf730f2c (patch) | |
tree | ec7049d2dc2e403ebcd921200976c92c03177818 /ChangeLog | |
parent | 681f92d78c2623ddb998018d3743a54f07680b69 (diff) | |
download | pango-f7cb402d8964bef106ee0b458140ef87cf730f2c.tar.gz |
Bug 547432: Deprecation of pango_(backend)_font_map_create_context() not
2008-08-12 Sven Herzberg <sven@imendio.com>
Bug 547432: Deprecation of pango_(backend)_font_map_create_context()
not clean
reviewed by: Behdad Esfahbod
* pango/pangocairo-fontmap.c,
* pango/pangofc-fontmap.c,
* pango/pangoft2-fontmap.c,
* pango/pangowin32.c,
* pango/pangox.c,
* pango/pangoxft-fontmap.c: use "Deprecated:" for deprecation messages;
fix the deprecation version number
svn path=/trunk/; revision=2689
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-08-12 Sven Herzberg <sven@imendio.com> + + Bug 547432 – Deprecation of pango_(backend)_font_map_create_context() + not clean + reviewed by: Behdad Esfahbod + + * pango/pangocairo-fontmap.c, + * pango/pangofc-fontmap.c, + * pango/pangoft2-fontmap.c, + * pango/pangowin32.c, + * pango/pangox.c, + * pango/pangoxft-fontmap.c: use "Deprecated:" for deprecation messages; + fix the deprecation version number + 2008-08-11 Behdad Esfahbod <behdad@gnome.org> Bug 547303 – pango_layout_get_cursor_pos crashes on certain text |