commit 18c271221d86f35940fee9ef6be88d637da781dd
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Aug 15 20:19:10 2016 +0200

    Version 0.45.90

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 28871b33b03d2f7e2df8c065189547add12f673d
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Aug 15 14:39:28 2016 +0200

    widget: gtk: Pass NULL for geometry widget
    
    Since gtk 3.20 the geometry hints are not applied if
    the geometry widget passed is not NULL.
    
    This makes geometry a bit better, but still not right. Need
    to bring over the fixed to gnome-terminal from bug 760944.

 src/vtegtk.cc | 4 ++++
 1 file changed, 4 insertions(+)

commit 51361d236afd98eeeddaab6f1169dcbc865c0360
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Aug 14 21:34:11 2016 +0300

    Updated Lithuanian translation

 po/lt.po | 124 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 57 insertions(+), 67 deletions(-)

commit 8115d0c169639b4005fec131ff6d5e4bedd5e25d
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Aug 13 23:26:18 2016 +0200

    Updated Czech translation

 po/cs.po | 118 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 54 insertions(+), 64 deletions(-)

commit 18fc1015f62b75765ba1269876f3d2e355cece7c
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Tue Aug 9 20:40:03 2016 +0300

    Updated Hebrew translation

 po/he.po | 107 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 49 insertions(+), 58 deletions(-)

commit 4003f01ef2e732ae313bcf870c5364cfa6cf372f
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Aug 4 17:51:44 2016 +0200

    regex: Require PCRE2
    
    Drop --without-pcre2 and just require PCRE2 to be present.

 configure.ac            |  23 +------
 src/Makefile.am         |   3 -
 src/app.vala            |  28 ++-------
 src/vte.cc              | 155 ++++++++++++++++--------------------------------
 src/vteapp.c            |  17 +-----
 src/vtegtk.cc           |   8 ---
 src/vteinternal.hh      |  17 +-----
 src/vteregex.cc         |  57 +-----------------
 src/vteregexinternal.hh |   2 -
 9 files changed, 64 insertions(+), 246 deletions(-)

commit 00f252725c1eb1c5dc65fd9901221523418e18be
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Aug 4 17:51:44 2016 +0200

    regex: Translate GRegex to PCRE2
    
    Instead of duplicating all internal functions to deal with either
    a PCRE2 regex or a GRegex, just translate the GRegex to PCRE2 in
    the API entry points.

 src/vte.cc              | 344 ++++--------------------------------------------
 src/vtegtk.cc           |  72 ++++------
 src/vteinternal.hh      |  42 +-----
 src/vteregex.cc         |  90 +++++++++++++
 src/vteregexinternal.hh |   6 +
 5 files changed, 149 insertions(+), 405 deletions(-)

commit da6eb4f22a1ccc9ceb3dcbccf0ed397fb9e297e6
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Jul 25 23:41:08 2016 +0200

    Add Language headers to po files
    
    Future versions of gettext will fail if this header is missing.

 po/am.po          | 1 +
 po/ang.po         | 1 +
 po/ar.po          | 1 +
 po/ast.po         | 1 +
 po/az.po          | 1 +
 po/be@latin.po    | 1 +
 po/bn.po          | 1 +
 po/bn_IN.po       | 1 +
 po/ca@valencia.po | 2 +-
 po/cy.po          | 1 +
 po/dz.po          | 1 +
 po/en@shaw.po     | 1 +
 po/en_CA.po       | 1 +
 po/eo.po          | 1 +
 po/es.po          | 2 +-
 po/gu.po          | 1 +
 po/hi.po          | 1 +
 po/hr.po          | 1 +
 po/hu.po          | 2 +-
 po/ja.po          | 1 +
 po/ka.po          | 1 +
 po/kn.po          | 1 +
 po/ko.po          | 2 +-
 po/ku.po          | 1 +
 po/ky.po          | 1 +
 po/li.po          | 1 +
 po/lv.po          | 1 +
 po/mai.po         | 1 +
 po/mi.po          | 1 +
 po/mk.po          | 1 +
 po/ml.po          | 1 +
 po/mr.po          | 1 +
 po/ms.po          | 1 +
 po/nb.po          | 2 +-
 po/nds.po         | 1 +
 po/ne.po          | 1 +
 po/nn.po          | 1 +
 po/or.po          | 1 +
 po/rw.po          | 1 +
 po/si.po          | 1 +
 po/sl.po          | 2 +-
 po/sq.po          | 1 +
 po/sr@latin.po    | 2 +-
 po/ta.po          | 1 +
 po/te.po          | 1 +
 po/th.po          | 1 +
 po/ug.po          | 1 +
 po/uz@cyrillic.po | 1 +
 po/vi.po          | 1 +
 po/wa.po          | 1 +
 po/xh.po          | 1 +
 po/zh_HK.po       | 2 +-
 52 files changed, 52 insertions(+), 8 deletions(-)

commit a8bfe9d843cc58d7cb41c874a66a693cc0ae662c
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Mon Jul 25 10:07:46 2016 +0000

    Updated Friulian translation

 po/fur.po | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

commit be0ae73fe58b9a3b37a0ca9568ac5999416552a2
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Sun Jul 24 19:06:52 2016 +0200

    widget: Fix a memory leak in set_colors
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768994

 src/vtegtk.cc | 1 +
 1 file changed, 1 insertion(+)

commit 3c56e2cb170b7f5f085570f0f60ccc62bdc65700
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jul 4 21:26:50 2016 +0200

    emulation: Swallow iterm2 OSC 1337
    
    Accept OSC 1337 but make it a no-op.
    
    When sshing to an osx host the iterm2 integration may be active,
    causing the remote shell to emit iterm2 OSC 1337 sequences that
    clutter the vte terminal since we don't ignore unknown sequences
    (bug 403130).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=403130

 src/caps.cc        |  2 ++
 src/vteseq-n.gperf |  1 +
 src/vteseq.cc      | 12 ++++++++++++
 3 files changed, 15 insertions(+)

commit 975a9436fe9f06c6e122c7f0c426f49277ea923d
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Wed Jun 22 11:30:28 2016 +0000

    Updated German translation

 po/de.po | 125 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 61 insertions(+), 64 deletions(-)

commit c36482e9c438d146cc733584b9cc8c710f7948cd
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Mon Jun 13 23:19:45 2016 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 125 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 65 deletions(-)

commit 5bc6b3f8d8e733c02bebb9da8090429fef2b2688
Author: Simon McVittie <smcv@debian.org>
Date:   Mon May 23 10:42:41 2016 +0100

    widget: Fix get_preferred_height to use the correct padding
    
    The implementation of GtkWidgetClass:get_preferred_height by
    mistake used the horizontal padding instead of the vertical padding.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760944

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

commit dff6ea72abd509e5ae132ff75b343402433b13ac
Author: Tiago Santos <tiagofsantos81@sapo.pt>
Date:   Sat Jun 4 11:36:51 2016 +0000

    Updated Portuguese translation

 po/pt.po | 101 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 52 deletions(-)

commit 7b4cf2aac53e0e0daa4ff89fb2d1f30b90063148
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon May 30 19:46:22 2016 +0000

    Updated Occitan translation

 po/oc.po | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit c810e88839087d924d27f5aaef55126641cacf12
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon May 30 19:22:38 2016 +0200

    Updated Spanish translation

 po/es.po | 113 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 53 insertions(+), 60 deletions(-)

commit 0cbdca11efab935f9edfc86b0a3811d1b2cc9e21
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Thu May 26 19:23:07 2016 +0000

    Updated Turkish translation

 po/tr.po | 97 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 47 insertions(+), 50 deletions(-)

commit 4a6e4a42ff511d768e3daba13ed44efc45ad0e51
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun May 22 09:57:06 2016 +0000

    Updated Slovak translation

 po/sk.po | 121 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 56 insertions(+), 65 deletions(-)

commit a81a797b0cc75b1801fcda11f5d844962d4a0f6c
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 16 10:25:30 2016 +0200

    terminal: Warn on terminal if compiled without GNUTLS

 src/vte.cc | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit cb7589ea01526ec696daae60c5ff8a96d00a73e4
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 16 10:25:29 2016 +0200

    api: Validate colour values
    
    Don't allow in a GdkRGBA whose components exceed the allowed range of 0..1.

 src/vtegtk.cc | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit 8c70f85361ddc54a61086929210add51dfc44da7
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 16 10:25:29 2016 +0200

    api: Don't process a reset when input is disabled
    
    With input disabled, only allow a reset when it comes from
    the terminal, not via the API.

 src/vte.cc         | 6 +++++-
 src/vtegtk.cc      | 2 +-
 src/vteinternal.hh | 3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

commit 3da10648004c2d201d5bbea1d773c183984a6e39
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 16 09:33:18 2016 +0200

    test: Don't use IMMEDIATE resize mode for the window
    
    This makes testvte segfault on startup due to an infinite recursion
    below gtk_window_size_allocate().

 src/vteapp.c | 2 --
 1 file changed, 2 deletions(-)

commit c4c589fee91b889f398f1829beade82ff12a2e6e
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Wed May 11 07:54:00 2016 +0200

    widget: Don't initialize a variable twice

 src/vte.cc | 1 -
 1 file changed, 1 deletion(-)

commit 47879674b97aa610174ce79e427a181ca23aad8d