2007-02-12 Behdad Esfahbod * === Released 1.15.6 === * configure.in: Version 1.15.6 * NEWS: Updated. 2007-02-13 Owen Taylor * pango/pangowin32-fontmap.c (pango_win32_insert_font): If something has gone wrong in setting the family of the font description, don't bother with the font as it isn't usable and will cause crashes later anyway. (#404295) 2007-01-31 Tor Lillqvist * pango/Makefile.am: Use pangocairo.def only on Win32, not Cygwin. (#402373, "paul") 2007-01-30 Tor Lillqvist * pango-zip.sh.in: Include also the COPYING file in the zipfiles. * Makefile.am (EXTRA_DIST): Include just pango-zip.sh.in in the tarball, not pango-zip.sh. 2007-01-24 Behdad Esfahbod * pango/fonts.c (pango_font_get_metrics), (pango_font_get_font_map): Remove PANGO_IS_FONT() check. Just do NULL-checking. 2007-01-23 Behdad Esfahbod Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE' undeclared (first use in this function) * pango/pangoft2.c (pango_ft2_font_get_face): Don't use FC_HINT_STYLE if it's not defined (old fontconfig versions).