commit 42d493c9010c1df7632865c387c76d2596f4ac23 Author: Christian Persch Date: Mon Feb 29 18:35:28 2016 +0100 Version 3.19.91 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a168feff8229de0b3a7e1fddde84153fe4f0aebf Author: Jordi Mas Date: Mon Feb 29 16:23:38 2016 +0100 Update Catalan translation po/ca.po | 751 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 430 insertions(+), 321 deletions(-) commit bba110c93bb76be83a0d9bab00f96a44a8e4b731 Author: Baurzhan Muftakhidinov Date: Mon Feb 29 09:46:37 2016 +0000 Updated Kazakh translation po/kk.po | 754 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 433 insertions(+), 321 deletions(-) commit 11f5d3e941e87424a83578231c6075e9345103e8 Author: Rafael Fontenelle Date: Mon Feb 29 07:17:04 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 812 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 469 insertions(+), 343 deletions(-) commit 1cbd76604aa09feff14e21621073e925d00e9104 Author: Alexandre Franke Date: Sun Feb 28 22:47:28 2016 +0000 Updated French translation po/fr.po | 791 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 472 insertions(+), 319 deletions(-) commit 423b42610494364fb0dbcee5cbeaf87e8a9fad6b Author: Gábor Kelemen Date: Sun Feb 28 16:41:21 2016 +0000 Updated Hungarian translation po/hu.po | 596 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 335 insertions(+), 261 deletions(-) commit 88848cf0edfca076a2abf451bee208d8623e985b Author: Marek Černocký Date: Sat Feb 27 19:33:18 2016 +0100 Updated Czech translation po/cs.po | 777 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 455 insertions(+), 322 deletions(-) commit 7eee009b2fcd9ba65ae6d7e2dbdb4b561013d594 Author: Egmont Koblinger Date: Fri Feb 26 21:17:27 2016 +0100 screen: Add a few more URL regex unittests https://bugzilla.redhat.com/show_bug.cgi?id=1310892 src/terminal-regex.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 804839f567e81a7c798bdfabe9e56f94a5891748 Author: Dušan Kazik Date: Thu Feb 25 07:02:15 2016 +0000 Updated Slovak translation po/sk.po | 599 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 339 insertions(+), 260 deletions(-) commit cb191fb1bb636ae084eac2fbfd6fe8c83a75b62c Author: Fran Dieguez Date: Wed Feb 24 20:24:40 2016 +0100 Updated Galician translations po/gl.po | 1018 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 602 insertions(+), 416 deletions(-) commit e409c376ed7c96261640da554dbcc1b39c458823 Author: Милош Поповић Date: Tue Feb 23 18:02:59 2016 +0000 Updated Serbian Latin translation po/sr@latin.po | 254 +++++++++++++++++++++++++++------------------------------ 1 file changed, 119 insertions(+), 135 deletions(-) commit ba8946016bd6e43a07014ed907404a12c11ee8a4 Author: Милош Поповић Date: Tue Feb 23 18:00:43 2016 +0000 Updated Serbian translation po/sr.po | 254 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 135 deletions(-) commit 9d08dff79698d7650071f963aec6193d5165bfec Author: Chao-Hsiung Liao Date: Tue Feb 23 04:16:49 2016 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 701 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 402 insertions(+), 299 deletions(-) commit 11ede43d8ff138e4981bf4a05213f65c1868eeb0 Author: Daniel Mustieles Date: Mon Feb 22 21:26:48 2016 +0100 Updated Spanish translation po/es.po | 607 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 330 insertions(+), 277 deletions(-) commit f63467bb7c5a08a9601956f054a08814fcf96ed8 Author: Christian Persch Date: Mon Feb 22 18:27:32 2016 +0100 client: legacy: Give more information for common errors ... and point to the FAQ. src/server.c | 7 --- src/terminal-defines.h | 7 +++ src/terminal-libgsystem.h | 23 +++++++ src/terminal.c | 152 ++++++++++++++++++++++++++++++++++++++-------- 4 files changed, 156 insertions(+), 33 deletions(-) commit efd436f3c939b833478f187505a67fc0ddd9db3d Author: Christian Persch Date: Mon Feb 22 18:27:32 2016 +0100 client: legacy: Simplify code by using cleanup src/terminal.c | 44 +++++++++++++++----------------------------- 1 file changed, 15 insertions(+), 29 deletions(-) commit 86e427b5a3873c4ea59197477e7e8cc050b78291 Author: Christian Persch Date: Sun Feb 21 21:53:39 2016 +0100 profile: editor: Update palette from xterm Adjust "xterm" palette to what xterm actually uses by default. https://bugzilla.gnome.org/show_bug.cgi?id=734875 src/profile-editor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c3f535a90e15d5682b3686aadb6190c3f8b61cfe Author: Christian Persch Date: Sun Feb 21 21:53:39 2016 +0100 palette: editor: Specify the palette in hex src/profile-editor.c | 164 ++++++++++++++++++++++++++------------------------- 1 file changed, 84 insertions(+), 80 deletions(-) commit 1a94499aca8f9a06479f5149e70e246bf9249ac0 Author: Christian Persch Date: Sun Feb 21 15:46:05 2016 +0100 screen: Rewrite URL regexes Rewrite the URL match regex to be more correct. https://bugzilla.gnome.org/show_bug.cgi?id=756038 src/Makefile.am | 27 +++++ src/terminal-regex.c | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/terminal-regex.h | 145 +++++++++++++++++++++++ src/terminal-screen.c | 33 ++---- 4 files changed, 495 insertions(+), 23 deletions(-) commit 01722264d1a8bd96ab234ea2a316bbec8e9443d8 Author: Christian Persch Date: Sun Feb 21 15:46:04 2016 +0100 Revert "screen: Rewrite URL regexes" This reverts commit 0c9a82e762135437faf591d9c53d056133da4c03. src/Makefile.am | 27 --------------------------- src/terminal-screen.c | 33 +++++++++++++++++++++++---------- 2 files changed, 23 insertions(+), 37 deletions(-) commit 0c9a82e762135437faf591d9c53d056133da4c03 Author: Egmont Koblinger Date: Sun Feb 21 15:37:01 2016 +0100 screen: Rewrite URL regexes Rewrite the URL match regex to be more correct. https://bugzilla.gnome.org/show_bug.cgi?id=756038 src/Makefile.am | 27 +++++++++++++++++++++++++++ src/terminal-screen.c | 33 ++++++++++----------------------- 2 files changed, 37 insertions(+), 23 deletions(-) commit 68ccc3f766a374376fefd2d7147f97fb7ac4361c Author: Christian Persch Date: Sun Feb 21 15:22:28 2016 +0100 profile: Increase default scrollback lines https://bugzilla.gnome.org/show_bug.cgi?id=747316 src/org.gnome.Terminal.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 07e73205f9d16156ad297d4b1ce001e6e8851fdb Author: Christian Persch Date: Sun Feb 21 15:10:16 2016 +0100 client: Forward the locale charset to the server When providing an override command to use instead of the profile's command, use the remote locale's charset together with the command. https://bugzilla.gnome.org/show_bug.cgi?id=732128 src/client.vapi | 1 + src/gterminal.vala | 4 ++++ src/terminal-app.c | 3 ++- src/terminal-app.h | 1 + src/terminal-client-utils.c | 18 +++++++++++------- src/terminal-client-utils.h | 1 + src/terminal-gdbus.c | 7 +++++-- src/terminal-nautilus.c | 1 + src/terminal-screen.c | 15 +++++++++++++++ src/terminal-screen.h | 1 + src/terminal-window.c | 2 +- src/terminal.c | 8 ++++---- 12 files changed, 47 insertions(+), 15 deletions(-) commit cd4128a2d7ece9c15c134d7a1a7a773dc1d2d53e Author: Christian Persch Date: Sat Feb 20 13:52:11 2016 +0100 build: Disable pcre2 for 3.20 vte 0.44 for 3.20 doesn't export the necessary API. configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit ee31e70248794aaa255e93230af93a0a49ba154a Author: Christian Persch Date: Sat Feb 20 13:52:11 2016 +0100 prefs: Adjust fill settings src/preferences.ui | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 7e1d998a5ef85c3f266c3be3215c47a4c6ca9688 Author: Мирослав Николић Date: Fri Feb 19 21:02:33 2016 +0100 Updated Serbian translation po/sr.po | 1018 +++++++++++++++++++++++++++++------------------ po/sr@latin.po | 1216 +++++++++++++++++++++++++++++++++----------------------- 2 files changed, 1338 insertions(+), 896 deletions(-) commit 983c388184fb8034d708d38b52aaae2969672eba Author: Daniel Mustieles Date: Thu Feb 18 15:10:08 2016 +0000 Updated Spanish translation po/es.po | 642 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 357 insertions(+), 285 deletions(-) commit a5e6b0f84b96114328578858ed5029597979949d Author: Mario Blättermann Date: Thu Feb 18 10:01:14 2016 +0100 Updated German translation po/de.po | 728 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 431 insertions(+), 297 deletions(-) commit a1175842afe5d32be491df010bbaaca89cc5fa61 Author: Piotr Drąg Date: Wed Feb 17 21:53:39 2016 +0100 Updated Polish translation po/pl.po | 499 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 278 insertions(+), 221 deletions(-) commit 6b5ea7b419bb34ca1e75e0a2138381c1757974fc Author: Christian Persch Date: Tue Feb 16 19:48:25 2016 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)