2007-07-27  Behdad Esfahbod  <behdad@gnome.org>

	Released vte-0.16.7.

	* NEWS: Updated.

	* configure.in: Bumped version to 0.16.7.
	Bumped libtool version to 11:11:2.

2007-07-27  Behdad Esfahbod  <behdad@gnome.org>

	Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal
	Patch by James Bowes

	* src/keymap.c (_vte_keymap_map), (is_cursor_key),
	(_vte_keymap_key_add_key_modifiers):
	* src/keymap.h:
	* src/vte.c (vte_terminal_key_press):
	Only switch to CSI for some cursor keys when in cursor app mode.

2007-06-25  Chris Wilson  <chris@chris-wilson.co.uk>

	Bug 448259 – Mapping for Ctrl-_
	Patch by Andrey Melnikov.

	* src/keymap.c: Add mapping for Ctrl-Minus.

2007-06-25  Chris Wilson  <chris@chris-wilson.co.uk>

	Bug 449809 – use python-config to get python includes
	Patch by Sebastien Bacher.

	* acinclude.m4: prefer python-config where available.

2007-06-25  Chris Wilson  <chris@chris-wilson.co.uk>

	Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted
	Patch by Dale Sedivec.

	* src/vteseq.c (vte_sequence_handler_window_manipulation): Restore
	the missing 'L'.

2007-06-21  Christian Persch  <chpe@gnome.org>

	* configure.in:
	* src/Makefile.am: Move libtool versioning to configure so you just
	have to update one file for releasing. See bug #396265 comment 17.