gnome-terminal 3.13.1



About Terminal
==============

Use the command line

ChangeLog
=========

commit 085e0d1fe88cf018ddd01f3b388c1dc0ea07c811
Author: Christian Persch <chpe gnome org>
Date:   Wed May 28 19:51:28 2014 +0200

    build: Temporarily remove gterminal
    
    automake and/or vala.m4 are preventing make dist from working.

 configure.ac    |  1 +
 src/Makefile.am | 61 ---------------------------------------------------------
 2 files changed, 1 insertion(+), 61 deletions(-)

commit 6c1ece7dab2a11b7e0c6561f89cf83510abb51bf
Author: Egmont Koblinger <egmont gmail com>
Date:   Wed May 28 12:16:41 2014 +0200

    app: Don't change the title on tab labels that no longer exist
    
    This fixes a potential crash when a tab is moved to another window,
    and later the title of that terminal changes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730389

 src/terminal-tab-label.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2543f80bfd9d844146510fad0c3ea7b296eeabe3
Author: Andika Triwidada <andika gmail com>
Date:   Sun May 25 10:03:36 2014 +0000

    Updated Indonesian translation

 po/id.po | 567 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 262 insertions(+), 305 deletions(-)

commit c804e7ca3be2ea27ff0c6240d81552f10c12628c
Author: Christian Persch <chpe gnome org>
Date:   Wed May 21 11:02:03 2014 +0200

    app: Filter out obsolete "current" encoding
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730498

 src/terminal-app.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 872c8797af0aec8d6b1ca142236bd9fa4d024a1e
Author: Christian Persch <chpe gnome org>
Date:   Wed May 21 10:20:17 2014 +0200

    encodings: Fix charset string interning
    
    Not all charsets are from static strings, so don't use
    g_intern_static_string but g_intern_string.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730390

 src/terminal-encoding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86572b18a0c771e4c607f83e1dd6200053256011
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue May 20 20:07:11 2014 +0200

    Updated Spanish translation

 po/es.po | 668 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 344 insertions(+), 324 deletions(-)

commit b0bdd4740f82daa6c2bb020738a857b8e8d2a6dd
Author: Christian Persch <chpe gnome org>
Date:   Tue May 20 16:04:15 2014 +0200

    app: Only allow valid charsets
    
    Charsets must be [-_A-Za-z0-9] only.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730390

 src/terminal-app.c | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

commit f196dc6a22eb417ad8ebd83a137781add863a261
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun May 18 22:41:27 2014 +0300

    Updated Lithuanian translation

 po/lt.po | 584 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 271 insertions(+), 313 deletions(-)

commit 1bbe740bb91f743032544bde430009e7cbfd418a
Author: Christian Persch <chpe gnome org>
Date:   Sun May 4 11:27:14 2014 +0200

    gterminal: Initial commit

 .dir-locals.el               |   7 +-
 configure.ac                 |  31 +-
 src/Makefile.am              |  67 ++--
 src/client.c                 | 818 -------------------------------------------
 src/client.vapi              |  44 +++
 src/config.vapi              |   7 +
 src/gterminal.vala           | 581 ++++++++++++++++++++++++++++++
 src/profiles.vapi            |  67 ++++
 src/terminal-client-utils.c  |  37 +-
 src/terminal-client-utils.h  |  13 +-
 src/terminal-nautilus.c      |   1 +
 src/terminal-profiles-list.c |   4 +-
 src/terminal-profiles-list.h |   2 +-
 src/terminal-window.c        |   4 +-
 src/terminal.c               |   3 +-
 15 files changed, 822 insertions(+), 864 deletions(-)

commit f211fddb15c21d4a1a599bbab985833d35dfc8f9
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat May 10 19:50:32 2014 +0200

    Updated Spanish translation

 help/es/es.po | 55 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 30 insertions(+), 25 deletions(-)

commit b6532566e71c3fd3f9ddde29da87fbd59eee5f6b
Author: Carles Ferrando <carles ferrando gmail com>
Date:   Fri May 9 00:16:51 2014 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca valencia po | 2812 ++++++++++++-----------------------------------------
 1 file changed, 643 insertions(+), 2169 deletions(-)

commit ec122c77bb2b3fcdeb7a7692cf1e50d6b93ededa
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue May 6 11:30:28 2014 +0200

    window: Fix parent class in template definition
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729597

 src/terminal-window.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 72fda661d5d09fe4b2d7f5e5596e904394443955
Author: Ihar Hrachyshka <ihar hrachyshka gmail com>
Date:   Sun May 4 20:43:13 2014 +0200

    Updated Belarusian translation.

 po/be.po | 142 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 80 insertions(+), 62 deletions(-)

commit 3d157f391e8f23a77981c508d0e890537464cf8e
Author: Christian Persch <chpe gnome org>
Date:   Fri May 2 19:47:28 2014 +0200

    build: Group format warning flags together
    
    Otherwise the detection incorrectly finds them not supported.

 configure.ac | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 34f37dfbbb2c7ab4bf160f30fa024d56f0f8fc5c
Author: Christian Persch <chpe gnome org>
Date:   Fri May 2 19:43:52 2014 +0200

    build: Remove deprecated gnome-common macro
    
    Instead just add a --enable-debug flag directly.

 configure.ac            | 17 +++++++++++++++--
 src/terminal-accels.c   |  4 ++--
 src/terminal-app.c      |  2 +-
 src/terminal-debug.c    |  4 ++--
 src/terminal-debug.h    |  8 ++++----
 src/terminal-encoding.c |  2 +-
 src/terminal-screen.c   |  4 ++--
 src/terminal-window.c   |  8 ++++----
 8 files changed, 31 insertions(+), 18 deletions(-)

commit 0bbac7d6282f5b7a96e2f9dc200ba4ff8d3352ac
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri May 2 16:27:18 2014 +0200

    build: Remove GNOME_COMMON_INIT
    
    It is deprecated. Instead, ACLOCAL_AMFLAGS should be set in Makefile.am.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729394

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

commit 9b7bef04a76c4d6e7bfd42cd402e54b3885fa6a3
Author: Christian Persch <chpe gnome org>
Date:   Fri May 2 16:39:18 2014 +0200

    appdata: Add newly required licence tags

 gnome-terminal.appdata.xml.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 714f53294e8b57493f64f5291623a7ee5b67423e
Author: Sami Jaktholm <sjakthol outlook com>
Date:   Thu May 1 14:18:42 2014 +0300

    Finnish help translation

 help/Makefile.am |    2 +-
 help/fi/fi.po    | 3780 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 3781 insertions(+), 1 deletion(-)

commit 718a9a0fd4e5068b7bc90efc7cd9e30dda35a027
Author: Lasse Liehu <lasse liehu gmail com>
Date:   Thu May 1 14:03:04 2014 +0300

    Finnish translation update

 po/fi.po | 675 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 348 insertions(+), 327 deletions(-)

commit bb581b3879a69f0d165ae11270bb408f76edd9ed
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Apr 28 14:08:03 2014 +0200

    profile: Change the cursor shape UI according to latest designs
    
    Tweak the alignment of the combo box and move it higher up in the
    dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724110

 src/profile-preferences.ui | 81 +++++++++++++++++++++-------------------------
 1 file changed, 36 insertions(+), 45 deletions(-)

commit 984ae232d9a62db0fcbb158870c420812405eb7b
Author: Christian Persch <chpe gnome org>
Date:   Sun Apr 27 16:50:11 2014 +0200

    Post release version bump

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



Download
========
https://download.gnome.org/sources/gnome-terminal/3.13/gnome-terminal-3.13.1.tar.xz (1.66M)
  sha256sum: 677c83c0bcab3cdc64c3946d927b99a6ec846107728bc69a1788f1c205f5bf4f



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]