2006-07-24  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.13.4 ===

	* configure.in: Version 1.13.4

	* NEWS: Updated.

2006-07-24  Behdad Esfahbod  <behdad@gnome.org>

	Bug 336282 – Update to Unicode Character Database 5.0.0

	* pango/mini-fribidi/fribidi_tab_char_type_2.i: Update to UCD 5.0.0.

	* pango/mini-fribidi/README: Note the about update.

	* pango/pango-script.h: Add new values for PangoScript.

	* pango/pango-script.c (pango_script_for_unichar_bsearch): Default
	to PANGO_SCRIPT_UNKNOWN.

	* pango/pango-script.c (pango_script_get_sample_language): Add empty
	entries for new script values.

	* tools/gen-script-table.pl: Default to PANGO_SCRIPT_UNKNOWN as is
	now the default value of Scripts.txt in UCD 5.0.0.

	* pango/pango-script-table.h: Regenerated against UCD 5.0.0.

	* docs/tmpl/scripts.sgml: Document new script types.

	* tools/gen-script-for-lang.c (scripts_for_line): Ignore data at the
	end of lines as many .orth files in fontconfig now list the character
	name there.

	* pango/pango-script-lang-table.h: Regenerate against newer
	fontconfig 2.3.9x.

2006-07-24  Behdad Esfahbod  <behdad@gnome.org>

	Bug 347073 – Allow empty GPOS table

	* pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): Don't
	err on empty GPOS/GSUB tables.

2006-07-19  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pango-layout.c (pango_layout_get_extents): Improve docs.

2006-07-17  Richard Hult  <richard@imendio.com>

	Bug 347021 – atsui crash when a matching font cannot be found.
	Patch from Brian Tarricone.

	* pango/pangoatsui-fontmap.c (pango_atsui_font_map_load_font):
	Bail out if best desc or best face isn't found.