commit 6c58c04c2212d5d34eaf92f1d8adef15af2b59e9
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Jan 14 13:34:59 2016 +0100

    widget: Fix missing braces
    
    Tracking the selection also only makes sense on the active screen,
    so add the braces as the indentation already suggests.
    
    Thanks, -Wmisleading-indentation !

 src/vte.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c685b18ac8ff4daa039975c7185bf2c660d18604
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Mon Nov 2 21:16:14 2015 +0100

    widget: Fix the adjustment's upper boundary
    
    This is necessary for the contents to look properly when placed inside a
    GtkScrolledWindow.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757448
    (cherry picked from commit 624f9f90d70ff9cb86b3424d75d7ca4a2e7774c6)

 src/vte.cc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit c597570d78d9e90a4a35f9ffec51ecf6aef20ef8
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Nov 13 11:11:31 2015 +0100

    app: Disable menubar accel
    
    Prevent the gtk+ CSD decorations from handling F10, which belongs
    to the terminal, like ALL keys.
    
    (cherry picked from commit 78c05007983fa2f8fe09bc04be944c33643ee38c)

 src/app.vala | 6 ++++++
 1 file changed, 6 insertions(+)

commit bbf31706706bb876fac3b8f0ea2e25082d68a8ee
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Nov 9 20:31:41 2015 +0100

    Post release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)