diff options
author | Richard Hult <richard@imendio.com> | 2007-06-24 19:55:47 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2007-06-24 19:55:47 +0000 |
commit | e1c8f581032024799bf424d26d4a70852017cd56 (patch) | |
tree | 49e1509a173b73721d8668b5d7900dabd8117713 /ChangeLog | |
parent | cd52bcd5dbb61f5cbada046ff917457e9f34b204 (diff) | |
download | pango-e1c8f581032024799bf424d26d4a70852017cd56.tar.gz |
Bug 449543 - Ship pangoatsui.h
2007-06-24 Richard Hult <richard@imendio.com>
Bug 449543 - Ship pangoatsui.h
* pango/pangoatsui-fontmap.c:
* pango/pangoatsui-private.h:
* pango/pangoatsui.c:
* pango/pangoatsui.h:
* pango/pangocairo-atsuifont.c:
* pango/pangocairo-atsuifont.h: Move get_atsu_font_id from the
cairo atsui font class to the atsui base class. Make the members
of the atsui font private and adapt all users of them.
* pango/Makefile.am: Ship pangoatsui.h.
* modules/basic/basic-atsui.c: (basic_engine_shape): Adapt to the
above changes.
svn path=/trunk/; revision=2366
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-06-24 Richard Hult <richard@imendio.com> + + Bug 449543 - Ship pangoatsui.h + + * pango/pangoatsui-fontmap.c: + * pango/pangoatsui-private.h: + * pango/pangoatsui.c: + * pango/pangoatsui.h: + * pango/pangocairo-atsuifont.c: + * pango/pangocairo-atsuifont.h: Move get_atsu_font_id from the + cairo atsui font class to the atsui base class. Make the members + of the atsui font private and adapt all users of them. + + * pango/Makefile.am: Ship pangoatsui.h. + + * modules/basic/basic-atsui.c: (basic_engine_shape): Adapt to the + above changes. + 2007-06-21 Behdad Esfahbod <behdad@gnome.org> * docs/pango.types: Add missing types. |