diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-04-06 20:09:31 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-06 20:09:31 +0000 |
commit | 2ea732bb050bb59f3ecad782b7ff8b7d39034c03 (patch) | |
tree | e6267c8328ee285bc1c16d40aec189a819d3d35e /ChangeLog | |
parent | 81d293ac32fc00207f2f10fc11fd09672d0d2d87 (diff) | |
download | pango-2ea732bb050bb59f3ecad782b7ff8b7d39034c03.tar.gz |
Bug 337502 – Win32 build fix Patch from Alexander Larsson.
2006-04-06 Behdad Esfahbod <behdad@gnome.org>
Bug 337502 – Win32 build fix
Patch from Alexander Larsson.
* pango/pangocairo-fontmap.c: Fix order of checking for freetype and
win32 cairo backends to match the constructor.
* pango/pangoft2.def: Add missing symbol
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2006-04-06 Behdad Esfahbod <behdad@gnome.org> + Bug 337502 – Win32 build fix + Patch from Alexander Larsson. + + * pango/pangocairo-fontmap.c: Fix order of checking for freetype and + win32 cairo backends to match the constructor. + + * pango/pangoft2.def: Add missing symbol + +2006-04-06 Behdad Esfahbod <behdad@gnome.org> + * pango/opentype: Update from HarfBuzz. Lars Knoll fixed all the warnings. |