diff -Nru vte2.91-0.56.0/ChangeLog vte2.91-0.56.1/ChangeLog --- vte2.91-0.56.0/ChangeLog 2019-03-11 22:59:50.000000000 +0000 +++ vte2.91-0.56.1/ChangeLog 2019-04-09 06:04:31.000000000 +0000 @@ -1,3 +1,23 @@ +commit 52e546badeedf12dbbd7706042f1d0f3a9e4f0b3 +Author: Egmont Koblinger +Date: Mon Apr 8 22:58:54 2019 +0200 + + widget: Cancel autoscroll on ending selecting + + https://gitlab.gnome.org/GNOME/vte/issues/105 + + src/vte.cc | 2 ++ + 1 file changed, 2 insertions(+) + +commit 33821ccd2923f86ff4246ec7f486cabb7931d1ca +Author: Christian Persch +Date: Mon Mar 11 22:11:08 2019 +0100 + + Post release version bump + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 9328a04c3e57e80889a6252d3df2289e1d8c6ef0 Author: Christian Persch Date: Mon Mar 4 16:39:30 2019 +0100 diff -Nru vte2.91-0.56.0/configure vte2.91-0.56.1/configure --- vte2.91-0.56.0/configure 2019-03-11 22:54:30.000000000 +0000 +++ vte2.91-0.56.1/configure 2019-04-09 05:55:57.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for vte 0.56.0. +# Generated by GNU Autoconf 2.69 for vte 0.56.1. # # Report bugs to . # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='vte' PACKAGE_TARNAME='vte' -PACKAGE_VERSION='0.56.0' -PACKAGE_STRING='vte 0.56.0' +PACKAGE_VERSION='0.56.1' +PACKAGE_STRING='vte 0.56.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=vte' PACKAGE_URL='' @@ -1572,7 +1572,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures vte 0.56.0 to adapt to many kinds of systems. +\`configure' configures vte 0.56.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1643,7 +1643,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vte 0.56.0:";; + short | recursive ) echo "Configuration of vte 0.56.1:";; esac cat <<\_ACEOF @@ -1803,7 +1803,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vte configure 0.56.0 +vte configure 0.56.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2339,7 +2339,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vte $as_me 0.56.0, which was +It was created by vte $as_me 0.56.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3208,7 +3208,7 @@ # Define the identity of the package. PACKAGE='vte' - VERSION='0.56.0' + VERSION='0.56.1' cat >>confdefs.h <<_ACEOF @@ -3437,7 +3437,7 @@ -LT_VERSION_INFO="5600:0:5600" +LT_VERSION_INFO="5600:1:5600" ################################################################################ @@ -23010,7 +23010,7 @@ VTE_MINOR_VERSION=56 -VTE_MICRO_VERSION=0 +VTE_MICRO_VERSION=1 @@ -23626,7 +23626,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vte $as_me 0.56.0, which was +This file was extended by vte $as_me 0.56.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23692,7 +23692,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -vte config.status 0.56.0 +vte config.status 0.56.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru vte2.91-0.56.0/configure.ac vte2.91-0.56.1/configure.ac --- vte2.91-0.56.0/configure.ac 2019-03-11 22:54:13.000000000 +0000 +++ vte2.91-0.56.1/configure.ac 2019-04-09 05:55:02.000000000 +0000 @@ -1,6 +1,6 @@ m4_define([version_major],0) m4_define([version_minor],56) -m4_define([version_micro],0) +m4_define([version_micro],1) m4_define([version_triplet],version_major.version_minor.version_micro) AC_PREREQ([2.63]) diff -Nru vte2.91-0.56.0/debian/changelog vte2.91-0.56.1/debian/changelog --- vte2.91-0.56.0/debian/changelog 2019-03-13 22:54:42.000000000 +0000 +++ vte2.91-0.56.1/debian/changelog 2019-04-09 12:12:11.000000000 +0000 @@ -1,3 +1,19 @@ +vte2.91 (0.56.1-1ubuntu1) disco; urgency=medium + + * Sync with Debian. Remaining changes: + - Add 91_keep_fds.patch since gdebi still requires it (LP: #1756238) + - 0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch: + + Keep as it is required for the Ubuntu theming + + -- Iain Lane Tue, 09 Apr 2019 13:12:11 +0100 + +vte2.91 (0.56.1-1) experimental; urgency=medium + + * New upstream release + + widget: Cancel autoscroll on ending selecting + + -- Iain Lane Tue, 09 Apr 2019 13:10:42 +0100 + vte2.91 (0.56.0-1ubuntu1) disco; urgency=medium * Sync with Debian. Remaining changes: diff -Nru vte2.91-0.56.0/doc/reference/html/index.html vte2.91-0.56.1/doc/reference/html/index.html --- vte2.91-0.56.0/doc/reference/html/index.html 2019-03-11 22:59:51.000000000 +0000 +++ vte2.91-0.56.1/doc/reference/html/index.html 2019-04-09 06:04:32.000000000 +0000 @@ -15,7 +15,7 @@

- Documentation for VTE version 0.56.0 + Documentation for VTE version 0.56.1 . The latest version of this documentation can be found on-line at the GNOME Library. diff -Nru vte2.91-0.56.0/doc/reference/html/vte-Version-Information.html vte2.91-0.56.1/doc/reference/html/vte-Version-Information.html --- vte2.91-0.56.0/doc/reference/html/vte-Version-Information.html 2019-03-11 22:59:51.000000000 +0000 +++ vte2.91-0.56.1/doc/reference/html/vte-Version-Information.html 2019-04-09 06:04:32.000000000 +0000 @@ -201,7 +201,7 @@


VTE_MICRO_VERSION

-
#define VTE_MICRO_VERSION (0)
+
#define VTE_MICRO_VERSION (1)
 

The micro version number of the VTE library (e.g. in version 3.1.4 this is 4).

diff -Nru vte2.91-0.56.0/doc/reference/version.xml vte2.91-0.56.1/doc/reference/version.xml --- vte2.91-0.56.0/doc/reference/version.xml 2019-03-11 22:54:54.000000000 +0000 +++ vte2.91-0.56.1/doc/reference/version.xml 2019-04-09 05:56:16.000000000 +0000 @@ -1 +1 @@ -0.56.0 +0.56.1 diff -Nru vte2.91-0.56.0/src/vte.cc vte2.91-0.56.1/src/vte.cc --- vte2.91-0.56.0/src/vte.cc 2019-03-11 22:54:13.000000000 +0000 +++ vte2.91-0.56.1/src/vte.cc 2019-04-09 05:55:02.000000000 +0000 @@ -6651,6 +6651,7 @@ widget_copy(VTE_SELECTION_PRIMARY, VTE_FORMAT_TEXT); emit_selection_changed(); } + stop_autoscroll(); /* Required before setting m_selecting to false, see #105. */ m_selecting = false; /* Reconnect to input from the child if we paused it. */ @@ -9952,6 +9953,7 @@ /* Reset the visual bits of selection on hard reset, see bug 789954. */ if (clear_history) { deselect_all(); + stop_autoscroll(); /* Required before setting m_selecting to false, see #105. */ m_selecting = FALSE; m_selecting_had_delta = FALSE; m_selection_origin = m_selection_last = { -1, -1, 1 };