commit 768acd1c0a8bd11b9b9fc2be78d8a3159ecef32b (HEAD -> vte-0-70, tag: 0.69.99) Author: Christian Persch Date: Sat Sep 3 18:50:05 2022 +0200 build: Version 0.69.99 for gnome 43rc meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 73a7df10247c8822de7a377d7ce2072a5d95ad1a Author: Alexander Mikhaylenko Date: Thu Sep 1 05:13:53 2022 +0400 widget: Fix Widget::regex_match_check_at() It was calling Terminal::regex_match_check() instead of Terminal::regex_match_check_at(). Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2578 src/widget.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2ba682d59daf0f0de906301fecbbd2b9a7989a14 Author: Christian Persch Date: Fri Aug 19 00:03:13 2022 +0200 lib: Fix spawning on netbsd Add netbsd to the platforms that can safely use sysconf(3) to close the file descriptors before exec, since according to netbsd's man:sigaction(2), sysconf(3) is async-signal-safe. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2574 (cherry picked from commit b4abc09b0950e2b1593782116b7fa9fc2e7ffba1) src/missing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6fa248b540c7e4f331828da3caba27eae850d101 Author: Christian Persch Date: Tue Aug 16 17:03:33 2022 +0200 widget: Use correct view coordinates The conversion needs to take the border into account. (cherry picked from commit 1b750a348afb4085786e86fe80ac73caad1b829a) src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1fb0b0cce5766c7a6ce42136e145d03f68c94c7b Author: Christian Persch Date: Tue Aug 9 21:09:08 2022 +0200 widget: gtk4: Only notify terminal when focused https://gitlab.gnome.org/GNOME/vte/-/issues/2555#note_1524795 (cherry picked from commit 70366d113516382038c69f863c9915753041e563) src/widget.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 5897ee10d53d220671fcd3a3ed96273f6151df80 Author: Christian Persch Date: Tue Aug 9 21:09:08 2022 +0200 widget: gtk4: Don't grab the focus on focus-in https://gitlab.gnome.org/GNOME/vte/-/issues/2555 (cherry picked from commit d7b1da6f8203a732fdc850b991236708adc0d52f) src/vte.cc | 3 +++ 1 file changed, 3 insertions(+) commit 7fa5c680689a9e75be6d36ce1c34f8b9c537ce12 Author: Christian Persch Date: Sat Aug 6 21:43:00 2022 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9501d9f4666bcec598baafe4ec7a99ec59aad99 (tag: 0.69.92)