2007-01-22  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.15.5 ===

	* configure.in: Version 1.15.5

	* NEWS: Updated.

2007-01-22  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pango-glyph-item.c (_pango_glyph_item_iter_next_cluster):
	Fix the "menu accels are two chars wide" bug that was introduced
	by the recent changes in this function, in 1.15.4.  Apparently
	glyph_index means separate things in next_cluster and prev_cluster.

2007-01-22  Behdad Esfahbod  <behdad@gnome.org>

	* pango/fonts.c (pango_font_get_metrics): Populate metrics for
	NULL/broken fonts.  Now our glyph boxes have underlines too. Yay!

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

	* configure.in: Add AC_MSG_RESULT([no]) to the failed branch of
	PKG_CHECK_MODULES tests to make the output from configure
	cleaner.

2007-01-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 398238 – pangorc file missing from tests directory

	* pango-view/Makefile.am:
	* tests/Makefile.am:
	Don't use $<. Doesn't work with Sun's make.

2007-01-18  Behdad Esfahbod  <behdad@gnome.org>

	* configure.in: Require automake 1.9.

2007-01-18  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pangoft2.c (pango_ft2_font_get_face): Respect FC_HINT_STYLE.
	Patch has been in Fedora for ages.