commit 364d5b5252b7dce4358ad25fc0249ccd843155d4 Author: Christian Persch Date: Sat Jun 8 13:47:00 2013 +0200 pty: Move spawn flag define to vtepty.h src/vte.h | 2 -- src/vtepty.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) commit 5ba5c9ee232e0bf24b88623edfb8bd86a2aad06c Author: Christian Persch Date: Sat Jun 8 13:41:23 2013 +0200 widget: Deprecate vte_terminal_im_append_menuitems src/vte.h | 4 ---- src/vtedeprecated.h | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) commit 1bdda64d980c8880c4de93ef68739990775b6756 Author: Christian Persch Date: Sat Jun 1 19:12:46 2013 +0200 Version 0.34.6 NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit 89f6741d8e0ce481b7ec188043e26488edb5a455 Author: Christian Persch Date: Sat Jun 1 19:07:55 2013 +0200 emulation: Allow unsetting the current-{directory,file}-uri By passing "" (or an invalid, non-URI value), unset the property. src/vteseq.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit 4100d11e579108289f7e3c994865e77aa7c35422 Author: Michael Kuhn Date: Sat May 25 13:35:48 2013 +0200 prompt: Return 0 instead of last exit status src/vte.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4ab8de471e5dea5f58873abd5cc4a24feaa7210b Author: Christian Persch Date: Sat May 25 18:04:29 2013 +0200 pty: Add a spwan flag to not inherit the parent environment In gnome-terminal we don't want the gnome-terminal-server's environment to pollute the child environment, so add the VTE_SPAWN_NO_PARENT_ENVV flag that when passed to vte_terminal_fork_command_full() makes it *not* merge the parent's environment. src/pty.c | 26 ++++++++++++++++++-------- src/vte.h | 2 ++ 2 files changed, 20 insertions(+), 8 deletions(-) commit 5804cf60534611d0b5e673acbed49b756e780aca Author: Christian Persch Date: Mon May 13 20:10:14 2013 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)