commit 270be075d84be435e03b8591aafcd3543d964b4d (HEAD -> vte-0-74, tag: 0.73.99) Author: Christian Persch Date: Sat Sep 2 15:24:31 2023 +0200 Revert "widget: a11y: Add missing text changes on scrolling with modifications" This reverts commit 036d337cb84c3ff3e62c688f3f0a2a2056eb15ca. https://gitlab.gnome.org/GNOME/vte/-/issues/88#note_1809919 says that while this made some improvements, it also introduced some regressions in orca, so reverting this on branch until orca has caught up. src/vteaccess.cc | 159 +++++++++++-------------------------------------------- 1 file changed, 30 insertions(+), 129 deletions(-) commit 8c526951497e69f39fdd83457d6b0bb75751c597 Author: Christian Persch Date: Sat Sep 2 15:20:21 2023 +0200 Revert "widget: Do not count event as handled in more situations" This reverts commit 37455029c841826bac8fa52e99055c7af6d43633. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2643 (cherry picked from commit 2c063deaa49f82f581855fed400897355da240f4) src/vte.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) commit 244971bdba75866acf5e61025f2c1d7bd96205b5 Author: Christian Persch Date: Sat Sep 2 15:19:00 2023 +0200 test: Add SGR 4:4 and 4:5 underlines to test script (cherry picked from commit 50b5fa0bbaadc54b63fa83a090a9fc56ddfb139f) perf/sgr-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4c34417d1d7a5186b6c68fe755f3be0cbf73046b Author: Christian Persch Date: Sat Sep 2 15:19:00 2023 +0200 emulation: Ignore unknown SGR underline subparams Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2640 (cherry picked from commit e70bc5c012e29e59f17545efc57ac16e8ffa78c2) src/parser-glue.hh | 1 + src/vteseq.cc | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 7b2ba36ac2cd1c57ca5ab4037d00d99a8ca45d9c Author: Sabri Ünal Date: Wed Aug 16 18:39:35 2023 +0000 Update Turkish translation po/tr.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 41fd8495f6446608b2664beadea485b36c3819b0 Author: Christian Persch Date: Wed Aug 9 21:28:27 2023 +0200 lib: Fix preallocated size (cherry picked from commit af411bcda0f4ab7cda9942c2224e7482eb4accd6) src/pastify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b000bf77ac28251efa7676bb49a24afef15818c2 Author: Christian Persch Date: Sat Aug 5 19:30:09 2023 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f13f4d6cd83ba01315ac62755d70736705c40c99 (tag: 0.73.93)