commit 9979712a1b556e0ddd3bf57b3ec8379b57cf66c1 Author: Christian Persch Date: Mon May 13 20:01:05 2013 +0200 prompt: Fix test src/test-vte-sh.sh | 4 +++- src/vte.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) commit 17841f18c480c7198463b2969e9fe178a87e6632 Author: Christian Persch Date: Mon May 13 19:58:51 2013 +0200 prompt: Simplify test src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a22ab115e414bf3e08b46d38568c35322e51db6c Author: Christian Persch Date: Mon May 13 19:45:02 2013 +0200 Version 0.34.5 NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) commit 68046665721bbd36fe8035fe51ab138e9dd3c1dd Author: Christian Persch Date: Mon May 13 19:44:36 2013 +0200 pty: Change vte version variable name Use "VTE_VERSION". Adapt the vte.sh script accordingly. src/pty.c | 4 ++-- src/vte.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit fa9171fc7b9ed0f46e26dec32e2755c1c48c4c70 Author: Christian Persch Date: Sat May 4 21:06:58 2013 +0200 prompt: zsh compatibility src/vte.sh | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit b307d45e8b2dd27a3881852c29f4a6f0443d5348 Author: Christian Persch Date: Tue Apr 30 20:36:27 2013 +0200 prompt: Set PROMPT_COMMAND Use PROMPT_COMMAND to set the cwd. This works for both login and non-login shells (at least under F17 and should also work for any other distro that sources /etc/profile.d/*.sh both ways). src/vte.sh | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) commit 5f80578b383a3378274c78f6867b1fcb05d42ea3 Author: Christian Persch Date: Mon Apr 29 12:37:17 2013 +0200 prompt: Make __vte_ps1 only print anything if running under vte src/vte.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 8bea17d1a36abb635e751e4daf4315b0bf20b26e Author: Christian Persch Date: Sun Apr 21 19:02:26 2013 +0200 pty: Set env var with vte version This is necessary so that we'll be able to check whether to use the vte.sh script in PS1. src/pty.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 61b5f22d63b6f68dbd0ef481bbcf5afc9af1ab35 Author: Christian Persch Date: Mon Apr 15 18:13:28 2013 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)