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

	Released vte-0.11.19.

	* NEWS: Updated.

	* configure.in: Bumped version to 0.11.19.

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

	* src/vte.c: Make shift+insert paste PRIMARY and ctrl+shift+insert
	paste CLIPBOARD (switched them. bug #123844)

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

	* src/vte.c: Better update-timeout handling.  Always delay updates
	a bit.  Schedule updates as G_PRIORITY_DEFAULT_IDLE.  And, set delay
	as the number of lines, in milliseconds.

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

	* src/vteseq-gen.c (main): Return 0.  (bug #331178)

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

	* gnome-pty-helper/gnome-pty-helper.c (main): Use getpwnam to
	correctly log multiple users with the same UID. (bug #319564,
	patch from Laszlo (Laca) Peter.

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

	* src/vte.c (update_timeout): Only discontinue timer if nothing
	was updated in the last cycle.

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

	* gnome-pty-helper/gnome-pty-helper.c: Fix race condition when
	shutdown_helper may be called again from the signal handler when
	it's already running. (bug #331056)

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

	* configure.in: Do not prepend X_LIBS and X_CFLAGS to LIBS and
	CFLAGS. (bug #331021, Sylvain BERTRAND)

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

	* src/vte.c (vte_terminal_key_press): Handle Ctrl+Shift+Insert to
	paste PRIMARY.