2007-02-12  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.15.6 ===

	* configure.in: Version 1.15.6

	* NEWS: Updated.

2007-02-13  Owen Taylor  <otaylor@redhat.com>

	* 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  <tml@novell.com>

	* pango/Makefile.am: Use pangocairo.def only on Win32, not
	Cygwin. (#402373, "paul")

2007-01-30  Tor Lillqvist  <tml@novell.com>

	* 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  <behdad@gnome.org>

	* 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  <behdad@gnome.org>

	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).