2006-06-12  Behdad Esfahbod  <behdad@gnome.org>

	Released vte-0.13.2.

	* NEWS: Updated.

	* configure.in: Bumped version to 0.13.2.

	* src/Makefile.am: Bumped libtool version to 9:2:0.

2006-06-12  Behdad Esfahbod  <behdad@gnome.org>

	Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles
	Patch from Stepan Kasal <kasal@ucw.cz>.

	* src/Makefile.am (AM_CFLAGS, AM_LDFLAGS, *_CFLAGS, *_LDADD):
	Replace @FOO@ references by $(FOO), remove redundant (or buggy)
	occurences of `@CFLAGS@'.
	* gnome-pty-helper/Makefile.am (AM_CFLAGS, AM_LDFLAGS): Likewise.
	* python/Makefile.am (vtemodule_la_CFLAGS): Likewise.
	* src/Makefile.am (AM_CFLAGS): Add $(FT2_CFLAGS).

2006-06-08  Behdad Esfahbod  <behdad@gnome.org>

	* src/vte.c (remove_display_timeout): Fix typo which may have been
	causing things like crashes.  Reported by muntyan.  Also reordered
	some code around update_timeout for better matching the current
	timeouts in style.

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

	Bug 339529 – gnome-terminal (vte) crashes when detatched window is
	closed

	* src/vte.c (vte_invalidate_region): Bail out if terminal->window is
	NULL.

2006-05-27  Behdad Esfahbod  <behdad@gnome.org>

	Bug 342549 – uninitialized var (coverity)
	Patch from Paolo Borelli.

	* src/vte.c (vte_cell_is_selected): Remove uninitialized var ret.

2006-05-27  Behdad Esfahbod  <behdad@gnome.org>

	Bug 342082 – vte_invalidate_region() may check whether terminal is
	realiazed or not
	Patch from Kouhei Sutou.

	* src/vte.c (vte_invalidate_region): Return if not realized.

2006-05-22  Behdad Esfahbod  <behdad@gnome.org>

	Bug 340363 – vte Cygwin build fixes
	Patch from Cygwin Ports maintainer

	* configure.in, src/keymap.c, src/pty.c, src/ssfe.c, src/trie.c,
	src/utf8echo.c, src/vte.c, src/vteseq.c, src/vtetc.c: Check and
	include syslimits.h and ncurses/curses.h

2006-05-22  Behdad Esfahbod  <behdad@gnome.org>

	Bug 341793 – vte.h doesn't need to include X11/Xlib.h
	Patch from Kouhei Sutou

	* src/vte.h: Don't #include <X11/Xlib.h>

2006-05-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* configure.in: Require intltool 0.35.0 to have
	translations in the dist tarballs.