gnome-terminal 3.15.0
- From: Christian Persch <install-module master gnome org>
 
- To: FTP Releases <ftp-release-list gnome org>
 
- Subject: gnome-terminal 3.15.0
 
- Date: Mon, 19 Jan 2015 22:08:20 +0000 (UTC)
 
About Terminal
==============
Use the command line
ChangeLog
=========
commit a8c24149a2c86d5cba9d7702abd0ae32eec30f6a
Author: Christian Persch <chpe gnome org>
Date:   Sat Jan 10 15:36:35 2015 +0100
    notebook: Make tabs nondetachable
    
    Because of https://bugzilla.gnome.org/show_bug.cgi?id=732051 in gtk+,
    detaching a tab may lead to a crash of gnome-terminal-server. Until that
    bug is fixed, disable tab detaching.
 src/terminal-notebook.c | 2 ++
 1 file changed, 2 insertions(+)
commit 6c563d2aecc6e9bcb884c07f2e939fab7901e0ce
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Jan 12 12:19:33 2015 +0100
    Updated Spanish translation
 help/es/es.po | 135 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 68 insertions(+), 67 deletions(-)
commit 53f6dd970e79b234ff82ea30bc35c77342336b0b
Author: Bernd Homuth <dev hmt im>
Date:   Sun Jan 11 22:51:59 2015 +0000
    Updated German translation
 po/de.po | 427 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 222 insertions(+), 205 deletions(-)
commit 083d17d70288fa864af44aefe6c123bea9af5592
Author: Egmont Koblinger <egmont gmail com>
Date:   Fri Jan 9 23:04:13 2015 +0100
    window: Focus the terminal if only a single tab remains in a window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742422
 src/terminal-window.c | 3 +++
 1 file changed, 3 insertions(+)
commit b21c8827a2e41ee8f1b7bf854a4f2a5da52fb85d
Author: Rafael Ferreira <rafael f f1 gmail com>
Date:   Fri Jan 9 00:01:55 2015 +0000
    Updated Brazilian Portuguese translation
 po/pt_BR.po | 631 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 314 insertions(+), 317 deletions(-)
commit baaca6a4cc5ca78d7b0e02cfaee6c159bad7ce4b
Author: Egmont Koblinger <egmont gmail com>
Date:   Thu Jan 8 14:56:23 2015 +0100
    help: Remove dark theme pref
 help/C/pref-theme.page | 41 -----------------------------------------
 help/Makefile.am       |  1 -
 2 files changed, 42 deletions(-)
commit 1c7ed77b003f14bb94527c8fe548c6c414c0da9e
Author: Egmont Koblinger <egmont gmail com>
Date:   Thu Jan 8 14:33:13 2015 +0100
    screen: Fix crash with empty child process command line
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742560
 src/terminal-screen.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
commit 5f6c514a8840a5d1b87a8c399defee3b5052ec18
Author: Christian Persch <chpe gnome org>
Date:   Thu Jan 8 14:08:43 2015 +0100
    prefs: Remove dark theme pref
    
    It's more trouble than it's worth.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707206
    https://bugzilla.gnome.org/show_bug.cgi?id=742040
    https://bugzilla.gnome.org/show_bug.cgi?id=742333
    https://bugzilla.gnome.org/show_bug.cgi?id=649358
 src/org.gnome.Terminal.gschema.xml |  5 -----
 src/preferences.ui                 | 16 ----------------
 src/terminal-app.c                 |  4 ----
 src/terminal-prefs.c               |  9 +--------
 src/terminal-schemas.h             |  1 -
 5 files changed, 1 insertion(+), 34 deletions(-)
commit a59e2cfa4c5183eaba19bffceda90156fdd2366e
Author: Gábor Kelemen <kelemeng openscope org>
Date:   Thu Jan 8 09:35:41 2015 +0000
    Updated Hungarian translation
 help/hu/hu.po | 86 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 51 insertions(+), 35 deletions(-)
commit 71fad28122c8ed8b403f039c6bb08d4ef975c367
Author: Inaki Larranaga Murgoitio <dooteo zundan com>
Date:   Tue Jan 6 20:57:21 2015 +0100
    Updated Basque language
 po/eu.po | 1175 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 658 insertions(+), 517 deletions(-)
commit 39304814a46814113f1ecb37e92554033ea513c2
Author: Marek Černocký <marek manet cz>
Date:   Sun Jan 4 16:30:25 2015 +0100
    Updated Czech translation
 help/cs/cs.po | 59 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 32 insertions(+), 27 deletions(-)
commit 93f2d81d03ce6dd5fdfa5dcf938797ae91250da2
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sun Jan 4 13:29:47 2015 +0000
    help: update desc for text selection, bug 742304
 help/C/txt-select-text.page | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
commit 27ba615cafa907b9c764f7313b88f0cc0223ac83
Author: Egmont Koblinger <egmont gmail com>
Date:   Sun Jan 4 09:57:13 2015 +0100
    help: Fix window theme pref instructions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742040
 help/C/pref-theme.page | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
commit 1fe3b9f6a2d2f03485ee40ff22a8954e8d601c20
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Tue Dec 30 19:22:55 2014 +0000
    help: fix tab/window pref instructions, bug 742119
 help/C/pref-tab-window.page | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
commit 3c0867e8dfa81f6baf7104fd215e5a9f86a21135
Author: Gábor Kelemen <kelemeng openscope org>
Date:   Mon Dec 29 23:18:27 2014 +0000
    Updated Hungarian translation
 help/hu/hu.po | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 68 insertions(+), 6 deletions(-)
commit b7c3dd2291af1418bc10f3e3e7198fc4586cef0c
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Mon Dec 29 20:44:03 2014 +0100
    Fix typo in pref-user-input.page: Disble
 help/C/pref-user-input.page | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit 6664e8b3699d7f3080f3643128d85ed70bf690b3
Author: Matej Urbančič <mateju svn gnome org>
Date:   Thu Dec 25 19:34:59 2014 +0100
    Updated Slovenian translation
 po/sl.po | 195 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 91 insertions(+), 104 deletions(-)
commit 763e90d8a7cffaba5feb6548389c55ed029f24e3
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Dec 18 13:20:42 2014 +0100
    Updated Spanish translation
 help/es/es.po | 220 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 145 insertions(+), 75 deletions(-)
commit 3b632eb089933b53a0a7d278b9be64310bb6f638
Author: Richard Hughes <richard hughsie com>
Date:   Fri Dec 12 14:00:01 2014 +0000
    Remove invalid markup in Greek translation
 po/el.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit c5f3004844cf5be95048ddd6710aabd82e540e7b
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Wed Dec 3 18:05:06 2014 +0000
    help: mark up compatibility stub for translations
 help/C/pref-compatibility.page.stub | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)
commit 5bb8fececb0392e548ecbf6434b5c7d898d153d9
Author: Alexander Tsoy <alexander tsoy me>
Date:   Tue Dec 2 20:15:45 2014 +0300
    build: Use portable shell in configure.ac
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit 99a69654775ffc884d4079b34e2eb438a42b74f9
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Dec 1 13:38:17 2014 +0100
    about: Add myself
 src/terminal.about | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit 0c6f1d9bad3e90143576b5f6ce66ac2980358253
Author: Balázs Úr <urbalazs gmail com>
Date:   Sun Nov 30 16:36:33 2014 +0000
    Updated Hungarian translation
 po/hu.po | 291 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 147 insertions(+), 144 deletions(-)
commit fe1a9e97678dc1c94c2ec14ad69dc1b55469ec04
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Nov 29 09:46:16 2014 -0500
    Fix Catalan translation
 po/ca.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit 32567fad4d033c7e93625cf7051f6b583f97e093
Author: Marek Černocký <marek manet cz>
Date:   Thu Nov 27 09:05:50 2014 +0100
    Updated Czech translation
 help/cs/cs.po | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 64 insertions(+), 7 deletions(-)
commit fae9b7f2f14629cbf8bf3fa1e6b576d9120dcb4b
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed Nov 26 13:19:59 2014 +0100
    Updated Spanish translation
 po/es.po | 291 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 144 insertions(+), 147 deletions(-)
commit 9e1a5348bc52699ee1c31fadc9306bc4f835092b
Author: Marek Černocký <marek manet cz>
Date:   Wed Nov 26 08:25:39 2014 +0100
    Updated Czech translation
 po/cs.po | 279 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 138 insertions(+), 141 deletions(-)
commit a42e39b8ef8986cc104fdd4a4f1b4c55de5611a6
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Tue Nov 25 23:37:08 2014 +0100
    Updated Norwegian bokmål translation from Åka Sikrom.
 po/nb.po | 292 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 149 insertions(+), 143 deletions(-)
commit a2a89b295c8eed99dfd275d9941e98d8f57af409
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Nov 24 23:28:55 2014 +0100
    window: Update size on tab title change
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732588
 src/terminal-tab-label.c | 10 ++++++++++
 src/terminal-window.c    |  4 +---
 src/terminal-window.h    |  2 ++
 3 files changed, 13 insertions(+), 3 deletions(-)
commit a4fe9479870285c420a4428791e76337a701feed
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Mon Nov 24 20:14:56 2014 +0200
    Updated Hebrew translation
 po/he.po | 147 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 75 insertions(+), 72 deletions(-)
commit 5b2070c6e07244247227e8fc9f8ffd173b79f4a4
Author: Trần Ngọc Quân <vnwildman gmail com>
Date:   Thu Nov 20 15:02:09 2014 +0700
    Updated Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman gmail com>
 po/vi.po | 1852 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1047 insertions(+), 805 deletions(-)
commit 29c7f85b246ff10fc0f524ba7b34b1e5535acd40
Author: Christian Persch <chpe gnome org>
Date:   Wed Nov 19 21:59:12 2014 +0100
    about: Inform about the runtime vte version
    
    … instead of the compile-time version.
 src/terminal-util.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
commit 6047ad4d26542ef4ea0b9383f2d164f4c617a984
Author: Christian Persch <chpe gnome org>
Date:   Wed Nov 19 21:59:07 2014 +0100
    build: Require vte 0.39
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit 81454e4f4680d6c3dc6094aee00ff9486b812159
Author: Christian Persch <chpe gnome org>
Date:   Wed Nov 19 20:09:26 2014 +0100
    about: Inform about vte version
 src/terminal-util.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
commit 0f5cc86b1c3568550230d7f3ea9e98c00a70f790
Author: Duarte Loreto <happyguy_pt hotmail com>
Date:   Mon Nov 17 01:13:17 2014 +0000
    Updated Portuguese translation
 po/pt.po | 1282 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 707 insertions(+), 575 deletions(-)
commit 1e97f3c3d87e89524719a6337ab0f46130abebec
Author: Hannie Dumoleyn <hannie ubuntu-nl org>
Date:   Sun Nov 16 11:38:22 2014 +0100
    Updated Dutch translation Master
 po/nl.po | 2280 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 953 insertions(+), 1327 deletions(-)
commit 0033eca2909ddccf3358c1f089bce05d3473b123
Author: Christian Persch <chpe gnome org>
Date:   Sat Nov 15 21:11:08 2014 +0100
    client: Hide obsolete --title option
    
    Accept it for compatibility, but ignore it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740188
 src/gterminal.vala     |  5 +----
 src/terminal-options.c | 36 +++---------------------------------
 src/terminal-options.h |  2 --
 src/terminal.c         |  2 +-
 4 files changed, 5 insertions(+), 40 deletions(-)
commit 65a0679a006e56d9f697e4ac9c5969e50b54652c
Author: Christian Persch <chpe gnome org>
Date:   Thu Nov 6 22:06:09 2014 +0100
    server: Sanitise the environment
 src/server.c | 3 +++
 1 file changed, 3 insertions(+)
commit 5b338460a66a5c47ac90234e552c23ea9ed7c0f0
Author: Christian Persch <chpe gnome org>
Date:   Mon Nov 3 19:04:20 2014 +0100
    server: Reorder atfork/setrlimit calls
 src/server.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
commit 71de106ca360854d63739a015278452085eeb19b
Author: Christian Persch <chpe gnome org>
Date:   Tue Oct 28 13:05:06 2014 +0100
    client: Unset VTE_VERSION too
 src/terminal-client-utils.c | 1 +
 1 file changed, 1 insertion(+)
commit f09751dd9c7539f7e710522e9c5fc6299cf4dd9f
Author: Theppitak Karoonboonyanan <theppitak gmail com>
Date:   Tue Nov 4 16:49:31 2014 +0700
    Updated Thai translation
 po/th.po | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)
commit 6c03ca9f79d116c39ecfa714749a952d895f6813
Author: Timo Jyrinki <timo debian org>
Date:   Mon Nov 3 19:00:07 2014 +0200
    Change Finnish translation team web page to l10n.gnome.org
 po/fi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit d643199f83763d42e983025198567a200c5b0a60
Download
========
https://download.gnome.org/sources/gnome-terminal/3.15/gnome-terminal-3.15.0.tar.xz (1.71M)
  sha256sum: 3339f6c1ff266534d499ed399653c8cef2d9afdb8ec8cedf02a5461ac695c351
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]