commit 8dbe242198fb3a4ce453866cfb4aa9dae9c3b9c4 Author: Christian Persch Date: Sun May 8 12:55:32 2016 +0200 emulation: Swallow urxvt OSC 777 Accept OSC 777 but make it a no-op. Some distros patch their vte downstream with the rejected patch from bug 711059, which leads to problems with these escape sequences being shown on the terminal when using an unpatched upstream build of vte but the system-installed patched vte.sh script, due to vte not ignoring unknown escape sequences (bug 403130). https://bugzilla.gnome.org/show_bug.cgi?id=403130 https://bugzilla.gnome.org/show_bug.cgi?id=711059 (cherry picked from commit 47879674b97aa610174ce79e427a181ca23aad8d) src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 7 +++++++ 3 files changed, 10 insertions(+) commit 090c0b50abea895a2ff0b1b1d32b26177fcf4859 Author: Egmont Koblinger Date: Wed Apr 6 10:55:57 2016 +0200 emulation: Don't use smart tabs if the cells are already in use https://bugzilla.gnome.org/show_bug.cgi?id=764330#c3 (cherry picked from commit 30a7c0b7f75fc72703e700838db1d831e90430c4) src/vteseq.cc | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) commit 6dcccaa2a944bbafad18047c50a178e6fadf5024 Author: Egmont Koblinger Date: Wed Apr 6 10:54:02 2016 +0200 emulation: Fix Tab not to alter the background color https://bugzilla.gnome.org/show_bug.cgi?id=764330 (cherry picked from commit f5452acf78a105466157a540beadd5dd2ced9efc) src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c9fc1f16d4acd721b6b0754dd75067893541898b Author: Alexander Maznev Date: Sun May 8 10:22:07 2016 +0200 terminal: Fix search return value vte_terminal_search_find was always returning FALSE. https://bugzilla.gnome.org/show_bug.cgi?id=765328 (cherry picked from commit 2b05a52f318f3f9b10ef3784a18e69ba4f04d79e) src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6f2304c4355521b5d1729d880adba33ad80b92f7 Author: Christian Persch Date: Sun May 8 08:59:09 2016 +0200 terminal: Fix ::get_text start column not to be negative When the selection starts at the beginning of the line but having been done by starting on the preceding line after the end of text, the start column is -1, which would cause ::get_text() to lose the first line of the selected text. Regression from commit 3696348c0b9c7d60caf7302411ec4c0298f56e57. https://bugzilla.gnome.org/show_bug.cgi?id=765276 (cherry picked from commit d005d622f458f259919b35e448a985e2aabc7ecd) src/vte.cc | 3 +++ 1 file changed, 3 insertions(+) commit 928f2284b25e5ac3bd2a79b83d788a7dbbb358ec Author: Christian Persch Date: Sun May 8 08:59:09 2016 +0200 test: Typo fix (cherry picked from commit 5b7ff132b16f9da882a2b359e68c40903a57b166) src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 17e0a69e54cbbd547128a3c6d0f5bd5b99ee2ce8 Author: Alberts Muktupāvels Date: Fri Apr 15 18:09:41 2016 +0200 build: Fix the build when an older vte VAPI is present on the system Pass --disable-since-check to valac on vala >= 0.31. https://bugzilla.gnome.org/show_bug.cgi?id=762780 configure.ac | 3 +++ src/Makefile.am | 4 ++++ 2 files changed, 7 insertions(+) commit c5c129a65bcd749452f3e34152894d1490aea27d Author: Egmont Koblinger Date: Mon Apr 11 10:11:33 2016 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)