commit 109a6cf6e05ef55b79f768a30fdf95723ebba0d3 Author: Pawan Chitrakar Date: Fri Apr 23 16:52:26 2021 +0000 Update Nepali translation po/ne.po | 157 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 77 insertions(+), 80 deletions(-) commit eac4a8178e2036ec158a803b762dec81956d6f00 Author: Joan Bruguera Date: Sun Apr 11 22:58:37 2021 +0200 widget: Move clipboard store from finalize to unrealize Fixes a regression from commit 0136048d32d29412de3381828bb21f05563c799f. Unfortunately, this causes a regression in the following simple case: * Open two instances of a terminal like xfce4-terminal. * Go to the first instance, copy some string of text, and close it. * Go to the second instance and paste it. Due to the regression, it won't work. The cause is that Widget::unrealize calls Terminal::widget_clipboard_data_clear, this will set m_selection_owned[type] = false. Later when Terminal::~Terminal is run, the piece of code that calls clipboard_set_text will not be run, because it depends on m_selection_owned[type] being set (but it ran before on 0.62.3). This commit moves this last piece of code to Terminal::widget_unrealize, which is called before setting m_selection_owned[type] = false. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/349 (cherry picked from commit 94d6a3c10fcaae65b38c17687bc98defb6dfac33) src/vte.cc | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit b2d98b82d1be140e433b18423e0a95a370218032 Author: Nathan Follens Date: Thu Apr 1 19:47:29 2021 +0000 Update Dutch translation po/nl.po | 65 +++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 21 deletions(-) commit dad085db46f00f8679bb8abd2b3a18752f6b86f8 Author: Christian Persch Date: Thu Mar 25 19:26:57 2021 +0100 build: Work around a meson bug with dist scripts in subprojects https://github.com/mesonbuild/meson/issues/8440 Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/345 (cherry picked from commit 1e674130bf231208e8f33006b78913095dd7e5a8) meson.build | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 23f56581f8e999140b11793ac0a7a2461cb6ab40 Author: Christian Persch Date: Wed Mar 24 18:28:48 2021 +0100 build: Add missing includes Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/342 (cherry picked from commit 21685ded3e4a1dba02822ba248b0445e24a58dab) src/missing.hh | 8 ++++++++ 1 file changed, 8 insertions(+) commit 5166968afc7673dd9346e84a036630f996bb971c Author: Christian Persch Date: Fri Mar 19 22:52:50 2021 +0100 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2520d6b6785646ceb5f501f9c37a1a0307fa4486