commit b7a604d9ddccb469194329b2f987424ba2ede53b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 23 09:04:53 2025 +0100

    Updates for release

commit 4f8c54c4ab7807bf7dc616d52af3f2795fa1e5ef
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 22 07:44:08 2025 +0100

    meson-build: Revert glib version change
    
    Fixes: 01642cbaa17e60d5d161912546ed9dc605e9a06d

commit 01642cbaa17e60d5d161912546ed9dc605e9a06d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 17 09:26:09 2025 +0100

    build: Define xfce4 min version >= 4.18
    
    (cherry picked from commit fd946006a58ee147eda909cf21d2098b629f4002)

commit 23ae4169a4ac0ca7afecde5170a2d529428b5a3d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 20 12:53:10 2025 +0100

    build: Search for xdt-gen-visibility also in the working tree
    
    In anticipation of its copying by xfce-do-release when generating
    tarballs, so as not to need xfce4-dev-tools to build them. Meson takes
    care of all this, from searching the working tree to adding to the
    tarball.
    
    (cherry picked from commit 219c1d790dd37497372df221acaf57c6ba47b271)

commit c5f9b4d7f972a74ccced42d1cc8d36a6b7208de0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 20 11:46:44 2025 +0100

    build: Replace xdt-csource with glib-compile-resources
    
    And get rid of maintainer mode.
    
    (cherry picked from commit 43f1f6c3b59d97c25486202aa7976bbe3da192be)

commit f85e09c2de1374255fcaad5c2ba10bd69b4f0eab
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 17 09:44:36 2025 +0100

    build: Fix wrong macro for min version

commit f6134e17657ac496ba15be7c034f3a76570b24fa
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 16 12:59:23 2025 +0100

    panel: Show window in panel_application_new_window()
    
    Instead of showing it if it hasn't already been done in
    panel_window_screen_layout_changed(), which is very odd and
    inappropriate. In particular, this avoids unintentionally showing a
    panel hidden by autohide on wayland, when display settings change.
    
    (cherry picked from commit 8583e16d89d70ce6ee8d2492d56f7ecf9f10575e)

commit bf496cdceceed3b40b2954505190477312a1c5c4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 15 22:04:53 2025 +0100

    wayland: autohide: Mitigate lack of size_allocate()
    
    This should fix most cases where the autohide starts without having been
    correctly initialized, due to gtk_widget_queue_resize() failing to
    trigger size_allocate(). Progressive movement of the panel should then
    trigger size_allocate(), otherwise the only remaining solution is to
    remap the panel, but this has too many side-effects.
    
    (cherry picked from commit 8afd331e597697144332f1d7593ba8440610db84)

commit 83f862a52b71577e0db8da5a86ac9a6391e98e91
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 13 18:27:28 2025 +0100

    systray: Use correct gtk functions to show/hide items
    
    Fixes: #921
    (cherry picked from commit b790db0519f2cc7c2236b41f48c27045fd4f2103)

commit 3a107102f27c03ac1b5ec19e200e02d2b918f68a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 13 17:29:17 2025 +0100

    wayland: Set exclusive zone for autohide window
    
    Otherwise it can be moved, and possibly end up off-screen, if another
    panel is anchored to an opposing edge with a positive exclusive zone.
    
    Fixes: #920
    (cherry picked from commit 68e8e361c25f819c877b015c1ec1ebaf7d533da9)

commit d1a2266e34f57bb968403a79a7a9ecf009b003c2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 11 18:57:39 2025 +0100

    build: Remove libxfce4panel-config.h from GI
    
    This creates unsolvable conflicts with other libs whose identifier
    prefix is Xfce, since check_version is associated with this prefix
    several times.
    
    Related: https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin/-/merge_requests/25#note_103386
    (cherry picked from commit 87cb59805cda418c20a535cf5dafc5c1f92c7c85)

commit aa9bd2bbc558b6c035769b28e9a7f117b4f407be
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 4 16:44:23 2025 +0100

    meson-build: Add missing check for sys/prctl.h
    
    (cherry picked from commit 929421ecc60a44ab829906744e1b1eb1a9ec18e7)

commit eb19a9a177f39f48e6b4a4cf674f5da27691e1df
Author: Anonymous <noreply@xfce.org>
Date:   Tue Mar 4 12:48:15 2025 +0100

    I18n: Update translation id (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3c5b39f74195ef444c15039a431c0122271191e9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 2 15:19:40 2025 +0100

    tasklist: Support window app changes
    
    It had been implemented correctly in libxfce4windowing but not taken
    into account here. LibreOffice is an example of an app that changes the
    app-id of its windows, and sometimes even sets none at all.
    
    Fixes: #913
    (cherry picked from commit 4d119d0e4e9c63dd761518e466a35108ba4689f0)

commit bb47ac7703a9fcafe9460f78095a817853fa0fa9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 25 23:08:34 2025 +0100

    build: Automate copyright year management
    
    (cherry picked from commit 2c4b6bd1418916b02e91fe62488d374339b95f33)

commit 67473ef41ce095ab5b859ad88f38dd24005f9b4d
Author: Anonymous <noreply@xfce.org>
Date:   Wed Feb 26 12:48:31 2025 +0100

    I18n: Update translation ro (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4532c0d1527c2955587b49166d7213751b912b91
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 25 20:53:32 2025 +0100

    item-dialog: Also search for plugins by their module name
    
    It's not uncommon to know a plugin by the (untranslated) name under
    which it was installed, rather than by its display name, or the words in
    its description (both translated). The module name is essentially
    (sometimes exactly) the name under which the plugin was installed, which
    should make it easier to find.
    
    (cherry picked from commit bc1c6f477fb44c0e9e9d5f90cded38f6d8680993)

commit 7589fbbe3a0a6d2ad8278b4c6f6c68f11d1708f5
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 25 12:52:35 2025 +0100

    I18n: Update po/LINGUAS list

commit c8fb48ceee3d13350f01cc845baaa4afebedc499
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 25 12:52:34 2025 +0100

    I18n: Add new translation vec (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1ab4196f1e7d4b18a6d53085729adf4a1d7537fc
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 24 12:47:06 2025 +0100

    I18n: Update translation el (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 78a298854e16c29cb7f2a93ed1bd3b63d1612b01
Author: Anonymous <noreply@xfce.org>
Date:   Sun Feb 23 12:47:45 2025 +0100

    I18n: Update translation sv (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 20be516c44bb237a256178b3581c507823c7c145
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Feb 22 20:20:55 2025 +0100

    wayland: wrapper: Set GtkProgressBar style properties to min values
    
    They cause strange allocation problems, where the plugin appears
    correctly positioned on the panel, and therefore appears to have the
    correct allocation, but actually overflows into a shadow area whose size
    depends on these style properties.
    
    Fixes: #911
    (cherry picked from commit 52d667bc9d7ba76caccf70d04fab8c28c9dea883)

commit 97b03edbd7fb9a14cad759f39c01aa7142ff28ea
Author: Mikhail Mikhailov <26198-yohanson@users.noreply.gitlab.xfce.org>
Date:   Sat Feb 22 08:02:47 2025 +0000

    systray: Fix legacy icons being drawn with offset
    
    Fixes: #909
    (cherry picked from commit 3d21aa95105c71bbf037f990c9579392e7398b51)

commit f80ded658f9d9a0e6c780e369f907a0957abbc52
Author: Anonymous <noreply@xfce.org>
Date:   Wed Feb 19 12:47:28 2025 +0100

    I18n: Update translation pt (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 52b13ef0295b41ef0365dfd2ffb61f7d83499214
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 18 00:47:35 2025 +0100

    I18n: Update translation sk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 90128db2e2b2113e3a742802430de70f286196d8
Author: Anonymous <noreply@xfce.org>
Date:   Sun Feb 16 12:47:20 2025 +0100

    I18n: Update translation pt_BR (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 866587d0b7b7f48345b91458b0a1ca1346761ad5
Author: Anonymous <noreply@xfce.org>
Date:   Sun Feb 16 00:47:10 2025 +0100

    I18n: Update translation nl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 04a79964ebaab33c9c9be6f3f4f354b8d32cdfa5
Author: Anonymous <noreply@xfce.org>
Date:   Sat Feb 15 00:47:17 2025 +0100

    I18n: Update translation pl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5f01cd0e0905342f08c5484a8ced2af220200625
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:58 2025 +0100

    I18n: Update translation zh_TW (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 67cfdd1c559df864bf79985bfa9336ef679784b1
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:58 2025 +0100

    I18n: Update translation zh_HK (84%).
    
    417 translated messages, 78 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ffa5646142baa477bd5f383bd4b238475a8b3a3e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:58 2025 +0100

    I18n: Update translation zh_CN (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d50da3d165ad6257a83feb4cbd347fdcd487b123
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:58 2025 +0100

    I18n: Update translation vi (89%).
    
    445 translated messages, 50 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 229d61c4b6a76e47b8a355d4ff365ba410664352
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:58 2025 +0100

    I18n: Update translation uk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 31a7b3ab22c06438e47c1f577859b23cfd88abbd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:58 2025 +0100

    I18n: Update translation tr (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ba5f07dd509699aef8a0b32aea316e5b098b8928
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation th (93%).
    
    461 translated messages, 34 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9046d4ebfd939deb0f14a1cb3d5d5629dbc02f40
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation sv (99%).
    
    493 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 97cf1165a61ce84af9220729c8cda141d7e7923a
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation sr (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 09202eac22c3a8b9201f3abd02f662566a50bc41
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation sq (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit fae9794ecc4ee86b36c0f4934a16656f3f8b1ba2
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation sl (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5017b7d2dac4796de1bd01732f4e78259717ef0b
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation sk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e0f0b01d7ecb3f05380028ebb189f73043192766
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation si (56%).
    
    279 translated messages, 216 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1fbe1cd21d1e4bf27bd8150b10d1ca9911aa4405
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:57 2025 +0100

    I18n: Update translation ru (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit eef4067f11c3c6b17241595a927ca0412e88406b
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:56 2025 +0100

    I18n: Update translation ro (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cdf88773430c1d38153a8588c362273e9ece08e9
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:56 2025 +0100

    I18n: Update translation pt_BR (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1a39011e3f37d6054c9abf63e859102a32a96592
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:56 2025 +0100

    I18n: Update translation pt (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit be99a550b0dc4f0b852a34300ee4398def57b7e9
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:56 2025 +0100

    I18n: Update translation pl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b1c24449ce5cd99a9ce809b5e87bc2e5dedf484a
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:56 2025 +0100

    I18n: Update translation pa (56%).
    
    279 translated messages, 216 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2ea80d6715d0fd81adff8b29b8d796dd98f51000
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:56 2025 +0100

    I18n: Update translation oc (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f18f99875daf96bba113401f40bd725ca2f6c5e4
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation nn (86%).
    
    430 translated messages, 65 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 079c8f61752b31a013fe81ba811fa566caa3b52d
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation nl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e47085bc09fd896afbe54f6f17cd35332e71b348
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation nb (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d2e46ca4be70d8965779b4d9386a9d92dd4f6026
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation ms (93%).
    
    463 translated messages, 32 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 776d50d7d50a451fff7a38b07351d23ec3a0432f
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation lt (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6d2644f9d5f8346e59e15f8acec0ee8ac5f3c436
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation ko (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5b69323de19daa0efda55274ead9370aa8975b44
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation kk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 56c4beac67ecf6156bdfeefec7f7aec7201762b7
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:55 2025 +0100

    I18n: Update translation ka (62%).
    
    309 translated messages, 186 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9144ac90f4b4769bc6b9a86fd5c3b03a523d94e6
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation ja (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ea49e356a2571307caea65f75454ca105d614202
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation it (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 84331faaee7442b36b41a0abebeda3ae3bb856a6
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation is (88%).
    
    438 translated messages, 57 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 72c6a6d14b8212cc5577bda2103c96b1193d7bbb
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation ie (92%).
    
    460 translated messages, 35 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5f7297144aa296a85576ad0113e51ce435eff7fd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation id (99%).
    
    491 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ecd78073989e59b22f8a5522ba440975dff88936
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation hye (84%).
    
    416 translated messages, 79 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 61019e1467316c164a0fd8f5fad9ad701cc71595
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:54 2025 +0100

    I18n: Update translation hy_AM (87%).
    
    433 translated messages, 62 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 60eb606e75f6ef1ad69cdd63faee4be429acba79
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation hu (99%).
    
    492 translated messages, 3 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 71808cdeb1d07e8d090282c1ff287172a9d3c7f7
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation hr (90%).
    
    447 translated messages, 48 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7cd4a9299543503134289850d9b0e4714eec5cee
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation he (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 32034164c1322dea389381bd0ff9b4adf7ec3974
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation gl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 92c5556ebb8bf595206226ab5459b626a5306841
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation fr (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4c25938bfe9098bc13f8852ed40faf8f71872980
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation fi (92%).
    
    459 translated messages, 36 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5b389f5cee2a1fc6251e59061a1c53c584b5dddd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:53 2025 +0100

    I18n: Update translation eu (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1bc31e873ab3b491c296fa532258444cde53a629
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:52 2025 +0100

    I18n: Update translation et (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8ddd23de1af0d7ef27667dc3b42564d441b703ab
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:52 2025 +0100

    I18n: Update translation es (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0d13258aca8abf51292ecdd6e6b25f55921d5126
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:52 2025 +0100

    I18n: Update translation en_GB (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 808f3d9863dbfb900141a582d81c3a6e0541cdfe
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:52 2025 +0100

    I18n: Update translation en_AU (82%).
    
    407 translated messages, 88 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ff46d67bf395b7d2d3db1485c39d744de8abbae4
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:52 2025 +0100

    I18n: Update translation el (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 57ee5dacdaba67fda35293a5d05eef5fbfc52e30
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:52 2025 +0100

    I18n: Update translation de (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2aa390c7142ba4cce37193321856d7f81fe47d27
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation da (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 77229dad6b2f7b176fa57c23be2a278cb298d0d7
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation cs (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit be64badc22a2b373882cd04aafb1ac84fd214487
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation ca (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 922cebb6505b2a4496f2e8e27578ef286fadfbb8
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation bn (59%).
    
    296 translated messages, 199 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9e99868c90e0fc031cfd49e963e50aa61b5666ef
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation bg (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6c6f0e9e78d36913af9f1e8413e310faa8554813
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation be (93%).
    
    461 translated messages, 34 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 149fb0e1a2bc0ce9271961d893178003d88f405f
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation ast (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e9470e039b8ba18b80a0b85238d7b38188d80c6c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation ar (83%).
    
    413 translated messages, 82 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4dddf5681b46a8a72cee7e895590a52216195c4c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 14 12:47:51 2025 +0100

    I18n: Update translation am (62%).
    
    308 translated messages, 187 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 31a5e9b79fe81a4162d8461b3c5c15d12df2ba46
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Feb 7 16:48:41 2025 +0100

    meson-build: Use SPDX license expression
    
    See https://mesonbuild.com/Reference-manual_functions.html#project_license
    
    (cherry picked from commit 771c15bd8b47017efe5a6c0caeb3640fa56eba15)

commit 66ae10389df440c15ef8f28812a17ab0a0c536b1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 12:25:04 2025 +0100

    autotools-build: Check for xfce4-dev-tools in configure.ac
    
    Completes: 41cb9b2b912a8e689da61a6d483a604db76146b8
    (cherry picked from commit 6b0c0434fdd5e0d48e5d78259db49a73fa196811)

commit 7eb19646bd67da50c67b22631fa55cf35e9bc5e7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 05:22:59 2025 +0100

    Back to development

commit ef069194cc9c564abece6187bdcfc6671fcd1a8b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 05:12:02 2025 +0100

    Updates for release

commit 7253c013f01329080460c7c052d6486261286dcc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 04:51:28 2025 +0100

    libxfce4panel: Fix ABI break
    
    Only partially fixed in ea938314: the order of the signals accounts,
    obviously…
    
    Closes: panel-plugins/xfce4-pulseaudio-plugin#114
    Fixes: 585e2762fbf65419ada277e575142dc2265210dc
    Completes: ea93831413ba608c4f9a5c163ee002163a3578ff
    (cherry picked from commit d35d56a0f8bdd491e4d7445c3c463b0fdc231e66)

commit fced9f03ab5fc9dc6c80eb3ceb3c49a67988a2f1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 3 11:43:37 2025 +0100

    meson-build: Update debug/optimization flag management
    
    Related: xfce/xfce4-dev-tools!145
    (cherry picked from commit c60c29d812dcee44af99e0ab1ca350430ead7881)

commit ad098acda2594da914f314c10332f49c8f455536
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 22:28:38 2025 +0100

    Back to development

commit fbacebfd80228d69ef1fd31f116b0c07d020a782
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 22:16:09 2025 +0100

    Updates for release

commit b76ec7a40e8fd5382a30609b7893a4b58305fd92
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 21:17:17 2025 +0100

    autotools-build: Get rid of maintainer mode where gdbus-codegen is used
    
    It now (glib 2.83.3) adds GLIB_VERSION_2_84 macro to the generated code,
    so we need to let the user generates these files himself.
    
    Fixes: #904
    (cherry picked from commit 41cb9b2b912a8e689da61a6d483a604db76146b8)

commit 5667bd6fdad21c8a10fdf77d2af09f04ac2a70ef
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 19:33:06 2025 +0100

    Back to development

commit 636755fe6bef7e697e8db2df6c114741ae850e9f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 19:18:59 2025 +0100

    Updates for release

commit 13181303419ed1df435effd2fc9b2dd92659a377
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 18:06:27 2025 +0100

    build: Bump libxfce4windowing required version to 4.20.1
    
    To benefit from patches related to the ext-workspace protocol, and in
    particular to avoid crashing at startup on compitors that support this
    protocol.

commit 244d24009bed2a521d0932c744892c8da71e80f2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 18:05:35 2025 +0100

    Update copyright year

commit d007bc2cf3d74c8b7ce6bc1961f9f8cbc0b4c80d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 31 18:32:29 2025 +0100

    meson-build: Don't add 'lib' prefix in static lib name
    
    It doesn't make much difference in this case, but we might as well not
    do it.

commit 197770fb98f8f58d59c285903dc3a53e2484127b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 31 11:46:22 2025 +0100

    meson-build: Simplify feature opt dep management
    
    This seems to be the correct way to go: don't define a useless boolean
    variable and use dependency('') instead.

commit 25466a4a96bc20a7e6ea05d6d7ccf01f891cf7aa
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 28 17:35:30 2025 +0100

    meson-build: Ensure xfce-revision.h was generated when using it

commit 2655f15f246d7f9b862ceb696b9aab623b3b065c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 28 17:01:56 2025 +0100

    build: Use VERSION_FULL intead of VERSION or PACKAGE_VERSION

commit 961e6d4e809efd1a865a86738e30a919c82db459
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 28 17:25:25 2025 +0100

    autotools-build: Fix EXTRA_DIST redefinition

commit 389c0195e40d66738b683cfb7e8d30a60a79235d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 26 18:56:40 2025 +0100

