commit 6a0a9fed4d54122df31c13d601b1509597a36f2b (HEAD -> vte-0-66, tag: 0.66.2) Author: Christian Persch Date: Sat Nov 27 19:45:07 2021 +0100 parser: Fix some control codes NAK and WM had the wrong codes assigned. Since both are NOPs, this wasn't allowing incorrrect behaviour, but needs to be corrected still. (cherry picked from commit ffefea92b97afd334b2f09df7a2ef040598de1c8) src/parser-seq.py | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) commit 5901ba81e615cc8ae994c31e3faaf41785bc2fd1 Author: Luis Javier Merino Morán Date: Thu Nov 4 19:25:09 2021 +0100 emulation: ECMA modes should not be saved by DECSC From esctest: DECRCTests.test_SaveRestoreCursor_InsertNotAffected DECSETTiteInhibitTests.test_SaveRestoreCursor_InsertNotAffected SCORCTests.test_SaveRestoreCursor_InsertNotAffected Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2524 (cherry picked from commit db3c6253d7fa1645996a2abd9fd55df414ca4c2d) src/vte.cc | 4 ---- src/vteinternal.hh | 1 - 2 files changed, 5 deletions(-) commit b252bc26e695501b4799c2d2ec89e9a1c91a6685 Author: Luis Javier Merino Morán Date: Thu Nov 4 19:14:58 2021 +0100 emulation: use correct range for DECRQCRA Apparently at some point ranges where changed from end-inclusive to end-exclusive, and DECRQCRA was not updated accordingly. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2523 (cherry picked from commit c695b5e9f308cbb9e0d8dfcc9af924e177ba2c6d) src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 952a7e748d24e554f01ae12f160c56e688ee72d5 Author: Christian Persch Date: Sat Oct 30 20:27:18 2021 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 29bc0a2d7fefc0e8bc5f60b72c3a666809d490f9 (tag: 0.66.1)