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

	Released vte-0.14.1.

	* NEWS: Updated.

	* configure.in: Bumped version to 0.14.1.

	* src/Makefile.am: Bumped libtool version to 10:6:1.

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

	Bug 358344 – autoscroll only works one way in fullscreen [PATCH]
	Patch by Egmont Koblinger

	* src/vte.c (vte_terminal_autoscroll),
	(vte_terminal_motion_notify): Fix forward autoscrolling in fullscreen
	mode.

2006-09-20  Behdad Esfahbod  <behdad@gnome.org>

	Bug 353756 – font setting cleanup

	* src/vte.c (vte_terminal_set_font_full): Use 'monospace' family if no
	font is set on a terminal widget

	* src/vte.c (vte_terminal_set_font_from_string_full): Don't
	g_return_if_fail(strlen(name) > 0).  An empty string is a perfectly
	valid pango font description string.

	* src/vte.c (vte_terminal_show): Make sure we have a font loaded.

	* src/vteapp.c (main): Don't fallback on "Monospace 12".  Let the
	widget decide what font to use if no font is set.

2006-09-18  Ryan Lortie  <desrt@desrt.ca>

	Bug 356616 – libvte broken with new autotools

	* configure.in:
	* src/Makefile.am: Fix broken variable substitution for newer
	versions of automake.

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

	Bug 354024 – Suppress multiple warnings for missing control sequence
	handlers
	Patch from Chris Wilson

	* src/vte.c (vte_terminal_handle_sequence): Suppress multiple warnings
	for missing control sequence handlers in non-debugging builds.

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

	Bug 354620 – vte-0.14.0: undefined C code
	Patch from Ales Nosek

	* src/ssfe.c (inschar), (dokbdchar): Replace "*(tmp+1)=(*tmp--);"
	with something well-defined.

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

	* src/Makefile.am: Define G_LOG_DOMAIN=Vte.