vte 0.54.1



About Terminal widget
=====================

Terminal emulation library

ChangeLog
=========

commit e3ed022308860a6c90935d4c663e9e90be3883c0
Author: Egmont Koblinger <egmont gmail com>
Date:   Sun Sep 23 12:55:46 2018 +0200

    conv: Fix crash after multiple encoding changes
    
    https://gitlab.gnome.org/GNOME/vte/issues/50
    (cherry picked from commit cb315a4c4162a543f910cb0c11a8cf91bd17b0e4)

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

commit a39489aa11044b572c6bc5141770a989881c3686
Author: Egmont Koblinger <egmont gmail com>
Date:   Wed Sep 12 13:04:28 2018 +0200

    widget: Avoid unnecessary invalidations at hyperlinks
    
    https://gitlab.gnome.org/GNOME/vte/issues/44
    (cherry picked from commit bca1cd274c1ffafea98f5b9e586b9069a781a318)

 src/vte.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 94082c9736405c1fb2d7a71da943ca52d21c130f
Author: Stas Solovey <whats_up tut by>
Date:   Mon Sep 10 20:13:11 2018 +0000

    Update Russian translation

 po/ru.po | 32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

commit 95684b1ff44b9d0adb33fe9d648d67430a2c5956
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 10 14:09:19 2018 +0200

    parser: Remove extraneous sequence
    
    DCS $ r is DECRPSS, the response to DECRQSS, so don't recognise
    it as DECRQSS itself.
    
    https://gitlab.gnome.org/GNOME/vte/issues/35#note_312259
    (cherry picked from commit 5a3cb742fca2d3d5a995e7a3c3cb4204d3aef511)

 src/parser-dcs.hh | 1 -
 1 file changed, 1 deletion(-)

commit c946112da87d920d5fe049097aec010fecb1c919
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Sep 10 14:09:19 2018 +0200

    vte.sh: Revert to C0 controls in OSC sequences
    
    (cherry picked from commit b3b3c3585528754a0923fcfc7a74126cd839784f)

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

commit dace9988710869d0a3a02e6a1f3904f7d2289bf5
Author: Yuras Shumovich <shumovichy gmail com>
Date:   Fri Sep 7 11:20:48 2018 +0000

    Update Belarusian translation

 po/be.po | 39 +++++++++++++++++----------------------
 1 file changed, 17 insertions(+), 22 deletions(-)

commit 9d2802b49664a67369fdeaf5c371f9c6ab40f121
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 3 16:10:51 2018 +0200

    parser: Fix incorrect sequence
    
    https://gitlab.gnome.org/GNOME/vte/issues/35
    (cherry picked from commit 8f4e3c199064adca159daa475774a9ce4be9df36)

 src/parser-cmd.hh |  9 +++++----
 src/parser-csi.hh |  6 +++---
 src/vteseq.cc     | 22 ++++++++++++++++++----
 3 files changed, 26 insertions(+), 11 deletions(-)

commit 1fa0d217ccffec3f39aea921c950e16552299389
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 3 16:10:51 2018 +0200

    utf8: Make decoder conform to recommendation on replacement characters
    
    With this change, the decoder conforms to the W3 Encoding TR and
    the Unicode recommendation on inserting replacement characters
    from ยง3.9 of the Unicode core spec.
    
    https://gitlab.gnome.org/GNOME/vte/issues/30
    (cherry picked from commit b8b1aa4ed5ef12368c5c3f6d85ebf3e1d72f91a8)

 src/parser-cat.cc | 15 ++++++--------
 src/utf8-test.cc  | 58 ++++++++++---------------------------------------------
 src/utf8.cc       | 47 ++++++++++++++++++++++++++++++++++++--------
 src/utf8.hh       |  7 ++-----
 src/vte.cc        | 15 ++++++--------
 5 files changed, 63 insertions(+), 79 deletions(-)

commit 1af5e37f97468cb712007bd702445bd7ad66c250
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 3 16:10:51 2018 +0200

    utf8: Use a symbol for REJECT in the data table
    
    Use a short abbreviation, so that the table doesn't need
    to be reformatted when the next commit introduces a new
    3-digit state.
    
    (cherry picked from commit 9bda7de4baf75fd81b8d9a4c745cf46898273477)

 src/utf8.cc | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

commit f8ae6139bc495de40d81d584e1d64c31c1d52ef1
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 3 16:10:51 2018 +0200

    utf8: Reformat data table
    
    Make the table more readable and add comments.
    
    (cherry picked from commit 765f59f1c3c5881b43292223a9cb7545c0764c95)

 src/utf8.cc | 63 ++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 48 insertions(+), 15 deletions(-)

commit e6f66fba00d553d99799bf81721a73b7b555a8f1
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 3 16:10:51 2018 +0200

    lib: Make debug assertion conditional on VTE_DEBUG
    
    (cherry picked from commit a7cf5d57115ed3b6ffd62b375c12a6c3eae5ee73)

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

commit 11a9378438981003e26e49faa19e3f43c5edaf93
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Sep 3 13:34:45 2018 +0200

    emulation: Fix upper coordinate limit for legacy mouse events
    
    https://gitlab.gnome.org/GNOME/vte/issues/36
    (cherry picked from commit dabedec3df2134e8888e9c4f9a003473c561611f)

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

commit 0851d3598ccc67b904094f046d4222b1dc8b43aa
Author: gogo <trebelnik2 gmail com>
Date:   Sun Sep 2 18:28:53 2018 +0000

    Update Croatian translation

 po/hr.po | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

commit 5f4a478c7306bd037330000b09cd0af8ca4df32f
Author: Christian Persch <chpe src gnome org>
Date:   Sun Sep 2 11:42:50 2018 +0200

    Post release version bump

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



Download
========
https://download.gnome.org/sources/vte/0.54/vte-0.54.1.tar.xz (1.03M)
  sha256sum: a724fa0543c689e30a3d0ff07e4195a86dc7c4fe57b469be97c7c87f27604e53



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