* === Released 1.11.6 ===

	* configure.in: Version 1.11.6

	* NEWS: Updated.

2006-02-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 328206 – Update/remove some old files

	* docs/TEXT/{coding-style,modules,questions,ligatures,western-design}:
	Removed.

	* HACKING: Added.  Renamed from docs/TEXT/coding-style.

	* Makefile.am: Add HACKING.

2006-02-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 314239 – pangocairo crashes when font cannot be read

	* pango/pangocairo-fcfont.c, pango/pangocairo-font.c: Hack up to not
	crash if we cannot create cairo_scaled_font_t for PangoFont (font is
	not readable, removed, etc.)

2006-02-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 331723 – shapers should not crash on failures

	* modules/*/*-fc.c: Return instead of g_return_if_fail when
	face == NULL.

	* pango/pango-engine.h (PangoEngineShape): Document that a shaper
	should return an empty glyph string on failure.

2006-02-21  Behdad Esfahbod  <behdad@gnome.org>

	* pango/fonts.c, pango/glyphstring.c, pango/pango-fontmap.c,
	pango/pango-ot-buffer.c, pango/pangocairo-font.c, pango/pangoft2.c,
	pango/pangoxft-font.c, pango/shape.c: Change g_critical to g_warning.
	We already handle them gracefully.

	Bug 331994 – --disable-debug removes G_DISABLE_CAST_CHECKS
	Patch from charlet@act-europe.fr

	* configure.in: Do not lose PANGO_DEBUG_FLAGS when reassigning.

	Bug 331995 – pango_layout_set_text optimization
	Patch from charlet@act-europe.fr

	* pango/pango-layout.c: Do not validate input text if asserts are
	disabled.  Moreover, do not truncate input text on invalid sequence.

	Bug 331996 – avoid crashes in win32 font handling
	Patch from charlet@act-europe.fr

	* pango/pangofc-fontmap.c, pango/pangowin32-fontmap.c,
	pango/pangowin32.c: if (!font) return NULL in a number of places.

2006-02-17  Behdad Esfahbod  <behdad@gnome.org>

	Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failed

	* pango/ellipsize.c (init_state): Do not mistakenly set start_offset = 0.

2006-02-17  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pango-types.h, pango/pango-font.h: Move PANGO_GLYPH_EMPTY,
	PANGO_GLYPH_UNKNOWN_FLAG, and PANGO_GET_UNKNOWN_GLYPH from the former
	to the latter, and only define if PANGO_ENABLE_ENGINE or
	PANGO_ENABLE_BACKEND is set.

2006-02-15  Behdad Esfahbod  <behdad@gnome.org>

	Bug 331038 – pango-querymodules --help and --version
	Patch from Antoine Dopffer.

	* examples/renderdemo.c, pango/querymodules.c: Add --version option.

2006-02-13  Behdad Esfahbod  <behdad@gnome.org>

	* configure.in: Pass gnits instead of gnu to automake.

	* AUTHORS: Contributors move to THANKS.

	* THANKS: New file.

2006-02-13  Behdad Esfahbod  <behdad@gnome.org>

	* configure.in: Pass 1.6 and gnu options to automake.

	* modules/Makefile.am: Distribute Module.mk.

	* modules/Module.mk: Common bits for writing module Makefil.am's.

	* modules/*/Makefile.am: Include Module.mk instead of copying common
	bits.

2006-02-11  Behdad Esfahbod  <behdad@gnome.org>

	Bug 330795 – pango_renderer_draw_glyph segfaults when trying to call
	the class vfunc
	Opened by Torsten Schoenfeld

	* pango/pango-renderer.c (pango_renderer_draw_trapezoid,
	pango_renderer_draw_glyph): Bail if method is not implemented.

2006-02-11  Behdad Esfahbod  <behdad@gnome.org>