2008-10-28  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.22.2 ===

	* configure.in: Version 1.22.2

	* NEWS: Updated.

2008-10-28  Behdad Esfahbod  <behdad@gnome.org>

	Bug 558254 – Internal reference handling messed up

	* pango/pangofc-font.c (pango_fc_font_get_coverage):
	* pango/pangofc-fontmap.c (pango_fc_font_map_finalize):
	Make sure fonts->fontmap is set to NULL when fontmap finalizes.

2008-10-27  Richard Hult  <richard@imendio.com>

	Bug 558107 – is_monospace always returns FALSE in pangoatsui

	* pango/pangoatsui-fontmap.c: (pango_atsui_family_is_monospace),
	(pango_atsui_font_map_init): Mark families whose faces have the
	NSFixedPitchFontMask set as monospaced, and use this in the
	is_monospace implementation.

2008-10-23  Behdad Esfahbod  <behdad@gnome.org>

	Bug 557620 – pango_font_description_from_string not correct

	* pango/fonts.c (find_field_any): Fix parsing of "normal" when
	not at the end of string.