gnome-terminal 3.27.3



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

Terminal Emulator

ChangeLog
=========

commit 6f4f0a5667c1249c814d845c95059e6c885e3f5b
Author: Christian Persch <chpe src gnome org>
Date:   Mon Dec 11 22:26:42 2017 +0100

    Post release version bump

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

commit 8d7e8b39f808bb4d008c64705c58c4819fd21d22
Author: Christian Persch <chpe src gnome org>
Date:   Mon Dec 11 22:19:47 2017 +0100

    Version 3.27.2

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

commit fcac20fcc7b76cd5abb1e50af632584abf42647d
Author: Egmont Koblinger <egmont gmail com>
Date:   Sat Dec 9 21:23:14 2017 +0100

    profile: editor: Demote "Allow bold text" to a hidden pref
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762247

 src/profile-editor.c       |  4 ----
 src/profile-preferences.ui | 32 +++++++-------------------------
 2 files changed, 7 insertions(+), 29 deletions(-)

commit aeb429e5a36d64229707d93520f88ed18ea96f9c
Author: Egmont Koblinger <egmont gmail com>
Date:   Sat Dec 9 12:24:11 2017 +0100

    profile: editor: Add "Show bold text in bright colors" pref
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762247

 src/org.gnome.Terminal.gschema.xml |   5 +
 src/profile-editor.c               |   4 +
 src/profile-preferences.ui         | 586 +++++++++++++++++++------------------
 src/terminal-schemas.h             |   1 +
 src/terminal-screen.c              |   3 +
 5 files changed, 320 insertions(+), 279 deletions(-)

commit 0c811a67b4fd1c13d7f138bf228e943e7ce0a6e0
Author: Furkan Ahmet Kara <furkanahmetkara fk gmail com>
Date:   Sat Dec 9 09:38:13 2017 +0000

    Update Turkish translation

 po/tr.po | 1731 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 909 insertions(+), 822 deletions(-)

commit a8f5dc9cd2c183ca61aa958bdcda310e03d9bb35
Author: Sveinn í Felli <sv1 fellsnet is>
Date:   Fri Dec 8 09:02:21 2017 +0000

    Update Icelandic translation
    
    (cherry picked from commit bcae445a53accd9b52f8a1381fd5fad5354980c7)

 po/is.po | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

commit 4ebdada213035b92653bde0c2639453f151bf6b0
Author: Sveinn í Felli <sv1 fellsnet is>
Date:   Tue Dec 5 18:49:24 2017 +0000

    Update Icelandic translation
    
    (cherry picked from commit e01a9067f432cd29d77c25f633ca36ba532e66b1)

 po/is.po | 63 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 34 deletions(-)

commit 10a6a26f17d34f646f679e7552a0b73068d26907
Author: Sveinn í Felli <sv1 fellsnet is>
Date:   Tue Dec 5 18:31:32 2017 +0000

    Update Icelandic translation
    
    (cherry picked from commit 30db4cc5a08b6c4456002ddb363da1209c969c08)

 po/is.po | 1323 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 808 insertions(+), 515 deletions(-)

commit bb22d7a5a96714cebab0d5ceaec8237fb7acc218
Author: Kukuh Syafaat <syafaatkukuh gmail com>
Date:   Tue Dec 5 14:36:35 2017 +0000

    Update Indonesian translation

 po/id.po | 1716 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 900 insertions(+), 816 deletions(-)

commit 44a3eec31cc6334aaf7e869ebdd8f61a8ec3f92b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Dec 4 23:30:00 2017 +0100

    schemas: Use nice apostrophes in new keys
    
    See https://developer.gnome.org/hig/stable/typography.html

 src/org.gnome.Terminal.gschema.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 76acb5d29a2cb2d8650aad62608e5064d1e683ef
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Dec 4 23:15:59 2017 +0100

    screen: Add support for increased line and character spacing
    
    New hidden per-profile keys cell-{height,width}-scale take values
    from 1.0 (default) to 2.0 (double spacing) to push the letters further
    apart from each other, without affecting the font size.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781479
    https://bugzilla.gnome.org/show_bug.cgi?id=738781

 src/org.gnome.Terminal.gschema.xml | 10 ++++++++++
 src/terminal-schemas.h             |  2 ++
 src/terminal-screen.c              |  9 ++++++++-
 3 files changed, 20 insertions(+), 1 deletion(-)

commit 4544faaed52c29fe05e7d390256bbe0b2d46a306
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Dec 4 20:17:31 2017 +0100

    Remove the OMF file
    
    It’s a gnome-doc-utils/ScrollKeeper leftover.

 help/gnome-terminal.omf.in | 9 ---------
 1 file changed, 9 deletions(-)

commit 47f646216783e8f3cecbd00736a1e43e336100e5
Author: Christian Persch <chpe src gnome org>
Date:   Fri Dec 1 17:38:07 2017 +0100

    build: Add explicit pthreads dependency
    
    Use AX_PTHREAD to check for pthreads, and use the corresponding
    CFLAGS and LIBS for gnome-terminal-server.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791052

 configure.ac     |   2 +
 m4/ax_pthread.m4 | 485 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/Makefile.am  |   5 +-
 3 files changed, 491 insertions(+), 1 deletion(-)

commit b1492a7b0bf4cc369173e1360fefdf67cff3a056
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Nov 28 21:14:50 2017 +0100

    Revert "Add Portuguese help translation"
    
    This reverts commit fe3bc1ead939acc87661ac8a09fa9f1e9bc75601.

 help/Makefile.am |    2 +-
 help/pt/pt.po    | 3704 ------------------------------------------------------
 2 files changed, 1 insertion(+), 3705 deletions(-)

commit fe3bc1ead939acc87661ac8a09fa9f1e9bc75601
Author: Tiago Santos <tiagofsantos81 sapo pt>
Date:   Tue Nov 28 20:34:22 2017 +0100

    Add Portuguese help translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770666

 help/Makefile.am |    2 +-
 help/pt/pt.po    | 3704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 3705 insertions(+), 1 deletion(-)

commit 34e6cc2168019062a933c9a2d6f49c68f0ac2fe0
Author: Marek Cernocky <marek_cernocky conel cz>
Date:   Fri Nov 17 21:45:50 2017 +0100

    Updated Czech translation

 po/cs.po | 198 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 101 insertions(+), 97 deletions(-)

commit ab95c314801a7e77385d8a70cc033659f70858c8
Author: Tim Sabsch <tim sabsch com>
Date:   Wed Nov 15 18:27:00 2017 +0000

    Update German translation

 po/de.po | 199 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 102 insertions(+), 97 deletions(-)

commit dea88109854eb3dc90d5d63cb015ff573756c22b
Author: Christian Persch <chpe src gnome org>
Date:   Mon Nov 13 23:12:50 2017 +0100

    Post release version bump

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



Download
========
https://download.gnome.org/sources/gnome-terminal/3.27/gnome-terminal-3.27.3.tar.xz (1.94M)
  sha256sum: f24c7e061248989e5b0f0406a93a506059d52c23ed8e54eb6a33cd5a3da5214e



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