commit 91b6c8d5dde3d153e7b234e5f6dcd40fd57981df Author: Christian Persch Date: Mon Sep 21 16:50:16 2015 +0200 Version 0.42.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 546aa781692b83393f96c89b68ceaa7f9f9c0d46 Author: Arash Mousavi Date: Thu Sep 17 01:46:27 2015 +0430 Update Persian translation po/fa.po | 110 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 63 insertions(+), 47 deletions(-) commit 1c703aaefa44f88ca50e210fcb0265f2b65851b9 Author: Egmont Koblinger Date: Sun Sep 13 15:27:39 2015 +0200 widget: Fix regex matches not always being recognized https://bugzilla.gnome.org/show_bug.cgi?id=754949 src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2477ae1d8e904f3dcff27f716ee30073dc3c298e Author: Christian Persch Date: Mon Sep 7 20:59:04 2015 +0200 emulation: Fix comment Turns out that xterm does reset this property on hard reset. src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 89541b675021b74a8668462fd930ebce2cda3afc Author: Christian Persch Date: Sun Aug 30 22:21:10 2015 +0200 emulation: Implement DECSET 1004 Add support for xterm's DECSET 1004 to enable focus tracking. This sends CSI I on focus in, and CSI O on focus out. Contrary to xterm, vte disables the focus tracking on reset, and when focus tracking is enabled, immediately sends a focus in or focus out, so that clients always have an accurate value. src/vte-private.h | 2 ++ src/vte.cc | 24 ++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ src/vteseq.cc | 16 ++++++++++++++++ 4 files changed, 44 insertions(+) commit f1b199b66e9eedef163bcbd68bc28613408a2e54 Author: Christian Persch Date: Sun Aug 30 22:21:10 2015 +0200 tests: mev: Add focus tracking mode src/mev.c | 241 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 164 insertions(+), 77 deletions(-) commit d1efd072ac616385823d9be345ce4add12835b53 Author: Piotr Drąg Date: Wed Aug 26 20:01:43 2015 +0200 Updated Polish translation po/pl.po | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) commit c640d0af6074aebc5853860b2a8db74c5750e7f4 Author: Christian Persch Date: Mon Aug 17 19:15:42 2015 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)