commit d00c15afcd4f50cc57d6bf3bcc87bd6cedf25529 Author: Christian Persch Date: Mon Apr 9 10:55:04 2018 +0200 lib: Filter out BS and DEL from paste https://bugzilla.gnome.org/show_bug.cgi?id=794653 (cherry picked from commit 691db2070ead5894947c7db7c87568aa494fbcfd) src/vte.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 9058e0eaa19e982a83724fdd24d6badf891d02fa Author: Debarshi Ray Date: Fri Mar 9 19:51:03 2018 +0100 widget: Remove GdkVisibilityState handling GtkWidget::visibility-notify-event doesn't work on modern composited windowing systems. In such cases one can only assume that the widget is always completely visible (ie. GDK_VISIBILITY_UNOBSCURED). These days most users have a compositor, and therefore bugs in this optimization often manage to survive undetected. https://bugzilla.gnome.org/show_bug.cgi?id=794214 (cherry picked from commit b54395869c408656f31493a25f9e9fe89cd56bb7) src/vte.cc | 53 +---------------------------------------------------- src/vtegtk.cc | 9 --------- src/vteinternal.hh | 4 ---- 3 files changed, 1 insertion(+), 65 deletions(-) commit 30d951d243e526a7cdbc7e958cf5aa0723283fb6 Author: Egmont Koblinger Date: Wed Mar 21 22:36:55 2018 +0100 emulation: Add support for OSC 5;0 (bold color) Also OSC 4;256 does the same. Resetting counterparts (104, 105) added too. https://bugzilla.gnome.org/show_bug.cgi?id=722751 (cherry picked from commit e258bda404f146262545abf7c332d7917a55d5d6) src/caps-list.hh | 6 ++++++ src/vteinternal.hh | 2 +- src/vteseq-list.hh | 3 +++ src/vteseq.cc | 57 ++++++++++++++++++++++++++++++++++++++---------------- 4 files changed, 50 insertions(+), 18 deletions(-) commit e14805149784afd2c69caadcbe4d2c33d6f63661 Author: Christian Persch Date: Mon Mar 12 21:43:22 2018 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)