dwww Home | Show directory contents | Find package

commit b211455084ce2ff755bd3f7974a2151cdcc1b4e2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 2 20:15:32 2022 +0200

    session-restore: Manage autosave ids through a GList
    
    Bitwise shifts are convenient and inexpensive but obviously too limited
    in this case, and integer overflow can be difficult to spot.
    
    Fixes: #165
    Related: !109

commit b619bc5d7ed3135ddad180a9ee9ee6ee1cc955df
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jul 1 12:50:17 2022 +0200

    I18n: Update translation tr (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f1b170e2ecf0b920835130f170302f29193f9ab0
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jun 26 00:49:30 2022 +0200

    I18n: Update translation el (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3cc2f500df5e77990f07880b8fcd059fd466fcfa
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Jun 13 10:42:33 2022 +0200

    Honor global "gtk-menu-images" setting for icon visibility
    
    It is deprecated, but just as much as GtkImageMenuItem whose style is
    reproduced here, and Xfce still uses it. It was not honored since
    Mousepad 0.5.0 and the switch to GMenu, and was not restored in !77.

commit 2c7a99693e7e9bd3240adfcb110ffdf442e86d54
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Jun 13 07:38:38 2022 +0200

    search: Do not select first combo box entry when list does not change
    
    Regression introduced in ea239c3f7e3b75cc75470576c6afbcafc157a302 and
    19ce10e75b43f406783180f72f0d28a06ac2c470.
    
    This causes a problem when replacing with an empty string, by then
    selecting the first entry in the replacement list, thus preventing
    replacing again with an empty string. It also selects the first entry in
    the search list when searching for an empty string, which is less
    annoying but still a bug.
    
    More generally, there is no reason to re-select the first entry if the
    list has not changed.
    
    Related: !119

commit b1e4ba9a2989b90c1b97f4dba65ce6e81af8a7ad
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 12 19:27:27 2022 +0200

    Fix encoding conversion when saving
    
    This must obviously be done after string manipulations assuming that the
    null character is an end delimiter.
    
    Regression introduced in bb513fcf0d20917f60e0d2b87577d462f3de05b9.
    
    Related: !69

commit 1bc0f6a563317d86014d072d6a5e3f21525ea6b2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 12 18:08:47 2022 +0200

    Fix encoding conversion when opening
    
    Regression introduced in dca3de7e7b4daaa81e50f27a8191f96d165db056.
    
    There can obviously be null bytes here, and `g_strdup()`, as its name
    suggests, is for strings.
    
    Fixes: #172
    Related: !64

commit 39d5a668f1fbc37ef45353cb788e124c269c0305
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 12 19:37:02 2022 +0200

    Update charset when a byte order mark is detected
    
    Regression introduced in bb513fcf0d20917f60e0d2b87577d462f3de05b9.
    
    Helps: #172
    Related: !69

commit 6c2fb4834c319cf2525086d34d475042a16486ad
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 13 00:49:38 2022 +0200

    I18n: Update translation el (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a5da1f87aa6888795bfe6dbb23f92f0f3da93a30
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 7 19:52:30 2022 +0200

    cleanup: Be consistent in the naming of signal handlers

commit cff41b6044f589d3648d52b2857c44902097fbe5
Author: Justin Tracey <j2tracey@gmail.com>
Date:   Sat Jun 4 02:39:28 2022 -0400

    Consider unnamed files unchanged when empty
    
    Fixes: #170
    MR: !123

commit 9828bc3bab7b0c0c1b102fcd6053b37062dc41c3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 5 13:04:13 2022 +0200

    tests: Add plugin settings to the list

commit 6ccf224a31975f20505ab9b55d33429773e30413
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 13 18:29:59 2022 +0200

    build: Fix intltool lock file problem during make distcheck
    
    See https://mail.xfce.org/pipermail/xfce4-dev/2022-May/032915.html

commit 23043992d14d9f304a2bb84ef81d2e5c27fb9355
Author: nonviotale <nonviotale@gmail.com>
Date:   Sun May 1 12:51:59 2022 +0200

    I18n: Update translation el (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0858eadd2ff4729b599b34a9f14c96dee6fc00f7
Author: Anonymous <noreply@xfce.org>
Date:   Sat Apr 30 12:51:50 2022 +0200

    I18n: Update translation el (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f84cb5368e013f89f35257586ae38889c9bbe54c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 26 00:49:56 2022 +0200

    I18n: Update translation he (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 209d0b95d98372b5a64499c3005e4403d436bcae
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Apr 21 09:42:40 2022 +0200

    Fix a memory leak in menu item realignment
    
    The absence of the "_swapped" suffix was an oversight (which in this
    case had no directly visible consequence), but the use of
    `gtk_widget_destroy()` was a mistake: it does not dereference an object
    by itself.
    
    Fixes: #164

commit 02d24b7f12072ef9dd60ad76541e70a3d874af07
Author: Anonymous <noreply@xfce.org>
Date:   Sun Apr 17 00:50:21 2022 +0200

    I18n: Update translation sr (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bff32f4f942857f41467fe858c414f52a06f374a
Author: Olesya Gerasimenko <gammaray@basealt.ru>
Date:   Sat Apr 9 00:49:42 2022 +0200

    I18n: Update translation ru (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2d082167b0b81c72e66c10964eec9e13609a57b9
Author: Olesya Gerasimenko <gammaray@basealt.ru>
Date:   Fri Apr 8 00:49:30 2022 +0200

    I18n: Update translation ru (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c460d7dd497ba2c05cc4d5a22913f56b9f8850bc
Author: Andrij Mizyk <andmizyk@gmail.com>
Date:   Thu Apr 7 00:50:03 2022 +0200

    I18n: Update translation uk (90%).
    
    388 translated messages, 39 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cd49507570fd6574592e183285a270583f070a9a
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 7 00:50:03 2022 +0200

    I18n: Update translation ru (98%).
    
    420 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f619f0acc7b9981efbea2e7757b2935991d45d49
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 7 00:50:03 2022 +0200

    I18n: Update translation fi (95%).
    
    409 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 50b96b24818caa22bbfd53bf31d051e0efe8123b
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 6 00:50:06 2022 +0200

    I18n: Update translation sv (99%).
    
    423 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit eaffd109776d18b32d19812d88e0e912503d885c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 5 00:51:05 2022 +0200

    I18n: Update translation hu (68%).
    
    292 translated messages, 135 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a9eb1756b023fd3c422bf24353725cb33d6bdd44
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Apr 2 18:36:17 2022 +0200

    flatpak: Add Libxfce4ui dependency for Shortcuts plugin

commit ab469b1bb9d7c41aea1ecceaccc23d35d31b1369
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 1 15:47:21 2022 +0200

    Back to development

commit 5356aea027df58ab5bd831e79744c934b98c9612
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 1 15:46:13 2022 +0200

    Updates for release

commit 5f1b72570b24c90ab4aba9d008b5b48c9cb72536
Author: Anonymous <noreply@xfce.org>
Date:   Fri Apr 1 12:51:03 2022 +0200

    I18n: Update translation zh_CN (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 895fe3e2650fa37021a10f89c44d6b7489245f7e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Apr 1 00:49:52 2022 +0200

    I18n: Update translation tr (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62f9365725e086c653bce3c9ea928df6b9bc3a4c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Apr 1 00:49:52 2022 +0200

    I18n: Update translation he (98%).
    
    420 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d2851d29f0f9b181ea86b8e1429ac53089a5ea11
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 26 18:32:43 2022 +0100

    close-button: Change icon when hovering if document is modified
    
    Ends !122.

commit 706bcf065578bc135986e350f6b093109f7e6dad
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 26 18:29:52 2022 +0100

    close-button: Change icon when document is modified

commit d93e51e40f6b2d7184f3feda946ef75d607bd947
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 26 18:19:42 2022 +0100

    document: Rename `label_color()` to `style_label()`

commit a71e0aabc5a82f6ddd54a84608e8d1422a1e21fe
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 26 18:14:50 2022 +0100

    document: Remove label color change when modified
    
    Starts !122.

commit 00a17593f2646ff6935ffb5eca7d0d43761cb0d2
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Sun Mar 27 00:49:43 2022 +0100

    I18n: Update translation sl (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7ce91af505dc25b207e3e2257b0176e2ba58acd5
Author: Anonymous <noreply@xfce.org>
Date:   Fri Mar 25 12:50:37 2022 +0100

    I18n: Update translation pt_BR (97%).
    
    415 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 540059d3cc91e6924c2981a8bd4cef2e3426cc56
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 25 11:13:12 2022 +0100

    Add mousepad styleclass for easier theming
    
    To be used in themes e.g. like this:
    .mousepad { color: red; }
    
    Closes #33.

commit f35746b25480c56edf867462cc103bbf976b864b
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 24 12:51:16 2022 +0100

    I18n: Update translation sv (98%).
    
    422 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45df5ffa2851346c03a910532aedf0e855be795b
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 21 12:50:23 2022 +0100

    I18n: Update translation sk (94%).
    
    403 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c524f80d4eca7f3da57c2cf7b4c7aa7c143e13a0
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 21 12:50:23 2022 +0100

    I18n: Update translation et (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2bc111b493a3260fe06812a6c7380416dd738f63
Author: Anonymous <noreply@xfce.org>
Date:   Sun Mar 20 00:49:52 2022 +0100

    I18n: Update translation fr (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 558ebce6cfca4fa77f26efa9cd75e4abdb7e3f07
Author: Anonymous <noreply@xfce.org>
Date:   Sun Mar 20 00:49:52 2022 +0100

    I18n: Update translation es (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7664b6d133a683cbb870a05a465b83feecb6d26b
Author: Anonymous <noreply@xfce.org>
Date:   Sun Mar 20 00:49:52 2022 +0100

    I18n: Update translation da (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 11d8065680676346cc540fa9c2f3ab2878b8f9df
Author: Anonymous <noreply@xfce.org>
Date:   Fri Mar 18 12:51:15 2022 +0100

    I18n: Update translation sv (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1a0df69ef808b66131a29719c63c89a663c1892a
Author: Anonymous <noreply@xfce.org>
Date:   Fri Mar 18 00:49:44 2022 +0100

    I18n: Update translation nb (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e573946c82d3034ca611e1a16ebf8ff04a34347
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 17 23:11:50 2022 +0100

    Test plugin: Sanitize memory management of sources

commit 5cfeaa0c78e8d215d86ace910e37f7e5898182dd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 17 22:56:49 2022 +0100

    Honor GTK_CSD
    
    Related to !97.

commit 7d433785dc63461886ac5d380adb1f62fb43dee7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 17 12:50:43 2022 +0100

    Shortcuts plugin: Specify NULL to have no section title
    
    An oversight in !121: since xfce/libxfce4ui!61 it is possible to specify
    NULL instead of an empty string to avoid having a section title in a
    shortcuts editor. This is more conventional and avoids duplicating a
    string internally.

commit 2f910f4405a760ee0a79389f6dfe4861feacbffe
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 12:50:54 2022 +0100

    I18n: Update translation zh_TW (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3402a1ab011b53325102cb445aebf3096a72ec05
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 12:50:54 2022 +0100

    I18n: Update translation de (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2eb296a07016e8377dc13f65d56e7e1065266b30
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 12:50:53 2022 +0100

    I18n: Update translation bg (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d54043cc7b7d4876ea1960f66d246300fe8aac44
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:35 2022 +0100

    I18n: Update translation zh_TW (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2fe248855275b0dc3863b8214a7f73414f387bd6
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:34 2022 +0100

    I18n: Update translation zh_CN (97%).
    
    417 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 87fb6b7df86a4718048aedb5614df645db2e1aac
Author: Andrij Mizyk <andmizyk@gmail.com>
Date:   Thu Mar 17 00:51:34 2022 +0100

    I18n: Update translation uk (89%).
    
    383 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2d4e232330c7c615d6e6ae4c66ef6373c134208f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:34 2022 +0100

    I18n: Update translation tr (97%).
    
    417 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d90c8267c15a6492d3631564f52dc55a8df2decb
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:34 2022 +0100

    I18n: Update translation th (94%).
    
    405 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 689662ddf4dff4ec9aa72dee361c96c350e761fe
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:34 2022 +0100

    I18n: Update translation sv (96%).
    
    414 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5b2a71cf55459e375d75335177cc067531eb74fb
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:34 2022 +0100

    I18n: Update translation sr (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d46e207eedcf0e56da5b7edae991c469ce0c09ed
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

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

commit 2c6eee799dd6ce277307ef3897e3ced2394c3c3f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

    I18n: Update translation sl (96%).
    
    410 translated messages, 17 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 878bf91db7ac39c9f9105921cdc738e6e56f9aea
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

    I18n: Update translation sk (92%).
    
    394 translated messages, 33 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f24dbc72a41f419fc0255c2c241a3b18d7f8c5c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

    I18n: Update translation ru (97%).
    
    416 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 10b48d206cc89dacedff92ba849b6c3b1c59bebb
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

    I18n: Update translation pt (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62c113902885635c93f7aed2f1139e4bdd54d783
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

    I18n: Update translation pt_BR (97%).
    
    415 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 503e396f434cc8b3efc5804b4fa60f365192737d
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:33 2022 +0100

    I18n: Update translation pl (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 96923a6ab82c8608871b38e95a3deb41d969923b
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation oc (56%).
    
    240 translated messages, 187 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7a185a8ecaf3fecf5a5f162ef4efb15b98c1030f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation nl (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aeb1cee41234e407a1f4ff2f2658830c50241239
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation nb (97%).
    
    417 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 792fe23a9d2e6137cf28eb99c2d0b21c510b363b
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation ms (66%).
    
    286 translated messages, 141 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 23247c8ce73f84549916a8635ee2f83af205958f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation lt (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2ee54c78391f82bae935c94c6b98c6c9f0afad9f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation ko (83%).
    
    358 translated messages, 69 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5867af8edcf3e3ea4fa2883adb28655fb67f25ca
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:32 2022 +0100

    I18n: Update translation ja (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1fd5e17231d4b38ca6a66e5a2022975b9ea974e6
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation it (100%).
    
    427 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f252c228bff77187c8d76e0f5d213494608ab65e
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation ie (67%).
    
    288 translated messages, 139 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 796cb0ca560fb27961e254288eeba240e373372e
Author: Faisal Rachmadin <frachmadin@gmail.com>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation id (96%).
    
    410 translated messages, 17 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b635feb413bfa2cf7bfea9d2cad9db351802598d
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation hye (67%).
    
    288 translated messages, 139 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3a2d0f888868acc61db32e0351abe60f592bc61d
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation hu (67%).
    
    287 translated messages, 140 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6d4b9591cb6797e97dd6dc720aca5b755bb52821
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation hr (76%).
    
    326 translated messages, 101 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 135824e1aefbc6817135f37e8024a76d8ed550a8
Author: Omer I.S <omeritzicschwartz@gmail.com>
Date:   Thu Mar 17 00:51:31 2022 +0100

    I18n: Update translation he (96%).
    
    410 translated messages, 17 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 091b6cb53877807d5cb4ee32235487be917f91c2
Author: Daniel Muñiz Fontoira <dani@damufo.eu>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation gl (95%).
    
    407 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f1535c172c6050a2c0d53c8084dac6e766fd6d7c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation fr (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3bbd3d0a7b8bf57b1bc0f3236226910dbc6e0515
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation fi (71%).
    
    307 translated messages, 120 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7f284116558cd411c54ff805d92d4860567e6e50
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation eu (96%).
    
    414 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c99734a9254fe562ab811f7518a66519f700786c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation et (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f7265cd4b903d312891a493546f876a8721ea7b1
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation es (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e13a0b7ba7b2944b4df4b95dab78daf5467ac987
Author: Στέργιος Γέμελας <sgemelas@protonmail.com>
Date:   Thu Mar 17 00:51:30 2022 +0100

    I18n: Update translation el (92%).
    
    397 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 384a4ad9f849eb1a7c328c066bff3913608d0c8f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation de (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec802684731a2ca6287c493b684668b2981f295c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation da (98%).
    
    421 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f0e82360f3091402b18fda63af7b2230dc4a34b2
Author: Stanislav Horáček <stanislav.horacek@gmail.com>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation cs (91%).
    
    391 translated messages, 36 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1a9bf2cd04f2a2ebedeb09f28fe73509ccf96a4c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation ca (86%).
    
    368 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cb4e32ae711b3fdb530468b9a27fa2a6e014f506
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation bg (97%).
    
    418 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3452372e55d7ab72d8bf48a043c7b7c0ecb4f6ce
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation be (91%).
    
    390 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f3118b5c7292e8b6750b7c29a505337907ed248
Author: clmmbs <msreywel@hotmail.com>
Date:   Thu Mar 17 00:51:29 2022 +0100

    I18n: Update translation ar (66%).
    
    282 translated messages, 145 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 15d49f5ac21b1c02ab474221f89d62f910402e1c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 13 23:03:51 2022 +0100

    Shortcuts plugin: Build editor only if necessary when displayed
    
    Ends !121.

commit 2244cccbaf7c002e35c5ce4d92dec6851a625afc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 21:17:40 2022 +0100

    Shortcuts plugin: Add shortcuts dialog and its menubar entry

commit 1b938702dbcb0264089db7cb669027396d4e9a13
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 21:14:02 2022 +0100

    Shortcuts plugin: Parse miscellaneous shortcuts

commit 98d181e708576961de3926745ca0782338139ab1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 21:09:03 2022 +0100

    Shortcuts plugin: Parse prefs dialog shortcuts

commit 6c6bb10da8e30c79a661b40206995d6f12539f49
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 20:52:10 2022 +0100

    Shortcuts plugin: Parse menubar shortcuts and add editor as popover

commit 8de8f04ca5e3e73d62f0acb5f79920dd8038b937
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 20:24:27 2022 +0100

    Shortcuts plugin: Add skeleton

commit e9670e80593e30986925aa9579ce7d88f934605d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 20:09:29 2022 +0100

    Shortcuts plugin: Preliminary changes to the core application
    
    * Attach default shortcuts to the accel map for future reference.
    * Add a getter for the prefs dialog.
    * Rename TRACE macro to avoid conflicts.
    * Add an id to the "Preferences" section in the menubar.
    
    Starts !121.

commit 777bc3ead1cf4de2eaa07f248f272875d684cfe9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 19:45:05 2022 +0100

    Plugins: Add a skeleton plugin to ease writing of new plugins
    
    Related to !92.

commit e9c67f052c3ecd72d51110b71848c92ac246e722
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 19:37:37 2022 +0100

    Plugins: Add a tooltip to the plugin check box
    
    Related to !92.

commit 63b3d92f44c62f9b001cf5a89e1462b588d1fe95
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 19:30:48 2022 +0100

    Plugins: Resize the prefs dialog so it contains the popover
    
    Necessary with GTK 3 on X11: see
    https://gitlab.gnome.org/GNOME/gtk/-/issues/543
    
    Related to !92.

commit af9c2d704ec042380e255794c66229b95575ad02
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 19:26:29 2022 +0100

    Plugins: Hide prefs button if the setting box is already in use
    
    Related to !92.

commit 8509f8f22518cd0dca9e87cfe605231054f13009
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 11 19:10:37 2022 +0100

    Filter entries from `accels.scm` on non-detailed action name
    
    A small regression introduced in 28c1d325, which prevented specifying
    action names with target.
    
    Related to !59.

commit a15e401e5f8e06c5882e40c789c4a4637da435a3
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Wed Mar 16 00:50:54 2022 +0100

    I18n: Update translation pt (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b00b398579b9056b7c560191c40f9bf27ffa97cf
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Tue Mar 15 00:49:48 2022 +0100

    I18n: Update translation sr (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 46225607e86354b0dc7374ca9ec8d711d35b9bc1
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Mar 14 12:51:49 2022 +0100

    I18n: Update translation zh_TW (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f78b2e2f99e3ac3a12dbcf75ee28a11742bae85
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 14 12:51:49 2022 +0100

    I18n: Update translation lt (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4a7c56e4ab7c78f3ba7cd2fc2939f8da3a7d9bc8
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 14 00:49:48 2022 +0100

    I18n: Update translation fr (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f703a5fe24c86bfb472d67cd5401087d6ee4cb52
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sun Mar 13 12:51:19 2022 +0100

    I18n: Update translation et (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9a11c4ff97a3fd35b94aa7f5477462853ae27475
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Mar 13 00:49:35 2022 +0100

    I18n: Update translation nl (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59beb82969a6c1e2964ccc29b3135a448338f82f
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Sun Mar 13 00:49:34 2022 +0100

    I18n: Update translation ja (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 488f92e68df0a74fc3060116aa931f878b092ea5
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun Mar 13 00:49:34 2022 +0100

    I18n: Update translation it (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa4be28f4ac1bd3e978956d7fb6e22b0a13ef69d
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Sun Mar 13 00:49:34 2022 +0100

    I18n: Update translation de (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f53321f1630e22dcbe8719028769c8e36851c25b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 12 17:07:23 2022 +0100

    i18n: Check for `bind_textdomain_codeset()`
    
    It is safer, see
    https://www.gnu.org/software/gnulib/manual/html_node/bind_005ftextdomain_005fcodeset.html

commit 223a9a1b036a38ad3c8238edd4c34b88e152af06
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:56 2022 +0100

    I18n: Update translation zh_TW (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9dfb634552deff5d0b76c89144956f656fdd8085
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:56 2022 +0100

    I18n: Update translation zh_CN (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 12aebefcb9b368c30a80c70ba5af0d61fe95f678
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:56 2022 +0100

    I18n: Update translation uk (91%).
    
    382 translated messages, 35 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0d5b0c7aca0939d0b1c44e4eeb17d08426342863
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:56 2022 +0100

    I18n: Update translation ug (52%).
    
    217 translated messages, 200 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5113fb57869ae6df8fc2795a8951a38307c2e777
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:56 2022 +0100

    I18n: Update translation tr (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f566d9f37ca1a987eb67c9223dafafa20f7a50c4
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:55 2022 +0100

    I18n: Update translation th (96%).
    
    404 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 71ad9e9c54925366cbe44fcf7831356e6a8a4b2b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:55 2022 +0100

    I18n: Update translation sv (99%).
    
    413 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8dc266e386d1c6e5a5d3a1b9a8ea8da071c7772f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:55 2022 +0100

    I18n: Update translation sr (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b52bf4b3f1fa3c4ab58cb9727cf11d6c86dec439
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Mar 12 12:50:55 2022 +0100

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

commit 5624d8e3d3fb35c8e9203555f03ad5ec5c17fe12
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:55 2022 +0100

    I18n: Update translation sl (98%).
    
    409 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c0566c563d8d9c306866697773bb9c2c2dab3f8e
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Sat Mar 12 12:50:55 2022 +0100

    I18n: Update translation sk (94%).
    
    393 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8f43beb1c02f5a6b349109a4f51cfe916fa0b870
Author: Anonymous <noreply@xfce.org>
Date:   Sat Mar 12 12:50:55 2022 +0100

    I18n: Update translation ru (99%).
    
    415 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e6da552080c770da5f287d2e8e44eb6a274e367
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:54 2022 +0100

    I18n: Update translation ro (55%).
    
    232 translated messages, 185 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7a6b7c2e32792fd68997b5424cd90456b4fa4c2d
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:54 2022 +0100

    I18n: Update translation pt (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e46db3dfe124874ff26b577c24202cbfc5257867
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:54 2022 +0100

    I18n: Update translation pt_BR (99%).
    
    414 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b4dd98dd4e7e9f2affdbf1bb0dcb9468a21d8a91
Author: Anonymous <noreply@xfce.org>
Date:   Sat Mar 12 12:50:54 2022 +0100

    I18n: Update translation pl (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 125a7ec45c2217626e919e10b049ca960ad760c0
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:54 2022 +0100

    I18n: Update translation oc (57%).
    
    239 translated messages, 178 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c68ad22f621476215fa69b6c88a7a46c1fd8b3ef
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation nl (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0ba794d6f05a5d85dc2ae1467bdf753cbfdaff1e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation nb (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62b83dc9df5ff3722c46011ec636cf26d2592b09
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation ms (68%).
    
    285 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ff065e9836510c39d69819f2a40846f549a0b3f3
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation lt (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c6390a6cc9807d286f088dda95aab6b610c66b56
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation ko (85%).
    
    357 translated messages, 60 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit caa887f070757714e82cccf54703b7d69a1605cf
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation kk (72%).
    
    301 translated messages, 116 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b3ae6eededb7ad32a6f4deb83de4f372b71a5300
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:52 2022 +0100

    I18n: Update translation ja (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2693d8915bbf21d9ee23451a7717075b37920327
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation it (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 04e602d0a6a5ab6e899ce4475f84331cd269ade2
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation is (67%).
    
    280 translated messages, 137 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b36458a836f69b8f46ccd033cddcddf55abc2311
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation ie (68%).
    
    287 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 26fa591fa624804891b5dbb5706e7e434ca22486
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation id (98%).
    
    409 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 864ca7d403e62067d26e290f84c26703f9876c03
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation hye (68%).
    
    287 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cf8dd502fa33403e1303f408d24fc8e16d6642c1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation hy_AM (67%).
    
    282 translated messages, 135 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed9d09bbee6b6b519f3234e207063eccb6815705
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation hu (68%).
    
    286 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aafcc9934f5c2c5a22811c42c2d6e83d06a6839e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:51 2022 +0100

    I18n: Update translation hr (77%).
    
    325 translated messages, 92 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c3e8a68c4bd3736feed0e5b419a50869d7ce0d6f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation he (98%).
    
    409 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1c27d3b623013d6b390a94c6f92b2cfc8e3131f5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation gl (97%).
    
    406 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9be3474ed7d0886c2c2f820b2cf0b4debcdfc067
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation fr (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4d3c755f91a794aabd9b5c2f017c564019cdc31f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation fi (73%).
    
    306 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c693367b186a2e4a7acc52a6271898f728261cc5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation fa_IR (56%).
    
    236 translated messages, 181 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9c83abb72bfe72d480e7a44fe16aa8550144b3c2
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation eu (99%).
    
    413 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b300c8899555bf63a5f8e09eee68489c9fdea3a9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation et (99%).
    
    416 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c988f36a917f2157060f9068397fdc9890688ee1
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sat Mar 12 12:50:50 2022 +0100

    I18n: Update translation es (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 42624b2c3baf305c5f3f0b9c1179bbb33de44c34
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation en_GB (67%).
    
    281 translated messages, 136 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8a4ecb3e0e9495b7e7ae1de8db02321c5aec2608
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation en_AU (67%).
    
    283 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f8610253c7bac67fb0d2e2b656cead381324ddb9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation el (94%).
    
    396 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 81ec9b724b24f328e2bf2d5543ac2efffe4bcada
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation de (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8d219d28e70b2f1b9cdb9638bcf6688a90ab0f20
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation da (97%).
    
    408 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0b44e44d7b66dc5a6a509b2dfa64bb59b4770e2b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation cs (93%).
    
    390 translated messages, 27 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ca52b531596d767f2af8223b2de1b3d128ffbb53
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:49 2022 +0100

    I18n: Update translation ca (88%).
    
    367 translated messages, 50 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2ed432d5c877cf379f173e88144fa7de60ae4607
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sat Mar 12 12:50:48 2022 +0100

    I18n: Update translation bg (100%).
    
    417 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a06016dbae3449634837963c5cf2794a8f96dd32
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:48 2022 +0100

    I18n: Update translation be (93%).
    
    389 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2b4ec1800fa7889f1bc31a35bc01931e64f6e0b9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Mar 12 12:50:48 2022 +0100

    I18n: Update translation ar (67%).
    
    281 translated messages, 136 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c8863b233408442b6b0c46c19d2515d78be56178
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 2 23:27:55 2022 +0100

    Search history: Update prefs dialog
    
    Ends !119.

commit 36882e2c40d4b250655650d5a5a3d7b6cff8e1a5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 2 20:53:03 2022 +0100

    Search history: Add settings to store search and replace histories

commit 876fd855f5427c1e2a9c683fd4bb873f975aa693
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 2 16:25:43 2022 +0100

    Search history: Add a setting to control the size

commit 19ce10e75b43f406783180f72f0d28a06ac2c470
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 2 12:07:14 2022 +0100

    Search history: Extend to the search bar

commit ea239c3f7e3b75cc75470576c6afbcafc157a302
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 2 00:08:06 2022 +0100

    Search history: Update on explicit search or replace

commit f3ae19c4d5300f2f82d7f469a65940c1fab385f3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 23:45:33 2022 +0100

    Search history: Distinguish search and replace histories

commit 9b6a09813f13e5e0db26526d9f32f2c22ed64d62
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 23:35:13 2022 +0100

    Search history: Use a GHashTable instead of a GList

commit e0add4d6c5e8fc8a513bf03fe4dd73a8a8ec4c66
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 20:56:13 2022 +0100

    Search history: Move from replace dialog to history
    
    Starts !119.

commit 72eae36723c911021989201ffcb05924ca09a1f9
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu Mar 10 12:50:34 2022 +0100

    I18n: Update translation zh_CN (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4eeade8df3896814b547fd9ec0640592fb7ea46c
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Wed Mar 9 21:52:08 2022 -0800

    Update Copying (Issue: #160)

commit 20f9fee83fc20d86aee7617b5eb02871893c36f8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 9 11:46:24 2022 +0100

    Session history: Never clear session array on exit
    
    Fixes #162.

commit 9dc696bd5a6af09316ccbcebaa3d521385595d92
Author: Andre Miranda <andre42m@gmail.com>
Date:   Wed Mar 9 00:49:55 2022 +0100

    I18n: Update translation pt_BR (99%).
    
    414 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e01257791b3bf4b7b30f4fcb0d752c6f81325308
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon Mar 7 00:50:03 2022 +0100

    I18n: Update translation et (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 92fc9aee71cfe763efd09e54ec557ae6eba32d25
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sun Mar 6 00:49:46 2022 +0100

    I18n: Update translation nb (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 826323e090bf05c62a7949645fff7bfe2c51c046
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 5 10:02:47 2022 +0100

    Hide search bar by pressing Esc key even when not focused
    
    The view often has focus when we decide that the search bar is no longer
    useful, so it is a pain to have to give it back focus to hide it.

commit 9c6db0711666b122c7155da2bf2a3f6c50898ecb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 5 09:54:29 2022 +0100

    Fix broken feature "Show menubar temporarily when hidden"
    
    It is broken when the menubar is hidden at startup (so in the main case)
    since cec7040bb4c2887c9d10e6cd7b1bccf630766900, i.e. Mousepad 0.5.5.
    
    Related to !42.

commit 3477550f0cb6c7c9fbcc72f1988563c3186b990c
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Thu Mar 3 00:49:17 2022 +0100

    I18n: Update translation es (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ebe5852aa8e95128e571363b762ac75831c2d679
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Wed Mar 2 00:49:45 2022 +0100

    I18n: Update translation tr (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aa5777a9777996ed71fc833c8ad9f745ecca66d9
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Tue Mar 1 12:50:35 2022 +0100

    I18n: Update translation zh_TW (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 214cdbdfeca89fdf1a903491724fbf43f748a6f1
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Tue Mar 1 12:50:35 2022 +0100

    I18n: Update translation zh_CN (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e3bf62ef05b07a33a7dbe669634acc0bd93c2c49
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Tue Mar 1 12:50:35 2022 +0100

    I18n: Update translation de (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ee0582c18532fea658314b295454ca256cfc5b81
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 11:36:37 2022 +0100

    Search: Escape selection when regex search is enabled
    
    Also removes the line break restriction, which was probably only needed
    before !1.

commit 6c421b3bd8e70e5eb2f254bc7bcc74e672c091ba
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 11:34:19 2022 +0100

    Cleanup: Avoid code duplication

commit 072820d2e436e9c50d272722eec6e19720201699
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 08:21:52 2022 +0100

    Force encoding when reloading
    
    By hypothesis the file has already been opened with the current
    encoding, so the question of its validity no longer arises. Moreover, as
    this is a direct call to `mousepad_file_open()`, if the encoding is not
    forced and is only partially valid, the reloading of the file fails
    without even opening the encoding dialog.
    
    Related to !69.

commit 4c902aa81407ec0443fd2c70d3e1f9c312bc1035
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 07:51:52 2022 +0100

    Force encoding when it has been explicitly set by the user
    
    This is a behavior that seems reasonable in general, and in particular
    it fixes at least two cases of unwanted reopening of the encoding
    dialog:
    * when a file is opened directly in the encoding dialog by
      `mousepad -e -- file`, only partially valid encodings are found, and
      one of them is finally used to open the file;
    * similarly when the encoding dialog is opened from the "Open" dialog.
    
    Related to !69

commit b9093ed711022baf2f414c9bb843858ec3bf6b76
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 1 07:39:53 2022 +0100

    Do not consider encoding as always user-set in the "Open" dialog
    
    Better match the command line behavior instead: the encoding is
    considered user-set only if it is explicitly changed in the combo box.
    
    Related to !69.

commit 4d9f8b1986a6b895f4d7bd503dcdb0accce5b111
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Tue Mar 1 00:50:15 2022 +0100

    I18n: Update translation ja (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 71b1a3881b5f2ac8305563ca644c7a1ceee19fba
Author: Στέργιος Γέμελας <sgemelas@protonmail.com>
Date:   Mon Feb 28 12:50:59 2022 +0100

    I18n: Update translation el (95%).
    
    396 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ab830514a3a78592a313ada5516069ba957dd85c
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 28 00:50:17 2022 +0100

    I18n: Update translation es (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 267cd5e9db34b2fc27562e5650d5cb12cfa3e991
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Feb 27 12:50:34 2022 +0100

    I18n: Update translation sr (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fcdcceeb537cdfbbc368f2a14a1843c7b7bdbf39
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Feb 27 00:49:42 2022 +0100

    I18n: Update translation pt (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7f1274b933f9f11d9c00debf8b178f13ad19c4e5
Author: Anonymous <noreply@xfce.org>
Date:   Sun Feb 27 00:49:42 2022 +0100

    I18n: Update translation pl (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 22037d96872fc49c2dac10a37ed560702a81cde4
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Feb 27 00:49:42 2022 +0100

    I18n: Update translation nl (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3198ee735488dfec8f4c4f8f2ba37296ed89a0ed
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun Feb 27 00:49:42 2022 +0100

    I18n: Update translation it (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7c023b9da02645f0f7fa2646e4fce6217e1d1266
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Sun Feb 27 00:49:42 2022 +0100

    I18n: Update translation fr (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 389cdde3ba4cb08a0dafa6dfbd29e05fb7cd9f1b
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Sun Feb 27 00:49:42 2022 +0100

    I18n: Update translation de (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8b2e327b00a82b1c66e79b4428e4f7edf1cdc6c0
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Feb 27 00:49:41 2022 +0100

    I18n: Update translation bg (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1270bc87900542184c78c3c43ce9ea4732ce08fe
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation zh_TW (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d62cb0ec7af1609770ed4d2c17982e326beabb69
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation zh_CN (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3d81221495f2037496f8ddef54539625110b0ab7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation uk (91%).
    
    382 translated messages, 34 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 413f022476ae93817b5be09bfd26fabad924b966
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation ug (52%).
    
    217 translated messages, 199 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5370fd236312a018fbd42baec86120bd1aa9df34
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation tr (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d356773d7faec225632256020b1443278dd518c1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation th (97%).
    
    404 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e697f6848b372c0dc574d6987bfb1869583eca94
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:46 2022 +0100

    I18n: Update translation sv (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 77ab371d0e7b8d2ebf2371f1447bfddb3221f4d4
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation sr (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 22f89be3801122da6cbffb62e889575832961a38
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation sq (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6d2a07533422c8b4f6b53aad27f0f27c0005e591
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation sl (98%).
    
    409 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 12aa1d78498460fd38cc0771292bfa9d4d092b80
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation sk (94%).
    
    392 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4639229b9a00679c06f64e476ff487d9d6fd1f54
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation ru (98%).
    
    409 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d7a41091ffb21642e764dda22c4a2539033ad493
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation ro (55%).
    
    232 translated messages, 184 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e6edaa635674116086638c9e30383c25fcf67c8b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation pt (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d4ef661eb06b17fe0f8fe60a2dc1c699b0e549ef
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:45 2022 +0100

    I18n: Update translation pt_BR (98%).
    
    409 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6d77de36baa6787435ddd9d916c62e2163d397e5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation pl (99%).
    
    414 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aa6ec0d7ceac7e29a2ca6a79c486869a0fb6a4dd
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation oc (57%).
    
    239 translated messages, 177 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3059b362a966c1a47405f067bb9978a36412f7ea
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation nl (99%).
    
    414 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 82fef6e75a84b876690aa82110f078a41fb52f69
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation nb (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 18c962695e81c9c1db7110596c89dcac701c3c1c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation ms (68%).
    
    285 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa9128df3434fdf878eb521e4268d634d229cb8d
Author: Anonymous <noreply@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation lt (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ac3b0015698571659ad6f03bee0fc6e62ee63e62
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:44 2022 +0100

    I18n: Update translation ko (85%).
    
    357 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fc271315daf698864e8a656289e2a8649a162eab
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation kk (72%).
    
    301 translated messages, 115 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d18d033ab9ea3ba0d1bae65529b13e4bd51fc8de
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation ja (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5cf2738a9e67bd9d8b6738efcbd654f4b4f4a959
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation it (99%).
    
    414 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f2f6d030b2876e39dce181ac3f9d009c6aa2ceee
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation is (67%).
    
    280 translated messages, 136 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 18b471a8b3df3f110b4048ff6112765b81de140e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation ie (68%).
    
    287 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 12679b3c869a9c73af66fa513ae733e96f1ca59e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation id (98%).
    
    409 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 55231de183efe7f485e1e22f939700fcef94cb57
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:43 2022 +0100

    I18n: Update translation hye (68%).
    
    287 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f5c2d9928038108d1e00bc62ff25615cb325db73
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation hy_AM (67%).
    
    282 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f30ef3f15413d79f5fa99d9804c03889f4cbdbcf
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation hu (68%).
    
    286 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ab3cc2cae6e5eaccbc196dd76a28509141dee5b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation hr (78%).
    
    325 translated messages, 91 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 05a3a5689f7fcfbe9a225326e076b744b60dc311
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation he (98%).
    
    409 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4a88fff94fdc1f87d8bf7d4976e9cc5039064819
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation gl (97%).
    
    406 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 409a046a81ff09a9f20ea45056c73a2ea575ff19
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation fr (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7ee88c811875b9dbcd5b9ce6eedd40408cd9ffb
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation fi (73%).
    
    306 translated messages, 110 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f4620533600ea7470a8891799619b166c5c471ff
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:42 2022 +0100

    I18n: Update translation fa_IR (56%).
    
    236 translated messages, 180 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit acdcefbdaa7c8cd724168b4a6ba48f32bbc22e5a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation eu (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 04df1a585c050581425b08b3e6bf2e549736bac8
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation et (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f646cac5713363218e9fc17a19edfe49534d0a14
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation es (99%).
    
    414 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be6cbd9aeab4d9ced7877a0a64b9c44c99898c9a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation en_GB (67%).
    
    281 translated messages, 135 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 13ef019fb35b3d2c070c64bab31a86fbd532344a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation en_AU (68%).
    
    283 translated messages, 133 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5d990d909bea4400fb3cd627da565e68bdf593a2
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation el (85%).
    
    355 translated messages, 61 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit eba236979927c866f93407ee7735a9fde0e5eea0
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Feb 26 12:50:41 2022 +0100

    I18n: Update translation de (100%).
    
    416 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5a3cfafc55fa7ae77e504f66a5d751f2c994e39a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:40 2022 +0100

    I18n: Update translation da (98%).
    
    408 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 448593b50c2b5ca94aaf989c1a1c56890883388c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:40 2022 +0100

    I18n: Update translation cs (93%).
    
    390 translated messages, 26 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f53ac6a08cbe9751215db13a10ae214c59fe3cd7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:40 2022 +0100

    I18n: Update translation ca (88%).
    
    367 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1a3702c0b5c93cbde7989dd9655328d88544ad93
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:40 2022 +0100

    I18n: Update translation bg (99%).
    
    413 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f4408368632327dcb481c5c981df734643dd1522
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:40 2022 +0100

    I18n: Update translation be (93%).
    
    389 translated messages, 27 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fed45bf5b9e27f7ff61033e06b7d1d6fd1bc6750
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 12:50:40 2022 +0100

    I18n: Update translation ar (67%).
    
    281 translated messages, 135 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5a4ff0d182068ece1284b19558818907db71c71e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:54 2022 +0100

    I18n: Update translation zh_TW (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 81bd371eacf8eb25a1493d3b963f7a325a6ce038
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:54 2022 +0100

    I18n: Update translation zh_CN (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2f34e055c1e83575200c11cbbac76ff4b4ae4304
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:54 2022 +0100

    I18n: Update translation uk (92%).
    
    382 translated messages, 33 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 53646ce9a98491fecc7ecaf59e97eb8e55617d33
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:54 2022 +0100

    I18n: Update translation ug (52%).
    
    217 translated messages, 198 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f84aabd0af60adb639c3b9cdab789a990284e169
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:54 2022 +0100

    I18n: Update translation th (97%).
    
    405 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f5a5c540fd52f9b8159e610a8964c64f9c87c7c6
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Sat Feb 26 00:49:53 2022 +0100

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

commit 5f9192a317b3752d1bb0c2d1591d164a88c5224f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:53 2022 +0100

    I18n: Update translation sr (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 894cc365088cf0ca3241d60ae67896f12de31462
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Feb 26 00:49:53 2022 +0100

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

commit 01b039e77d90223d231e00e0b6fbfa32c839b1fb
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:53 2022 +0100

    I18n: Update translation sl (98%).
    
    410 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 73b51ac6fb4982cf71a545d97ff4fcfa34bd69ba
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Sat Feb 26 00:49:53 2022 +0100

    I18n: Update translation sk (94%).
    
    391 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8545283780ad48785646f12871eb26ae40095260
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:53 2022 +0100

    I18n: Update translation ru (98%).
    
    410 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6a11da44cd8421369d69b35ec4878e7716e681fa
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:53 2022 +0100

    I18n: Update translation ro (55%).
    
    232 translated messages, 183 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 65570225fdfe963f80c638989f7b7a63dce452db
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation pt (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e5350fec2200f19e1c21f826d8c20c3b35c041f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation pt_BR (98%).
    
    410 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fb9c6e5f25f894f468723afe047cf2be8d9c33f9
Author: Anonymous <noreply@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation pl (100%).
    
    415 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 93f1fc3d8b5566169656a99995b1e460985fa790
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation oc (57%).
    
    239 translated messages, 176 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 57c543c04af9516fda2f5f48a506248d0d0f171e
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation nl (100%).
    
    415 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 23cbbcb1544e3b13b74e477273c9a895b1d4ade2
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation nb (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 784d954a5d6fad4df274760952493c72c2c0a725
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation ms (68%).
    
    285 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4b889f465b6048cc9fc0535b3482b9fe927bd9a6
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:52 2022 +0100

    I18n: Update translation lt (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bb2460dc53e4a47e5c1b754881b7e29b4a110f15
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation ko (86%).
    
    357 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 94a0bddf3e45438d6f71c6e234d417fc14a8fc3a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation kk (72%).
    
    301 translated messages, 114 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 222268a37f0678698f3a19f32fe26a6ef144d447
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation ja (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b9b3c0521eb9d8a206e457f4c334bba1728a8d22
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation it (100%).
    
    415 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 54368a0d287a79bd49afd5a9033d46d76ea3e5bf
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation is (67%).
    
    280 translated messages, 135 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec4e5d73de4db688d0ae7b75078ea2d5f008c61a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation ie (69%).
    
    287 translated messages, 128 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9503241faef6b9d64c34b764f146534176073cb
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:51 2022 +0100

    I18n: Update translation id (98%).
    
    410 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aa4085befae66730de88bfc059957ec4efe6048c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation hye (69%).
    
    287 translated messages, 128 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 72512129259b48708a95f26d20bec9da542f116a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation hy_AM (67%).
    
    282 translated messages, 133 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 68c526b7ebf1ade5c9ff0484f35da2cf77959f16
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation hu (68%).
    
    286 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8cbde02bc24a6e602ed8c4f182eb7196f6202547
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation hr (78%).
    
    325 translated messages, 90 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3790c81e99398c0ddeb025624361a57de81165ce
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation he (98%).
    
    410 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a5b2c93e98cde379cd728136eac8132d09559447
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation gl (98%).
    
    407 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c1a79de4d20e7e94b797590d34c96acfc39b4190
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:50 2022 +0100

    I18n: Update translation fr (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8a01806cbb93681a21214f23d2ebd0de64761ee8
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation fi (73%).
    
    306 translated messages, 109 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e45124a3f21519104227161dd031d92a1e5d0701
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation fa_IR (56%).
    
    236 translated messages, 179 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e77352d7b495b49d743ccbdd5cb3637c3ee55463
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation eu (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8ad82e808f9dc3375b47bbfeff54706aa99037bc
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation et (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2927e22f896673c1f9daaa7d65cea12d93179771
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation es (100%).
    
    415 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ce6ed4e0de92411c366f49c04e3c8d098e0074ea
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation en_GB (67%).
    
    281 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0493c7f7533dc0d4e36694bafb13d6e942ae5571
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation en_AU (68%).
    
    283 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3ce1da40fb7bc8bd9e4ef84b1ac7d136647e74a8
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:49 2022 +0100

    I18n: Update translation el (85%).
    
    355 translated messages, 60 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fc0182206689584b9672c92ab501606bb5544ad8
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation de (100%).
    
    415 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2a08133162632da75b80eef11211c813b551f412
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation da (98%).
    
    409 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c19cd8053d6623cfb11cff3d1d02a6de56d80f1c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation cs (94%).
    
    391 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0143b8508d18b05a6d663e32af180b1f3aa2eaca
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation ca (88%).
    
    367 translated messages, 48 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 95d6042eed2ffa977b0b7a71eb9fe652b1b076b9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation bg (99%).
    
    414 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be709943455342f143ee1a1f24f7bcccf255ab8a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation be (93%).
    
    390 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 16bce9aac3a349877f99001edf04bdb54c6c3f05
Author: Xfce Bot <transifex@xfce.org>
Date:   Sat Feb 26 00:49:48 2022 +0100

    I18n: Update translation ar (67%).
    
    281 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aa01e1aa31d191b66084ea459b891bc483efabc7
Author: Jan Ziak <0xe2.0x9a.0x9b@xfce.org>
Date:   Fri Feb 25 19:05:59 2022 +0100

    Fix antonym of the word "indent" in preferences dialog
    
    Per Wikipedia, valid antonyms of "indent" are (in alphabetical order):
    
    - dedent (Python terminology)
    - outdent
    - unindent
    
    Also, add a tooltip.
    
    Source: https://en.wikipedia.org/wiki/Indentation_(typesetting)

commit 5f3b101d256460c80d01b202e2a2ed8355457460
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Fri Feb 25 12:52:19 2022 +0100

    I18n: Update translation tr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 93980715aff7c02dd5a096e648465265344c19e8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Feb 24 16:42:14 2022 +0100

    File monitoring: Add an automatic reloading option
    
    Related to !64.

commit 742c2ee074a7054fa0c0bc98a7dce81c99da6076
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Feb 24 16:33:16 2022 +0100

    File monitoring: Try to filter out fake deletions
    
    Related to !111.

commit b461c622186657fe27010e537970c542912732cf
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Fri Feb 25 00:49:49 2022 +0100

    I18n: Update translation sr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3d3246eb6261b7198076f48af83fc7d19636b913
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 25 00:49:49 2022 +0100

    I18n: Update translation eu (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b8c6daf56130481cd6867b1964e934cef1c8478d
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu Feb 24 12:50:41 2022 +0100

    I18n: Update translation zh_CN (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fd68f58595189fd6c6bd54f272b5aecf43261a6e
Author: heskjestad <cato@heskjestad.xyz>
Date:   Wed Feb 23 00:49:47 2022 +0100

    I18n: Update translation nb (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit add0c1355dffd6854f569c80fc0913b27863bb8b
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Wed Feb 23 00:49:46 2022 +0100

    I18n: Update translation de (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f66d265999901c829bd09177c89dd7533831aefd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 22 19:49:56 2022 +0100

    Make CSD opt-in
    
    Minimalist change to comply with Xfce's new opt-in policy for CSD: see
    https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/47
    
    Adding a binding with "gtk-dialogs-use-header" (in addition to or
    instead of the current toggle) doesn't seem to be very useful at this
    point, so best to leave things as they are.

commit 7a2a91eda6b4106f0d18b0dd77ba7af3c4e9d444
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Feb 22 12:50:24 2022 +0100

    I18n: Update translation nl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fafb06dc2fcf84522c092a975e9b9eabf08aad94
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Tue Feb 22 12:50:24 2022 +0100

    I18n: Update translation et (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c324b29dede5d252d84520534e3a8ba677163485
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Tue Feb 22 00:49:47 2022 +0100

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

commit 59a513dfa157d40cad9d4fb42405a4e89462f5be
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Tue Feb 22 00:49:47 2022 +0100

    I18n: Update translation pt (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ad57a1fa5975923b7fb93c1977689ff335cac1f9
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Tue Feb 22 00:49:47 2022 +0100

    I18n: Update translation it (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ae400ded2eebff7e1dd49f81c19e21ad539b75a9
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 22 00:49:47 2022 +0100

    I18n: Update translation fr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d779740a98a50cb070bc4a4340ae66fd4fe832bd
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Tue Feb 22 00:49:47 2022 +0100

    I18n: Update translation es (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1fc8d8d9d0c1f65ff30d95347e777f9e17129a09
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Tue Feb 22 00:49:46 2022 +0100

    I18n: Update translation de (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2aa92937df4d5659122902180fac63ab8ce9256e
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Tue Feb 22 00:49:46 2022 +0100

    I18n: Update translation bg (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45595c49c0057d0f664cd95560e4d09bcdb3b62d
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Feb 21 12:50:51 2022 +0100

    I18n: Update translation zh_TW (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e14f216d16d2d4b152c0372e9d1588a163c1e97
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:51 2022 +0100

    I18n: Update translation zh_CN (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c59665bc580b940b77b0972e816ff669e68accd7
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:51 2022 +0100

    I18n: Update translation uk (92%).
    
    382 translated messages, 32 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b81c972ea054b62d8e7308e08df3c709be137f6d
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:50 2022 +0100

    I18n: Update translation ug (52%).
    
    217 translated messages, 197 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 74a3017d235939df8d86eab5973ead9426703827
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:50 2022 +0100

    I18n: Update translation tr (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 33a31ed266a3b05fcd13525bc1302f01a60706e0
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:50 2022 +0100

    I18n: Update translation th (97%).
    
    405 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 73b69b2f372cc0007a4b6a3d5b4aaa7c58189291
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:50 2022 +0100

    I18n: Update translation sv (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a4273142e06e178ff040b0d259a2ff802138e0ea
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:50 2022 +0100

    I18n: Update translation sr (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 97331a2f2fe2fc5bd292aade25d504706d7120cc
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Mon Feb 21 12:50:50 2022 +0100

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

commit 312459f97d96db7257d86a6b0f9ac55842c1aecc
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:49 2022 +0100

    I18n: Update translation sl (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9463811a162cb2132f046f252487e845472927b5
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Mon Feb 21 12:50:49 2022 +0100

    I18n: Update translation sk (92%).
    
    385 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9daed55cede528339b5cfc04d6b1a6c23f6a3549
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:49 2022 +0100

    I18n: Update translation ru (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 060ec99d3e84a635115df362df3cb139e4faff06
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:49 2022 +0100

    I18n: Update translation ro (56%).
    
    232 translated messages, 182 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 454d71bb2a65110ff9a51729e2999197fcf2b0fa
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:49 2022 +0100

    I18n: Update translation pt (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7003d0c3fe6a3673ebc5af34e7e8eb1566741c00
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:48 2022 +0100

    I18n: Update translation pt_BR (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a052b1af4d73ec5142fafcc318f8f99067ead855
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 21 12:50:48 2022 +0100

    I18n: Update translation pl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 745dae9f6fe95180ef9fff94b3d8badb365264d9
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:48 2022 +0100

    I18n: Update translation oc (57%).
    
    239 translated messages, 175 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 096bd0d35bcd9a083affbc31fd53d89a5c0072a7
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:48 2022 +0100

    I18n: Update translation nl (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 52d662c8fc05a90f874fdc89978a16b19222e41d
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:48 2022 +0100

    I18n: Update translation nb (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0065542720887d5f3525e4c2d351ff756f017813
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:48 2022 +0100

    I18n: Update translation ms (68%).
    
    285 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2979be7f895f96ade936d3f2dbb52cd9199eff53
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation lt (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4ba88c2bb6b211497a1f931852a1101650a7b536
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation ko (86%).
    
    357 translated messages, 57 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a3a954ee2ae0f2763df6c3cfdee06ed59f69a7fa
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation kk (72%).
    
    301 translated messages, 113 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e87d27aaecde63f8c3f80ba355cb061e18195367
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation ja (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c3ddfae241151fcba06038a13dac516ac0c2b63e
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation it (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6dce3289ecb3139f73170541a7e13b0c583e834a
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation is (67%).
    
    280 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 24d92ac4954cf9c4420478198bd6422c7b35fdb4
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:47 2022 +0100

    I18n: Update translation ie (69%).
    
    287 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fadf4820c94fc32c1eb01dfd6f26a6e3fce37123
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

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

commit d05f1cf8036094c0d66ee529fc1bcce90913ad23
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

    I18n: Update translation hye (69%).
    
    287 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4e085c147e26850a279eda7edd8bf668e89ce462
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

    I18n: Update translation hy_AM (68%).
    
    282 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 16128703e665f9123e74336637128337af116ca1
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

    I18n: Update translation hu (69%).
    
    286 translated messages, 128 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bc39d6a681fd10cb66b7e32f9c79b67853b70732
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

    I18n: Update translation hr (78%).
    
    325 translated messages, 89 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0b8ddd522af0ccb527f5e1aeaddb392b9871217e
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

    I18n: Update translation he (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0081cf965ed8f1afcfb0694442483a98530cf091
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:46 2022 +0100

    I18n: Update translation gl (98%).
    
    407 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit da6549beb2a7115e83da74ed61729c2f2da1872e
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:45 2022 +0100

    I18n: Update translation fr (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5dc7b5c46ba22d925d187fadf26de96cc7118083
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:45 2022 +0100

    I18n: Update translation fi (73%).
    
    306 translated messages, 108 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba2392f91458af1da777990d4cb625660c89bbf8
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:45 2022 +0100

    I18n: Update translation fa_IR (57%).
    
    236 translated messages, 178 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ce7deba67b0a51fc711f41d79d623fe21733c230
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:45 2022 +0100

    I18n: Update translation eu (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 405bd47fb038aa7f12075c956b4d82261267775e
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:45 2022 +0100

    I18n: Update translation et (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 13ee770bf646562ce29e1c2661d180f71bfba552
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:45 2022 +0100

    I18n: Update translation es (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 90bac445ed881db24833fcd0907e3043ef3a658c
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation en_GB (67%).
    
    281 translated messages, 133 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba37e7ceae0af43ea6a4c3cb4422063259d6bfe8
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation en_AU (68%).
    
    283 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 619269318b86a7c12d726da5a56bf465ffca66ab
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation el (85%).
    
    355 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a214cec9655f9bf9153c641e60836afdb8ad311b
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation de (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c55e035e2e063fbc472f40172de3cf91eed40471
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation da (98%).
    
    409 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e5db7f97dde1fa546c3dd1f533a2a1ce50ae4ba1
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation cs (94%).
    
    391 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b27904543aaaafe78141ae1bed5a0bfcf2bf264f
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:44 2022 +0100

    I18n: Update translation ca (88%).
    
    367 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ee864df48f77f7bf14885bf5afcc3716a9e2b23a
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:43 2022 +0100

    I18n: Update translation bg (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8600dd44c0548d0079cabf372703d361a5e9a047
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:43 2022 +0100

    I18n: Update translation be (94%).
    
    390 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5c2ba145bae02c9ebcde5682d99f70cfbcbe399c
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 21 12:50:43 2022 +0100

    I18n: Update translation ar (67%).
    
    281 translated messages, 133 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c8e35eea6b432a5ac2e09b4a432cc52281341fb0
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun Feb 20 12:50:22 2022 +0000

    Add ellipsis to preferences menu entry

commit 87990a677cd0eeefd79dfc82d3df789205b7072d
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Feb 20 12:51:15 2022 +0100

    I18n: Update translation sr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b2140fd61a1c3222ae523ae50c11bd654037bf5c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Feb 17 00:49:24 2022 +0100

    I18n: Update translation fr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 193a2e77bd31c23d84908d82a3c2f144b1676da1
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Tue Feb 15 12:51:26 2022 +0100

    I18n: Update translation ja (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bf55fb3efa9bfbc9b4db2bf34466811a42768df6
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Tue Feb 15 00:49:56 2022 +0100

    I18n: Update translation pt (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 76303524ff5b6fd396887448f3620022266f99dd
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 15 00:49:56 2022 +0100

    I18n: Update translation eu (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit db9ba3641fff7958c18ea3ce6ac01d8d0da89ec0
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Tue Feb 15 00:49:56 2022 +0100

    I18n: Update translation es (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3121c3993214f60f1b11dcbadb237ebc88040669
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Tue Feb 15 00:49:56 2022 +0100

    I18n: Update translation de (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 653eafe07b176ff38d05d748a70194fb4a4796bf
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Feb 14 12:53:30 2022 +0100

    I18n: Update translation zh_TW (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 07d83d380b544232a7ee76b0467e5da218f7cfca
Author: YuHeng Chou <wojiushixxx@126.com>
Date:   Mon Feb 14 12:53:30 2022 +0100

    I18n: Update translation zh_CN (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dead9155e2c871abc0503766b3114f5a1a443ba1
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:30 2022 +0100

    I18n: Update translation uk (92%).
    
    383 translated messages, 31 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 319b115bc1ed3b0e80425273b4625b5813fc6879
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:29 2022 +0100

    I18n: Update translation ug (52%).
    
    218 translated messages, 196 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 156e538acf8506b86521c50509fdb4dfbd094f94
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:29 2022 +0100

    I18n: Update translation tr (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8315f279e35bb7e17564e9b71cb21d1dee7d5f83
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:29 2022 +0100

    I18n: Update translation th (98%).
    
    406 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ac5e265cefbd6333b5f5c2ebd95266b6eca65e7e
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon Feb 14 12:53:29 2022 +0100

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

commit 85cc35686c0473d0901709e695a8ec1acbab1562
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:29 2022 +0100

    I18n: Update translation sr (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 83cd5cab11902c66bca411798187fbb8e3347752
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Mon Feb 14 12:53:29 2022 +0100

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

commit e0ac40790e8acaa36d17cb9ce222600ef14a4c7e
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:29 2022 +0100

    I18n: Update translation sl (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8b88ec6377f534292e914a41c84d0aff681eadb6
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Mon Feb 14 12:53:29 2022 +0100

    I18n: Update translation sk (85%).
    
    355 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8c3f8762479b04140f5fc0b91eb1899470746d2a
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation ru (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e7bad821a53285939fd2d468c5e3a5f2f8c69289
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation ro (56%).
    
    233 translated messages, 181 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b5b3c2a9045899466f4847ef78598f3d4f66b403
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation pt (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 482b4a7edb603e687c5a8b5724dc7fc99dbc939e
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation pt_BR (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 44c76ee56ae122251e5ef2e1f8d892b39a4153a0
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation pl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a0cb6db64f80abd19f5f894a1de71a10d0a80039
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation oc (57%).
    
    240 translated messages, 174 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be2d449a8e180c43aa1a1e61547190baabf8d01c
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation nl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0e467d416d5a9b1f499b274345b5edb2fae1fb3d
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:28 2022 +0100

    I18n: Update translation nb (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2f9245743386e5e84ab85aaa815b9bf26aec4f30
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation ms (69%).
    
    286 translated messages, 128 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 89390dd064daef79ba6d35036eaca17d51ba7486
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation lt (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 22224bdaf972c5519306f958c6ee77965990a9d0
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation ko (86%).
    
    358 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit beab8c0d11015c7b24ac846eaf03622b68bf25a2
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation kk (72%).
    
    302 translated messages, 112 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 27125945431ac04b5d3fd795fa6ee31555bf5ae0
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation ja (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cafa264e675b75b89110c4af3a197336eff73e79
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation it (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a4004764391a6985005536502e98aba0cc83d1a7
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation is (67%).
    
    281 translated messages, 133 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 625a587e1612a8a2c40a7ed579fc38f11f5b6443
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:27 2022 +0100

    I18n: Update translation ie (69%).
    
    288 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8b7770c40aac43a0c3c73457d9f292a4a5d15d90
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation id (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 27c53521b216188e7088ac98f3f472c504fbb5c3
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation hye (69%).
    
    288 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ca666015a38b0434a43b96c08a835ed9705d5e1f
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation hy_AM (68%).
    
    283 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d14274dcdd9057486d75f822be2feed0ab01b1ec
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation hu (69%).
    
    287 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1da59dd218beeee133ad6df4bb4c11cc27df93e3
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation hr (78%).
    
    326 translated messages, 88 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec774c749c0a3b3bfa36ef3985d830e60372f6b0
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation he (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 412a55f9b6131f18cdd6d415720c733a85f8f68a
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:26 2022 +0100

    I18n: Update translation gl (98%).
    
    408 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 90c07b819b489a94180ecfacce3ea578b2068023
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation fr (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8382a7911cec1f00220bdffb65a2f6683e782f97
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation fi (74%).
    
    307 translated messages, 107 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6fd6cc6c154a7bd46d8b5ca9dfcefafe28ea0ba4
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation fa_IR (57%).
    
    237 translated messages, 177 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e1d62c509516bda5d35cd9520e7e6af84964818
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation eu (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 27291ce7e7cc619b081cf4bd0b230b2c0f7acf9e
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation et (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 97667af9bc727a522705b9275c4f31fe1f06ef80
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation es (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0a313b173eb079e2198db9e95d6b1f919d347bfc
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:25 2022 +0100

    I18n: Update translation en_GB (68%).
    
    282 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 33fe2d8aa816de291b2c913f1cda97728db05503
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation en_AU (68%).
    
    284 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cd0952ee7d3f25f9710c71afea53160c3acd5e71
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation el (85%).
    
    356 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f20a6fa59ccf89502bc6061b1e001ad050d48010
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation de (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 778e3e8afe6fa6287c41f2c3f01bdd4263d2253c
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation da (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4598630d8ff3f408c0a4c32131554b07f5bcdf39
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation cs (94%).
    
    392 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43ab03537d1bea032c972a6621dbefe6ab9a9b8c
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation ca (88%).
    
    368 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dbd70bb4a865b513a735bb09335090ffa7f1df4d
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Feb 14 12:53:24 2022 +0100

    I18n: Update translation bg (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a80adb4814b51b6988e148e936fdf454548475ee
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:23 2022 +0100

    I18n: Update translation be (94%).
    
    391 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cdfc8b3b7c31b2c5a7db5307665f2f902e7bb8da
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 14 12:53:23 2022 +0100

    I18n: Update translation ar (68%).
    
    282 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b81a1f807163b5c25b0155a886b4012c1fa29cc1
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun Feb 13 17:15:00 2022 +0000

    Switch all labels to title case in prefs dialog

commit 81a962690fb4f7e03770652fcf1cfab840477b9b
Author: Andrij Mizyk <andmizyk@gmail.com>
Date:   Sat Feb 12 12:51:43 2022 +0100

    I18n: Update translation uk (93%).
    
    386 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4752e4485d6a3fcd52d00c9e6e15f83a153eb13a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Sep 13 12:55:17 2020 -0700

    Check for `sed` and use the one that was found.
    
    This probably isn't super useful, but it's more technically correct,
    the best kind of correct.

commit 9d86b51714657b1298f13e9d96fe4468dcad7972
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 8 15:53:53 2022 +0100

    Remove THANKS file

commit fd386306053a38db980b0a0d6095af9ca737240c
Author: Andrij Mizyk <andmizyk@gmail.com>
Date:   Sat Feb 5 00:49:54 2022 +0100

    I18n: Update translation uk (89%).
    
    372 translated messages, 42 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ef2d506c0b843725979e5deade54f801072de88e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 4 00:49:35 2022 +0100

    I18n: Update translation pt_BR (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62250716fdac1b0186a7df3ce508a586161fad0f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 1 11:28:26 2022 +0100

    Correctly restore font size after zooming when using system font
    
    Fixes #158.

commit af8cd91b378ff3b34b350373c22fb6d0663ee06c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jan 13 22:47:49 2022 +0100

    Printing: Enable line wrapping by default
    
    Closes #156.

commit af14e715ae23d7f51f053a24f4e82f09ba8173dd
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jan 6 00:50:57 2022 +0100

    I18n: Update translation ro (56%).
    
    233 translated messages, 181 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dc55a88dde4d2c16fe2e46261069b1597d08dc28
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Sat Jan 1 12:50:19 2022 +0100

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

commit 6ec30f60e99cb8471d10dd89e8e1839e749787a7
Author: Stanislav Horáček <stanislav.horacek@gmail.com>
Date:   Thu Dec 30 00:49:16 2021 +0100

    I18n: Update translation cs (95%).
    
    394 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 15974d62e7c5c25b1459a7e39cd9fd453927fcca
Author: Anders Jonsson <transifex@norsjovallen.se>
Date:   Fri Dec 24 12:50:24 2021 +0100

    I18n: Update translation sv (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 635c92f1a2ee3735a06e8f0a8493bced773ed6b0
Author: Olesya Gerasimenko <gammaray@basealt.ru>
Date:   Wed Dec 15 00:49:19 2021 +0100

    I18n: Update translation ru (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e8537c8ef22bdc8ceada9b01e38ced8d12ead5a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 10 06:43:00 2021 +0100

    Fix a warning from GCC static analyzer

commit 2f98d1824a63c24f1e8fb688f343c3777e7a3d0a
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sat Dec 4 00:49:15 2021 +0100

    I18n: Update translation hr (78%).
    
    327 translated messages, 87 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 53bf771657ddad6dab3e899bead800696d816469
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 2 13:38:11 2021 +0100

    Search: Do not delay the search when the text changes
    
    This is unnecessary, since the delay is intended to allow time for
    setting synchronization to take place, whereas there is no setting
    change in this case.
    
    Amends bc378be951aa91f9539a6c94fb8c73c24ae62019, related to !58.

commit 8ea9cbb2d614c09467186d9e78914fa01c74abd6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 26 10:57:01 2021 +0100

    Back to development

commit 28f016971e4862d6b5179bc2fec19a2442784e01
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 26 10:55:45 2021 +0100

    Updates for release

commit 0665c82e40b8f6085880c7d4179f3970fceedd3b
Author: Omer I.S <omeritzicschwartz@gmail.com>
Date:   Thu Nov 25 00:50:13 2021 +0100

    I18n: Update translation he (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b1f3cab7ff68e9749bad1d959fdddc5329ee4c52
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Mon Nov 22 00:48:41 2021 +0100

    I18n: Update translation sl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 671c43f306941e26064a3cbba8b0913ca9376274
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 17 23:10:15 2021 +0100

    Revert "Chain-up to parent in `mousepad_window_scroll_event()`"
    
    This reverts commit 5e63d68678e07fccc5cd3d13921e64d2a9b0814c.
    
    There was no real need for this change, and the parent class method was
    not defined until GTK 3.24.13 (see
    https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1141)
    
    Fixes #150.

commit f40e36c94b89e8cef72330df87cf08da039c02b5
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Nov 14 00:49:10 2021 +0100

    I18n: Update translation pt_BR (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ced37533fd88897793bfacf219b5c5d019812492
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Sun Nov 14 00:49:09 2021 +0100

    I18n: Update translation he (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cd0a59cb58a5a9c2250ceb34f971b284d45f0d42
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Nov 11 18:48:25 2021 +0100

    Search: Fix a memory leak
    
    Introduced in d5f86474d607eab00f9f71fc081d34d8cff110d9.

commit b6feab447b78f2f7838aa3f339a50141b9348a7d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Nov 11 17:51:23 2021 +0100

    Search: Remove obsolete workaround for the document finalization
    
    These extra steps were added in 30b3f30efb89b3ba214e9d2fa60e0628fbd0557c
    and efd9ced8512b10d4dbc5bd77b61b325ae4f2ff3e, but they were then made
    obsolete by 844616a47d42794dc40dc6dafbc59caf47facd19, notably because a
    document reference is now kept during any search.
    
    Related to !58.

commit 12764b4edc7c65992e45535404c84168e0a7d922
Author: Wellington Almeida <wsalmeida6@gmail.com>
Date:   Thu Nov 4 00:48:48 2021 +0100

    I18n: Update translation pt_BR (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3ffd3778e14d90110120a8ec28a64efbe64d114c
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 31 00:49:24 2021 +0200

    I18n: Update translation eu (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ff06d7df6d563c588e666f6fee75b71711530df9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 27 13:04:08 2021 +0200

    Drop restrictions on URI scheme
    
    What was implemented in !112 (and the related commits that followed)
    for the trash can, actually allows to do without any restrictions on the
    URI scheme. This completes the switch to GFile in !64, so that Mousepad
    no longer necessarily relies on the existence of a local path to manage
    a file, but can do so entirely via the GFile abstraction.
    
    This allows in particular to open files via the network in https, or any
    other URI scheme supported by GIO, which is left to impose its own
    restrictions, collected via the error handling already in place.
    
    That said, the existence of the file locally remains the normal and
    preferred mode of use. Nothing is done in particular to overcome the
    slowness that can occur when opening a file via the network, where
    simple existence tests can take a few tenths of a second.
    
    Consequently, without even invoking security issues, the Flatpak version
    should remain delivered without network access by default.

commit ee63654008bad13dfcec72543653a491ac3c4d4d
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Wed Oct 27 00:49:09 2021 +0200

    I18n: Update translation et (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3871466bdab973a03568e31b65fc6ef56e5e0c49
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Tue Oct 26 00:49:00 2021 +0200

    I18n: Update translation tr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fd092fe1850fe54b0a9b88e4a4fee6bfa27c4a9c
Author: Faisal Rachmadin <frachmadin@gmail.com>
Date:   Sun Oct 24 00:48:36 2021 +0200

    I18n: Update translation id (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1b83813e807935bcf7f90c4aa96966a0f85e60af
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Thu Oct 21 00:48:40 2021 +0200

    I18n: Update translation it (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b79fbc25475c8896cf3b876563233f1fc420c8cd
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Tue Oct 19 12:49:32 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dcedafcacd53e8074d5d7768ba54c6908943345d
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Tue Oct 19 00:48:32 2021 +0200

    I18n: Update translation pt (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fba4220f02512d37b8473a60a4849de7f5001862
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Tue Oct 19 00:48:32 2021 +0200

    I18n: Update translation es (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit db6e42cb68d5048315cb70dc1cbba99cbd895531
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Oct 18 12:49:19 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 661d2b23a549fdb0d441b6f2164268f6117e65b6
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon Oct 18 00:48:32 2021 +0200

    I18n: Update translation sv (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f9d68a9e45b3c0ab500a03ae5f342704e726ce0
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Mon Oct 18 00:48:32 2021 +0200

    I18n: Update translation pt_BR (94%).
    
    392 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 812d156b7f009c354a1fc96e24f94cb8ca62ffff
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Mon Oct 18 00:48:32 2021 +0200

    I18n: Update translation nl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 79dd097e2a4d3f1f2b58e088f5aa7167a5f49c75
Author: Anonymous <noreply@xfce.org>
Date:   Mon Oct 18 00:48:32 2021 +0200

    I18n: Update translation lt (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a3504ab2594cf625fa6dea883ed6d4bb0da12a1e
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Mon Oct 18 00:48:32 2021 +0200

    I18n: Update translation fr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 98bc0cd7c403b4e54bcba971b3bdcf4beb4397f9
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation zh_TW (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c238521490e1af922cf6064cd88e5843a46629e9
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation zh_CN (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e5516d178337ab46c320fae67c50c9780d140eb
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation uk (88%).
    
    366 translated messages, 48 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0d94edd427539cb9e2f09408d2576993b0bf1c12
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation ug (52%).
    
    218 translated messages, 196 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1722f0f5f6610ea6cf69291ee2a385a8dd22e2dc
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation tr (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dd5ff9dec608b3aca7ae44cfb1eca81dc0fdd859
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation th (98%).
    
    409 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 67af288dd22a6f9343be3807d464f95a5d147675
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:35 2021 +0200

    I18n: Update translation sv (99%).
    
    410 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ab647d8142fba27c83a32337c2724077ba75f300
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Oct 17 12:50:34 2021 +0200

    I18n: Update translation sr (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 23a5ee8716a0d96ded7a3248f6e0c95c81247034
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sun Oct 17 12:50:34 2021 +0200

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

commit 12cf808f17fa5e6eaa77f1962a475bf95e576ee6
Author: 8b03701f910565d01acaec9ce3f558ab_e9f0fee <b5b06e8f85fb8288fe43ad0bc2422d94_32848>
Date:   Sun Oct 17 12:50:34 2021 +0200

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

commit e1e3deb9084bd503c4ff568816c7d58f225e3404
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Sun Oct 17 12:50:34 2021 +0200

    I18n: Update translation sk (78%).
    
    324 translated messages, 90 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 02deb3cbbcd137993fbcc1f6a210e343708c85a0
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:34 2021 +0200

    I18n: Update translation ru (84%).
    
    351 translated messages, 63 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 859d157ea7b3d6095944fb71e0f430a69c0f0f8d
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:34 2021 +0200

    I18n: Update translation ro (53%).
    
    223 translated messages, 191 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b388e440840ce76737e223a492c754cc85faa0fc
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Oct 17 12:50:34 2021 +0200

    I18n: Update translation pt (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6adc0119b5ef74253f2823bb2f9147580467c018
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:34 2021 +0200

    I18n: Update translation pt_BR (94%).
    
    392 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2eef000963aa1d3c91a9af3350ef1efc9089708b
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 17 12:50:33 2021 +0200

    I18n: Update translation pl (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6d0e6b50f1fa1f6c6ab508b1fa5ab4c6ea865b8f
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun Oct 17 12:50:33 2021 +0200

    I18n: Update translation oc (57%).
    
    240 translated messages, 174 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 217dc22a084c060136e07ab7460d73b553aefe3f
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:33 2021 +0200

    I18n: Update translation nl (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5b0716242a062dcc4dbd4883bab79c2704dcc6f7
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sun Oct 17 12:50:33 2021 +0200

    I18n: Update translation nb (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7b45e4f0e3eb4eaf45ffadb9c06fc3dee4b59403
Author: abuyop <abuyop@gmail.com>
Date:   Sun Oct 17 12:50:33 2021 +0200

    I18n: Update translation ms (69%).
    
    287 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3bcb1796074f0de01f45c0f1db8486a17ebb4be9
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 17 12:50:33 2021 +0200

    I18n: Update translation lt (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0a68d09cd87065ed6e1fb0611f7660ecf792a6e4
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation ko (86%).
    
    359 translated messages, 55 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7a4af3d43dd14d9cc7ecb50896e83ad1e3fb88dc
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation kk (73%).
    
    303 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6a4ad8bc3fc41fc10b05571b8a206295ed77a41d
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation ja (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0b4b4a1e944c83d7a701d95ecdf9fe8b2e952431
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation it (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 616bd2cc6a128f5436867e4f1882b99a319810f2
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation is (68%).
    
    282 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59594471c3aa62ae98f07c6d5a8045d8c674be7e
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation ie (69%).
    
    289 translated messages, 125 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1c7c5e6da411d7f42a5a09787d06e02588ee2348
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation id (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e17ff223979120e7f6915daff7573ba68c78fb7
Author: Real School <localization@ehayq.am>
Date:   Sun Oct 17 12:50:32 2021 +0200

    I18n: Update translation hye (69%).
    
    289 translated messages, 125 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e944d20d1c3d3d37b762f8d83789fb2849481aa1
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation hy_AM (68%).
    
    284 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 80d17ab9d28ae8dec840e6b8fc2e6ccb9358bdaa
Author: kelemeng <kelemeng@ubuntu.com>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation hu (69%).
    
    288 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c483733dd81f5c7e55ba3d59f75853a58d0a5de4
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation hr (74%).
    
    308 translated messages, 106 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3917b25bc8fc04bd6129da380c9225f84915a49b
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation he (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b974b78acaf969c60a01fafd4df3e1ca777ed544
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation gl (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b0d4b6915cfd0914f7a26b584bd1539f9cd3ce0d
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation fr (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 068c4ded310ef7a5541c88dcffe31a5eac58f6f8
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation fi (74%).
    
    309 translated messages, 105 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 626173f55173db0594cd62d500bcc576e869500a
Author: Behzad A <behzad.a_ir@hotmail.com>
Date:   Sun Oct 17 12:50:31 2021 +0200

    I18n: Update translation fa_IR (57%).
    
    239 translated messages, 175 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa56195c9fb66fa63ca2c9421ecac8876e79978e
Author: Sr Aldeano <sraldeano@gmail.com>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation eu (99%).
    
    411 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45accd0233b9f49f9b3b913158de3532ea913ae7
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation et (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba8e6244061a67351217665f77912137544a8a79
Author: gabrieltandil <gabriel.tandil@gmail.com>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation es (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 60e38fb4c66d59567a22384456f732dad3b963cc
Author: Robert Readman <robert_readman@hotmail.com>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation en_GB (68%).
    
    283 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 363b213f644b6c409be764e9a81f872a952fe935
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation en_AU (68%).
    
    285 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 354aa4bd7eaeb0c451ef1655dac490a4512c1bd0
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation el (86%).
    
    358 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 33e2aa2aa19813f533b2050339fc99183b3b626d
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation de (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e85c7b021c225327db91735aaafe0d7b3fa1d954
Author: Chris Darnell <chris@cedeel.com>
Date:   Sun Oct 17 12:50:30 2021 +0200

    I18n: Update translation da (99%).
    
    413 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a51be71323c17cb07521362bfa324f1ab53a25e7
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Oct 17 12:50:29 2021 +0200

    I18n: Update translation cs (94%).
    
    393 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cf131b0ab9c309efd893c52303ac0d74a40c37e6
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Oct 17 12:50:29 2021 +0200

    I18n: Update translation ca (89%).
    
    370 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f22cbd4be28f1fee04443840a72b9eb2112b60f
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Oct 17 12:50:29 2021 +0200

    I18n: Update translation bg (100%).
    
    414 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a38d9ad44ae0095d0dda3ad81a84cc6320dbe999
Author: Źmicier Turok <nashtlumach@gmail.com>
Date:   Sun Oct 17 12:50:29 2021 +0200

    I18n: Update translation be (94%).
    
    393 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1bddeff897ff6d2a95beb2cf562751635bfb21ed
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 17 12:50:29 2021 +0200

    I18n: Update translation ar (68%).
    
    283 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e5c1d9a0447f37d0988edf2858d8ca2dae8dfab7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6dd7ee301dd06e4d8c1c7a96c5e2a9d3351aae6a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dfc7205a5aa3d5baed754b1ae76ffbfc2e0d9b76
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation uk (88%).
    
    359 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ee29cd98f8bb4c7f90372c94f8d1d4fa7dec0e18
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation ug (52%).
    
    213 translated messages, 191 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5dc65e264315b8f2ecbf1f3e03ee041329fd69fd
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation tr (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d5607ddf8751847c620b04c6c4924da04f7f8e6c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation th (99%).
    
    402 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 289dca79c7d894feabcb51c0b49a51ab74693c86
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation sv (99%).
    
    401 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c67c96bbcd9d3e5f56b340e99ae4b8d46bb37ea
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:53 2021 +0200

    I18n: Update translation sr (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 11b061009345e061396953f422bc4ca89e2c5b59
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

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

commit 55317227e53d2a5ce10801ce7e9ba6f290818f54
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation sl (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ca8f65f71b830c00be2db4d05ffb9e21e7d55c1a
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation sk (74%).
    
    299 translated messages, 105 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a2775423a53f44c81a107e94d412b583dab8ad18
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation ru (84%).
    
    343 translated messages, 61 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 73586e0bfe0e9ad00848d701bc79298b165008c2
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation ro (53%).
    
    218 translated messages, 186 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8099a26625fe22b61f02a1a88501d2a662a69c80
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation pt (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 115c72d660b70b4409ab776cc92a81c4c619cf8d
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation pt_BR (94%).
    
    383 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 07af132d8397b499353738dc6cb812f6d0658c1e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation pl (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ab0246d3b234810d83607748a92cdfb87afe1099
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:52 2021 +0200

    I18n: Update translation oc (57%).
    
    233 translated messages, 171 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a75063c98bc4a86d9b7211e97a50b28c0a0401dc
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation nl (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a30f61d8d103803404f16fbc84a0dfc88bb6b925
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation nb (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aba2c71cc8f05c5387a3f009ddce96750ab1f08c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation ms (69%).
    
    280 translated messages, 124 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c3d679146f540b0d0cd73f426015ae7710dde4bd
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation lt (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47cde6360fce282d757ac5cc181f4216bc1d95c1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation ko (86%).
    
    351 translated messages, 53 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e24d8510d32e6cd6c33b132aaec8fb634121506
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation kk (73%).
    
    295 translated messages, 109 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1db1a127148e9b2c200f2d4347b667cb287b7bbc
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation ja (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 379b9fd0928a9c6f67639698fbb5544fd906c82e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:51 2021 +0200

    I18n: Update translation it (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f5582f988b9a65964782846468f5ab1b77282b1e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation is (68%).
    
    275 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6ba2d4c1440ef4f24db9ea72f8cc677cf8a513a4
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation ie (69%).
    
    282 translated messages, 122 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be93efdd3940c291a5957d08aa4943461b337fa0
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation id (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 694e836505df0385fd52e146d44956100db8517a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation hye (69%).
    
    282 translated messages, 122 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f68defaade81f331d0b845b714e60db88cde1946
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation hy_AM (68%).
    
    277 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d9c7fc14b629de92c8be1d9604da24b1f8d63ae5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation hu (69%).
    
    281 translated messages, 123 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fc41ee9239b5f264153d8b2da10c8f8566945655
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation hr (74%).
    
    300 translated messages, 104 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2e9b97eabfa9916aa0dca7f840080c170e6da7f6
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:50 2021 +0200

    I18n: Update translation he (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 138abd2496799764e7c01f40c236e1e8bb9832af
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:49 2021 +0200

    I18n: Update translation gl (99%).
    
    402 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0d5d97f999fda9d42cb9de544de3911cfaef8e8d
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:49 2021 +0200

    I18n: Update translation fr (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8123354b10e02c89ad2b1e9104fcb7bf26517a6d
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:49 2021 +0200

    I18n: Update translation fi (74%).
    
    301 translated messages, 103 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5c467c9cf1ba77392e06af97982e24255b25867a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:49 2021 +0200

    I18n: Update translation fa_IR (57%).
    
    233 translated messages, 171 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0653380cd64e29ac18473ce1e829c0dbc93f5912
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:49 2021 +0200

    I18n: Update translation eu (99%).
    
    402 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 73ef37db8aa4b58c3c3da7cb3de59dbcf5d3a2df
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:49 2021 +0200

    I18n: Update translation et (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3918280ef7ed199693c8475b6e5ea24ccfc4d662
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation es (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4ad6b007bca42a9385ee7bd9c718d4f20808c2d9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation en_GB (68%).
    
    277 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 36ef77cdc3e882d7d588715e9a97dba1e835a84f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation en_AU (68%).
    
    278 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 86cd3d3f3cbd27c89e81ab061f43d41e1b652af5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation el (86%).
    
    349 translated messages, 55 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed5b019ade6e955bb71fa411a9da2c25bb5cff13
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation de (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1fb886b1226f1dbcfeb71bf3bbaa16576e997281
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation da (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 82e926655fce77f9bd72c16138841dcca15119b7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation cs (95%).
    
    384 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 459afa23a4c735059f5d923b24cd03fc49855df1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:48 2021 +0200

    I18n: Update translation ca (89%).
    
    361 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6ac7dfeac088a07557a50b98b8d141210b319a32
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:47 2021 +0200

    I18n: Update translation bg (100%).
    
    404 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6fec430b9f6cba834c98c911def67c5eaa265b11
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:47 2021 +0200

    I18n: Update translation be (95%).
    
    384 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 962822386c38ffb35b102b9cc2c9c270003adee5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 17 00:48:47 2021 +0200

    I18n: Update translation ar (68%).
    
    277 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d3ca82e0d3b78c96bb34e6c4c8a0cc5c3d32705a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 16 22:34:28 2021 +0200

    Update `POTFILES.in`
    
    An oversight in previous commits like
    c63a9e6cb51cb19ba3f24e62694afd117889f295.

commit 4213b75badebf4a9b26b89715cd023665a148ba5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 16 10:05:40 2021 +0200

    Printing: Remove the "Page Setup" dialog
    
    This dialog duplicates the combo boxes in the "Page Setup" tab, which
    should be enabled instead.
    
    This also avoids the use of the workaround implemented in
    667818a70f728878aadc1d49118f7a4f72a3be26 to address #90.
    
    Fixes #148.

commit a1bf02800a5499998b29aaa652f71d22cf32af28
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 13 18:29:47 2021 +0200

    Flatpak: Complete scripts

commit 6cb96dc3b3ad6fbfa52bcf8af01e65420b1a0d63
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 13 18:29:13 2021 +0200

    Flatpak: Access remote locations with GVfs

commit b3061d39fc6d54dd078e6ea947959bccf3ea6cf1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 13 11:29:37 2021 +0200

    Search: Fix the history cleanup
    
    For some reason, Valgrind never warned about this so far, but it does
    now, probably because of recent changes. Anyway, accessing `li->next`
    after freeing `li` is wrong, and there is a one-liner to do all this.

commit d5f86474d607eab00f9f71fc081d34d8cff110d9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 13 08:54:10 2021 +0200

    Search: Prevent GTask warnings when replacing text
    
    Since 844616a47d42794dc40dc6dafbc59caf47facd19 where the use of a
    GCancellable has been introduced, depending on the state of the buffer
    scan, a text replacement can cause a warning when GtkSourceView tries to
    cancel the GTask.
    
    To avoid this, we must first exit the callback of this GTask before
    starting another search or replace action. This commit therefore splits
    this callback in two parts, deferring the second part with a high
    priority to preserve the real time behavior.
    
    Related to !58.

commit bc378be951aa91f9539a6c94fb8c73c24ae62019
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 12 18:26:28 2021 +0200

    Search: Ensure settings synchronization before searching
    
    This should rarely be a problem in practice, but there is at least one
    problematic case. Enabling the regex search automatically starts a
    search to update the context. This search can then be launched before
    the context has been informed of this change, and thus without the
    workaround to prevent endless scanning being active, even though the
    search will be done by regex as soon as the context receives the
    information.
    
    One could query the Mousepad settings rather than the context settings
    to know the nature of the search in this case, but this is flawed and,
    in general, the search should only start when Mousepad and the search
    context are synchronized.
    
    Related to !58.

commit 13fda5e616e44fc82269c324f9c27ef7f3b15666
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Mon Oct 11 12:50:05 2021 +0200

    I18n: Update translation sl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5d378c3023f049f2f8f1340b3ca928ede7a1464e
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Sun Oct 10 12:50:11 2021 +0200

    I18n: Update translation id (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c4c09041aa6dc5c117fd374ab1331bae3ace4e63
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Fri Oct 8 12:50:02 2021 +0200

    I18n: Update translation tr (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c788d14dad8af46752bb6b93055345cc7922ddd0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 4 08:17:39 2021 +0200

    Fix translation domain in Appdata file
    
    In particular, to ensure that the software is properly recognized as
    translated by Flatpak.

commit 4539131ef5a80072976ee41154570a3282d23abb
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon Oct 4 00:48:38 2021 +0200

    I18n: Update translation et (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7a7373a2b231116cb0418757860c1b88f0b0be97
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sat Oct 2 00:48:47 2021 +0200

    I18n: Update translation pt (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 565ea01925a5ca404301f0c6a68d30d28529e476
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Sep 30 12:49:44 2021 +0200

    I18n: Update translation sr (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 03ecb23a9ea77f121c87f68c3f2542f15362e711
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Tue Sep 28 12:49:47 2021 +0200

    I18n: Update translation he (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 50c76d6465c73231542ba9e49135a0208c31f1c0
Author: heskjestad <cato@heskjestad.xyz>
Date:   Tue Sep 28 00:48:36 2021 +0200

    I18n: Update translation nb (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b128bf75ed7075ec91d47377a3df263eea369162
Author: Anonymous <noreply@xfce.org>
Date:   Mon Sep 27 12:50:14 2021 +0200

    I18n: Update translation da (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 26c08b824799db52b4156ad785ae1a26a574ed2c
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Sun Sep 26 00:48:40 2021 +0200

    I18n: Update translation fr (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f8e63ae3df94bf2a3da4ee7a9de53a87518a8fb
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Sat Sep 25 12:50:23 2021 +0200

    I18n: Update translation sv (99%).
    
    403 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4a476e0f566322bff1e9e16fb9654e6104bc4822
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sat Sep 25 12:50:23 2021 +0200

    I18n: Update translation es (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 21025a483ecab58b8aa218f030356080c44dfacc
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sat Sep 25 00:48:40 2021 +0200

    I18n: Update translation ja (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9b300445e83dbbcb995367156449a6d4c4b177c4
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sat Sep 25 00:48:40 2021 +0200

    I18n: Update translation bg (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1a2a715624e134260f1e7fbaaf2b2bdf6d0abece
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Sep 24 17:06:38 2021 +0200

    flatpak: Update README

commit 5fe82493634a29da71ba1324fc3f79b7ddb77bd2
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Fri Sep 24 12:51:15 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fe02f5a75df161fc93e2a347882b235d198ee327
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Fri Sep 24 12:51:15 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 064aaa9e885286598bb3a1934956953b57d37c4e
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:15 2021 +0200

    I18n: Update translation uk (88%).
    
    361 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c912a053d88ee0a4cc5396da7de03dc215383b9c
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:15 2021 +0200

    I18n: Update translation ug (52%).
    
    215 translated messages, 191 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d23ab06e623acf870eb4c715eb364ab9bbf0c8e7
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:15 2021 +0200

    I18n: Update translation tr (94%).
    
    385 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 53b64a168fb5b5c062449e3374b8006a5eb08432
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation th (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 67079a1d5ee5b835ea09862be463b709b4cd7e92
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation sv (99%).
    
    402 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f8d9c1946165d841741027d665d62642bac6ba2d
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation sr (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9637ebf6348282a5f190835e4500ed12388295dc
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

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

commit 4df83e98de3501eb7f849267b2276c0e7f1e9744
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation sl (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e7e8a5e361f12aaab7916e6f385d5ed6e08d1250
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation sk (73%).
    
    300 translated messages, 106 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 095c1df9916d5b65526d61561c8fda8b82e13f28
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation ru (84%).
    
    345 translated messages, 61 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ca7e53dd4f5cc15e5f9edfb91c83b775ce86557c
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:14 2021 +0200

    I18n: Update translation ro (54%).
    
    220 translated messages, 186 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4fc2cf59fe275918def2a21b6c5291b0fa1b5937
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation pt (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d155ae6cc345c83579d845d70c542997e274119a
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation pt_BR (94%).
    
    385 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ccc82b07411db91873f971809da2523b0d17b34e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation pl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit acb58dd657ea5cf8d1de217585af0cd0020aa0f6
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation oc (57%).
    
    235 translated messages, 171 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c9e7a01b802312a46b375aff43723101efaa7ff0
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation nl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9e0b18d4b284d6813fe33dba3d688058d86951b3
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation nb (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 04725d7d3e188604e7af0cf17e602214160fce0d
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation ms (69%).
    
    282 translated messages, 124 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 31e957e6e033e1a7f054a2b6b4d0bd8ac672894b
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 24 12:51:13 2021 +0200

    I18n: Update translation lt (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a7f1e886eb3e0c5bfa668814da134547c5e5f3e1
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation ko (86%).
    
    353 translated messages, 53 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45083850fcc2bb37a726fda1e910ee3200f0daeb
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation kk (73%).
    
    297 translated messages, 109 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 56f6f487a6241853e6c2e9d34db0bc5b52247b95
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation ja (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fbfa63a39a217c1c9c644b72771e4e295bd6d0c2
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation it (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 11b1357ce1d183c26137304efca8767e38d340a6
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation is (68%).
    
    277 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e45ac702bd535b29ce0b8b2f3f3c20ccc517e3f4
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation ie (69%).
    
    284 translated messages, 122 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 48c9d5274ec69916988ab35eb50493c2225bb1c2
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation id (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 885a07e8621b2da73e5bc35b6450abc4a259290d
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:12 2021 +0200

    I18n: Update translation hye (69%).
    
    284 translated messages, 122 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e1720577d35038fd0e760975e183871da886c85
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation hy_AM (68%).
    
    279 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0fe091fa6af08d93d2e75c1ba854e4f31a1ce805
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation hu (69%).
    
    283 translated messages, 123 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 97b056a130e6518f75a50a7cce9fcede3ac4d657
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation hr (74%).
    
    302 translated messages, 104 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8d17d5ac91d744bafd44d0a2930edd8c57213c94
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation he (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit df194fdcb981631a68b75d64618b29617839ba2a
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation gl (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 04f39305870c7dd37d862506503261ad01c08505
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation fr (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fbddd097b8f5f43ef93c79fa327e222282d7b96f
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation fi (74%).
    
    303 translated messages, 103 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 860d23e4f64a630d69a27942dff6caa91a1a5374
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation fa_IR (57%).
    
    235 translated messages, 171 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a36517e4570a90b25e4a7f5dabea9f44d1170172
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:11 2021 +0200

    I18n: Update translation eu (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a517e67593f9b360b6ae82a4ac3c1b8f9f2de00b
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation et (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ea82cc5915eb3a5a98cce50fbb8ddae77cb31566
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation es (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit da2432e382c3b18197c9cf7011b17917b18be812
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation en_GB (68%).
    
    279 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit de6d1a82305ff7b4b211a52653a5f3ed7c05a96d
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation en_AU (68%).
    
    280 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b82ab397eda14f1a7691546073d3e4072afdfbd1
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation el (86%).
    
    351 translated messages, 55 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 14fb7bfbbb86a1f1b541c3922be7c5138af0fc4b
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation de (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d0090dbce2c8dea10173927a91934a6ac65c9edd
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation da (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8a983a0fa3fd6f4ff29a48385f4272207491f6df
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:10 2021 +0200

    I18n: Update translation cs (95%).
    
    386 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3e712858c67274da5c34e955cb1d6a38df50b50b
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:09 2021 +0200

    I18n: Update translation ca (89%).
    
    363 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47bb6e07e18b225fcc37a2e0a913534f38f7c4ed
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:09 2021 +0200

    I18n: Update translation bg (99%).
    
    404 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 05520883976c609ffb04c5a0462e87ec1816f051
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:09 2021 +0200

    I18n: Update translation be (95%).
    
    386 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9290291bf0084e87a25fcb82646fbdf758311276
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Sep 24 12:51:09 2021 +0200

    I18n: Update translation ar (68%).
    
    279 translated messages, 127 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 193d67e158e2e90c08cd5e9d82699ab30023e3bb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 22 13:08:49 2021 +0200

    flatpak: Add generic manifest and basic scripts
    
    Related to #146, see !115 for more details.
    
    Co-authored-by: Trent McPheron <twilightinzero@gmail.com>

commit 126facb868f4310a25b90c370040a05ab61f53a2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 23 15:14:10 2021 +0200

    Back to development

commit 6970f304039cda57444c5740840d416261645ba4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 23 15:12:58 2021 +0200

    Updates for release

commit a124b4ed0a4e897b9692c218111cd37143e81224
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 23 11:57:46 2021 +0200

    Update Appdata file and use the same description everywhere
    
    This is in particular in view of releasing Mousepad as a flatpak.
    
    Related to #146.

commit b785a6d96c990989573e2484cb11034b2d0732b4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 23 08:24:24 2021 +0200

    Prevent warning when saving a deleted file via a symlink
    
    Will probably be fixed in a future GLib version, see
    https://gitlab.gnome.org/GNOME/glib/-/issues/2466
    
    Fixes #135.

commit d742bca50288a94acf20bc6d09bccde325f20007
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Sep 21 20:01:53 2021 +0200

    Conform to Freedesktop.org standard for file naming
    
    This is in particular in view of releasing Mousepad as a flatpak.
    
    Related to #146, see !114 for more details.

commit f95152bb3dd737b79594609f0553b5cf0a6de26b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 22 20:27:46 2021 +0200

    Properly disconnect signal handlers
    
    These signal handlers will only be called after the destruction of their
    data in rather unlikely cases, but in any case a disconnection was
    missing.
    
    Related to !64.

commit 1aabf99a1c7b448ebfcd2add492fe19018f078fb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Sep 18 10:13:48 2021 +0200

    Be sure not to disable highlighting when disabling regex search
    
    Related to !58.

commit 009cc6ed3a679222c43c29a159cc793203c2445c
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon Sep 6 12:50:35 2021 +0200

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

commit 9f9210f1171623c8c8732763a091736b975d0c6d
Author: Taras Panchenko <top39@ukr.net>
Date:   Sun Sep 5 00:48:32 2021 +0200

    I18n: Update translation uk (89%).
    
    362 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5306727b05b071013232528c6a8164ae646e304c
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Sep 2 12:49:58 2021 +0200

    I18n: Update translation kk (73%).
    
    299 translated messages, 107 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 77862f25d688c5263bce7251a7a5979360ce1d8f
Author: Taras Panchenko <top39@ukr.net>
Date:   Wed Sep 1 00:48:43 2021 +0200

    I18n: Update translation uk (82%).
    
    333 translated messages, 73 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit df47ce2381d126c9bf15682ad2f324c940fe944c
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Aug 26 00:49:06 2021 +0200

    I18n: Update translation sr (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c338063fc89e9539c72dc8f0b671cfafc08493a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Aug 23 20:23:03 2021 +0200

    Check for realpath()
    
    Does not seem to be present on all systems, even today. In this case,
    everything happens as if realpath() failed, which is allowed.
    
    Completes 1387e2181b1e8673b1de027ede214005d6596a26.

commit eeb31d9955bf3964b632e5c4553055e7085f781b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Aug 21 17:39:09 2021 +0200

    Check for `errno.h` required by CI

commit 42a05083d836b120c4ad7318357fc225430e5fdf
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Aug 21 16:15:21 2021 +0200

    Fix a nasty memory leak
    
    A mistake in 844616a47d42794dc40dc6dafbc59caf47facd19.
    `g_object_UNref` is better than `g_object_ref` to decrease a reference
    count ^^'

commit e387fdebe883a0019d33136af73022f9afe20730
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Aug 20 23:14:55 2021 +0200

    Fix "Save As" procedure when it recurses
    
    This is uncommon, but it can happen, for example when trying to
    overwrite a read-only file during a "Save As", which triggers a second
    "Save As" recursively.

commit db072e8b389a9e82944f83de9e97ed7f938c3349
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Aug 20 20:03:34 2021 +0200

    Allow drag and drop on selections in the textview
    
    This requires to intervene upstream of "drag-data-received", in the
    definition of the drop zone, which was not done.

commit 5d12bbef9d5bd5e33affa50d24183bcbf30f66fe
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Aug 20 20:00:56 2021 +0200

    Code cleanup: Remove a useless dnd signal forwarding

commit 74ff987a5f41fa7f04faf032ef957da2df896997
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Aug 20 19:46:58 2021 +0200

    Code cleanup: Simplify `mousepad_file_save()`
    
    Completes 13b2c41c868af4d2a3aa86434cef5927c57c06ea.
    
    Related to !109.

commit d0113d1bc02aee1ee841252557669cf1a76fc7a5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Aug 21 09:26:43 2021 +0200

    Fix a small memory leak
    
    Completes 13b2c41c868af4d2a3aa86434cef5927c57c06ea.
    
    Related to !109.

commit 5eb15fbd7f2ce0b1ad3e04fef09df6f8a3013e03
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 19 18:58:06 2021 +0200

    Improve trash can management
    
    * Allow to restore trashed files (in the sense of Mousepad session),
      whether or not they were modified or removed from trash can.
    * Properly redirect to "Save As" when attempting to save a modified
      trashed file.
    * Add support for trashed files in the recent menu.
    
    Related to !112.

commit 8c8d5396de637e50bba3a6625853b95848ec8218
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 19 18:45:22 2021 +0200

    Update read-only status on file location change/validation
    
    This fixes in particular the read-only status of files on restore.
    
    Related to !108.

commit 5b1cfb041f37dedf991636e2ec1b0aa3c111fbf1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 19 18:38:49 2021 +0200

    Monitor also the target of broken links
    
    Completes c3c040966170faf48acece58b5289b1dd2c10fdd.

commit 1387e2181b1e8673b1de027ede214005d6596a26
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 19 18:33:43 2021 +0200

    Fix monitoring of files opened through a symlink
    
    * Always distinguish between the file location and the monitor location,
      although they are different only in the case of a symbolic link.
    * Always use the monitor location to perform tests in the monitor
      handler (fixes previously undetected deletions).
    * Update the monitor location when the target of the link may have
      changed (fixes various issues on target overwrite).
    
    This last point does not claim to cover all cases, which is beyond the
    scope of this commit. This would require monitoring the starting link
    and all its targets up to the final target, which goes back to the
    upstream issue https://gitlab.gnome.org/GNOME/glib/-/issues/2421.
    
    Completes c3c040966170faf48acece58b5289b1dd2c10fdd.

commit e3115dbfe575b542d36693b8fde6fd3d69828212
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 19 18:06:06 2021 +0200

    Allow drag and drop of broken links

commit 3071d6471f6d9b31a66a81672f088afcfcc769e3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 19 18:01:13 2021 +0200

    Follow symlinks if necessary when checking if a file exists
    
    This fixes in particular some wrong or inconsistent behaviors:
    * Open a broken link as a new empty named file, i.e. marked as modified
      and therefore savable (completes
      1f2ebca71167149702a9cb8c3be48d75c26412f4).
    * Don't restore a broken link, just as we don't restore a deleted file.
    * Check if a link is broken when closing, just as we check if a file was
      deleted (competes cb553b339e2c7af5ca447c7fec6bb4d38d1a61ff).
    
    Related to !103, !108, !111.

commit c0611e41a78a6b74c8c96180fffad05292f17e3b
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Thu Aug 19 12:49:35 2021 +0200

    I18n: Update translation sl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d45e0e5790fce5fcc1b5ce2737022275c385f8f7
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Tue Aug 17 12:50:38 2021 +0200

    I18n: Update translation sv (99%).
    
    403 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 296dbe1e554134b106e9096141226ef3c7a4a9b2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Aug 12 13:06:07 2021 +0200

    Replace `g_realloc()` with `g_renew()`
    
    A complement to a22bbcd578d0967b821cf64aa4f1d0737c5711fc.
    
    Also fixes an allocation error in
    `mousepad_settings_store_update_env()`.
    
    Related to !113.

commit a22bbcd578d0967b821cf64aa4f1d0737c5711fc
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Wed Aug 11 18:28:28 2021 +0530

    Replace `g_malloc*()` with `g_new*()`

commit 4d229207749e186f75191b4de7dc4fed1af60bd4
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Sun Aug 8 09:47:20 2021 +0530

    Make sure that `gtk_selection_data_get_uris()` returned non-NULL

commit 00945e34245e7be57379d0083f24255e3504f8e0
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Sun Aug 8 09:15:11 2021 +0530

    Initialize `contents` and use it to guard `g_file_replace_contents`
    
    Found-by: scan-build

commit 3e16cd0e44cc52367b3399a7737028566b92e103
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon Aug 9 00:49:03 2021 +0200

    I18n: Update translation et (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 17dbafd08dcfd54167ae6d0715138156405ca617
Author: Anonymous <noreply@xfce.org>
Date:   Wed Aug 4 00:48:38 2021 +0200

    I18n: Update translation pl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f6922d0434d2025f498194c3b556e5b80b16e54a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Aug 3 11:09:26 2021 +0200

    Fix an unlikely memory leak
    
    An oversight in 8ddfa2644b3f285d6c9759f995f4c495e322e903.

commit 8ddfa2644b3f285d6c9759f995f4c495e322e903
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Aug 3 10:41:54 2021 +0200

    Make CSD consistent with other Xfce windows
    
    At least when these windows come from an XfceTitledDialog, where the
    icon is packed in the header bar, and thus always appears to the right
    of any left buttons.
    
    Closes #145.

commit a72af34b592bc6ba9b1b4cb403ba24dff6841693
Author: Stergios Gemelas <sgemelas@protonmail.com>
Date:   Mon Aug 2 14:59:22 2021 +0200

    I18n: Update translation el (86%).
    
    353 translated messages, 53 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 81c125c07a4a1bd4d06451f2d80bc8925f59c055
Author: Stergios Gemelas <sgemelas@protonmail.com>
Date:   Mon Aug 2 00:49:04 2021 +0200

    I18n: Update translation el (86%).
    
    351 translated messages, 55 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit edcb31066cf77144ea99bc89d618b1b57c2a07ce
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 31 18:56:32 2021 +0200

    Back to development

commit bc81b4675d6a23eb76d505dcdaf31fc06dabdd99
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 31 18:55:40 2021 +0200

    Updates for release

commit e31975c95126a5b02d1fc55a62d548604b343bc2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 31 11:10:05 2021 +0200

    Filter notebook click events also on y-coordinate
    
    For some reason, probably internal to GTK, when the view is focused the
    notebook is also focused. As a result, when the left mouse button is
    held down and the right button is pressed in turn, this second event is
    received by the notebook instead of the view.
    
    To avoid unwanted tab menu displays, as well as the tab switching that
    may accompany them, this commit ensures that the right click takes place
    in the tab label, not only according to the x-coordinate but also
    according to the y-coordinate.
    
    Fixes #144.

commit fe9c1440c1d2fe7d0ede32f118daa32d71df9599
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Wed Jul 28 12:47:54 2021 +0200

    I18n: Update translation he (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ddfb2770f06846b8065a62261a2b2d7559e2836e
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Tue Jul 27 12:47:17 2021 +0200

    I18n: Update translation de (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 73e537ba500570bfe4ff6639cb6d259017e89a63
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Mon Jul 26 12:47:15 2021 +0200

    I18n: Update translation sr (95%).
    
    386 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ae41eb062df28a70156fe32e723f559429c18d9d
Author: Xiaobo Zhou <zhouxiaobo.500@gmail.com>
Date:   Sun Jul 25 12:47:41 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1c9e3b8839ab3240d2440f42c7d1993a032dbaaa
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Fri Jul 23 16:03:25 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0eca570d36ed9d9e860534034e0f21aaf2fbe07a
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:25 2021 +0200

    I18n: Update translation uk (69%).
    
    281 translated messages, 125 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b642a6bf513ef195394053175f2c4327bd4a2891
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:25 2021 +0200

    I18n: Update translation ug (53%).
    
    216 translated messages, 190 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3cd6c738f84f53775e6ccc4464dbdc0fe8969ad8
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:25 2021 +0200

    I18n: Update translation tr (95%).
    
    387 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bf6516bfee75aec65c695f2db4c0a581490b2387
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:25 2021 +0200

    I18n: Update translation sv (98%).
    
    400 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0ddf100f0662b3f0bb5f2db183ee57aec7a303bf
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:25 2021 +0200

    I18n: Update translation sr (88%).
    
    361 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59e3e0c9281854d2ba085f8e50064a9b9980f027
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

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

commit beecb2d68965821386e0c8f5e5881aec2a663fa9
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

    I18n: Update translation sl (92%).
    
    374 translated messages, 32 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e95c6efa4122593989da2e0b9bdf5195f936f548
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

    I18n: Update translation sk (74%).
    
    301 translated messages, 105 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 79fac6690c2883405ea7df87c375984489112037
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

    I18n: Update translation ru (85%).
    
    347 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5499aab94baded0134e77d477e3971679bc9e506
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

    I18n: Update translation ro (54%).
    
    221 translated messages, 185 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 470bf473433a0a92623a43ba78be0c1b408368d0
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

    I18n: Update translation pl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4efe2d7aed44f401a60df8a907f52e2739005fa4
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:24 2021 +0200

    I18n: Update translation oc (58%).
    
    236 translated messages, 170 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9929bb9a81735ecc5e31e88259ec1853ee9c801b
Author: heskjestad <cato@heskjestad.xyz>
Date:   Fri Jul 23 16:03:23 2021 +0200

    I18n: Update translation nb (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7e86899971809fd39393f6b0237df0fea0d6cef
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:23 2021 +0200

    I18n: Update translation ms (69%).
    
    284 translated messages, 122 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 823d530eef670f539c3f604a247892da81d0a49b
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:23 2021 +0200

    I18n: Update translation ko (87%).
    
    355 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c9bcaba4c0baa1cf822fca414be6c5862984f7a9
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:23 2021 +0200

    I18n: Update translation kk (72%).
    
    295 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5df50b0426ec08d169db49ed51445615a3adf47f
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation is (68%).
    
    278 translated messages, 128 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e14c7dfd5abaf59e8c7ac135be48465a9c29b6f6
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation ie (70%).
    
    286 translated messages, 120 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b2b0e822c5f9ea40bde14d27ac3732ea605c7097
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation hye (70%).
    
    286 translated messages, 120 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3633217cf14dfe13ff25672122b1ec9c0c09cabf
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation hy_AM (68%).
    
    280 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7775b0d3a6bc2b408f248c510c277d0d03b40618
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation hu (70%).
    
    285 translated messages, 121 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 14f6f8558fdf038940a4cc0d1990fefd5e01e36f
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation hr (74%).
    
    304 translated messages, 102 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d8af6dc3438724eaa729dac74775aa14cdf8918b
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:22 2021 +0200

    I18n: Update translation he (95%).
    
    387 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3d272b0de8fdbd8f80dfed3e4af206373c54a7ef
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:21 2021 +0200

    I18n: Update translation fa_IR (58%).
    
    237 translated messages, 169 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 048e1b23b8f7e9c3452a13e9db189d47767901c9
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:21 2021 +0200

    I18n: Update translation et (97%).
    
    396 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 55e04f969e6f537acb6489dd542c4510988b1968
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:21 2021 +0200

    I18n: Update translation en_GB (68%).
    
    280 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bb2984fa4ffe5df175609937f638d2249a82095b
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:21 2021 +0200

    I18n: Update translation en_AU (69%).
    
    281 translated messages, 125 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4d519853d2de15519751177240f334567e11b4bd
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:20 2021 +0200

    I18n: Update translation el (81%).
    
    329 translated messages, 77 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e422e5a04b8d7b39bf3af547cf174c3ea4596ba4
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Fri Jul 23 16:03:20 2021 +0200

    I18n: Update translation de (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6488ce98c92fc26c6431ef159accbd27957fa690
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:20 2021 +0200

    I18n: Update translation cs (95%).
    
    388 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec21b2dda7a97397ce9ccd085f30fcfa97c58fdd
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:20 2021 +0200

    I18n: Update translation ca (89%).
    
    365 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4f833cde22aae1ffe4d4f44ef09ba6d6f357a7bb
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:20 2021 +0200

    I18n: Update translation be (95%).
    
    388 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9a67f66a8e69f239c4766ef3798389f7bf224305
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Jul 23 16:03:19 2021 +0200

    I18n: Update translation ar (68%).
    
    280 translated messages, 126 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 85f7f44a46cd54c2bf7043848c4a07a9c6d4014c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jul 22 00:46:41 2021 +0200

    I18n: Update translation eu (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 864a9a72ad254101df35bcea81dbd660483ff643
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jul 21 12:48:14 2021 +0200

    I18n: Update translation fi (74%).
    
    304 translated messages, 102 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8d7f451d723eb91079bfc9a69af73ec638e0ee21
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed Jul 21 00:46:45 2021 +0200

    I18n: Update translation it (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f80906035ffa8b1ded1672f225617d536652901f
Author: Daniel Muñiz Fontoira <dani@damufo.eu>
Date:   Wed Jul 21 00:46:45 2021 +0200

    I18n: Update translation gl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ea39b3a15e112401b7d0750000af24e5fde53ef6
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Jul 19 12:47:35 2021 +0200

    I18n: Update translation th (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 223d9a002590136b26392858fa09f925e9e564ac
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Jul 18 12:47:00 2021 +0200

    I18n: Update translation th (97%).
    
    394 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9e18f09fbda8ac0eeefd8d207f0c01204039cc6
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Sat Jul 17 00:46:41 2021 +0200

    I18n: Update translation fr (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 769b7293f284abcbab0da2e8b8157a68c83c5898
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Wed Jul 14 12:47:20 2021 +0200

    I18n: Update translation pt_BR (95%).
    
    387 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b084a3323a3394883279e5adafafebe134c0f069
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Wed Jul 14 00:46:42 2021 +0200

    I18n: Update translation id (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 984f77f7ef82e837b15f49fdfc5d3786fb880634
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Wed Jul 14 00:46:42 2021 +0200

    I18n: Update translation es (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 51f2c4fe5ee7daecc9e97d9145b75aaa76bbb3e9
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jul 14 00:46:42 2021 +0200

    I18n: Update translation da (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c1e7367ac886b41f8130ebd0a23433dfd68974b0
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Tue Jul 13 00:46:34 2021 +0200

    I18n: Update translation pt (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7ade230f9e25c423c1c4fe767a61abda59943c64
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jul 11 13:26:59 2021 +0200

    Allow to open files from the trash can
    
    Fixes #141, see !112 for more details.

commit 3b9bf8c665880ebdf71da8996638f5c635520882
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 12 12:48:59 2021 +0200

    I18n: Update translation it (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b9b086dd97a48edd97eb9acfc04f9a0eee546dd1
Author: Xiaobo Zhou <zhouxiaobo.500@gmail.com>
Date:   Mon Jul 12 00:47:10 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 714bea0ca7ea4494a1d10d8f1775e1142826e01d
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Mon Jul 12 00:47:10 2021 +0200

    I18n: Update translation nl (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45b9edadf09be2b260db2d59434e58b642dca989
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 12 00:47:09 2021 +0200

    I18n: Update translation lt (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3c6b5261bd5699fc76d967867e02f5a35776441e
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Mon Jul 12 00:47:09 2021 +0200

    I18n: Update translation ja (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 40d4ba42ce60f8cd189ffa9a54a73b919d00a23e
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Jul 12 00:47:09 2021 +0200

    I18n: Update translation bg (100%).
    
    406 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 35c7cb8a76411fd22d90e9d045f860ef99d7f5eb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 10 16:11:32 2021 +0200

    Add a setting to control tab expansion
    
    Closes #100, related to !22.

commit 29121b9dc4d6bddb4fd2718ffa19cfd64dddc4e2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 10 13:02:40 2021 +0200

    Prefs dialog: Substitute CSD for status bar visibility
    
    The visibility of the status bar is already accessible via the "View"
    menu with those of the other bars, while an easier access to the choice
    between CSD and traditional decorations seems desired on the user side.

commit 96aa2cd28ba0170ec353562c5d07bc357bfbd1f4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 10 11:42:40 2021 +0200

    Code cleanup: Remove useless packings in GtkBuilder file

commit e251599ac1dda84a0bf20615945d446735dbf763
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sat Jul 10 00:46:51 2021 +0200

    I18n: Update translation pt (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dfde234bba131042d3500ea0bd63ba67d3f9a169
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sat Jul 10 00:46:51 2021 +0200

    I18n: Update translation nb (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 181eb8b1995daddf3ebe0a1b829d7f83e9fbaee1
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sat Jul 10 00:46:50 2021 +0200

    I18n: Update translation ja (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5ce16d3bc4dad5a1ddd27fc2d91de1d087b9212e
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Fri Jul 9 12:47:36 2021 +0200

    I18n: Update translation pt (99%).
    
    402 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cb553b339e2c7af5ca447c7fec6bb4d38d1a61ff
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 8 12:36:34 2021 +0200

    Monitor file deletion
    
    Or at least check for file deletion when closing.
    
    Closes #140, see !111 for more details.

commit 89e1149ea073661989b9dd298000ed9c5b48e483
Author: Xiaobo Zhou <zhouxiaobo.500@gmail.com>
Date:   Fri Jul 9 00:47:55 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b2e4d73aa84b844fd7cf76414ca631861e215482
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Fri Jul 9 00:47:55 2021 +0200

    I18n: Update translation de (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a77185798e4f02aa11c30f63cfa1f0aad12ff773
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 8 12:33:05 2021 +0200

    History: Fix overwritten quitting mode
    
    Related to !110.

commit 96c0309240c4232c6da0910a7b14498dac7affae
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 8 12:25:13 2021 +0200

    History: Prevent any concurrent sync/async saving
    
    Async vs sync was correctly handled, but there was a small time
    interval for sync vs async.
    
    Related to !109.

commit 0e08565a3763064d413bff180d50847494decc84
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Thu Jul 8 12:47:36 2021 +0200

    I18n: Update translation sv (99%).
    
    401 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e526cd39fb9a6961b844f4c83a97f5158af29d95
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Thu Jul 8 12:47:36 2021 +0200

    I18n: Update translation es (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed7bf89f54546d63a3fbaa2bf03451ade1f32e27
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jul 7 12:05:00 2021 +0200

    History: Trap some external signals, try to quit gracefully
    
    This traps SIGHUP, SIGINT and SIGTERM on UNIX platforms, and uses
    GtkApplication features to listen to the session manager notifications
    on logout. When one of these signals is received, we quit gracefully
    and non-interactively using autosave features added in !109.
    
    Closes #3, see !110 for more details.

commit e7c1da0c13dd06428d6f18da63f21dd7cbd0935e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jul 7 19:07:38 2021 +0200

    History: Fix and simplify data directory opening procedure
    
    Opening the directory when it was to be created triggered a
    GLib-CRITICAL, in particular.
    
    Related to !109.

commit 095792dbb5ed84d06cdb5242bec6932482f92e6f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jul 7 07:59:24 2021 +0200

    History: Symmetrize `autosave-timer`-`session-restore` binding
    
    The autosave side of this binding had been left out in !109 because
    autosave is not required for all session restore features. But this can
    lead to illicit invocations of autosave-specific functions and
    unnecessarily complicates the management of the session restore feature
    as a whole.

commit 0bed4eeb117b189d7f0312c3e7c7de7e982159a4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jul 6 11:44:10 2021 +0200

    Code cleanup: Remove a redundant test
    
    Related to !109.

commit b89d7ff300368eac461e10c3fa2226988b238611
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Thu Jul 8 00:46:38 2021 +0200

    I18n: Update translation nl (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b0217fcb70a9fa05dbf78893139f3404f4f10879
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Thu Jul 8 00:46:38 2021 +0200

    I18n: Update translation bg (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8f54ced51f7bf42dbde12cfbeea2023ebe329733
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Wed Jul 7 12:48:15 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    405 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 07cb1abbafea82ef9f71132c7b50dec12f28af36
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Jul 7 12:48:15 2021 +0200

    I18n: Update translation zh_CN (97%).
    
    396 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7e551bded8eec9d02bc63da0719c97282f07685a
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Tue Jul 6 12:48:41 2021 +0200

    I18n: Update translation sv (99%).
    
    394 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5d88639f9b31bcf969dc5dfd7883671a2a71255d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jul 4 16:34:57 2021 +0200

    Tests: Add some autosave tests along the way
    
    No specific test added, just some adaptations, especially
    `preferences.file.autosave-timer` set to 1 second to trigger as many
    operations as possible when a document is modified here or there.
    
    See !109 for more details.

commit 18e1fca9ba6d837ed0820e5673e7662711163354
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jul 4 12:50:59 2021 +0200

    Check for orphans after restore
    
    At this point, a file `autosave-[0-9]+` should only be in the data
    directory if it is to be restored. If at the end of the restoration
    procedure it has not been restored, a textual warning informs the user
    that he should delete this file manually.
    
    See !109 for more details.

commit c9b0217b55c8ed2fe3cb8cdcddbe278afd01f108
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 3 18:06:09 2021 +0200

    Add new restore options
    
    See the previous commit message for a description of what this commit
    implements.
    
    See !109 for more details.

commit c829923728d1979d232fa4823e2185a077b033a3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 3 12:02:15 2021 +0200

    Adapt settings to include new restore options
    
    The following restore options are offered to the user:
    * "never": Disables session restore and set
      `preferences.file.autosave-timer` to 0. This can be used for privacy
      purposes, since no more data is stored and all previous data are
      cleared.
    * "after a crash": This is the default: all the backup and restore
      machinery is in place, but it only has a visible effect in case of a
      problem. This is included in all the following choices.
    * "unsaved documents": Unsaved documents are always restored, and the
      user is no longer asked for saving modified documents when quitting,
      i.e. when closing the last window or calling "app.quit". He is still
      asked for saving when closing a tab.
    * "saved documents": Saved documents are always restored: this is the
      behavior before this commit when session restore is enabled.
    * "always": This is the addition of the three previous choices.
    
    See !109 for more details.

commit a602787b344728bf0f1658c0f1d361e19ba57140
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jul 3 10:07:53 2021 +0200

    Adapt opening procedure to include autosaved files
    
    See !109 for more details.

commit e1f2f9f104fda05e4ca4de771830350636a1e97e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jul 2 16:11:55 2021 +0200

    Adapt session array format to include autosaved files
    
    The session state is saved on one more signal:
    `GtkTextBuffer::modified-changed`, and the eventual autosave uri is
    attached on restore to the GFile to be opened for further use. The new
    array format is described in the `.gschema.xml` file.
    
    See !109 for more details.

commit 26912f0bd5dc4c874722ab611bd43896b328f093
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 1 15:15:09 2021 +0200

    Add autosave support
    
    This only concerns autosave itself, and does not include any restore
    feature, which is covered by separate commits.
    
    Any document open in a MousepadWindow is automatically saved when
    modified, in a temporary file located in
    `g_get_user_data_dir()/Mousepad` and named `autosave-N` where N is a
    unique id, with a delay of `preferences.file.autosave-timer` seconds.
    Setting this parameter to 0 disables the feature.
    
    When a document is regularly saved by the user, the temporary file
    associated with it is automatically deleted.
    
    These automatic save and delete operations are asynchronous. The
    GApplication use count is used to ensure that they have time to finish
    correctly.
    
    See !109 for more details.

commit 13b2c41c868af4d2a3aa86434cef5927c57c06ea
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 1 15:06:01 2021 +0200

    Split `mousepad_file_save()` into two parts
    
    Preliminary refactoring to !109.

commit 6baa515d92e5c8cb549f1104a05e8b8449e6c82c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jul 2 12:53:39 2021 +0200

    Adapt session save blocking
    
    Preliminary refactoring to !109.

commit 124431602e208edbedaf44680165df9aded4d97e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jul 2 10:33:14 2021 +0200

    Group history initialization
    
    Preliminary refactoring to !109.

commit 405e08e2d0e57dff26c14000248a166c49d97120
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Tue Jul 6 00:46:37 2021 +0200

    I18n: Update translation fr (100%).
    
    397 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fb87b59df0b3f218d448d6ef045f56ecbba68425
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Jul 5 12:48:07 2021 +0200

    I18n: Update translation zh_CN (97%).
    
    387 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fe609f4c0c35e212573f73af9ab9a46a84f1f7f6
Author: heskjestad <cato@heskjestad.xyz>
Date:   Mon Jul 5 00:46:33 2021 +0200

    I18n: Update translation nb (100%).
    
    397 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 50aeef83a817a4ee70d12d015e50c5c55a5fcd44
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jul 4 18:28:05 2021 +0200

    Code cleanup: Simplify combo box bindings when possible

commit e7a61cde209d56b3cb117432d8043da2b65055e4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jun 30 18:00:47 2021 +0200

    Code cleanup: Type consistency

commit 9e0850a70f1ef2a2ddf0dc1bd310cf3421ad0058
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jun 30 16:23:16 2021 +0200

    Code cleanup: Factorize some G_CALLBACK casts

commit 4e89fde6f7358509187b3e13da871a7eb173ab98
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jun 30 16:07:53 2021 +0200

    Code cleanup: Define a translated string

commit fbed2ba2b2286f8846c5385db56507a39e033941
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jul 2 07:43:56 2021 +0200

    Improve `mousepad_history_session_restore()`
    
    A complement to 2941007c83be8cd5a75f65208925fbfe664de732.
    
    Related to !108.

commit c25400675bcc03af158c24a0ae8bdc9bf88c990d
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sat Jul 3 12:47:08 2021 +0200

    I18n: Update translation th (70%).
    
    282 translated messages, 116 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ff8271ab67e3c087e3972be775352993aa1f69e3
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sat Jul 3 00:46:41 2021 +0200

    I18n: Update translation ja (100%).
    
    398 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1fa3b22442d1a493f10bd2ab5c77941cf7606be3
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Jul 3 00:46:41 2021 +0200

    I18n: Update translation de (100%).
    
    398 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit af4f04b347f0bd18fa468451de47b8816c883c0a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 1 23:30:34 2021 +0200

    Save session also on "page-reordered"
    
    A complement to !108.

commit 2941007c83be8cd5a75f65208925fbfe664de732
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jul 1 23:14:44 2021 +0200

    Fix session restore when there are file deletions
    
    A mistake in !108.

commit 4a164e8900a4884b986ecd907854da0e70fea7ad
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Wed Jun 30 00:46:19 2021 +0200

    I18n: Update translation pt (100%).
    
    398 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 742e57cb5e6021606acf4f483ae8b84bf31698c2
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Tue Jun 29 12:48:08 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    398 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 370553762f2e704877e3a74b8d730c1535e88305
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 29 12:48:08 2021 +0200

    I18n: Update translation lt (100%).
    
    398 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 02e2e5d71a7fc00ec259b575362d3ac21f6f1f4b
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 29 12:48:08 2021 +0200

    I18n: Update translation es (100%).
    
    398 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4981579e2f658f2ee41ef7e2d41efad58e8948db
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Mon Jun 28 12:48:20 2021 +0200

    I18n: Update translation ja (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 346c3379c68bba4ef092867bf42e4dde006a295e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 25 18:21:28 2021 +0200

    Add a "File" tab to the prefs dialog
    
    Related to !64, !69, !89 and !107, see !108 for more details.

commit f4c6fabce09369c7d4c07d848524b43d3528947b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jun 26 13:26:58 2021 +0200

    Tests: Adapt test procedure to session backup and restore
    
    A minimalist restoration test is added, and care is taken to ensure
    that automatic restoration does not change the purpose of the other
    tests.
    
    See !108 for more details.

commit af9572ea8a7b66c79db2c86b3e002d0d4218b96b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 24 18:18:14 2021 +0200

    Add session backup and restore
    
    The list of tabs per window is saved at different times, in particular
    when switching tab or active window. This way, an accurate picture of
    the current session is kept at all times, in a format described in the
    `.gschema.xml` file.
    
    When activating "app.quit" or when closing the last window, session
    backup is suspended to keep the current state as the one to be restored
    on next session.
    
    In general, session restore takes precedence over any command line
    argument. In particular, a restored file is opened with encoding and
    cursor position found in the recent history (or default values), even
    if it is specified on the command line with or without any option.
    
    Files specified on the command line that are not included in the list
    of files to restore are opened normally, from the state in which the
    application is at the end of the session restore, just as if they had
    been opened while the application was already running.
    
    Closes #21, see !108 for more details.

commit cd27ca6de13c92039ba4b1ec2c5382160437e017
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 24 17:56:10 2021 +0200

    Move recent history management to new file `mousepad-history.c`
    
    This is now justified by the addition in next commit of a new history
    feature.
    
    Related to !107, see !108 for more details.

commit 24e6366093251f2f3513af10d5b5e798b2ab4c7a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Jun 28 11:44:50 2021 +0200

    Group config files definition in one place

commit 8f32227b86604461a822aa6831d389835eb7c90a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 27 20:03:53 2021 +0200

    Printing: Create config file if it does not exist
    
    Maybe this file was supposed to exist in the past, before the switch to
    GSettings. Now it is only used for print settings, and it should be
    created if it does not exist.

commit 477141edac77ac769291612b68a8f092ead6a6bd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 27 19:19:19 2021 +0200

    Partially revert "print-dialog: Fix some memory leaks"
    
    This partially reverts commit a59bc29ee738af2d649dce2c2ad80f7e2b0dc31e.
    
    This GtkPaperSize is transfer none, whereas the other one is transfer
    full.

commit d5a44f306817356767bd3c1d0aaf1dec38e5f0c7
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sun Jun 27 12:47:32 2021 +0200

    I18n: Update translation nb (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e097a3ed3dd326952dfea20a950416b57a00e0bc
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sun Jun 27 12:47:31 2021 +0200

    I18n: Update translation es (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d5b14a6c2f3a665d4057f335ff5d1d2b24f909fa
Author: Źmicier Turok <nashtlumach@gmail.com>
Date:   Sun Jun 27 00:46:56 2021 +0200

    I18n: Update translation be (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 022e01ff453f5cef62b85a1edbff713262b5bf14
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 24 17:37:19 2021 +0200

    Simplify management of files to be opened
    
    GPtrArrays are not really useful here, even less the reallocation for
    each file.

commit c8aa304aa61da875b24c8d9a1d2fbc645cc0d047
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 24 17:20:51 2021 +0200

    Check all windows for the file to be opened
    
    No reason to check only the current window. If the file is already open
    in another window, it must be presented to the user instead of the
    current one, at least for this file.

commit 98912d3b8d67692cc6aeec075a9027c5a8c9037b
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Thu Jun 24 00:46:30 2021 +0200

    I18n: Update translation bg (100%).
    
    390 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ea6a904a30203b429cf553e4d6d8e838f587ef62
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 20 11:54:28 2021 +0200

    Store also the cursor position in the recent history
    
    A classical feature: restore cursor position from recent history, the
    cursor position set via the command line taking precedence over it.
    
    Related to !83, see !107 for more details.

commit 819de9b676115f3a08677c7206c97b286c5c34b2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jun 19 23:54:16 2021 +0200

    Store also the user set language in the recent history
    
    If the user has a good reason to set the language by himself, typically
    because the "guess language" function failed, he probably likes to see
    this change preserved over sessions. This is what this commit allows.
    
    See !107 for more details.

commit 9875b338d48c3cd21c800200124f2e9117e6a8fc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jun 19 16:38:49 2021 +0200

    Always use recent history encoding when opening a file
    
    Instead of just using it when the first opening attempt fails, this
    always uses it, unless the user has explicitly set an encoding, either
    via the command line or the "Open" dialog.
    
    As previously for the "Open" dialog and the encoding dialog, history
    encoding roughly acts as default encoding for the given file here,
    taking precedence over the global default encoding.
    
    Related to !69, see !107 for more details.

commit 262b8f417495c87bea2abeed6ee4dcfff942d4dc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jun 19 15:43:51 2021 +0200

    Improve the use of current encoding in the "Save As" dialog
    
    This is just to upgrade the behavior of the "Save As" dialog to that of
    the "Open" dialog after the improvements made by the use of history
    encoding, since the use of this encoding is irrelevant here.
    
    Related to !69, see !107 for more details.

commit b87db551c4937cb8454d90910fca4e5cd9edfb63
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 18 20:05:08 2021 +0200

    Use recent history encoding in the encoding dialog
    
    Similarly to previous commit, history encoding roughly acts as default
    encoding for the given file, taking precedence over the global default
    encoding.
    
    Some translated labels common with `mousepad-dialogs.c` are also
    defined, and a `mousepad_encoding_get_system()` function is added to
    simplify the code a bit.
    
    Related to !69, see !107 for more details.

commit 40866960154f07c0ddcd5d0d66ef021368d49f9b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 18 14:31:03 2021 +0200

    Use recent history encoding in the "Open" dialog
    
    This updates the encoding combo box when the selected file changes,
    using encoding from recent history. When this encoding exists, it
    roughly acts as default encoding for the given file, taking precedence
    over the global default encoding.
    
    Related to !69, see !107 for more details.

commit ee6f1dec0d22e0d0e536b3e9ac26f1f0b71a8dce
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 18 09:24:01 2021 +0200

    Move recent history management to `mousepad_util.c`
    
    The recent manager is typically a resource that lies at the application
    level, not at the window level. Since there is no particular reason to
    add it to `mousepad_application.c`, nor to create a dedicated file at
    this point, it is put in `mousepad_util.c`.
    
    A few things are simplified in the process, and the encoding lookup
    function is rewritten to add more data to the history later, such as
    language and cursor position. All these data are naturally subject to
    the privacy setting added in !89.
    
    Related to !89, see !107 for more details.

commit 0b4738a0eae0d6771693612d6fe55e569284da0a
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Wed Jun 23 12:47:29 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    390 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 99302a96fb0c6e64e103e7563e0beb34457115d4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 22 12:20:51 2021 +0200

    Rename "Find as you type" to "Incremental search"
    
    I personally find the former more descriptive and perhaps more common,
    but it can lead to oversized translations, such as
    "Rechercher au fur et à mesure que vous tapez" in French.
    "Incremental search" also seems to be widely used in this context, and
    should lead to more reasonable and predictable translation sizes.
    
    Related to !102.

commit b2452e107151459bf4635ea45f1d4901a46d6b87
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Jun 21 16:25:52 2021 +0200

    Remove useless casts

commit c63a9e6cb51cb19ba3f24e62694afd117889f295
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 18 20:36:18 2021 +0200

    Define some translated labels
    
    To prevent near-duplicates, especially because of mnemonics, when
    exactly the same string could be used. This is for example the case here
    for "_Save As", eliminated in favour of "Save _As".

commit 12f996023d3d61e933b5b0b3b0fc125246225407
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 18 07:25:58 2021 +0200

    Check that submenu actions actually change state
    
    This is a complement to c878a901193c60753737dbaa5318955d9be6a99f:
    for some reason, setting a submenu action state re-triggers the action
    in GTK 3, so in general, it is also necessary to check that there is
    actually a state change.

commit f4eeeb6b32a4f1c7f38d956e892fe19190c57a3e
Author: Wellington Almeida <wsalmeida6@gmail.com>
Date:   Fri Jun 18 00:46:53 2021 +0200

    I18n: Update translation pt_BR (99%).
    
    394 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 97ef9dc2e1f8694788978838ac7b5b530ab87c42
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 17 18:17:33 2021 +0200

    Fix wrong externally modified document in some situations
    
    If the externally modified document is in the active tab when
    the "externally-modified" signal is sent, it is not necessarily true
    when the user focuses the window (i.e. when the "notify::is-active"
    signal is sent), e.g. if he opened a new document from the command line
    or the file manager in between.
    
    Related to !64.

commit fc360c022b1d88ea640b17d19a4acbf344d094e3
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Thu Jun 17 00:46:36 2021 +0200

    I18n: Update translation it (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 484519f395892948ec1d1aa134bec5aff1d299b2
Author: Źmicier Turok <nashtlumach@gmail.com>
Date:   Tue Jun 15 00:46:47 2021 +0200

    I18n: Update translation be (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0d9d4f05aace800118d0a390e4e5dc5ebb940ca5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jun 12 16:45:56 2021 +0200

    Plugin support: Properly handle plugin settings
    
    What was done in !92 was strictly speaking only suitable for one plugin.
    This could be extended to several plugins by adding a `.gschema.xml`
    file in `plugins/`, intermediate between the one of the application and
    those of the plugins, or by refactoring the Makefiles with inclusions
    and a single call to `@GSETTINGS_RULES@`.
    
    But in any case, due to the relative rigidity of the `.gschema.xml` file
    format and the internal workings of `glib-compile-schemas`, this would
    only be suitable for plugins that are present at compile time, i.e.
    "fake plugins".
    
    Instead, this commit adds the plugin settings at load time, as is
    natural and as the `GSettingsSchema` documentation states. To do this,
    the setting store is extended to contain several roots: the application
    root and the plugin roots.
    
    For the latter, a unified naming convention is preserved, with the
    prefix `org.xfce.mousepad.plugins.`, but they are in fact completely
    independent of each other and independent of the application root.
    
    Fixes #136, related to !92.

commit 7c8c510c5323e5f191740c828624e86f0d9c36d9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jun 12 16:44:08 2021 +0200

    *.gschema.xml: Specify the gettext domain only once

commit 79c160581e5fe91deba87295d7d5406f32eaa46b
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 12 12:47:32 2021 +0200

    I18n: Update translation da (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9bfa802e1617636c2053ebcd4bfcb5652bc9c518
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 12 00:47:23 2021 +0200

    I18n: Update translation it (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dcb2c627e633837a346febe038e62e28ff2647df
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 12 00:47:22 2021 +0200

    I18n: Update translation da (99%).
    
    394 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c3c040966170faf48acece58b5289b1dd2c10fdd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 10 22:20:09 2021 +0200

    Direct monitoring of symlink targets
    
    Monitoring symlinks themselves does not (properly) monitor their
    targets: see https://gitlab.gnome.org/GNOME/glib/-/issues/2421

commit 135e82cf79fa25375b063ef60cce30206ec2cede
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Tue Jun 8 12:47:44 2021 +0200

    I18n: Update translation tr (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit da543fd6820411202f9c1a85b4fb628fe9ed8833
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Mon Jun 7 00:47:04 2021 +0200

    I18n: Update translation de (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c878a901193c60753737dbaa5318955d9be6a99f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jun 6 13:57:05 2021 +0200

    Set the state of submenu actions
    
    Although it is not necessary in the current state of GTK 3, it may
    become necessary in GTK 4, and it is anyway up to the "change-state"
    signal handler to set the state of a GSimpleAction.
    
    Related to https://gitlab.gnome.org/GNOME/gtk/-/issues/3721

commit 01d487af487c5a936f6137a869eb1624d9acb2c4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 4 18:26:11 2021 +0200

    print-dialog: Wrap long lines

commit a59bc29ee738af2d649dce2c2ad80f7e2b0dc31e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 4 18:13:34 2021 +0200

    print-dialog: Fix some memory leaks

commit ee7efa9d34e583d0c4c45112aa5c0f326c64d982
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jun 3 22:49:45 2021 +0200

    Fix a type inconsistency in the "encoding-changed" signal
    
    This will trigger a GObject-CRITICAL in future GLib versions.
    
    Related to !69.

commit 3d7725ecd8004c44c682bd109a546350652de1d0
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Jun 3 00:46:56 2021 +0200

    I18n: Update translation et (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d40f3323ff68600ab6dca565c02549fea453e09a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jun 2 22:24:16 2021 +0200

    Always check if the user has explicitly set a filetype
    
    In particular when reloading.

commit 2b4c62341a5137f273fb654301ff4a66e9352a2d
Author: heskjestad <cato@heskjestad.xyz>
Date:   Wed Jun 2 00:46:24 2021 +0200

    I18n: Update translation nb (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0e639b0fc6b101b4b86dc65e16ae9ccf885e92b5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 1 22:25:47 2021 +0200

    test-script: Indent output of auxiliary commands

commit c5c0d9bc79d5950c0642a89c124db670c1ec4b03
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 1 22:27:53 2021 +0200

    test-script: Check for the test plugin availability
    
    Related to !105.

commit 3d6ee45c0efff8d8aeaa096d531326f3ae59f6da
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 1 22:21:02 2021 +0200

    test-plugin: Cleaner management of monitoring handlers
    
    Related to !105.

commit 2f274ffe520fc14f4d28f48603066e64d9f8f50e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 1 13:09:36 2021 +0200

    Prefs dialog: Wrap a too big label in some translations
    
    Related to !101.

commit 1273cc1bd99e4d4fa8b65157a111a38a5561e073
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon May 31 13:45:32 2021 +0200

    Tests: Port the window actions test to the test plugin
    
    Again, the already exposed GApplication structure is used to communicate
    with the test script via D-Bus: a test action for the window actions is
    added to the application, which the script can then activate via D-Bus.
    
    Basically, what was done in the script is transported to the plugin,
    with the difference that instead of sorting the actions, we can use more
    advanced data structures (structure, hash table), and thus make the code
    easier to read, modify and maintain.
    
    The dependencies to xdotool and wmctrl are now removed.
    
    See !105 for more details.

commit 38408325af50302649b3be74e5de72d3dac75c28
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 28 10:32:59 2021 +0200

    test-script: Replace xdotool with the test plugin
    
    The dependencies to xdotool and wmctrl are kept at this stage, because
    the case of window actions is treated in a separate commit.
    
    See !105 for more details.

commit b761c62548982e059d2ba1774c23dc9110d62229
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 28 10:30:53 2021 +0200

    Tests: Add a test plugin to monitor application state
    
    This plugin is disabled by default: building with `--enable-plugin-test`
    is required to enable it.
    
    The plugin listens to all required signals to monitor application state
    and informs the test script via D-Bus. For now, the use of the already
    existing "is-busy" GApplication property has proven to be sufficient for
    this purpose.
    
    The only modification of Mousepad core code is the replacement of
    `mousepad_application{activate,open}()` calls with
    `g_application{activate,open}()` calls, so that these calls trigger the
    corresponding signals emission.
    
    See !105 for more details.

commit 1ef80a446ba11d392f25278ee231475ad5b04e63
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 28 10:15:47 2021 +0200

    test-script: Trap ERR and INT to cleanup on failure
    
    See !105 for more details.

commit edfafd148ce27f9ce2d4204d3d35e26a0efec948
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 28 10:02:54 2021 +0200

    test-script: Simplify process management
    
    See !105 for more details.

commit 69c8a07f632690318d1c7e512501856b3155158a
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Mon May 31 00:46:48 2021 +0200

    I18n: Update translation pt_BR (95%).
    
    380 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6747a7577fecdf938227c5d09ba4e4c385729e55
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Mon May 31 00:46:48 2021 +0200

    I18n: Update translation fr (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ae530800cda5370b4d3f2a719554bb1c569b0d78
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun May 30 00:46:38 2021 +0200

    I18n: Update translation pt (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b8d0824f87ae2026b9116cf211ad750db7b1fff9
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Sun May 30 00:46:38 2021 +0200

    I18n: Update translation he (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f9224537277e06081e8cb190f4273e18d288552c
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Fri May 28 00:47:00 2021 +0200

    I18n: Update translation et (96%).
    
    381 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ad97aba647ce69d05ee2375b5019b4a41a28f583
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Fri May 28 00:47:00 2021 +0200

    I18n: Update translation es (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4884fb9475f2fd1ed379606ce5c8507e7faab92d
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu May 27 12:48:41 2021 +0200

    I18n: Update translation zh_CN (98%).
    
    389 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f70d8b575558e18ffa7c825c6f7145d632322d77
Author: Anonymous <noreply@xfce.org>
Date:   Thu May 27 00:46:32 2021 +0200

    I18n: Update translation eu (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3c3c8ad62b82a76564b26d37220a2fb86d1fc032
Author: Manuel Grießmayr <abspack@posteo.de>
Date:   Wed May 26 14:21:13 2021 +0000

    Make search input fields less flickery
    
    See !104 for more details.

commit ea7ff38199e26a4189d269a3d99403ac915fcc88
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Wed May 26 12:48:43 2021 +0200

    I18n: Update translation ja (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be901607a3959e17277dcab0160eea07b2c818c9
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Wed May 26 00:46:36 2021 +0200

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

commit 4bb17fcfbff13ccda911cf82451827ee17052115
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Wed May 26 00:46:36 2021 +0200

    I18n: Update translation pt (96%).
    
    383 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d2409742e58c02bd97f919efb6ad07af6f3ebdef
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Wed May 26 00:46:36 2021 +0200

    I18n: Update translation pt_BR (95%).
    
    380 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit abc001cb1ca9369137d3809c0f2caaee83f1448c
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 26 00:46:36 2021 +0200

    I18n: Update translation lt (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 622eccaf9eda9e0ae6106114db265bdb952498c0
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Wed May 26 00:46:36 2021 +0200

    I18n: Update translation de (100%).
    
    396 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ab6e1af2af9a18aaafd0a2c957129a243831a4d5
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Tue May 25 00:47:14 2021 +0200

    I18n: Update translation sl (100%).
    
    386 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f2ebca71167149702a9cb8c3be48d75c26412f4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 23 10:57:31 2021 +0200

    Allow saving non-existent, empty but named file
    
    When the user specifies a non-existent file via the command line, the
    new document is immediately marked as modified, so that the "Save"
    action is enabled and the user is informed that his changes - the
    creation of a new empty file - are not saved.
    
    Closes #120, see !103 for more details.

commit ae76ab5b617c476b62d479556bf5bbdd4be444c4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 23 00:45:38 2021 +0200

    Enable "Save" action for read-only documents
    
    It is redirected to the "Save As" action via a massage dialog, to both
    explain the reason to the user and ask for confirmation.
    
    The message appearing in the same dialog when closing a modified
    read-only document is also slightly modified, to indicate to the user
    why "save as" is proposed instead of "save".
    
    Closes #126, see !103 for more details.

commit d5f1e9d93a9b6c8698caa9a49fc4c41cbf621f02
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 21 22:12:32 2021 +0200

    Make "Find as you type" an option
    
    The search context is still updated in the background when the search
    entry text is modified, or the search settings change, but there is no
    selection of the search result, nor scrolling to cursor.
    
    Related to 7397c8ac6f16cb460abea9c4a1eb3d62787d62c5, #83 and !58, see
    !102 for more details.

commit 9b71ec591ae494192202fbf29bec5b4221a2cac3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 21 18:53:17 2021 +0200

    Reveal hidden setting "indent-on-tab"
    
    This is in addition to the smart keys in the prefs dialog introduced in
    the previous commit.
    
    See !101 for more details.

commit 4c1f959bfa4284c9838f3afda8d92b2a9f851896
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 21 18:32:19 2021 +0200

    Add use of `GtkSourceView:smart-backspace`
    
    This reorganizes the "Editor" tab of the prefs dialog a bit by the way.
    
    See !101 for more details.

commit 19d644c38c4a5547df16ee0070b60258416444cc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon May 24 17:01:50 2021 +0000

    Add a "Move Words" action
    
    After !96 and 7a8d0b36bc9520d140934999fd26edd14631ca58, this overrides
    `GtkSourceView::move-words`, by testing first this signal in a virtual
    view to avoid bugs reported in https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/190.
    
    The default keybindings for the "Move Lines" action are updated so that
    the four movement actions use the directional arrows.
    
    See !100 for more details.

commit 81652aafb89a9699ba9598b953ad72fa522acc3d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 23 10:25:42 2021 +0200

    Fix monitoring events to listen to
    
    There was a strange confusion in abb4f132bff91dd39ff85994db901790a22e47a5
    (!64) between enums and flags, although in the end, the resulting code
    was roughly equivalent to what is done in this patch.

commit f99f83c9bc72d9dcad1b7f635fe3ca5721b21e84
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sun May 23 00:48:27 2021 +0200

    I18n: Update translation es (100%).
    
    386 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8ff6a8e125d978252f5532dd6c68f40e47116186
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat May 22 23:10:47 2021 +0200

    Ensure statefull actions exist until their state is recovered
    
    A better fix than a3144e1487b2412e9ba097b1542d6571e35e11e6, generalized
    to all actions that need it: by using `g_action_map_lookup_action` and
    `g_action_activate` instead of `g_action_group_activate_action`, a
    reference is kept on the action, thus ensuring it stays alive.
    
    This also adds an inline function to recover the action state, as in
    44946a64b1a1a48412b3618ab82c13b76b170dcc.

commit 44946a64b1a1a48412b3618ab82c13b76b170dcc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat May 22 22:05:17 2021 +0200

    Fix GVariant-related memory leaks
    
    Mainly introduced in 8349795ed7b5ee2f4ab42ff3466a47e4dc035dbe (!48).

commit 4dee9427df73cc375023e10609dddde43eb636fc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 21 20:59:25 2021 +0200

    Do not warn if the plugin directory does not exist
    
    This is allowed by the compilation without plugin.
    
    Related to !92.

commit 896c883af52ba289123b24f75f0d31c0fb000efa
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 21 00:46:42 2021 +0200

    I18n: Update translation da (100%).
    
    386 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f9a780e159d2ca6ac8b0c2b57406290602505aa6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 16 17:16:08 2021 +0200

    test-script: Split into multiple files
    
    See !99 for more details.

commit 0acdf615e86f51c233b0c0bb3af31a7e7f2e7f69
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 16 16:41:31 2021 +0200

    test-script: Add window actions test
    
    These tests are less trivial than the previous ones, because some
    actions have prerequisites (e.g. copying text before pasting it), and/or
    require post-processing (e.g. closing a window that the action has
    opened, or undoing the action). That said, these are still only simple
    activations, with no advanced user interaction simulation.
    
    See !99 for more details.

commit f5924a0779dd8dc16f4928bdc8e5a22f488f7c31
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu May 13 22:12:00 2021 +0200

    test-script: Add setting change test
    
    This tests setting change from the command line (via `gsettings`) when
    Mousepad is running, in various configurations: standalone prefs dialog,
    empty document, one file, two files in tabs, two files in windows.
    
    This is roughly equivalent to testing toggle actions bound to GSettings,
    that is (with a few exceptions) application actions. But it is easier to
    do it via `gsettings`, and it will be easier to maintain in the future.
    
    See !99 for more details.

commit a5a68f30dbc52b3e86d45e1e358d9397a3d82acb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu May 13 01:34:37 2021 +0200

    Add a test script for Mousepad
    
    The script is divided into test sections. It has no mandatory argument:
    it runs by default all tests sections for the first `mousepad` binary
    found in `$PATH`. The full script usage is documented by the `--help`
    option.
    
    This first commit adds:
    * A 'non-gui' section, dedicated to the few command line options of
      Mousepad that don't involve any GUI, e.g. `--version`.
    * A 'simple-gui' section, which launches Mousepad with its other
      command line options, and makes it quit as soon as the window appears
      on screen.
    
    For simplicity, `xdotool` is used for the moment to monitor window
    display. This will probably change in the future in favor of a more
    platform-independent tool, listening directly to GTK signals.
    
    See !99 for more details.

commit 5c71763d8a66b8b9e692327347824d197e8e78db
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Wed May 19 12:48:24 2021 +0200

    I18n: Update translation tr (100%).
    
    386 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ff44d2e20a8caf0cd4435537c1eefe9f53f2a013
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Wed May 19 00:47:00 2021 +0200

    I18n: Update translation es (100%).
    
    386 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 068015b526785630faca4415d3e582f729b715cc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue May 18 20:13:46 2021 +0200

    Add a sanity check on the window for "Externally Modified"
    
    A regression introduced in c5200610bad2a34f940e1fdbb1f0d70c104e0537:
    although it is unlikely to happen, the window can be NULL here, only the
    document is guaranteed to exist.

commit 5a6ee62435cbf9654c732ae9cdeabfb37383a684
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 16 20:29:38 2021 +0200

    Do not set the style scheme id as translatable
    
    An old bug (0.4.2 at least): when the prefs dialog is open and the color
    scheme is changed to 'none' from `gsettings`, if the locale is other
    than en_*, then the color scheme combo box is not updated, due to the
    translation of 'none' into something else.

commit d3303837a9a97cf6a3b57b7eb4e8448806e5b85a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 16 19:31:46 2021 +0200

    Properly update recent menu in case of file deletion
    
    When all recent files were removed between two runs, the recent menu was
    in an inconsistent state.
    
    A regression introduced in !25.

commit a3144e1487b2412e9ba097b1542d6571e35e11e6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 16 18:34:06 2021 +0200

    Add a sanity check on the "Save As" action state
    
    A corner case: when "Save As" is triggered by "Save", e.g. when trying
    to save an empty document, and "app.quit" is activated while the "Save
    As" dialog is still open, e.g. by running `mousepad -q` at that time.
    
    Related to !39.

commit db4e6943c04612d31808cd9ca5dc3b611575e96a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 14 17:46:08 2021 +0200

    CSD: Set the decoration layout for all windows
    
    It was set only for the first window, a mistake in !97.

commit 694373f715e01f8ae009a6fc06cc4d264f37e2fd
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Fri May 14 00:48:19 2021 +0200

    I18n: Update translation es (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 02ab6586e86b79b857f7b3b1a144817d6f116eeb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu May 13 22:24:37 2021 +0200

    Add a sanity check on file location for monitoring
    
    A corner case: when an empty document is open and file monitoring is
    disabled/enabled from the command line.
    
    Related to !64.

commit 7a8d0b36bc9520d140934999fd26edd14631ca58
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 12 17:39:53 2021 +0200

    A review of duplicated view-related actions
    
    After !96 and !66, this completes a review of view-related actions that
    are duplicates of GtkTextView/GtkSourceView keybinding signals, or more
    generally of features of these classes.
    
    * When a signal exists and is self-sufficient, call it directly from
      `mousepad-window.c` ("Copy", "Change Case").
    * When it exists but is not sufficient, override the corresponding
      virtual function so that all keybindings trigger the same
      implementation ("Cut", "Paste", "Redo", "Undo").
    * Also, call `gtk_source_view_indent_lines()` directly from
      `mousepad-window.c`, which obviously makes "indent-on-tab" consistent
      with the indentation action of Mousepad.
    * Remove obsolete code that partially implements "smart-home-end" GSV
      feature.
    
    Fixes #127.

commit 9ff299810a9c4f6a7373c53d5f3496399910ed4b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 12 12:03:01 2021 +0200

    Add "preferences" action to `mousepad.desktop`
    
    Fixes #130.

commit 226962957a6f53ac2a3f1d3c5e95a728becaf747
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 12 10:52:18 2021 +0200

    Back to development

commit 33a59067cbd947f3d95589034d7421fa66b201ef
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 12 10:51:19 2021 +0200

    Updates for release

commit 0f63e35c3fd522811cfa2faec3a399e218f3f562
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 11 00:55:10 2021 +0200

    I18n: Update translation eu (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 54ce20091185bcc67f7c951839ae2634ae56c090
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon May 10 01:56:03 2021 +0200

    Fix unused variable
    
    An oversight in cec7040bb4c2887c9d10e6cd7b1bccf630766900.

commit cec7040bb4c2887c9d10e6cd7b1bccf630766900
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon May 10 01:42:09 2021 +0200

    Fix actions to show/hide bars in fullscreen mode
    
    The settings `*bar-visible-in-fullscreen` should not change when
    activating the corresponding `*bar-visible` actions, otherwise they are
    pointless. Furthermore, `mousepad_window_action_menubar_state()` must
    filter useless requests for state change that can occur when
    entering/leaving fullscreen mode.
    
    The first point is old behavior, the second point is a problem since
    97a252bbc77ae062e12bf4f1a295ad60ac2c8d72.
    
    Fixes #129, related to !42, !48.

commit 47e6a383c3be53ebd5c783bfb7cd6b8bb841fee3
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Mon May 10 00:47:01 2021 +0200

    I18n: Update translation it (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d9d03647a3ed2d84523310aa54c336c5cd6e9d04
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sat May 8 12:47:30 2021 +0200

    I18n: Update translation nb (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 391013d26fad599f28a6e487dd892d2ddfcd9630
Author: Daniel Muñiz Fontoira <dani@damufo.eu>
Date:   Sat May 8 12:47:30 2021 +0200

    I18n: Update translation gl (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 46bf9e29de2dc5b526c85ad67b6179058deaeec1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 7 13:03:49 2021 +0200

    Add a hidden setting to switch from CSD to WMD
    
    See !97 for more details.

commit 01e7b79e99c9b7cd0dd7e7472e8ac5b2f95b8f46
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 7 10:39:18 2021 +0200

    Standardize the use and appearance of dialogs
    
    This uses GtkMessageDialog for all message-type dialogs, and removes the
    close button when it is the only button (the previous commit ensuring
    that there is at least one close button in the title bar).
    
    See !97 for more details.

commit f2c40b74554632dfcca877e579cb51fdc991603b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 5 17:38:03 2021 +0200

    Switch to client-side decorations
    
    This uses a standardized slim header bar for all windows, except for
    dialogs where a header bar with extra widgets already exists, like the
    "Open" and "Save As" dialogs. This also adds the application name as
    default window title when needed.
    
    See !97 for more details.

commit f9e799a6865d8b0bd281efca923738c45edbf17e
Author: Anonymous <noreply@xfce.org>
Date:   Sat May 8 00:47:07 2021 +0200

    I18n: Update translation lt (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0eb5e1befc00858afe2661e65ca24e5b3b3eab22
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri May 7 16:21:42 2021 +0200

    Fix broken "Revert" action
    
    Fixes #128.

commit d71a464302029b58147ec318261f57dd7bb4fd8f
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Fri May 7 12:48:53 2021 +0200

    I18n: Update translation ja (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9a17240f770813e937e4d721a2d167d4f47db524
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Fri May 7 12:48:53 2021 +0200

    I18n: Update translation de (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5fd9680e59350b78e1b5d6724d9ba0afdc3c0aca
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Fri May 7 00:47:48 2021 +0200

    I18n: Update translation pt (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 290836a0228b477aef17e07a0c24a30f7b20a7ba
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Fri May 7 00:47:48 2021 +0200

    I18n: Update translation it (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7cbf40fb5b01d8419f34c768dbf32eefc3038bce
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Fri May 7 00:47:48 2021 +0200

    I18n: Update translation es (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a665a9826d900b102f77a9ea07d9ceda0c70f278
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Fri May 7 00:47:47 2021 +0200

    I18n: Update translation de (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b4c5c5590a3b70278252b8ae40123c52e270e746
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 5 20:42:37 2021 +0200

    Remove Xfconf dependency
    
    Closes #60, see !98 for more details.

commit 8f133ae5ec30c5ae66ed7dd8458397aedc90108d
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu May 6 00:46:57 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5697ca922890b5618801f0c3a8340882185f2ed3
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu May 6 00:46:57 2021 +0200

    I18n: Update translation et (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cf739c253b5687af55a42ac842844ee5222804d3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue May 4 18:22:51 2021 +0200

    Fix and extend "Move Lines" action
    
    This uses `GtkSourceView::move-lines`, thus allowing to move the current
    line without any selection. This signal is enriched a bit to keep the
    selection (or cursor position), and treat the case of the last empty
    line differently.
    
    Fixes #87, #116, see !95 for more details.

commit 5e63d68678e07fccc5cd3d13921e64d2a9b0814c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 5 11:53:35 2021 +0200

    Chain-up to parent in `mousepad_window_scroll_event()`

commit f9194345ab81c3b15e9dfc8629ce81daf5533875
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Wed May 5 00:47:02 2021 +0200

    I18n: Update translation es (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9f03d5d2967a04b9a29de34e5757ff59170d6330
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Tue May 4 00:46:48 2021 +0200

    I18n: Update translation pt_BR (98%).
    
    383 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a5f111fa049344abe7af0e47f987c273b3adc6ef
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon May 3 12:48:34 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 44e7c743feaf514f97ded4f3ef9b9b6058b13a9c
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon May 3 12:48:33 2021 +0200

    I18n: Update translation sv (99%).
    
    386 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f207809adff47d4f5d26c3df46c6c5a2c06f1bc
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Mon May 3 12:48:33 2021 +0200

    I18n: Update translation sq (99%).
    
    385 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45a944c8e51f96862ced4b0665dc99c3c0edfaf0
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Mon May 3 12:48:33 2021 +0200

    I18n: Update translation ja (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a8c1ce0eb73e5f991deb3054c5b903ba72bb84ce
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon May 3 12:48:33 2021 +0200

    I18n: Update translation bg (100%).
    
    387 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2984c708bd02b6e89ffcbdf5d2349d24adf9d4bb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 2 22:27:06 2021 +0200

    Plugin support: Fill in the "Plugins" tab on demand
    
    It would probably take a lot of plugins to make a difference, but
    anyway, since we can fill this tab on demand, better to do it that way.
    
    Related to !92.

commit 476e4be0efecb662b958690f181a4db5f830a4df
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 2 19:16:27 2021 +0200

    A general review of sanity checks
    
    * Reserve macros `*_IS_*` for type tests, explicitly compare to NULL
      instead.
    * Add a few missing sanity checks in `mousepad-util.c`.
    * Remove a useless one in `mousepad-file.c`.

commit 3249404793f49efff2e1cb6dbad5bf1787fb638f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 2 19:06:31 2021 +0200

    A review of window lifetime management
    
    * Do not perform sanity checks on a released window.
    * Do a pointer comparison using the application windows list instead.
    * Remove a useless sanity check in `mousepad-window.c`.
    
    Related to !71.

commit 844616a47d42794dc40dc6dafbc59caf47facd19
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 2 18:57:25 2021 +0200

    A review of document lifetime management
    
    * Do not perform sanity checks on a released object (a document or its
      member variables).
    * Keep a reference on the document during critical operations instead.
    * Do not destroy a document to remove it from a container, so that
      keeping a reference on it allows to call GtkWidget functions safely
      (typically `gtk_widget_get_parent()` as a sanity check).
    * Adapt consequently the asynchronous search process.
    * Ask for the number of documents in for loops only once.
    * Remove a useless sanity check in `mousepad-window.c`.
    
    Related to !58, !71.

commit 47553e2c07b5b7a0d5057fbd03a1fd4c07f61537
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun May 2 18:32:18 2021 +0200

    Support for drag and drop of tabs when search is active
    
    This has been totally forgotten in !58.

commit 9a5fe36d150687264d2d3c4f286f7dfc7fb1684e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Apr 27 22:48:22 2021 +0200

    Add a `.desktop` file to make Mousepad appear in Xfce settings
    
    See !94 for more details.

commit d5e3acee43e879b5f889784c91913e0e87d32a58
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Apr 27 22:14:34 2021 +0200

    Add a command line option to open the prefs dialog
    
    See !94 for more details.

commit 9833dd7111e87c2bedea7fa66c6e0a34f9c45303
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Apr 27 20:58:43 2021 +0200

    Move "Show Prefs" action from the window to the application
    
    See !94 for more details.

commit fe6dc9d077098f69569721eb5f724765c743a0a3
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sat May 1 12:48:32 2021 +0200

    I18n: Update translation nb (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0d2e409a502b3bc9b35f95c94670042470efc06d
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sat May 1 00:46:31 2021 +0200

    I18n: Update translation es (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f355f5ddbd138b4b4b5c819b123b533659361441
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 30 10:14:23 2021 +0200

    Plugin support: Hide the "Plugins" tab if it is empty
    
    An oversight in !92 after packing the plugins box in a scrolled window.

commit 94321ad66cabc48eaf5781dba29f715bca3956f4
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Fri Apr 30 00:46:37 2021 +0200

    I18n: Update translation pt (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7397c8ac6f16cb460abea9c4a1eb3d62787d62c5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Apr 29 23:19:11 2021 +0200

    Do a silent search when changing tabs with the search bar enabled
    
    This is a follow-up to https://gitlab.xfce.org/apps/mousepad/-/issues/83#note_21027,
    in the form of a compromise. The search context is updated in the
    background, indicating in particular the new occurrences count in the
    search bar, but without disturbing the user in the text view: no
    selection of the search result, no scrolling to cursor.
    
    Related to !58.

commit 0e16afd5f5a1004c944213efad283ba2cad5a07e
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 29 00:47:13 2021 +0200

    I18n: Update translation da (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7486bf241d0cf2335fc6b06e1011656ef3e1b1db
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Thu Apr 29 00:47:13 2021 +0200

    I18n: Update translation cs (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c5200610bad2a34f940e1fdbb1f0d70c104e0537
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Apr 28 21:23:10 2021 +0200

    Automate and sanitize memory management of sources

commit 656691b9890e9c7a000efc854d787b84ee8ca490
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Wed Apr 28 12:47:55 2021 +0200

    I18n: Update translation fr (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bcc7f43c7005d3d03e308bb4c573534603ce0e11
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 27 00:46:27 2021 +0200

    I18n: Update translation lt (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6eee5cd1f89241e65e7f740c804a5fe3dffeba74
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Tue Apr 27 00:46:27 2021 +0200

    I18n: Update translation it (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a935fa4ae1bbd9e65699b3e799b9af34490d02dd
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 27 00:46:26 2021 +0200

    I18n: Update translation eu (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 524ba0e88386f73ba4d77186b76c237cb0163414
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 27 00:46:26 2021 +0200

    I18n: Update translation es (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 708cbd5017cb6339431ec153c4003e9de7fdd33f
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Tue Apr 27 00:46:26 2021 +0200

    I18n: Update translation de (100%).
    
    383 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fddb75f0aa67bdb4040e530de739953f18e1f30b
Author: Mos B <mos.b_as@yahoo.com>
Date:   Mon Apr 26 01:02:13 2021 +0200

    I18n: Update translation fa_IR (66%).
    
    251 translated messages, 129 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43cc904da264e77ed43f4472166e1df8d096f796
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Apr 25 20:14:28 2021 +0200

    Bind the default font to xfconf
    
    Instead of retrieving its value only when the user chooses to use it.

commit 59f3d3136e827863d185464ac9684ad107df6bac
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 19 16:20:55 2021 +0200

    gspell-plugin: Add a "default-language" setting
    
    This is the default language to use on new views. This language can then
    be changed independently on each view via the context menu, and this
    choice is preserved when disabling/enabling the plugin.
    
    See !92 for more details.

commit a72940379f54136acdd854bfadc05528a78b17f6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Apr 17 20:13:43 2021 +0200

    Plugins: Add gspell plugin
    
    The plugin listen to all required signals to be aware of adding/removing
    views to the application, and attaches/detaches gspell objects
    accordingly. When attached to a view, on "populate-popup" signal, it
    extracts the gspell menu from the GTK context menu to add it to the
    Mousepad context menu.
    
    The plugin is set as non-destroyable, so that costly spell checkers are
    disabled, not destroyed, when the plugin itself is disabled, and
    enabling/disabling the plugin after the first time is fast.
    
    Closes #1, obsoletes !2, see !92 for more details.

commit a717ae11f036e2f4e5ddd03c61680e98d236125f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Apr 17 20:09:38 2021 +0200

    Plugin support: Add a "Plugins" tab to the prefs dialog
    
    The "Plugins" tab is filled from the pre-instantiation information the
    providers contain. When enabled, a plugin can ask its provider for a
    GtkBox to add its settings. This box is then packed in a top level
    widget (here a popover) by the prefs dialog.
    
    See !92 for more details.

commit 12e60b749d7f39978cbb573613c1a81459622e81
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 23 13:52:05 2021 +0200

    Plugin support: Add a derivable MousepadPlugin class
    
    * Implement generic operations, such as plugin enabling/disabling,
      leaving it to the child classes to implement the details.
    * Associate by construction the plugin to its provider.
    
    See !92 for more details.

commit 92e74864c973208f586d9a8e4c78ea9e7472b546
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Apr 17 20:04:00 2021 +0200

    Plugin support: Attach to GApplication-GAction-GSettings
    
    * Add a `state.application.enabled-plugins` setting.
    * Scan the plugin directory at startup to load all valid plugins, and
      instantiate those that are enabled according to this setting.
    * Associate an action to each plugin, bound to this setting.
    
    See !92 for more details.

commit 28e83cc266e30b6500622134ddb45c8f45504c64
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Apr 17 19:47:33 2021 +0200

    Plugin support: Adapt build procedure and add plugin provider
    
    * Generate `libmousepad.la` from all source files but `main.c`.
    * Check for GLib min/max required versions for the whole project in
      `configure.ac.in`.
    * Prepare the plugin directory.
    * Add a GTypeModule derived MousepadPluginProvider class, to load and
      instantiate plugins.
    
    See !92 for more details.

commit ad6c36f08808f540ed9f7bdbbfb0ea77ca14e90e
Author: Mos B <mos.b_as@yahoo.com>
Date:   Sun Apr 25 13:03:29 2021 +0200

    I18n: Update translation fa_IR (65%).
    
    250 translated messages, 130 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d1b4d74cb91e68592695729f68a21b56b82c47b3
Author: Mos B <mos.b_as@yahoo.com>
Date:   Sun Apr 25 01:01:06 2021 +0200

    I18n: Add new translation fa_IR (65%).
    
    249 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e22d75050cc28527512a662abf9f304c48ae401a
Author: Markus Mikkonen <markus.mikkonen@outlook.com>
Date:   Sat Apr 24 13:02:19 2021 +0200

    I18n: Update translation fi (82%).
    
    313 translated messages, 67 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 277c8991ed723fca25916b9e142c4933dc3e6c15
Author: heskjestad <cato@heskjestad.xyz>
Date:   Fri Apr 23 01:01:22 2021 +0200

    I18n: Update translation nb (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 575efc3009e308aa2d37d2132ca6de3865c758d3
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Fri Apr 23 01:01:20 2021 +0200

    I18n: Update translation de (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0c6cbe5fae82063395eb5676788ba3fb0836507c
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Thu Apr 22 13:03:47 2021 +0200

    I18n: Update translation fr (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 38e7902f9555652fcb430eabf6945fe4ef36a9ad
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Apr 22 13:03:46 2021 +0200

    I18n: Update translation ca (98%).
    
    376 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9b4d71532a48fc9c84f11849369a029cd2f9bc15
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation uk (75%).
    
    287 translated messages, 93 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 531146240816dc2fa194080374bb504b7acad7f9
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation ug (57%).
    
    219 translated messages, 161 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 10ff0c6792b094a3ae735a51e4b267f16db870dd
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation tr (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2da69d24a19737357b6344a49d4b4453c10f280d
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation th (75%).
    
    288 translated messages, 92 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9c9ac41639a42674be625eb34728a741bdefa1e9
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation sv (98%).
    
    375 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 01c3cb635728a5ead2867459fdb097fb69539fe4
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation sr (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6289a7b4d4b2e0798d0597401ce08e820eb22177
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation sq (99%).
    
    378 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8ccc3ae544d09113fc28b3b0901a7e1ee79ee770
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:13 2021 +0200

    I18n: Update translation sl (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1efeada9ce6babfb15e996a12f7b3ee962749e1a
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:12 2021 +0200

    I18n: Update translation sk (82%).
    
    313 translated messages, 67 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit adf5625f903be21fb287dd56f740f77ac320c994
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:12 2021 +0200

    I18n: Update translation ru (94%).
    
    359 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5ae860b71c2b6a82991d3007d9242794769adef4
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:12 2021 +0200

    I18n: Update translation ro (59%).
    
    227 translated messages, 153 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f460de395d070be56899ede60e641edaa798233
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 22 10:22:12 2021 +0200

    I18n: Update translation pl (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c462facfa6e46c57aebd6d3e79311c964d61f0ed
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:12 2021 +0200

    I18n: Update translation oc (63%).
    
    242 translated messages, 138 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b6b2b69009d7369d25b1bbb0efd2df72a9f8c13c
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Thu Apr 22 10:22:12 2021 +0200

    I18n: Update translation nl (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7281e533618242b93b273752958e19c96c4708f9
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:11 2021 +0200

    I18n: Update translation nb (99%).
    
    379 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5b51714b398bbaf576a7439160b8c546e58ee322
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:11 2021 +0200

    I18n: Update translation ms (76%).
    
    291 translated messages, 89 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9ecede4d666b682c023d3bffc46bcd43376dada
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:11 2021 +0200

    I18n: Update translation kk (80%).
    
    306 translated messages, 74 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59cb7642581ec28cf6e2ae87cfa820d8550248b0
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:11 2021 +0200

    I18n: Update translation is (75%).
    
    285 translated messages, 95 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 363908089507044bc4cb85e8472cb57d58b47582
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:11 2021 +0200

    I18n: Update translation ie (76%).
    
    292 translated messages, 88 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d0301c3b5b3135b111da736136851e0c65d89861
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation id (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f7f4a893ecccc0d6036d0a04c1eb4deed0ea4d9
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation hye (77%).
    
    293 translated messages, 87 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a938541d9f900843fa1bbb0c912a32e23fca548b
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation hy_AM (75%).
    
    287 translated messages, 93 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5075ad0c0a9b96cf1b33d4f1ba9629de287dba52
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation hu (76%).
    
    291 translated messages, 89 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f19e60a2944de9b6b163eecdee18234e4a3e6062
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation hr (82%).
    
    315 translated messages, 65 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e6e26a97e8cd292d2923cbbff08b4d98e953efda
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation he (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8fc51445bd1a40c34d52bb6dbc3c6d2aaadd4252
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation gl (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ff836966df640fa70e29e82e478ea6767d98adb0
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:10 2021 +0200

    I18n: Update translation fr (98%).
    
    374 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 966edce796bc915434b8b93648c07a8bf80f81f0
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation fi (81%).
    
    308 translated messages, 72 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0247b2cae9ebc031931d3087e3cd71fe83273460
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation et (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 385d6b7afeca7a7c7595ecf156723c9770913ea9
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation es (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 25f107d3bd6ece9166bedc302a2ecee7dad23ba9
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation en_GB (75%).
    
    287 translated messages, 93 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1cc8077f91069519f52db3d007698f04006dc317
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation en_AU (75%).
    
    287 translated messages, 93 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7d71c99a270544e76b36a27ccfb5b306d95d70cd
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation el (89%).
    
    341 translated messages, 39 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fea706ffbe6eabcb6f9555fe4a1d5dd316c40804
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Thu Apr 22 10:22:09 2021 +0200

    I18n: Update translation de (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 93ba3680dbf1c9ec9ed4848bd39820a043b19131
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:08 2021 +0200

    I18n: Update translation da (99%).
    
    377 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 53a0c4aa05be39f7ceeff89f1856df99bacc24be
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:08 2021 +0200

    I18n: Update translation ca (97%).
    
    372 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed65d589a0b7156c28409ef0088432fd9e93b0f2
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:08 2021 +0200

    I18n: Update translation be (91%).
    
    349 translated messages, 31 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bd7ba6531defc35fe3559e15827488e6634c3142
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Apr 22 10:22:08 2021 +0200

    I18n: Update translation ar (75%).
    
    285 translated messages, 95 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cc98186564a2ca223021aa7e5d8a6c20d959bde1
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Wed Apr 21 00:47:29 2021 +0200

    I18n: Update translation pt_BR (99%).
    
    377 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1a3c67fac147b58e7fcf08363f038466f2514a22
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed Apr 21 00:47:28 2021 +0200

    I18n: Update translation it (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b3f93fe9450b9d50a3d8c5960323d0c4a3a1efeb
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 21 00:47:28 2021 +0200

    I18n: Update translation bg (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b8da8b787345ac7f44b5303dac8988a956855f04
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 20 00:46:41 2021 +0200

    I18n: Update translation eu (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7f863828e535b707bd843a172a5eff87e046701a
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Apr 19 12:47:32 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c33aaac07351bbf556ba5a8f3d986c54b2bf1ddc
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Mon Apr 19 12:47:32 2021 +0200

    I18n: Update translation ja (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit efb71cafbd52c2074699658c6c4f33015312bf32
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Apr 18 12:44:46 2021 +0200

    Remove some useless lines in `mousepad-prefs-dialog.ui`

commit 5118e652ddafde7d91f7498ff55b5bc3bb58ace0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Apr 18 12:33:59 2021 +0200

    A small review of GSettings use
    
    * Use guint instead of gint when appropriate
    * Update some comments, fix typos
    * Homogenize and simplify set/get functions

commit fb22ad63da9bcf63749bb04feba709b5da688574
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 18 12:47:26 2021 +0200

    I18n: Update translation ko (96%).
    
    366 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0c343d0c30d16f6616cd5a701ea573b3e062a32a
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sun Apr 18 00:46:32 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d30af5c62c986d2ddaa2fac0cc78f9133086a5e9
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Apr 18 00:46:32 2021 +0200

    I18n: Update translation pt (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 44a6a2eac064d5c8fce3c0215817a212a6c83f00
Author: Anonymous <noreply@xfce.org>
Date:   Sun Apr 18 00:46:32 2021 +0200

    I18n: Update translation lt (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fb28b02b3781a5352d8904445d8ff344bc5c9d37
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Apr 18 00:46:32 2021 +0200

    I18n: Update translation cs (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0e397423dd75bdb0bb8d0bcbd7a19af3d48332e3
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Apr 18 00:46:32 2021 +0200

    I18n: Update translation bg (100%).
    
    380 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d22838063af677981d5c4c085a54483430a3a897
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sat Apr 17 00:47:10 2021 +0200

    I18n: Update translation nb (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d72f254bd3c26b9a8d5dc0067da294478418f1a3
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Sun Apr 11 07:12:28 2021 +0530

    Disable and wipe recent history if recent-menu-items is set to 0
    
    If recent-menu-items gsettings key is set to 0 then previous
    document history is purged and no fresh documents are added to the
    history.
    
    Fixes #112. See !89 for more details.

commit 145004015899bcb1922011596225f680cd391531
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Thu Apr 15 17:46:57 2021 +0530

    Use get/set_real_line_offset () functions for "Paste as Column"
    
    This makes "Paste as Column" function to insert string just before
    TAB char if the column of insertion falls in the middle or start of
    the TAB char and insert string at the end of TAB char if and only
    if column of insertion falls at the end of TAB char.
    
    See https://gitlab.xfce.org/apps/mousepad/-/issues/114#note_29910
    for more details.

commit 0de3e54d553f6c712e95e24907ce9f23375d96a1
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Sat Apr 10 16:33:58 2021 +0530

    Restore cursor position after transpose
    
    Restore cursor position after transpose performed at start of the
    line, end of the line and in middle of the word so that transpose
    of transpose action yields the original string(s) behaving much like
    undo-redo.
    
    Fixes #115. See !88 for more details.

commit 14638f89d7924d9fd3af586b1b889982dea921c2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Apr 7 18:38:46 2021 +0200

    Fix "Delete Line" action
    
    The minimalist choice made in !68 to simply activate
    "delete-from-cursor" for `GTK_DELETE_PARAGRAPHS` is definitely not
    enough for this action to work as intended.
    
    This commit overrides the default signal handler in this case, making it
    so that:
    * the current line, and only that line, is deleted entirely;
    * the current cursor position is preserved as much as possible, and
      properly restored in case of an undo/redo.
    
    Fixes #117, related to !68, see !86 for more details.

commit 3974e1f7edd17df79edd70c8d2ccdc62edd9c42f
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Apr 14 12:47:36 2021 +0200

    I18n: Update translation ko (94%).
    
    360 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4aaece92ee4fb9aecf8ebcfe9206dba2fa9c6012
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Apr 14 00:47:05 2021 +0200

    I18n: Update translation ja (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 60cc3a0f7c8f893abb33f421bde672a231131ff5
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Tue Apr 13 12:56:16 2021 +0530

    Fix recent_sort function

commit a9b4c1f4801e8ae4675fdb9e697ca5c91774cbbd
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Tue Apr 13 12:48:08 2021 +0200

    I18n: Update translation zh_CN (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1717542b69d394e686f362d463a64516517bdccc
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 13 12:48:08 2021 +0200

    I18n: Update translation da (99%).
    
    377 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 80448250c27ad58a0013bd759348cc3332903612
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Apr 13 00:47:02 2021 +0200

    I18n: Update translation cs (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a981e60aa0109c2e63f49a4189081db1a2c8f861
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 12 18:21:48 2021 +0200

    Allow xfconf initialization to fail
    
    xfconf is pretty much optional for Mousepad, so in general it's better
    not to stop the application if xfconf can't initialize for some reason.
    One of these reasons in particular could be running Mousepad with
    elevated privileges.
    
    Closes #122.

commit 7235a0d65e670a23f21d2adab8aa60589ef23652
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 12 18:04:44 2021 +0200

    Do not use `== (TRUE|FALSE)` for boolean conditions

commit b7bcd5b77c30d6530659670f21710aa9ca5cc77c
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Apr 12 12:48:00 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7c148225cd40f9389b8ffcb9abbdb5c2efdceee
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Apr 12 00:46:47 2021 +0200

    I18n: Update translation pt (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d9b1b9cbfda5cb5ff2ecfa2a09722dc44866fd55
Author: Anonymous <noreply@xfce.org>
Date:   Mon Apr 12 00:46:47 2021 +0200

    I18n: Update translation lt (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 52df910adeb1aaf603306242c503d268dd46b957
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Mon Apr 12 00:46:47 2021 +0200

    I18n: Update translation it (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa4a1d8b6a9a94cf3fd6a503c03c0844e070bcfb
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Mon Apr 12 00:46:47 2021 +0200

    I18n: Update translation es (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bccd70d507165675bdb88e4f6b06bad0630a4f8a
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Mon Apr 12 00:46:46 2021 +0200

    I18n: Update translation cs (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7dce480aa1ea97a128bf0e57fb93816b8f91bd4c
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Fri Apr 9 14:11:24 2021 +0530

    Reset line and column number if not given on command line

commit bfa28c6c128187ca9407940887b1d137b02c68c5
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Tue Apr 6 22:33:40 2021 +0530

    menu: "Spaces to Tabs" converter converts leading spaces

commit 50b8937c94eeb893c58889ebad98396dc42964ff
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Sat Apr 3 19:53:08 2021 +0530

    Support -ve line and column values for "Go to" location

commit 1db0cfe90e93dd2f68660d61bcc07cbb02575baf
Author: heskjestad <cato@heskjestad.xyz>
Date:   Sat Apr 10 00:46:51 2021 +0200

    I18n: Update translation nb (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed27498dc07f90cffbf8a8ee59fc72a57d72ce8c
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Fri Apr 9 00:46:46 2021 +0200

    I18n: Update translation es (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a39f0a96c386d3cd8adebf3937d9cc84cb03b11c
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Thu Apr 8 00:47:15 2021 +0200

    I18n: Update translation pt_BR (99%).
    
    377 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2fd4aef725521766ff052de698d68e345a47a904
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Apr 7 13:27:11 2021 +0200

    Make window require attention when opening new tabs (2)
    
    Completes aeb91f6fecff252f83725fb4d368bae074002d5b.
    
    Fixes #119, related to !81, !41.

commit 67b1f50a34249405c30f3c2f58b8c1208c528658
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Tue Apr 6 12:47:15 2021 +0200

    I18n: Update translation zh_TW (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 899432bf226c732b7a43dfde5876454d988f8613
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Tue Apr 6 00:47:15 2021 +0200

    I18n: Update translation sv (98%).
    
    373 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 079174b1f7b8769bb855a6d06c56e719f358de6c
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Tue Apr 6 00:47:15 2021 +0200

    I18n: Update translation ja (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 44158087d30c139a59399fe3f18ecc83d3ca8e7e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 6 00:47:15 2021 +0200

    I18n: Update translation eu (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 75e45a35a556c779afa08b4f70f0fcf0cc51d199
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Apr 5 00:46:38 2021 +0200

    I18n: Update translation pt (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 88c2a2d8cf6789ea78aa841f999adbec30537e34
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sun Apr 4 00:46:38 2021 +0200

    I18n: Update translation ja (99%).
    
    377 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 84b5e0f9cb8268a63df6755f68bb3edb5ea44c45
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun Apr 4 00:46:38 2021 +0200

    I18n: Update translation it (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8aa1f31349e327604b3fe805167d9627e38f3135
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Apr 4 00:46:38 2021 +0200

    I18n: Update translation cs (100%).
    
    379 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b97b3b174e83b70c63dbf14acf37975117a76198
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 2 22:47:16 2021 +0200

    Back to development

commit 1d8aa9d55d149b1004b62839733370fdb38c57fd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 2 22:46:21 2021 +0200

    Updates for release

commit cd240830d6e28e6c8d4fb707c962aeba3148eeb6
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Tue Mar 30 22:38:03 2021 +0530

    As far as possible preserve cursor position during reload

commit cc17fba1996220ef58278c100858ccba51a29cf5
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Mon Mar 29 01:11:22 2021 +0530

    Support negative --line and --column values
    
    1. For negative line number count from bottom towards top.
    If LINE is negative and its absolute value is more than or
    equal to total number of lines in buffer then LINE gets set to 1.
    
    2. For negative column number count from line end to line start.
    If COLUMN is negative and its absolute value is more than the
    total number of columns in line then COLUMN gets set to 0.

commit d9cfbf4b845b83aaea75ff376e253790e1c33fb7
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Fri Apr 2 11:48:05 2021 +0530

    Add --line/-l and --column/-c number switches
    
    1. --line LINE
    LINE starts from '1'. Default value is '1'.
    Value '0' is ignored.
    
    2. --column COLUMN
    COLUMN starts from '0'. Default value is '0'.

commit 248f1fc4dce5fc84cbcd30b0ac4900b02df84d70
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Apr 1 17:30:19 2021 +0200

    Delay request to scroll to cursor for the correct active view
    
    The active view can change between the time the request to scroll to
    cursor is sent and the time it is executed. While this is unlikely in
    the only use case of `mousepad_window_scroll_to_cursor()` at the moment,
    it could be more of a problem in the future (see
    https://gitlab.xfce.org/apps/mousepad/-/merge_requests/83#note_29251).
    
    Also, since the extension of `mousepad_view_scroll_to_cursor()` from
    `void (*)(MousepadView *)` to `gboolean (*)(gpointer)` is natural, it is
    better to send the scroll request directly to this function for the
    correct active view.

commit 5085212c5eb8bdd405393b502945e6dd4ffa3680
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Wed Mar 31 00:47:09 2021 +0200

    I18n: Update translation es (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6a89515e5383229ed4c20f7e046dd4d7523ed938
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Tue Mar 30 00:46:39 2021 +0200

    I18n: Update translation es (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f3702fb0ab883323a49894059eadc93ebb39f75d
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon Mar 29 12:47:53 2021 +0200

    I18n: Update translation sv (98%).
    
    371 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9efaaa1cca751543544e637a0d5d8cbda972106e
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Mon Mar 29 12:47:53 2021 +0200

    I18n: Update translation es (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3d662a151a5b1b6c9edd2ba1798d966a8b5147b0
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Mar 27 01:29:46 2021 +0100

    monitor hardlinks with glib 2.56.2
    
    A bug in glib prior version 2.58/2.56.2 prevents usage of
    G_FILE_MONITOR_WATCH_HARD_LINKS.
    
    Upstream commit cc5cd5e8eab46bd24348a6d382c4f31440305055 is required,
    which avoids a crash in g_inotify_file_monitor_start.
    
    Wrap the flag in GLIB_CHECK_VERSION.
    
    Fixes issue #110
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit f146c624ba0ed9a15cf34bbf4ecde773341fe0b5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 26 19:44:47 2021 +0100

    Transfer encoding from remote to primary instance
    
    This is particular to options taking an optional argument, which are
    parsed into a `GOptionArgFunc()` and do not appear in the options
    dictionary.
    
    It is therefore possible to add the parsed option to the dictionary in
    `handle_local_options()`, after processing by the `GOptionArgFunc()` but
    still in the remote instance, and before `command_line()`, where it can
    be retrieved by the primary instance.
    
    Fixes #109.

commit 9ecc6de8a1e832574ab3e0cc53f59fd20b4ebbb8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 24 21:11:37 2021 +0100

    Prevent a crash when no language is found
    
    `gtk_source_language_manager_get_language_ids()` returns NULL when no
    language is found, not a NULL-terminated array with only one (NULL)
    element.
    
    This can occur e.g. when XDG_DATA_DIRS is set in an unusual way.

commit 3e9beea54f7a909aeb0ae35ea24e5562b478e7b2
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Wed Mar 24 00:47:03 2021 +0100

    I18n: Update translation id (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c6ae43519afd90d12fd3b18be69a68e3d8512cff
Author: Arkadiy Illarionov <qarkai@gmail.com>
Date:   Sat Jun 27 13:45:16 2020 +0300

    Port to GtkSourceView 4
    
    Fixes #55, #80, see !10 for more details.

commit aeb91f6fecff252f83725fb4d368bae074002d5b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 18 19:32:28 2021 +0100

    Make window require attention when opening new tabs
    
    Fixes #106, see !81 for more details.

commit 0a65b3c5e0894869623d2ab1d35d2397433c0c5d
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Thu Mar 18 22:31:57 2021 +0530

    Fix BOM array

commit a5a9d9f62ab90f2a92b0074976ea4344444b8576
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Wed Mar 17 00:46:23 2021 +0100

    I18n: Update translation he (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0b7bbd06e71e57659a82ec42cf9d73a76792872d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 11 19:03:32 2021 +0100

    Correctly initialize toolbar style combo box
    
    By side effect, also initializes correctly smart home/end combo box (a
    line deleted by mistake in 8349795ed7b5ee2f4ab42ff3466a47e4dc035dbe).
    
    Related to !48, fixes #103.

commit 75d7f1b3d15097c33fc5e6db80636ab406743776
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 10 21:30:30 2021 +0100

    Fix compilation warnings from Clang

commit 266436b913314b4b676339068e204c49aa38a285
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 6 22:55:08 2021 +0100

    autoconf: Some updates
    
    * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS
    * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror],[cposix])
    * AC_PROG_LD -> LT_PATH_LD
    * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT

commit 7224df6b52fe31f56e54e7ea371be706eee565d6
Author: Omer I.S <omeritzicschwartz@gmail.com>
Date:   Wed Mar 3 00:47:22 2021 +0100

    I18n: Update translation he (98%).
    
    370 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 57365578351c4a9b8123c8bb52dff35f253e5aaf
Author: José Romildo Malaquias <malaquias@gmail.com>
Date:   Mon Mar 1 17:03:07 2021 -0300

    Allow checking parent sources when looking up schema
    
    Fixes #101

commit 8473653ad37a32375ff416205c0f44f771f380df
Author: Michał Górny <mgorny@gentoo.org>
Date:   Mon Mar 1 13:36:33 2021 +0100

    Fix missing parameter to "select-all" signal
    
    Add missing "select" parameter to the "select-all" signal.  This fixes
    undefined behavior reported in https://bugs.gentoo.org/772245.
    Thanks to Mart Raudsepp for figuring out the problem.

commit c8e5ec2142b67d6f56e06d12c61ab0cb2672553e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 28 15:55:18 2021 +0100

    Back to development

commit d0c735cd9d26c8450c1672d74045049a5375d8fe
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 28 15:53:35 2021 +0100

    Updates for release

commit 796ee0e6706ab6fc2f1d29df6faccc35bd3f9304
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Feb 28 00:46:26 2021 +0100

    I18n: Update translation fr (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1aca888406616d4b519602600934eea473f83e7a
Author: Alex <sanet13@mail.ru>
Date:   Sat Feb 27 00:46:24 2021 +0100

    I18n: Update translation ru (96%).
    
    360 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d93cb42e7ee1b4a355fb1ee95ae4c4a5b2f8e219
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Feb 25 20:03:19 2021 +0100

    Add a keybinding to reset font size
    
    This adds the classical `Ctrl+0` to reset font size after a temporary
    change via `Ctrl+-/+` or Ctrl + mouse scroll.
    
    This also fixes a bug where the font size remained stuck at its
    minimum/maximum value when reached, and a memory leak in this situation.
    
    Related to !60.

commit fe859e259d72c843c6e7ceb31c9a0ddcebbf3343
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Thu Feb 25 00:46:43 2021 +0100

    I18n: Update translation fr (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 005c6907ed7ce381c647d4e320905b12725cdf1d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 22 13:16:57 2021 +0100

    Fix inverted return value of scroll event handler
    
    Related to !60.

commit 28c1d32582b554ffee06c5b9c6892724a9b53a06
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 22 12:51:22 2021 +0100

    Various small improvements regarding accels
    
    * Fix a potential memory leak when disabling editing accels (related to
      !66)
    * Exclude more useless actions from `accels.scm` (related to !59)
    * Specify the filter for adding accels to the application (related to
      !59)

commit c927db551f8df4675d9c33b16ae31bc6df1c60cd
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Mon Feb 22 12:48:03 2021 +0100

    I18n: Update translation sl (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7b3f3306c08d6a7d39675f5cad873cbb6f2c2480
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Thu Feb 18 00:47:27 2021 +0100

    I18n: Update translation gl (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f127d4c0375fdbc832eec9474638965ac4cd3963
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 10 21:47:17 2021 +0100

    Use old style menu alignment
    
    This restores the alignment of menu items in Mousepad 0.4.2, before the
    deprecated GtkUIManager/GtkAction APIs were replaced (see !25). As this
    has a slight impact on startup performance, and to leave a fallback
    solution in case of problems, a hidden parameter is added that allows
    to switch back to the native alignment (set to old-style alignment by
    default).
    
    Closes #97, see !77 for more details.

commit 31b1a22c95feefa8e230b7e3c4b54db22d9a6ad5
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Wed Feb 10 00:47:20 2021 +0100

    I18n: Update translation pt_BR (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7142315888de0a04102927e4b8731f9203340e94
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Feb 6 21:01:17 2021 +0100

    Make TRACE macro usable as mono-statement macro

commit 1873209e2c602dd188ae97191f846b8a735c8ba0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Feb 6 01:43:12 2021 +0100

    Block the right signal handler for tooltip updates
    
    This is a mistake in !50 that has been inconsequential so far, because
    in the current state of the code, it can probably only have a (minor)
    effect on performance.
    
    The correct signal handler to block is
    `mousepad_window_menu_update_tooltips()` and not
    `mousepad_window_menu_set_tooltips`, which is not connected to any
    signal. Furthermore, when the blockage is released, the signal handler
    must be called once manually.
    
    This also fixes a small mistake in previous commit regarding action
    groups initialization.

commit d0d57b117f71ae378fa9eedba8a3fab2e64c20e2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 3 20:13:37 2021 +0100

    A clarification about action groups
    
    The code modification covers a rather special case, which is not
    encountered in the current state of the menus: it is to prevent
    possible problems in the future.
    
    The additional comments in the `.ui` files have the same purpose.

commit acae78703413dd6e0bb7a908378369a6e65f6ab2
Author: Anonymous <noreply@xfce.org>
Date:   Wed Feb 3 00:46:44 2021 +0100

    I18n: Update translation eu (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 168e9d8b32047768a03cd589eb70a42f89aacbe8
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon Feb 1 00:46:41 2021 +0100

    I18n: Update translation sv (98%).
    
    369 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 26a7d8a6e6d5b4bd74ec018046343990f56fd285
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 31 14:33:46 2021 +0100

    Back to development

commit 45af8be7040b690b28c5058b92e69a1f2dd6c8f1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 31 14:28:39 2021 +0100

    Updates for release

commit fb273b65f6ea837b732398bfb0027057bacd8347
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 31 14:07:41 2021 +0100

    Put back in place `mkdir -p m4` in `autogen.sh`
    
    See https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/merge_requests/46#note_23689.
    Related to !76.

commit 8d5c21eaf95af905537182758735d5ab7ffbfce6
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Jan 31 00:46:44 2021 +0100

    I18n: Update translation fr (96%).
    
    363 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 15f95b3f53d9e8dbd68a323fe6d19307b83a5f18
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Fri Jan 29 12:48:28 2021 +0100

    I18n: Update translation cs (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 273198efb8aa439e10f3375c81cd594a8866a386
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Thu Jan 28 12:48:24 2021 +0100

    I18n: Update translation nl (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 08f8f0e677a361edd0996aa78ab4718f97d66f72
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jan 27 00:47:04 2021 +0100

    I18n: Update translation eu (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9c794018941c9b4fd0217fb482f644d6abcafc31
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Jan 25 12:48:22 2021 +0100

    I18n: Update translation gl (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 496100cc8ee1ab260b353732460130aa28452f0a
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Mon Jan 25 00:46:41 2021 +0100

    I18n: Update translation tr (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 02594b4301af1003ff7436af419942f856359dc9
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Sat Jan 23 00:47:08 2021 +0100

    I18n: Update translation pt_BR (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 18500a475814e1fe26d6b6e5b586f54f813ca432
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 22 22:28:12 2021 +0100

    Make "replace" and "replace all" behaviors consistent
    
    Fixes #94.

commit 8fb835ff3ba09a147630979ace5963cbaa8f2b24
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jan 21 16:11:01 2021 +0100

    Unescape replacement text when regex search is enabled
    
    Fixes #94.

commit 2d8aefb742284ef28471963406592da291a5b299
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Thu Jan 21 12:48:53 2021 +0100

    I18n: Update translation ja (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1a0c7f899395b829404f4caff5a65e0f92fbd70c
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Jan 21 00:46:42 2021 +0100

    I18n: Update translation et (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 07d28c6aee259ad9c18c42eccd50fd446efe3784
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation uk (76%).
    
    288 translated messages, 87 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fcc95a61683e1aab7a3b37df98aaf2be731e0034
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation ug (58%).
    
    220 translated messages, 155 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c35539b8c52858f67ffca4dabe0cf819d1ea346e
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation tr (99%).
    
    374 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e641857e92e1c2081fdfcab67efbdea3fa64caf2
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation th (77%).
    
    289 translated messages, 86 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bf822d052b461180a02dd6ba7d65bf3def427c40
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation sv (96%).
    
    360 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a11db6407e7169074b789560b63c170051393242
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation sr (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 103752031e6e46ea9de28f2e515b33856d8ca695
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:49 2021 +0100

    I18n: Update translation sl (91%).
    
    342 translated messages, 33 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 92cadbf57f365ec15fd7ff51772fff912f4a84ff
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:48 2021 +0100

    I18n: Update translation sk (83%).
    
    314 translated messages, 61 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bba5a2298ec9492c5c140920e9f945c58c474231
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:48 2021 +0100

    I18n: Update translation ru (95%).
    
    359 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 992cf4b6af66d4e9f65092f5779136485dfed362
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:48 2021 +0100

    I18n: Update translation ro (60%).
    
    228 translated messages, 147 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ab1fc36bde9f02a25a0823890a493c4462a83413
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:48 2021 +0100

    I18n: Update translation pt_BR (99%).
    
    374 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f73f5e902ea45f9e33283bf7188aadd62d6ed63b
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:48 2021 +0100

    I18n: Update translation oc (64%).
    
    243 translated messages, 132 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8f7174a32b6318880fba6d1def6d260f64adedd5
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:47 2021 +0100

    I18n: Update translation ms (77%).
    
    292 translated messages, 83 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 88ffe63b21e81ea374d155f749f5e18ac4c46b3f
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:47 2021 +0100

    I18n: Update translation ko (78%).
    
    293 translated messages, 82 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 211311a08cfaa408dbea768ddb22ddac20cf1e96
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:47 2021 +0100

    I18n: Update translation kk (81%).
    
    307 translated messages, 68 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 674b5d27955ec8ba70c6f4d7b996b2f4061e0b34
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:46 2021 +0100

    I18n: Update translation is (76%).
    
    286 translated messages, 89 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 00fcaadacba543e8159d64e14538bab543ce2b95
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:46 2021 +0100

    I18n: Update translation ie (78%).
    
    293 translated messages, 82 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b79429585792aa1211df9cec97f171f783b77d6a
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:46 2021 +0100

    I18n: Update translation id (94%).
    
    354 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4bd089181b2c212fe5b5a17f13a29f13d6c9072e
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:46 2021 +0100

    I18n: Update translation hye (78%).
    
    294 translated messages, 81 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 68bb1d7311a5d68926736c8559ee16dabbf0bfab
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation hy_AM (76%).
    
    288 translated messages, 87 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8c7bfc80e2fec0dc28dd6eca8fa9c80f0a10ba98
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation hu (77%).
    
    292 translated messages, 83 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d646be703a1e8bf99d7d01928a986dae4d2422bc
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation hr (84%).
    
    316 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d9943590800d79db0fe0c96c80327f17ba69eb43
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation he (98%).
    
    370 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cf00ac460ae91cb70532091f8fcee1d27dc65112
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation gl (98%).
    
    371 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43c0112616fb6ee1c58714052a74984a6bd072f3
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation fr (96%).
    
    362 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3ccc28ceedf6438677a00384eeec987b9bd0a01c
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation fi (82%).
    
    309 translated messages, 66 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9802df9fa1a6f3bd642fc69ca2bf48fd7dcc4f6d
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:45 2021 +0100

    I18n: Update translation et (99%).
    
    374 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a91c7050ee199f9826a23e46418c8fa681a131b1
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:44 2021 +0100

    I18n: Update translation en_GB (76%).
    
    288 translated messages, 87 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9f35056e42ee34513c081cc33e3302dccd4dc9c2
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:44 2021 +0100

    I18n: Update translation en_AU (76%).
    
    288 translated messages, 87 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bc9ac8007868781621fe7ba4294dbdb0166cb9eb
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:44 2021 +0100

    I18n: Update translation el (91%).
    
    342 translated messages, 33 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5a0b0b0f893c8a29a03731c88dbec5bce6bcb93d
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:44 2021 +0100

    I18n: Update translation cs (94%).
    
    354 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 92c8ffe35e0248374216b009b7cffa0b75e00a3b
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:44 2021 +0100

    I18n: Update translation ca (99%).
    
    373 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ffa51d031d58c950573ec066b94e4a90126baeed
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:43 2021 +0100

    I18n: Update translation be (93%).
    
    350 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c63b96e6e312385366cb9692778f49b377f4f38d
Author: Xfce Bot <transifex@xfce.org>
Date:   Tue Jan 19 10:19:43 2021 +0100

    I18n: Update translation ar (76%).
    
    286 translated messages, 89 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5a098f24bc49ac27363da0c6dca3f3a93f475211
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Tue Jan 19 00:47:13 2021 +0100

    I18n: Update translation nb (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7161579febcb620198b311ea7aa6ac24827faa8
Author: Unit 193 <unit193@unit193.net>
Date:   Wed Jan 13 19:51:06 2021 -0500

    AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS
    
    Closes !76.

commit 0dd82cb40771912557fb752b00e1af2365a5c7c9
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Jan 18 00:46:39 2021 +0100

    I18n: Update translation bg (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 51cdb36f497402924aec9a17667d07187a95450d
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sun Jan 17 00:46:34 2021 +0100

    I18n: Update translation zh_TW (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 672fc4fe2a4148ad169c27c99df207ad30ca4ad1
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sun Jan 17 00:46:34 2021 +0100

    I18n: Update translation zh_CN (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 745d7b9b08453b041643b2c3edee9719c570279d
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 17 00:46:34 2021 +0100

    I18n: Update translation lt (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 079b91b98f131ce2cc9ab57212039ef7aefe410e
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 17 00:46:34 2021 +0100

    I18n: Update translation eu (87%).
    
    328 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 667818a70f728878aadc1d49118f7a4f72a3be26
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jan 16 19:29:38 2021 +0100

    Ensure that the page setup is properly applied when printing
    
    For some reason (most likely a bug on GTK side, see
    https://gitlab.gnome.org/GNOME/gtk/-/issues/1752), the page setup is
    lost between the page setup dialog and `begin_print()`. As a workaround,
    this commit saves it as a MousepadPrint attribute and apply it by hand
    in `begin_print()`.
    
    As a result, user settings regarding page setup are now properly saved
    when the print operation is completed.
    
    Fixes #90.

commit e4249036ea2b8485e1daeee5d6e3d713f3611cd0
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Jan 16 12:47:46 2021 +0100

    I18n: Update translation de (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 31a66547647b1ca1f4e7a38b9d16c2f7465fb845
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Jan 16 00:48:08 2021 +0100

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

commit c3657808353a152f46a346f31b1a12929f59c130
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sat Jan 16 00:48:08 2021 +0100

    I18n: Update translation pt (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4e9423b2901edf860682f079dea4aec015fc37d2
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jan 16 00:48:08 2021 +0100

    I18n: Update translation pl (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 662df9e0cf8bf2ce1530174236affbff8ce0ed05
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Jan 16 00:48:08 2021 +0100

    I18n: Update translation nl (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba20e782174c319638b5918f090e300e679021dc
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Sat Jan 16 00:48:08 2021 +0100

    I18n: Update translation ja (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5037d7e131f8522b4fd35cdc0ec40481659884d0
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sat Jan 16 00:48:08 2021 +0100

    I18n: Update translation it (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0b531fb4624ee37e46e5039e8ce3ab40909a79e3
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sat Jan 16 00:48:07 2021 +0100

    I18n: Update translation es (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bbf09eef3c2595e3e89e927c11584cc8ddc164c2
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jan 16 00:48:07 2021 +0100

    I18n: Update translation da (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 69524d97153a98f9f96009da42ff96a4631c588e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jan 13 20:04:13 2021 +0100

    Update copyright year

commit 7f1d63b64da68b08aa713514c9176c9128c63810
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Thu Jan 14 00:47:25 2021 +0100

    I18n: Update translation de (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f962ceb896c0b9ae81a2b87a49644f9b983ac627
Merge: c68a56e8 2ea6213c
Author: Transifex <noreply@xfce.org>
Date:   Thu Jan 14 00:47:23 2021 +0100

    Merge branch 'master' of https://gitlab.xfce.org/apps/mousepad

commit 2ea6213c781359e002679015d3f388f79a8fd602
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jan 13 19:35:40 2021 +0100

    Avoid character escape issues in menu item action names
    
    If the action target is a filename that contains single quotes, setting
    it using `g_menu_item_new()` will cause quoting issues, unless these
    single quotes are escaped. But rather than manipulating strings to
    address these issues, it is better to use
    `g_menu_item_set_action_and_target_value()`, which allows to set the
    action target separately without worrying about its content.
    
    This issue was originally pointed out for the "recent" menu, but it also
    concerns the "template" menu.
    
    Fixes #91.

commit c68a56e8941a2ae15d53d816336c4627a56201a7
Author: ivmazurenko <ivmazurenko@yandex.ru>
Date:   Wed Jan 13 12:47:57 2021 +0100

    I18n: Update translation ru (96%).
    
    360 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4917ef8798bbd6fe17301b3636e38d6f3471c878
Author: ivmazurenko <ivmazurenko@yandex.ru>
Date:   Wed Jan 13 00:47:08 2021 +0100

    I18n: Update translation ru (92%).
    
    346 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be8559308b558e2cff62d8dc417b550d4bd69b77
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Tue Jan 12 12:49:14 2021 +0100

    I18n: Update translation tr (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit da0f6e8a4d7423e5467bfd4825af3c4bbc457c50
Author: ivmazurenko <ivmazurenko@yandex.ru>
Date:   Tue Jan 12 00:47:54 2021 +0100

    I18n: Update translation ru (86%).
    
    326 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4709372926b6982eb2387e586c0284bdef239257
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Tue Jan 12 00:47:54 2021 +0100

    I18n: Update translation pt_BR (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 904fdff1e62ec0692d50fc6421a8ef41684fad9c
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Tue Jan 12 00:47:54 2021 +0100

    I18n: Update translation es (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e35ee5eff8978acccf1ec5996cfa345cf2866c00
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 12 00:47:54 2021 +0100

    I18n: Update translation da (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8df9c4fa8591019c74dda2b1f74cf8432cdb93e5
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Jan 11 00:46:50 2021 +0100

    I18n: Update translation pt (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 01184f476a4c1053972d1d3bfdd88efedbb66b26
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jan 11 00:46:49 2021 +0100

    I18n: Update translation lt (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 68a8847d9b0e7cb6db1cfe943adbdf9864240186
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Jan 10 12:48:21 2021 +0100

    I18n: Update translation fr (96%).
    
    363 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ee3fa5e459c821db1f9bd96ede9a8302883e062f
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Jan 10 12:48:20 2021 +0100

    I18n: Update translation ca (99%).
    
    374 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7e6253dc482d768a1c3afea8cd2eb51bd8471d73
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sun Jan 10 00:46:48 2021 +0100

    I18n: Update translation zh_CN (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1d9033aeb2f6bb01ad8f0043c80278abe5a255b9
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun Jan 10 00:46:48 2021 +0100

    I18n: Update translation it (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 42f607ae067e96f508143706883e17198d2df055
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 10 00:46:48 2021 +0100

    I18n: Update translation eu (82%).
    
    311 translated messages, 64 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 643fca81f06f30a9b81b52937bea7226d61ba5dc
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sat Jan 9 12:48:28 2021 +0100

    I18n: Update translation zh_TW (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit da1e8e745859b2d67c210ccc3c545e43f6614c0f
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sat Jan 9 12:48:28 2021 +0100

    I18n: Update translation ja (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 16261d1b5582df3061649177bf4a2ab5308480db
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sat Jan 9 12:48:27 2021 +0100

    I18n: Update translation bg (100%).
    
    375 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 18c9a79f949b55ff39b58ac373cc2680de92934b
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Fri Jan 8 18:03:21 2021 +0100

    I18n: Update translation tr (100%).
    
    372 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 75e36e2aeb739bbd102dbd7900fbe026f4d5962c
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Jan 8 18:03:21 2021 +0100

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

commit 437f9d1b91b363edeb93cf52bc7ea06657bfcde1
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Fri Jan 8 18:03:20 2021 +0100

    I18n: Update translation pt_BR (100%).
    
    372 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5d63f40572d54f4c9c59d334cf8da6b40b003459
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Fri Jan 8 18:03:20 2021 +0100

    I18n: Update translation it (100%).
    
    372 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3fc531ceed9695cf5abfdcb923adc6ded9f79dbd
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Jan 8 18:03:20 2021 +0100

    I18n: Update translation gl (100%).
    
    372 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d182c038adf7dc826123e258db9d6e0694c28086
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Fri Jan 8 18:03:20 2021 +0100

    I18n: Update translation bg (100%).
    
    372 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c209f5fa358b4d5f45c57bc46499c8bed9db82c5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 3 20:38:48 2021 +0100

    Add a "Viewer Mode" toggle
    
    Closes #50, see !72 for more details.

commit 8d50962096848aa2c772f96b33ffb672fd723af9
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Jan 8 00:47:21 2021 +0100

    I18n: Update translation gl (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7c7408a8d9822162b5610fa323e10375997d708d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 1 22:43:38 2021 +0100

    Improve `--quit` option: close all windows interactively
    
    The change to the option itself is very simple, but particular attention
    is paid to the fact that triggering the option when one or more dialogs
    are open causes all windows to close cleanly.
    
    A menu entry is also added to the "File" menu, assigned `Ctrl+Q`, and
    reassigning `Ctrl+Shift+W` to "Close Window".
    
    See !71 for more details.

commit c2203f12606f830b9fa10a965b7e8972afcc5525
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jan 7 14:09:33 2021 +0100

    Properly initialize document search properties
    
    After several patches related to the workaround to prevent endless
    searches (see !58 and the commits that followed), what
    `mousepad_document_search_widget_visible()` do is a kind of binding,
    that need a connection (already in place) and an initialization
    (almost absent). This commit properly initializes this binding.
    
    That way, in particular, when opening a new document while a search
    widget is used, the "highlight" and "regex-enabled" properties are
    properly initialized, which is not currently the case.

commit bf1edf2d8618a7e7fb5b08aa18ec0f537fdd728a
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu Jan 7 12:49:39 2021 +0100

    I18n: Update translation zh_CN (97%).
    
    360 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e888d4ea0dcaeb4d685c385f02e2f83a24a802c2
Author: liushuyu <liushuyu011@gmail.com>
Date:   Thu Jan 7 12:29:16 2021 +0100

    Avoid illegal memory access when searching with tab changes
    
    See !73 for more details.

commit b6bd695f2123e333f8e2229540183217a962a154
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Thu Jan 7 00:47:53 2021 +0100

    I18n: Update translation es (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aeab360bd4ffc7ec5545eb05eb437c56c0e418f3
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Wed Jan 6 00:46:34 2021 +0100

    I18n: Update translation pt_BR (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8992157541dc056e1471e7b111ef411a47b0d8b8
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Tue Jan 5 00:46:44 2021 +0100

    I18n: Update translation tr (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cbb27a815899c873673e8d9b52bbae1ba9dfc3a8
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Tue Jan 5 00:46:44 2021 +0100

    I18n: Update translation pt (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b96c1338c12b27ed848313f2f5f0259e5e1a527f
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 5 00:46:43 2021 +0100

    I18n: Update translation pt_BR (96%).
    
    358 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1eec7810ee4dd851c29a1452ef9a4e86c7e6716c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 5 00:46:43 2021 +0100

    I18n: Update translation lt (95%).
    
    355 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 273e041c7636d308e3624c26385cea4ac27636d2
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Tue Jan 5 00:46:43 2021 +0100

    I18n: Update translation de (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d643fecd47e5c718430b7651aa48aa77ddded3fd
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Jan 4 12:49:04 2021 +0100

    I18n: Update translation zh_TW (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9b68125ffb5e4aab922add13ec570ce9273d6fa3
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Mon Jan 4 12:49:04 2021 +0100

    I18n: Update translation he (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d8b4a34838eb3e5219f36710a32ca92d1f7a3b79
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jan 4 12:49:04 2021 +0100

    I18n: Update translation eu (79%).
    
    293 translated messages, 77 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit db80739547e03dfa72c49d507ce27b567c60a7e5
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jan 4 12:49:04 2021 +0100

    I18n: Update translation ca (99%).
    
    369 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7c6ea26f2a20d16a34bcc296a5f946d3f9a30343
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Mon Jan 4 00:47:16 2021 +0100

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

commit aec4b053d90166386825db81a1829c4f46f314c0
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Mon Jan 4 00:47:16 2021 +0100

    I18n: Update translation pt_BR (95%).
    
    354 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4f92071adae471be7606f220cbd72ad6d3d80f46
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Mon Jan 4 00:47:16 2021 +0100

    I18n: Update translation ja (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa17e098d6e71d1f96df4dcd2886112e396fc540
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Mon Jan 4 00:47:15 2021 +0100

    I18n: Update translation it (100%).
    
    370 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 79ed94da7782994c4ac932fb502ebb96ed5bd308
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Jan 4 00:47:15 2021 +0100

    I18n: Update translation fr (96%).
    
    358 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 049cf3add7aacd7a231263e9fe3140ad05bb0704
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 3 19:16:49 2021 +0100

    Revert to "Wrap Around" always true for the search bar
    
    See https://gitlab.xfce.org/apps/mousepad/-/issues/83#note_21611.

commit 30ccf5ce03a430e9217f8633e5b9342815d3a61f
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 3 00:47:00 2021 +0100

    I18n: Update translation lt (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 436d616918d82406f917ed7187f9d9688fa55673
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jan 2 23:01:04 2021 +0100

    Switch back to GTK response codes for file chooser dialogs
    
    See https://gitlab.xfce.org/apps/mousepad/-/merge_requests/69#note_21824

commit e9744135250da171b7e4a4ea762bc60385c2a55f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 31 20:05:58 2020 +0100

    Display the current encoding in the status bar
    
    This is done following the design choice already in place: when the
    encoding changes, emit a signal from MousepadFile, forwarded by
    MousepadDocument to MousepadWindow, which updates the status bar. When
    needed, MousepadWindow asks MousepadDocument to resend all necessary
    signals to update the status bar, including the encoding signal.
    
    See !69 for more details.

commit 638bd7cd1bf08fc87a2548d9337113efe4e4c19a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 30 18:23:58 2020 +0100

    Make the default encoding configurable via GSettings
    
    NB: Since the encoding option is of type `G_OPTION_ARG_CALLBACK`, its
    parsing is triggered in the local instance before `startup()`, thus this
    implies to move GSettings initialization from `startup()` to `init()` in
    `mousepad/mousepad-application.c`.
    
    See !69 for more details.

commit 13df8bd499317a273e823c77c3ce39e6691f2eaf
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 30 11:02:06 2020 +0100

    Allow to choose encoding in the "Open" and "Save As" dialogs
    
    In both cases, the combo box contains a shorten list with default,
    system and current encodings, UTF-8 and ISO-8859-15 if not already
    listed, and two actionable entries to show all encodings and open the
    file in the encoding dialog.
    
    For the latter action, in the case of the "Open" dialog, the first
    selected file is opened in the encoding dialog. In the case of the
    "Save As" dialog, the current buffer is saved in a temporary file to
    perform the encoding tests.
    
    Closes #42, see !69 for more details.

commit de5d28fbe6bf15679e204afc9d0c703c6674e924
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 27 12:35:12 2020 +0100

    Add a command line option to choose encoding
    
    The option parameter is optional: if left empty, the file is opened in
    the encoding dialog. Adds also the associated option to list all
    possible encodings.
    
    See !69 for more details.

commit cf055589b0fd187e762c245fed7ba77298301bb4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 28 21:21:43 2020 +0100

    Make encoding dialog more generic and self-contained
    
    To prepare the use of the encoding dialog in contexts different from
    that of an unrecognized encoding at startup.
    
    See !69 for more details.

commit c890441fffdfeda3c60e08fc5c6c3cac3367c573
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 31 15:25:04 2020 +0100

    Encodings definition review
    
    Code refactoring, see !69 for more details.

commit 577374367200781aa9ff657deae228d098617f80
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 28 21:15:34 2020 +0100

    Clarify encoding management when opening files
    
    Code refactoring, see !69 for more details.

commit bb513fcf0d20917f60e0d2b87577d462f3de05b9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 27 00:32:03 2020 +0100

    Improve unicode BOM management
    
    * When an unicode BOM is found, ask the user what to do if he has set an
      encoding different from default.
    * Write as many unicode BOM as we are able to read and preserve original
      encoding, instead of forcing UTF-8.
    * Move encoding BOM management to `mousepad/mousepad-encoding.c`.
    
    See !69 for more details.

commit 912201c64d554e5463249da8d20b62c6b4558585
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jan 2 12:47:38 2021 +0100

    I18n: Update translation pl (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed6b23c76a7eef1f65f59dd88423ab67d35c61da
Author: Adem Kürşat Uzun <ademkursatuzun@gmail.com>
Date:   Fri Jan 1 12:49:18 2021 +0100

    I18n: Update translation tr (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b068dfcd73366bcccb1a183211d9f93086b0cb9a
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Fri Jan 1 12:49:18 2021 +0100

    I18n: Update translation sr (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43342db9f1619687a9f714826c9fd4460d6d53d1
Author: Ardjuna <Asyura.x@gmail.com>
Date:   Fri Jan 1 12:49:18 2021 +0100

    I18n: Update translation id (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 753935f3a4591ea7b90078620d8cab53b8c2b279
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Fri Jan 1 12:49:18 2021 +0100

    I18n: Update translation fi (86%).
    
    311 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit efd9ced8512b10d4dbc5bd77b61b325ae4f2ff3e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 1 12:36:42 2021 +0100

    Prevent too late accesses to the buffer in selection mode
    
    What was done in commit 30b3f30efb89b3ba214e9d2fa60e0628fbd0557c for the
    main buffer is here applied to the selection buffer, for about the same
    reasons, despite the specific aspects of the search in selection.
    
    Related to !58.

commit d3d7b594c2f819b0fbdbb25c61ca48283a089371
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Fri Jan 1 00:46:26 2021 +0100

    I18n: Update translation fr (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 14afdb60d946247e7f44b6252e008f53aeb46c10
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Fri Jan 1 00:46:26 2021 +0100

    I18n: Update translation cs (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 613eca04cc9f7989a6e6691fe87c9b9c7ec31f88
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Thu Dec 31 12:47:45 2020 +0100

    I18n: Update translation zh_TW (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 519da91c5a74a5cae07841bac33dbb58431828db
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Thu Dec 31 12:47:45 2020 +0100

    I18n: Update translation sv (99%).
    
    355 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3a5bf119de2e9b3d5b14c18bae459e77112dc378
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Thu Dec 31 12:47:45 2020 +0100

    I18n: Update translation nb (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c05069b13b5073d4cb6bab844972c37e3382d379
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Thu Dec 31 12:47:44 2020 +0100

    I18n: Update translation ja (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed3ffb9a033b017f0fd258734c050d32f83ca6a6
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Dec 31 12:47:44 2020 +0100

    I18n: Update translation et (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 497dcaf0447aabb96670488d205dfb78545ce54b
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Thu Dec 31 12:47:44 2020 +0100

    I18n: Update translation bg (100%).
    
    358 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62d36ea3976915ce4439d3f3b1aeb17b5fd60534
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Dec 30 12:48:57 2020 +0100

    I18n: Update translation ja (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6ff89aeee7fe9b3e69e72d4f7cbf41395609279d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 25 20:06:02 2020 +0100

    Filter files on mime type in the "Open" and "Save As" dialogs
    
    Closes #2, #35, see !67 for more details.
    
    Co-authored-by: Michaël Meyer <michaelnm.meyer@gmail.com>

commit 7a8536e99b48b09a70825554d56923e1e8c2a172
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 25 22:58:36 2020 +0100

    Add a "Delete Line" action
    
    Closes #13, see !68 for more details.

commit 5b3baf90cc6934d623042525e00f2648f6d3c6f4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 25 22:05:08 2020 +0100

    Direct call to keybinding signals for "Delete" and "Select All"
    
    This mainly removes useless code, but also extends the delete action to
    characters, in accordance with the operation of the underlying
    keybinding signal in the text view, and therefore consistently with that
    of the text entries, since they are exactly the same.
    
    See !66 for more details.

commit 54d49ef529a16065b5eb61ce3715093dc95d58ba
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 25 00:32:11 2020 +0100

    Improve editing keybindings consistency
    
    This allows the user to customize all editing keybindings (including
    "Delete" and "Select All" that were previously disabled), in a unified
    way in all text areas in Mousepad: text view and search widgets text
    entries.
    
    In particular, this fixes the keybinding bug described in #83.
    
    See !66 for more details.

commit 6cfa53f6a14bd6f58ba9198f4eb05db0a4f8dee8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 30 10:54:32 2020 +0100

    Properly handle file monitoring around a save as
    
    This is an oversight in !64: file monitoring activation must be delayed
    also in this case, and blocking/unblocking of the signal handler must be
    conditioned by the existence of the file monitor (in particular, this
    should not be done when file monitoring is disabled in GSettings).

commit a1d957f66e318e0be34b2e40c0a1df1bed019ba0
Author: Źmicier Turok <nashtlumach@gmail.com>
Date:   Wed Dec 30 00:46:59 2020 +0100

    I18n: Update translation be (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 52fbbc325d0bde547a080d18f42c846cd38fe000
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 29 00:48:05 2020 +0100

    I18n: Update translation pt_BR (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2e6d14d843500a5455f8a303447a62c5b0ec7ee8
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Tue Dec 29 00:48:05 2020 +0100

    I18n: Update translation et (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec8989b189bda2cf105b3284dcd6eb205aa95982
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Mon Dec 28 12:47:07 2020 +0100

    I18n: Update translation nb (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f74e6fcb6d7dcfff6bbd4b3245b2cb3b815a96c1
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Dec 28 00:46:49 2020 +0100

    I18n: Update translation fr (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 289eb2c224db23325beafa042c06c7da54773634
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 28 00:46:49 2020 +0100

    I18n: Update translation eu (77%).
    
    275 translated messages, 79 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 89823fe7c4dbaf37d0a553591bcb89624f441847
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Mon Dec 28 00:46:49 2020 +0100

    I18n: Update translation de (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 10e4119a4abac10cac13a24b6d26d332345ff5ec
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Sun Dec 27 00:46:49 2020 +0100

    I18n: Update translation sv (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ecbe7f7d243d0a10f44e96a467bfa432c2b68226
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sun Dec 27 00:46:49 2020 +0100

    I18n: Update translation ja (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0971aa677466cd1510aa8ea73405f30b12ba0926
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Sun Dec 27 00:46:49 2020 +0100

    I18n: Update translation he (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fae62aac4b909e32e7f4f22987dc3b9321801c8b
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 27 00:46:49 2020 +0100

    I18n: Update translation eu (74%).
    
    264 translated messages, 90 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2d80eae4e74c26675917e68fe00e326e625b790f
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Dec 27 00:46:49 2020 +0100

    I18n: Update translation cs (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 90a0feed8bdd66154f46fbd26a944bc37993ddee
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sat Dec 26 12:46:50 2020 +0100

    I18n: Update translation gl (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 110221c222e89a7860d419f5b0ac62289ee07fe1
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sat Dec 26 00:47:01 2020 +0100

    I18n: Update translation zh_TW (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1668cd167c3bf71074b8e700722ff004e2a576d9
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sat Dec 26 00:47:01 2020 +0100

    I18n: Update translation pt (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1b67b80dab3b7ee1d4e7c12b33e0eada6835ed73
Author: Anonymous <noreply@xfce.org>
Date:   Sat Dec 26 00:47:00 2020 +0100

    I18n: Update translation lt (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0cf82ff502d012f8cf7059ff71f2aaf2beaa5198
Author: Anonymous <noreply@xfce.org>
Date:   Sat Dec 26 00:47:00 2020 +0100

    I18n: Update translation eu (74%).
    
    264 translated messages, 90 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3d303aed19869ff2e5ac088ff4e68a971f4e2bce
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Dec 26 00:47:00 2020 +0100

    I18n: Update translation de (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f25551f90560f3f157038118c6197bbab4fecbba
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sat Dec 26 00:47:00 2020 +0100

    I18n: Update translation bg (100%).
    
    354 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit eee19abe9f84befab0a0bb8650e4fb0c3e9ffc4f
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Fri Dec 25 00:46:27 2020 +0100

    I18n: Update translation fr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 71559979484f65bd77beb44501e505aeabf2e4cd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 20 22:19:16 2020 +0100

    Make automatic addition of the last EOL character configurable
    
    This also restores the display of this character as a final line break.
    
    Fixes #53, see !65 for more details.

commit abb4f132bff91dd39ff85994db901790a22e47a5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 14 19:40:28 2020 +0100

    Add file monitoring
    
    This adds file monitoring, to continuously check if open files have been
    externally modified, in their content or their writable attribute. In
    such a case, the user is proposed to reload the file when it becomes
    active (by focusing the window or switching tab).
    
    Two settings are added, both only accessible from GSettings:
    * one to enable or disable file monitoring (it is enabled by default);
    * one to set the timer that disables monitoring during file saving,
      defaulted to 500 ms (see
      https://gitlab.xfce.org/apps/mousepad/-/merge_requests/64#note_20603).
    
    Fixes #75, see !64 for more details.

commit 65848e1d3482a4e452487afe704f7deb4335420b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 12 00:49:19 2020 +0100

    Add a setting to create a tilde-backup file when saving
    
    The setting is only accessible from GSettings and disabled by default.
    
    Fixes #27, see !64 for more details.

commit 51e77f8ce0479ccd2752cc91d2b0a429f45d1fae
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 10 19:53:25 2020 +0100

    Set the save action sensitivity more precisely
    
    This enables the save action only when the location is unset, or if the
    file is not readonly and the buffer is modified.
    
    See !64 for more details.

commit 299cea0c47c60493bac36fc51ef0e2832d67267c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 12 13:41:22 2020 +0100

    Let GFile APIs check for file existence when reading
    
    As recommended in the documentation, to avoid race conditions, this lets
    `g_file_load_contents()` check if the file exists when trying to read
    it, handling errors as they come.
    
    See !64 for more details.

commit ecae804292abe6c3e59359f34584d4235b6151b9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 11 12:56:39 2020 +0100

    Let GFile APIs check for external modifications when saving
    
    As recommended in the documentation, to avoid race conditions, this lets
    `g_file_replace_contents()` check if the file has been externally
    modified when saving, handling errors as they come.
    
    See !64 for more details.

commit dca3de7e7b4daaa81e50f27a8191f96d165db056
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 7 10:51:01 2020 +0100

    Basic switch to GFile for I/O operations
    
    This is limited as much as possible to code refactoring, although the
    changes are quite large. The only functional change concerns the saving
    method, which goes from a simple overwrite to the use of
    `g_file_replace_contents()`.
    
    Fixes #4, see !64 for more details.

commit 39cf59df588e1ad3274a8e322b9500f72dce78d6
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Thu Dec 24 00:46:47 2020 +0100

    I18n: Update translation cs (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4dcfc89f144c3dc1c828c323ce4fc1de593ceb82
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 23 01:13:01 2020 +0100

    Back to development

commit ddd874b3b6b61df832e183501bece15696b27dcc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 23 01:08:44 2020 +0100

    Updates for release

commit af1c264c08e3cd9ad8812891e9d70e6e45515a9b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 19 20:16:44 2020 +0100

    Update the occurrences count in one go in multi-document mode
    
    Instead of sending irrelevant partial results which suggest that the
    search is over.
    
    Related to !58.

commit 30b3f30efb89b3ba214e9d2fa60e0628fbd0557c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 17 20:03:23 2020 +0100

    Prevent too late accesses to the buffer
    
    Now that the documents are finalized and no longer only destroyed when
    the tabs are closed (see previous commit
    585d7a43bc4fc9f573922831515be9dcaf33ad23), it turns out that the search
    context can make too late accesses to the buffer, if a search is
    launched when closing (typically following a tab switch) or a buffer
    scanning is in progress.
    
    As the search context does not keep a reference on the buffer until it
    finishes its operations, this commit fills this gap by launching a last
    trivial search when the document is finalized, which cancels any search
    or buffer scanning in progress, and finally triggers the release of the
    buffer and the search context.

commit 585d7a43bc4fc9f573922831515be9dcaf33ad23
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 16 18:40:45 2020 +0100

    Decrease reference count of anchored documents
    
    This is an old memory leak, which prevented documents from being
    released as the tabs were closed: they were released only when the
    window was closed. As a result, the same was true for the document
    attributes, in particular the MousepadFile and the MousepadView.

commit b507a27491fc4f30de69f31cb6336a07e8771fa7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 15 14:44:45 2020 +0100

    Filter document signals on the active document
    
    Only the active document is of interest here. It worked without this
    filter until then because it was actually applied later, in the
    functions called from the signal handlers. But it's neither secure nor
    optimized.
    
    This also fixes some wrong (or approximate) types for signal handlers
    parameters, and enables the reload action when the document filename is
    set for the first time (pointed out in
    https://gitlab.xfce.org/apps/mousepad/-/merge_requests/64#note_20395).

commit 550f42a7c3ed3f8aafdada350ba29355d0a77c69
Author: Dmitry Unruh <dmitryunruh@googlemail.com>
Date:   Mon Dec 14 00:46:29 2020 +0100

    I18n: Update translation ru (89%).
    
    320 translated messages, 36 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6ef44d330c8616eb335e68185a588a3cc4d836ce
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sat Dec 12 00:46:21 2020 +0100

    I18n: Update translation pt_BR (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d988ab13b1297dd55f7f75a8aae8772eb9c4ee53
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 11 22:14:02 2020 +0100

    Fix a memory leak in the templates menu

commit c88e1f01c9b412e196c30b3743e9fbd854f3b1c9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 11 17:37:37 2020 +0100

    Skip a part of document init when irrelevant
    
    This fixes a GObject-CRITICAL introduced by !58, when the document is
    not packed in a MousepadWindow but in other kind of container, like a
    MousepadEncodingDialog.

commit 99ab416e48139cb296828c7d8926e8ce08afc8a9
Author: Ingo Brückl <ib@wupperonline.de>
Date:   Fri Dec 11 00:46:14 2020 +0100

    I18n: Update translation de (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7cae9d782525d7629289fc719bfff123b2534242
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 10 18:05:11 2020 +0100

    Cleanup of `mousepad/mousepad-util.c`

commit 588ec5dee08feef9ad6effbb98ddfdfbb3dcbd92
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 10 20:47:04 2020 +0100

    Fix broken drag and drop
    
    This is due to a mistake in 2d8ec637f2ff385f8b114b414180f63ab7589145

commit 27c4216fc81bc7df45f000069268fdda70b137db
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 10 01:51:11 2020 +0100

    Add license text, remove obsolete code
    
    This code that would extend the editing actions to the search bar (one
    could also think of the replace dialog) was already no longer working
    in Mousepad 0.4.2. It's not easy to make it work, because GtkEntry
    doesn't have a good selection behavior, and it could also create focus
    conflicts between widgets within the window, for a very questionable
    gain in terms of functionality. So it's better to remove it.

commit 5ab310b259d752152b6e263fdf4963dc96780a15
Author: Anonymous <noreply@xfce.org>
Date:   Wed Dec 9 00:46:55 2020 +0100

    I18n: Update translation pt_BR (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45c61f13a44ed58bb5a63429a59d2913bd8d97bb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 8 21:45:56 2020 +0100

    Missing filter on the active document

commit 2d8ec637f2ff385f8b114b414180f63ab7589145
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 8 20:58:41 2020 +0100

    Simplify a bit the way the status bar is updated
    
    The right place to bind to GSettings is the document here, not the
    window, so that only one signal is emitted in case of tab width change.

commit c3b54c81db4e8593f80fb4127d1e374e000a2a01
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 8 19:37:35 2020 +0100

    Remove obsolete code (column selection)

commit 9aedeb3f855a8b6e4c2b9fee02d681e5f6fedc56
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 7 17:02:58 2020 +0100

    Remove useless casts: continuation and end
    
    Some GCompareFunc and GtkCallback casts, and cosmetic changes.

commit 5a2c4da669b791257a3f66127469e1d34ade599b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 7 11:28:12 2020 +0100

    Put back in place a requested header for CI

commit 5ca9d7c7bac1c0df84e2b413146864b396183951
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 6 17:41:44 2020 +0100

    Remove useless action state update

commit 95c85ca85f0bed8678ab04935315804b008c2203
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 6 17:34:52 2020 +0100

    Remove useless casts
    
    * Many GObject casts when the required type is actually gpointer
    * Some GtkWidget casts in the same situation, or when the object is
      already a GtkWidget
    * Factorizes some GObject casts in `mousepad/mousepad-private.h` macros
    * GSourceFunc casts (cast parameter in the function body instead)

commit a57165aaf283e9bdb3e7649b8b82f4661e07e69f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 3 19:08:37 2020 +0100

    Remove useless header file inclusions

commit 5f2d58e451633cdbf459ddc8b49b491f1f9533fc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 7 03:08:39 2020 +0100

    Prevent regex search from running in the background
    
    If regex search is enabled at startup, a useless and expensive search
    can run in the background, when the file is loaded in the buffer. To
    prevent this, the "regex-enabled" setting isn't bound at startup as
    others, but bound/unbound with the "highlight" property when the search
    widgets are shown/hidden.
    
    This is a complement to the workaround already implemented in !58 to
    avoid prohibitive computation times in some situations.

commit adb9c4a139f803c6d890aca3e5402bdeeed44847
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 7 03:03:47 2020 +0100

    Properly disconnect search-related signal handlers
    
    This also reinforces existence tests before collecting asynchronous
    search results, and removes inappropriate use of a warning function.
    
    Fixes warnings reported in
    https://gitlab.xfce.org/apps/mousepad/-/merge_requests/58#note_19853

commit 5322b7732185f2c785dcfe30cdab8cf43a7f49eb
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Mon Dec 7 00:46:28 2020 +0100

    I18n: Update translation sr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5fd1bd012ddb880e3c1a97e2ba299435173cbe97
Author: Hsiu-Ming Chang <cges30901@gmail.com>
Date:   Sun Dec 6 00:46:06 2020 +0100

    I18n: Update translation zh_TW (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6e972a18cb248d24f60051c3d58d3f1f3dd3e890
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Sun Dec 6 00:46:06 2020 +0100

    I18n: Update translation tr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ce24506d3c649aabf592f8365693f3d5abc3305
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sat Dec 5 12:47:00 2020 +0100

    I18n: Update translation nb (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a30f81bf600a3b0995bb15e6ee0615c8c9f041b0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 5 02:17:14 2020 +0100

    Fix wrong conversion from uri to filename
    
    A minimal fix in view of Mousepad 0.5.1, which might not include a
    larger work in progress, consisting of an extended use of GFile (thus
    avoiding many of these conversions).
    
    Fixes #81.

commit 5596f17300310c4d5f911a023c5b6226d9004cbf
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 4 18:39:00 2020 +0100

    Improve the look of the search bar
    
    An aesthetic complement to !58.
    
    See !63 for more details.

commit dd81bf02243ab292774b3eba661949c5e88beac9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Dec 4 18:01:45 2020 +0100

    Revert renaming of "font-name" setting
    
    To prioritize backward compatibility over naming consistency, and since
    it is possible to circumscribe this inconsistency quite closely.
    
    See https://gitlab.xfce.org/apps/mousepad/-/merge_requests/60#note_19670

commit 52aae13ec11358395e1c7be890295feb45d6278e
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Thu Dec 3 00:47:01 2020 +0100

    I18n: Update translation pt (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ad7b30e6c606248debe9623b3619b2a4e9bbc9fb
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Dec 3 00:47:01 2020 +0100

    I18n: Update translation fr (99%).
    
    355 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 86e8fcfd13ec30ab95ab494cafdcde7064eb5613
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Dec 3 00:47:00 2020 +0100

    I18n: Update translation ca (99%).
    
    355 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c2fbd24574c151c4a52a829171bfec71dea8fa98
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 2 21:50:26 2020 +0100

    Warn when using GLib functions newer than requirements
    
    By the way, avoid using `g_utf8_validate_len()`, only available since
    GLib 2.60.

commit d22489908fc5070550712f4510bda25287915b9e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 2 19:58:15 2020 +0100

    Initialize the tab size menu at startup
    
    This is an oversight in !48, see
    https://gitlab.xfce.org/apps/mousepad/-/merge_requests/48#note_19703

commit 739262d95025390a5a9710b3ef8511910c7fe34d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 2 17:42:39 2020 +0100

    Fix broken menu item
    
    This is an oversight in !48, see
    https://gitlab.xfce.org/apps/mousepad/-/merge_requests/48#note_19671

commit 688189687ffacfaa3c5cbc594df28e7bb4811c17
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Dec 2 12:48:00 2020 +0100

    I18n: Update translation ja (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e521bdfbdc77992c52aff7cf92bed6fd4167b35d
Author: Anonymous <noreply@xfce.org>
Date:   Wed Dec 2 12:48:00 2020 +0100

    I18n: Update translation es (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 19f5316a5d8f90f4cf4c72f650d342932d9e60b9
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Wed Dec 2 00:46:19 2020 +0100

    I18n: Update translation sv (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fe1725239d39d622d9a56876b7f9b32dd81f6bb5
Author: Anonymous <noreply@xfce.org>
Date:   Wed Dec 2 00:46:19 2020 +0100

    I18n: Update translation lt (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bf98f0b0414d5c3f856eca68cf0b39cc3ff20f2e
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed Dec 2 00:46:19 2020 +0100

    I18n: Update translation it (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed8b668a5337507cfb728022d744224e7f29503b
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Wed Dec 2 00:46:19 2020 +0100

    I18n: Update translation de (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2a36b74ee5fb49ea6e108a48d832de4d156f212c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Nov 29 02:35:48 2020 +0100

    Bump GTK+ and GLib minimum versions to 3.22 and 2.52

commit afa94c95e3349c3a2ff06b3771e767108c9a4253
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 23 18:34:47 2020 +0100

    Allow to change the font size from keyboard/mouse
    
    This allows to increase/decrease the font size from a keybinding
    (Ctrl +/- by default), or using Ctrl + mouse wheel. This font size
    change is temporary, reset by a settings change, and applies only to
    the active view.
    
    Closes #46 and #54, see !60 for more details.

commit 5d0a5d8643067a43493746487d33a7f4d3495e78
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 23 18:32:57 2020 +0100

    Code refactoring around MousepadView properties
    
    This is a preliminary commit before adding a new feature, allowing to
    change the font size from keyboard/mouse.
    
    * Replace "font-name" with "font" ("font-name" is deprecated as
      GtkFontButton property since GTK+ 3.22, and quite confusing since
      it's actually some kind of font description).
    * Make properties only writable, since it's the only way they are
      accessed in the code.
    * Clarify the way the font is set, depending on whether the default
      font is used or not.
    
    See !60 for more details.

commit c39b5ad9b0fe6de1697d63f69c341e336af6ef88
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 25 13:10:06 2020 +0100

    A little code review about error handling
    
    * Use `g_printerr()` only in command line context.
    * Don't translate messages from `G_LOG_LEVEL_WARNING` and beyond.
    
    See !61 for more details.

commit 73487a99809f317e619e437b02d3f5f19244612d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Nov 12 22:10:41 2020 +0100

    Add a spinner to the search widgets
    
    This activates a spinner when a search is in progress, instead of an
    outdated or empty occurrences count, both in the search bar and the
    replace dialog.
    
    See !58 for more details.

commit fb68c10f2a99f4ebc857675e0d71116261a2b88b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 11 20:51:16 2020 +0100

    Connect the search bar to the "switch-page" signal
    
    This causes the search bar to follow tab switching, as is already the
    case with the replace dialog. If both widgets are used at the same
    time, the replace dialog takes precedence over the search bar to
    prevent conflicts.
    
    See !58 for more details.

commit d50625c902ff90a2337a62a43d3d07a09fac911f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 11 20:46:10 2020 +0100

    Make the occurrences count appear in the search bar
    
    This makes the occurrences count appear in the search bar, instead of
    the "Replace All" button. This one is moved in the menubar, with the
    other search-related items.
    
    See !58 for more details.

commit f8f0a845f67c2e367af4e86b1f0ba1d44952c0df
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 11 20:34:43 2020 +0100

    Switch to asynchronous search
    
    This switches to asynchronous search, so as not to block the UI when
    searching in big files and/or with regex search enabled. This is almost
    required when the search mode is "find as you type", which is the case
    for Mousepad.
    
    This also improves the search widgets behavior when documents change
    (from the buffer or tab), and the consistency between search widgets
    when used together, within the limits of what is possible.
    
    Codewise, this makes increased use of signals to connect the different
    widgets involved in the search, from the search bar and replace dialog
    to the documents, through the window and back. Some precautions are
    also taken to avoid prohibitive computation times in some situations,
    because of a GtkSourceView issue.
    
    See !58 for more details.

commit a1a54fb43a36a56d90a5be5a1a8eaab26acf9514
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 29 18:37:55 2020 +0100

    Add a GMenuModel-GtkToolbar binding
    
    This last commit of the "GMenuModel-* binding" series adds a
    `mousepad_window_toolbar_new_from_model()` function, in echo to the
    `gtk_menu_bar_new_from_model()` function.
    
    The goal is to build the same kind of binding, using again the
    "items-changed" GMenuModel signal, and taking advantage of the use of
    shared menu items introduced in the previous commit.
    
    See !50 for more details.

commit 0a58fcf6b811e92ceacca03a955a3b1ac5da9725
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 30 16:12:14 2020 +0100

    Add a GMenuModel-GMenuModel binding
    
    This GMenuModel-GMenuModel binding not only involves the use of the
    "items-changed" signal, but also a trick in the way to write the
    GtkBuilder menu files (`mousepad/resources/gtk/*.ui`).
    
    The goal is to remove duplicates in these files, by defining a menu
    item only once (with all its attributes: label, icon, tooltip, action,
    accel, etc.), and then reusing it in any menu where it should appear,
    using a syntax close to the expected but missing
    `<item id="my-already-defined-item"/>`.
    
    Downstream, this simplifies the synchronization of the different
    widgets that use these shared menu items, and makes the overall
    code easier to maintain.
    
    See !50 for more details.

commit 7c6a6b5da243363aebe81942a029438b830c1533
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 29 18:32:48 2020 +0100

    Use icon names instead of GIcons to allow property binding
    
    This is a preliminary commit before adding a binding between different
    kinds of GMenuModels.
    
    See !50 for more details.

commit 7b4c7b4b5ee4807ff7cf1d97097d6cefe31ed5d8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 29 18:17:52 2020 +0100

    Add a GMenuModel-GtkMenu binding for tooltip updates
    
    Using the "items-changed" GMenuModel signal, this adds an additional
    GMenuModel-GtkMenu binding (they are already bind in
    `gtk_menu_bar_new_from_model()`), to automatize a bit more tooltip
    updates, and localize a bit more this process in
    `mousepad_window_menu_set_tooltips()`.
    
    See !50 for more details.

commit 8ca595de88b43678804b260975bf526f953d88fb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 30 18:17:21 2020 +0100

    Give more choice for whitespace display
    
    This adds the ability to display only the white spaces at the beginning
    of the line, the end of the line or between words (or any combination
    of these three possibilities), accessible only from GSettings.
    
    To do this, a property is added to the application that is synchronized
    with GSettings on the one hand, and with the different views on the
    other hand.
    
    Closes #44, see !46 for more details.

commit 0b3b166c15f088c30c0a9f52453689c3da0f6cdb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 26 19:39:39 2020 +0100

    Reformulate "Home/End Keys" setting description

commit 8349795ed7b5ee2f4ab42ff3466a47e4dc035dbe
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 26 19:37:41 2020 +0100

    Code refactoring around GAction-GSettings binding
    
    Using the correspondence between GAction and GSettings (common names,
    common use of GVariant), this commit globally simplifies action
    handling. In particular, setting-related actions are transferred from
    the window level to the application level, resulting in only three
    generic handlers to bind an action to its setting.
    
    As `mousepad/resources/ui/mousepad-prefs-dialog.ui` was already heavily
    impacted by these changes, this also adds some cleaning (consistency
    and/or updating of the notations used), and incorporates some object
    property bindings currently made in `mousepad/mousepad-prefs-dialog.c`.
    
    See !48 for more details.

commit 34c817376df3b410373bd72d1275f1aa789bf162
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 23 21:22:43 2020 +0200

    Switch to schema-id format for settings names
    
    The choice of format for settings names is free, whereas action names
    can't contain `/`, so this commit switches from path format to
    schema-id format for settings names, to prepare a code refactoring
    around GAction-GSettings binding.
    
    In the same perspective, it also adds new methods to set/get a setting
    in GSettings: `mousepad_setting_set_variant()` and
    `mousepad_setting_get_variant()`.
    
    See !48 for more details.

commit 29c6db64958bcc6974787fe5974d986e0cce5945
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 30 14:11:03 2020 +0100

    Back to development

commit 84852ca5b05ff4c0100b5f8a295b3420b8f00831
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 30 14:06:18 2020 +0100

    Updates for release

commit fbf3dcf9271b0f9d7dfb1e645eeae091e72a30f5
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Mon Nov 30 12:47:45 2020 +0100

    I18n: Update translation ja (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba2ddbb05f68a7c91c6b8036b07100f68b4619e6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 30 12:20:21 2020 +0100

    Back to development

commit b5b57fb300ef4531283bb3988b1c3364dd81a013
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 30 12:09:20 2020 +0100

    Updates for release

commit a30e0c4bd7b64468593c9e9560533dcc7e1dec92
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Nov 30 00:46:27 2020 +0100

    I18n: Update translation zh_CN (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 207cf5170233a8f1be781ea7cca3e492a194a5e4
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Nov 30 00:46:27 2020 +0100

    I18n: Update translation pt (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 443ce29fb1c69e74648aad55941b4f24b30e5924
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 30 00:26:30 2020 +0100

    Bump required GTK+ in `mousepad-prefs-dialog.ui`
    
    Fixes #78.

commit c4089d2b9321d63a96cdae5116862c410452fd80
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Nov 29 20:44:04 2020 +0100

    Fix an oversight in updating actions state
    
    This is a minimal patch for version 0.5. The management of actions and
    their distribution between window and application are largely reworked
    in !48, which will be the "real fix".
    
    Fixes #76.

commit 2aea4a54d1f712517e4f80d0bd65fc2baed34cb1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Nov 29 17:35:22 2020 +0100

    Remove TODO file
    
    Closes #74.

commit 11682f4ab655587875d6d330e01f267a445d764f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Nov 29 17:29:16 2020 +0100

    Include `locale.h` is required in release mode

commit 4437403b04dfb5f657bea99a136491247da1c667
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Nov 29 00:46:39 2020 +0100

    I18n: Update translation nb (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 899432c0afef74bc9618ef5e728a86073446086c
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Sun Nov 29 00:46:39 2020 +0100

    I18n: Update translation he (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0ef374e828d4ff7319e3706c9177d9860b8af005
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Nov 29 00:46:39 2020 +0100

    I18n: Update translation fr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 01ecc44722384ba8e5dacb88effff09034ce96a1
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 29 00:46:39 2020 +0100

    I18n: Update translation es (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 500eceada8247ead5e9f93afbeefd7a0e771095e
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Nov 29 00:46:39 2020 +0100

    I18n: Update translation bg (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e8e6d1057bdd85fbf770d2147a4af2a6ce3adef1
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Nov 28 00:46:16 2020 +0100

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

commit f8ec55ffca604ec05f7590b2258a665c0617fe85
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Nov 28 00:46:16 2020 +0100

    I18n: Update translation nl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3b1e11d7ead246d8b1e69182ab447a56838b83c9
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sat Nov 28 00:46:16 2020 +0100

    I18n: Update translation it (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c21de3be81875d64c52083fa119412a6399fa1c1
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Nov 28 00:46:15 2020 +0100

    I18n: Update translation de (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e104860efb693998e9b843bc758d6aecbdff92b4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Nov 26 12:57:15 2020 +0100

    Ensure that opening modes are excluded from translation

commit dcd1bf6ac45d30ac7dbe335a5ca6ed0ea66174b5
Author: Vangelis Skarmoutsos <skarmoutsosv@gmail.com>
Date:   Wed Nov 25 00:46:27 2020 +0100

    I18n: Update translation el (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 34fbb416fc6d4019b1b74491fc358233727b1d18
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Tue Nov 24 00:46:14 2020 +0100

    I18n: Update translation pt_BR (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1eda083eb1ecd5d6fab97c2521c25d99cbb842bd
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Sun Nov 22 00:46:15 2020 +0100

    I18n: Update translation sl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b1b1c1d214cb4c619a8fcd909c921533d063f14c
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Sat Nov 21 12:47:54 2020 +0100

    I18n: Update translation id (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b5c2ec8053e1cbf231474e248870e10ccf7846d3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 20 18:39:30 2020 +0100

    Update README.md

commit 98a2763a5cee9431f7496804de574dd0a4479c4b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 20 14:49:29 2020 +0100

    An oversight when adding a new author

commit 5ba748f1d1e92bd2bf22343bd8b5a0095a1253ac
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 20 14:10:56 2020 +0100

    Back to development

commit 69f36ff488307dd38582a0522bf65dbdd42ecf45
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 20 13:50:46 2020 +0100

    Updates for release

commit 48901715677acabe04147d712069921a94d765d2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 20 13:30:16 2020 +0100

    Add an author to the about dialog
    
    See https://gitlab.xfce.org/apps/mousepad/-/issues/71#note_18857

commit 805fd575e729ea9c51aa3ab9133c28a34a4fbab0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 18 01:40:42 2020 +0100

    Restore the use of the file `accels.scm`
    
    This adapts the use of `GtkAccelMap` to `GAction`, to allow the user
    to continue using virtually the same custom accels file as before
    (when `GtkUIManager` and `GtkAction` where used).
    
    Fixes #73, see !59 for more details.

commit 6b4362f957a0bbe7071f8772ceb79b5ed14158e1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 11 19:59:38 2020 +0100

    Add a TRACE macro for personal testing

commit b05ed1db24561486b4bdd805b597c8f673426830
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Fri Nov 20 12:47:38 2020 +0100

    I18n: Update translation tr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 81add1442881f8a46747c2c798638a1500965a14
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Fri Nov 20 00:48:54 2020 +0100

    I18n: Update translation et (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3e0786c03a83e45a3c8107d2777416d9557f6877
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 17 12:50:06 2020 +0100

    I18n: Update translation da (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e6df08dba3a24f51369b8da7970d8ec0c7eeb28
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Nov 16 12:47:50 2020 +0100

    I18n: Update translation zh_CN (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ef5c380ef887e738e671a241bb91335dad44c621
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Mon Nov 16 00:46:48 2020 +0100

    I18n: Update translation nb (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 70514a3ce2979acddcbbf71f9e8ad27807ab58d2
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Nov 15 22:26:01 2020 +0100

    Reset an idle function to default priority
    
    This partially reverts 27c5ad98485c8924a972f8958deff160333d42a9, by
    keeping only the existence test to not run a MousepadView function when
    closing.
    
    This is sufficient and in any case necessary to avoid side effects
    described in !54, while the default idle priority has been more
    widely tested since added in !13 to fix #26.
    
    Furthermore, some tests when the search is asynchronous (see !58)
    show that this default priority may be required to not reactivate #26.

commit a1c7635021892f6f7c6d3358c8f13d30d75935a5
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 14 00:46:15 2020 +0100

    I18n: Update translation zh_CN (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 467c26d944cff89bfd8398f5ed8a05d70b1eac2d
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Mon Nov 9 16:08:21 2020 +0100

    Show "Select All" keybinding without activating it
    
    This allows to show in the menubar a keybinding already active at some
    levels (here "Select All", but it's a general method), without
    activating it as action keybinding, so as not to introduce conflicts.
    
    See !57 for more details.

commit 307816e98bd82e4985a5a0eedc119e686f4c0540
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Thu Nov 12 00:46:46 2020 +0100

    I18n: Update translation pt (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9c0335d9583ea0102f11ca0f7e9913c90dc9b0c2
Author: Andrey Kondratev <andrey.kondratev29@gmail.com>
Date:   Wed Nov 11 00:46:21 2020 +0100

    I18n: Update translation ru (87%).
    
    312 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 425497ba81e0b4a9978dce657248442ff527e48b
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Nov 11 00:46:21 2020 +0100

    I18n: Update translation ja (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3e7ddbb63dde3cf99dcfedd2760c74887f8f8a33
Author: Arve Eriksson <031299870@telia.com>
Date:   Tue Nov 10 12:47:56 2020 +0100

    I18n: Update translation sv (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a9c0b8f227e0c1c22ade2957fb32f13555d33e0a
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Tue Nov 10 00:47:31 2020 +0100

    I18n: Update translation fr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43c1afb8e47c458f1750fc6f9750da4b0ee98e0c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 10 00:47:31 2020 +0100

    I18n: Update translation eu (71%).
    
    254 translated messages, 102 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d2c9b854187bae79698c7ef4561afbee44bc3477
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 10 00:47:31 2020 +0100

    I18n: Update translation da (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c63893a733763ab0a5fc11dad8e1132f88a65a2b
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Nov 9 12:47:59 2020 +0100

    I18n: Update translation zh_TW (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bbe2cb6ca5cd89cf6f6db89354bc659316d9a193
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Nov 9 12:47:59 2020 +0100

    I18n: Update translation gl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8bdc66966d98645f5a84840abe210d9a46ee3f54
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Fri Nov 6 11:38:42 2020 +0100

    Fix spelling of Color

commit 2cb7b4c824900b8671f38a7d56cb5ab582c79416
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Tue Nov 3 19:14:26 2020 +0100

    Toggle "Highlight All" for all documents
    
    If the user toggles "Highlight All" in the search bar and switches tab,
    the "Highlight All" button stays toggled whereas the feature is
    disabled. This commit fixes this issue.
    
    See !55 for more details.

commit 27c5ad98485c8924a972f8958deff160333d42a9
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Mon Nov 2 20:19:36 2020 +0100

    Adjust an idle priority so that it runs on time.
    
    To fix #26 (closed), an idle was added to scroll to cursor after some
    GTK operations. This commit adjust its priority, so that the document
    still exists when this idle is executed.
    
    See !54 for more details.

commit d75bf6688e4f00fe162fb94e4a704ca0784b36e6
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Mon Nov 2 00:09:16 2020 +0100

    Update some menu items on tab/window change
    
    This fixes an oversight in !39, by updating menu items that depend on
    the document state (currently only the "Reload/Revert" menu item) when
    switching tab or window, not only on "modified-changed" buffer signal.
    
    See !53 for more details.

commit 23ee7a4e95ca6613ebf7a604a037758efa383bf7
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Wed Nov 4 00:46:27 2020 +0100

    I18n: Update translation pt_BR (93%).
    
    332 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 181db8ce7bb41887dcb80952857760d2be16d383
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Wed Nov 4 00:46:27 2020 +0100

    I18n: Update translation fr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e7db1698f30c7ec9ef9bb33f52ef06c107e43a8
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Oct 31 20:42:03 2020 +0100

    Bump minimal required GtkSourceView to 3.24
    
    See !52 for more details.

commit 3a89d059b6d2b4a2a1284db396a90014eb024cf3
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Oct 31 19:57:11 2020 +0100

    Save geometry on close
    
    This adds an non-delayed save of the geometry on close, that cancels
    any scheduled backup that could take place too late:
    * after closure, so that the geometry would not be saved;
    * during closure, so that it could result in warnings or corrupted
      data.
    
    See !51 for more details.

commit ff32dc416ad2edc1443770475df2300a68351386
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Mon Nov 2 00:46:29 2020 +0100

    I18n: Update translation fr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5700a888d7a34e81ce812741f6b867ca5c8b5650
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 1 12:47:35 2020 +0100

    I18n: Update translation es (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8f8a2c209bc64e597ec5eb059547c3a1e9ce282c
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Sat Oct 31 12:47:31 2020 +0100

    I18n: Update translation id (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bb660dd03a8cbe7c0773defc9ad5582cf494c71e
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Thu Oct 29 12:03:06 2020 +0100

    Revert "Improve `--quit` option" (!35)
    
    This reverts most of the content of commit
    9ad3a7d734d2fd640913b464f2adfb63d9c2c9d8, but preserves the transfer
    of two dialog creations from `mousepad/mousepad-window.c` to
    `mousepad/mousepad-dialogs.c`.
    
    See !49 for more details, and discussion in !35.

commit c29c57ece584e0327e752ab3be3b8103b5c64937
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Thu Oct 29 16:25:31 2020 +0100

    Update tab menu according to document state
    
    Remove also some useless widget sensitivity updates.
    
    See !47 for more details.

commit 4bc3d61ddda96bd3ea2f2b471b002b83b392a46e
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Oct 25 22:08:28 2020 +0100

    Keep a reasonable dialog box size
    
    This is to prevent the dialog box size to vary with translations.
    
    See !47 for more details.

commit a3509badaca9fd63c3d32fd1be60832b91815baf
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Fri Oct 23 18:13:19 2020 +0200

    Adjust encoding dialog properties
    
    See !47 for more details.

commit f9dbcb40799fc82b432e30709c455b0e6a97dbef
Author: emiliano casal chiarotti <emiliano.casal.chiarotti@gmail.com>
Date:   Fri Oct 30 12:47:40 2020 +0100

    I18n: Update translation es (99%).
    
    355 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 898e9b0d4d70772d84a42b764151cee8c73bcc02
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Fri Oct 30 00:46:42 2020 +0100

    I18n: Update translation sl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f7ffc2dcc72251366097e7a9316917381e9f9d31
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Fri Oct 30 00:46:42 2020 +0100

    I18n: Update translation et (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 310248ab8867dd38ad9931560b34c1da0e573c65
Author: emiliano casal chiarotti <emiliano.casal.chiarotti@gmail.com>
Date:   Fri Oct 30 00:46:42 2020 +0100

    I18n: Update translation es (86%).
    
    309 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 32ac0c9c0452c268bbd4d7e5c2b0d4665f14891a
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Thu Oct 29 12:47:14 2020 +0100

    I18n: Update translation sl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 241438f39f73f47e17c63c3b0fbcce43a71a852f
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Tue Oct 27 00:46:13 2020 +0100

    I18n: Update translation sv (98%).
    
    349 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3e95f3d014010e49ba4830cfb3722c3da3057415
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 27 00:46:13 2020 +0100

    I18n: Update translation pt_BR (93%).
    
    332 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f56ac7cb1dbb32061bb9cc596a51e7a2c2282e23
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Oct 26 00:46:18 2020 +0100

    I18n: Update translation fr (97%).
    
    347 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4feb94a55493aa4f6f5938f183c78e28097fc6f0
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Oct 25 00:46:02 2020 +0200

    I18n: Update translation pt (92%).
    
    331 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 01f35663de4aabb73d7d6a85878e170a6ccc74e0
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sat Oct 24 00:46:04 2020 +0200

    I18n: Update translation hr (92%).
    
    329 translated messages, 27 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 53e96a7d4cb513579acb1102ae8de4d9cd89e1fe
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Fri Oct 23 00:46:24 2020 +0200

    I18n: Update translation sv (97%).
    
    347 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d8845648312e1eaf650e77ced18816ae6b4fa8e1
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Oct 18 00:03:47 2020 +0200

    Replace `$HOME` with a tilde in displayed filename
    
    Original idea from Michaël Meyer <michaelnm.meyer@gmail.com>
    
    Closes #37, see !45 for more details.

commit 548e7dfd336286d344611b65c15bc0f84b3940f6
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Fri Oct 16 00:10:57 2020 +0200

    Code refactoring around saving and restoring window geometry
    
    This localizes the backup of the window geometry in only one function
    `mousepad_window_save_geometry()`, and moves its restoration to a
    window post-initialization phase (when the `GtkApplication` is set),
    so that fullscreen state and related actions state are properly
    restored in one go.
    
    See !44 for more details.

commit 22382095508dbd6cea34bda87cfad832232eb972
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Thu Oct 22 18:01:45 2020 +0200

    Avoid CSS-related deprecation warnings: complement
    
    This completes !28, where there were some oversights and mistakes:
    * Fixes a regression in font management, by completing the conversion
      from Pango font description to CSS (this is a Gedit function,
      slightly modified).
    * Replaces the deprecated `gtk_rc_parse_string()` with CSS tools to
      re-enable the root-warning when Mousepad is used with super-user
      privileges.
    * Replaces `# pragma GCC diagnostic *` with
      `G_GNUC_BEGIN_IGNORE_DEPRECATIONS`.
    
    See !43 for more details.

commit 908b518aa0dc4650753b23c3cd2d049d5f4eb7e2
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Wed Oct 14 20:45:11 2020 +0200

    Add new default keybindings and reveal some hidden ones
    
    Closes #68, see !42 for more details.

commit 97a252bbc77ae062e12bf4f1a295ad60ac2c8d72
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Wed Oct 14 16:42:07 2020 +0200

    Add keybindings to show the menubar temporarily when hidden
    
    This reproduces a common behavior for the menubar nowadays, typically
    that of Firefox. If the menu bar is hidden:
    * When the Alt key is released, show the menubar temporarily (i.e.
      settings are not affected);
    * When the Alt or Esc keys are then pressed, hide the menubar;
    * Hide also the menubar after some user actions (mouse buttons
      pressed/released, scroll, focus out);
    * When a menubar mnemonic key is activated (e.g. Alt+f) show the
      menubar and popup the corresponding submenu (then hide the menubar
      and its submenu all at once).
    
    By the way, this clarifies the way the menubar/toolbar/statusbar are
    shown/hidden in window/fullscreen modes, by managing this in only one
    common function `mousepad_window_update_bar_visibility()`.
    
    Closes #47, see !42 for more details.

commit 54517ee403fd82e301cbbb0afa00e7db1cfd25c5
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Thu Oct 22 12:46:58 2020 +0200

    I18n: Update translation nb (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b1cd1babcd7228717f54c71f27e218fa24798b37
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Oct 21 12:46:59 2020 +0200

    I18n: Update translation ja (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ffa784cc2ce301025e72794ec1925895eb81a32e
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Oct 20 12:47:34 2020 +0200

    I18n: Update translation ca (99%).
    
    355 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 119fa3b70abca01a0fe9d57cacb5503eb64f3796
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Tue Oct 20 00:46:23 2020 +0200

    I18n: Update translation he (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0b0550b29fd3ea42c50b6a352b10be12e7af42ba
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Oct 19 12:59:06 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 03421a8733be1495eaa1de458b170de72722633b
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Oct 19 12:59:06 2020 +0200

    I18n: Update translation zh_CN (98%).
    
    351 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 954dfae03ea4e6583b3979fdce058c3de2f07531
Author: Emin Tufan <etcetin@gmail.com>
Date:   Mon Oct 19 00:57:25 2020 +0200

    I18n: Update translation tr (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9a78721e0cc608b36e1d307a3d775b6927647f79
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Mon Oct 19 00:57:23 2020 +0200

    I18n: Update translation nl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 81866933a7e7eec7ff9261495f9bcff643752aec
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Mon Oct 19 00:57:22 2020 +0200

    I18n: Update translation it (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c9e62b3bcbdd31f828a23f8f065e1cd3b4dba4ee
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Oct 19 00:57:21 2020 +0200

    I18n: Update translation gl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8ffba9762215261f085b71d76e796d838854f8ab
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Oct 19 00:57:21 2020 +0200

    I18n: Update translation fr (96%).
    
    343 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 22a3bd9298f56f62e18ab00fcb0aca58950dbfec
Author: Anonymous <noreply@xfce.org>
Date:   Mon Oct 19 00:57:20 2020 +0200

    I18n: Update translation da (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e3621c7359a703b5c54ef2f412ffc0de18dd6ea
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Oct 18 21:53:52 2020 +0200

    Fix comment for translators
    
    A mistake in !41

commit eb29560f3b1968b5de4ce37114a6999bb2519ccb
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation zh_TW (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2ad95d2d0a5faf06042e17d3498b86dd8d795a2c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation zh_CN (95%).
    
    340 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d1de8a5c54fb36e13696f49e41bd7f31da1f6cb0
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation uk (84%).
    
    300 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e08f5885b3ba1cc6ecfa852d9e1b15c0b3e942e7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation ug (64%).
    
    228 translated messages, 128 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5b4be1309b01c12fff845880c92801faaf36e0f6
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation tr (90%).
    
    322 translated messages, 34 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0a7317410ef473b9a43cb9460d414cc0e3aef3fd
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation th (84%).
    
    301 translated messages, 55 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed28d97a18235950d712f3685f932b290ac4ccb9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:34 2020 +0200

    I18n: Update translation te (50%).
    
    181 translated messages, 175 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be17e333d68f1cf12af3456b0dd5ca6fc2500138
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation sv (91%).
    
    326 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 15219402574a72e463896e59239f0843df29b7a2
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation sr (85%).
    
    305 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bd4d6597fa0bb8aaa1391a1786fd81b71596ff0c
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

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

commit 7f8a5942a080530f80d5b629b943bdc04697c1e3
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation sl (85%).
    
    304 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 90287df652a4116166e011706d69e598ab5c6fb0
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation sk (86%).
    
    308 translated messages, 48 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ac2d6e50f6907fb5c4fb7055c9306beb00046d5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation ru (87%).
    
    312 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2b2cac4e438c6baec525ede1bb81577252a5c9e1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation ro (67%).
    
    239 translated messages, 117 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 50fe8a1d6b0c04db51c8e21561e30e52a5c298fb
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:33 2020 +0200

    I18n: Update translation pt (92%).
    
    329 translated messages, 27 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bd10a4acb34c90dd78a882246f719f611daff61b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation pt_BR (91%).
    
    327 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4a2865e0b1fe62385f9d92da5eec6ed114d62ba8
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation pl (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 659d148b7255981065c29632dfca87779bba78c7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation oc (71%).
    
    253 translated messages, 103 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b6b4ab4afe62d52e3572fb9756d5aa6cef965355
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation nn (52%).
    
    187 translated messages, 169 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e0e8a1b91cc1700d31cb738d918f34414b3ad55
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation nl (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f8bc195cd27c83553ef354e4158a221def7efbe
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation nb (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e8f06c68051c5f050f0f3e4a08837b2e1bf71e5a
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation ms (85%).
    
    304 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0313ec992cc3769973848406c3f8750ebb74c53
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 18 12:58:32 2020 +0200

    I18n: Update translation lt (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ed878e6ef62d1eeaddc63fe1d0641711930619e5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation ko (85%).
    
    305 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 054461b6e1e59ecbd5dae1afd5411da11bc15a3f
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation kk (89%).
    
    319 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aec2bc923b04498e0c5f2bfe8edb452767079033
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation ja (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c4ec5a931b3944bf228f93a2700cc1dfb2f8ef1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation it (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 29b69b62f53165340dabe8ffbe37272538970030
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation is (83%).
    
    298 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 56473cfa8d21003062e6eefe8449a331b988dbbf
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation ie (85%).
    
    305 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 28d0eb6f125d60d18510338e8c1bc20e76d9f42b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation id (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 68750a8bf3becbdfb23781fac92f1c352449101e
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:31 2020 +0200

    I18n: Update translation hye (85%).
    
    306 translated messages, 50 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 29eecf96ea87a441e889ca32c5a7c24e2ed580ed
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation hy_AM (84%).
    
    300 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 54470accfc99cc716baa3d59d536a817bc9391cf
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation hu (85%).
    
    304 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 473aa4c28931dcd00731f98c98850faea63cf853
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation hr (85%).
    
    305 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7b2091c94b0b7874ac75f611cb9a081482cd44e1
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation he (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6243ac0c4112777fb3fc3b9f33bf5bc43e604106
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation gl (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5a666bcddb201f255faf799956c0ecaef85555df
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation fr (94%).
    
    336 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b651e6d6985bf4c8d87bb5fbb9b7f1883fe17bdf
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation fi (86%).
    
    307 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0928cdca52a938a6531f6c57bdd3aee013876caa
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation eu (71%).
    
    254 translated messages, 102 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e43cc9b1d70099ae5e3ad8041a6cee68f1b5c235
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:30 2020 +0200

    I18n: Update translation et (85%).
    
    303 translated messages, 53 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b28a765d0ec9a36e37f0ec059645a40203ac7ed5
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation es (86%).
    
    307 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7544c41410973fd94ead36183ec207fc8f2d7d7b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation en_GB (84%).
    
    300 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 177eb007e33b4c708b710c07a1363d2d0634baee
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation en_AU (84%).
    
    300 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c5cce04d38a92e73b78b333b9a613920520089cb
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation el (85%).
    
    304 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c3e6721d964bf87d315449f16fa084274fb53251
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation de (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 384632e71bf3dcff57892f3cee25162a98e777d7
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation da (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fd94403d3838dd7e9933cd72e5b4f3424d921052
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation cs (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 08b709632b2a60e74d609fd517a0ea0ba9a11785
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:29 2020 +0200

    I18n: Update translation ca (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4e0af3503f27f952c144992fce1b74beae4438ac
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Oct 18 12:58:28 2020 +0200

    I18n: Update translation bg (100%).
    
    356 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8e4616d24dca647ec3007844ffdb102c9c7a563b
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:28 2020 +0200

    I18n: Update translation be (98%).
    
    350 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2ee28d3bdc0facb78c6b3fc31ff109af48bd26b9
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Oct 18 12:58:28 2020 +0200

    I18n: Update translation ar (83%).
    
    298 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e5969a0c1165f70ae47db02a68e2c21299d4a9e
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Oct 17 23:59:11 2020 +0200

    Add command line option and setting for file opening mode
    
    This adds a `--opening-mode` command line option with three modes:
    * "tab": open files in new tabs in the last active window if any, or
      in a new window;
    * "window": open files in new windows;
    * "mixed": open files in new tabs in a new window (previous behavior).
    
    The default is "tab" and can be changed in the preferences dialog.
    
    Closes #14, see !41 for more details.

commit ff4ff1765abfc913403f43722106e339d4e15194
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Oct 17 16:11:50 2020 +0200

    Update toolbar icon when entering/leaving fullscreen mode
    
    An oversight in !25.

commit eea7adf5fc3d01d0ab97722372c8dfa6e0e5939f
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation uk (85%).
    
    300 translated messages, 50 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b0f1754f06c289f781c88a8d4a32c11a7cfd32e3
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation ug (65%).
    
    228 translated messages, 122 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2e6dd5f3a8bad57c426a5fa96164edb79b427b85
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation tr (92%).
    
    322 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dbcb958e3d2e155c6360fd56fdcb303452bfa7e7
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation th (86%).
    
    301 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9f1bdb6e747c7815a7ca86c90b48ecc5ba2f58ec
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation te (51%).
    
    181 translated messages, 169 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62d5aa74f148ca0b3fda49a058346dc43b6dab8e
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation sv (93%).
    
    326 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b5557be2c95dc881c2b472e16b770308df4c8886
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:57 2020 +0200

    I18n: Update translation sr (87%).
    
    305 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8261d2ee7b1d4777ba6c6ebbc93ab1d13a354c9d
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

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

commit b478cdddff57a88ef0473361b9a33c947af0e8d7
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation sl (86%).
    
    304 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f5055be51f4c1985b8c51ad0f035d6c1f1528ec4
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation sk (88%).
    
    308 translated messages, 42 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 50695cc57ee48906e2ed3dcdbf4f85f3863c9f41
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation ru (89%).
    
    312 translated messages, 38 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 699a5b53d79c8af4f04e885d1d91bdda2e00a203
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation ro (68%).
    
    239 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1707756c3fd1ef9375d93e2b9b9384d3f5923e76
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation pt (94%).
    
    329 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5a5effe11529512e74f30a073a5759598c869238
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation pt_BR (93%).
    
    327 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e826497a39e6a48eccc50b4a068680a5619ad485
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:27:56 2020 +0200

    I18n: Update translation pl (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 290c08a9772e22abf9b27e936d2def2847ae6d28
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:55 2020 +0200

    I18n: Update translation oc (72%).
    
    253 translated messages, 97 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 707d6d812bff592e2f652cf7e5c78f23a196c339
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:55 2020 +0200

    I18n: Update translation nn (53%).
    
    187 translated messages, 163 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c16f024b4df0f2c7860e37322f1181849d96e5cb
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:55 2020 +0200

    I18n: Update translation ms (86%).
    
    304 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2a9c8677988ef6cb217ed1e21d4949b67ebd5ad8
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:54 2020 +0200

    I18n: Update translation ko (87%).
    
    305 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 336ae630a6f50a8ff2c60fcab00cbb24bec5fcd7
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:54 2020 +0200

    I18n: Update translation kk (91%).
    
    319 translated messages, 31 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c7cb39608a838b42627cee20c42aa10cfd81598a
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:54 2020 +0200

    I18n: Update translation is (85%).
    
    298 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit de79415b33994a3414a9969be468e8b33c3cabee
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:54 2020 +0200

    I18n: Update translation ie (87%).
    
    305 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c0154f4264e045fefaafa0ee63d78bb11170c89
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation hye (87%).
    
    306 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 254c9e24ea35ae6bf6cc346b1f58711e178da350
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation hy_AM (85%).
    
    300 translated messages, 50 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0df3d410da71a3b05836a2c68694bd9e5e5f1440
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation hu (86%).
    
    304 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5378c719699f17c48a292b8a7c760f248dec2204
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation hr (87%).
    
    305 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d5855d93fb9a2077a86865b2c8095bf4f5c1c663
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation he (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b92bc6dc9fa02959667e3abafa521a41d36440e8
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation fi (87%).
    
    307 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ebf621138cb3f55336ac799ba46538a21199f586
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:53 2020 +0200

    I18n: Update translation eu (72%).
    
    254 translated messages, 96 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 616deca4434a7df0a555d6387b3ec38757676bec
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:52 2020 +0200

    I18n: Update translation et (86%).
    
    303 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5b1af38e66001a0ebcee306d36c92dbadd01c0ad
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:52 2020 +0200

    I18n: Update translation es (87%).
    
    307 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 808f9ebc6cdaa4fcea26fbe9d8c0d095e008a313
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:52 2020 +0200

    I18n: Update translation en_GB (85%).
    
    300 translated messages, 50 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit eebe5ed567b4a2deb82a2ab6575b586b8b36142c
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:52 2020 +0200

    I18n: Update translation en_AU (85%).
    
    300 translated messages, 50 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 477c4ec23e6f8b3154048fe1ec3c41aa43534e68
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:52 2020 +0200

    I18n: Update translation el (86%).
    
    304 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ee03d4fed72ee4ab47dd98012aaaa1b0236bdd3e
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Fri Oct 16 18:27:51 2020 +0200

    I18n: Update translation bg (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1026a3f1ee194b4dc6e67e7d61f9218c2df7f8c3
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:27:51 2020 +0200

    I18n: Update translation ar (85%).
    
    298 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 628de42ed23b02ba2cb7b580c07e6046f2c7271e
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Fri Oct 16 12:47:10 2020 +0200

    I18n: Update translation zh_CN (97%).
    
    340 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 971ac6b90aad70b88094592519b47c5ab698543d
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Fri Oct 16 12:47:10 2020 +0200

    I18n: Update translation nb (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8760e79e9d32b8babb46472fa7921e689e8416b5
Author: Elishai Eliyahu <elishai@mailfence.com>
Date:   Fri Oct 16 12:47:09 2020 +0200

    I18n: Update translation he (92%).
    
    325 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4f5aebd851dcb5f6018c9f924a25ea840ce742d0
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Thu Oct 15 12:47:17 2020 +0200

    I18n: Update translation ja (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2282526236a58fa306cc9847fb41b113acf48b70
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Oct 15 00:46:06 2020 +0200

    I18n: Update translation ca (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 982a15fde35721a353b1856c245807fed937a9ae
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Wed Oct 14 12:47:16 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 510e192dcf79908144f5c0caea607b673d772b30
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Wed Oct 14 12:47:16 2020 +0200

    I18n: Update translation id (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7b268172df8492f110c74b86e1fdc834a71c297e
Author: YuHeng Chou <wojiushixxx@126.com>
Date:   Wed Oct 14 00:46:45 2020 +0200

    I18n: Update translation zh_CN (95%).
    
    333 translated messages, 17 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1166b03d9e2bf4b6f9aae0fe84eb600ccaa903c9
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 14 00:46:45 2020 +0200

    I18n: Update translation da (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e60a250f2c35f4b31f862ae61deb036823745426
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Wed Oct 14 00:46:45 2020 +0200

    I18n: Update translation be (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6251954bf9345714efc0983f8cb86cdab88835ce
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 13 12:47:36 2020 +0200

    I18n: Update translation da (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d9619c9fbd2cbaf2a450c032d38c5d13986d0439
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation nl (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3b03795426087827575a98dad8c7a80f0fb5d859
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation lt (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 006575bfeef136086e0308833a3e3213c658bf18
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation it (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 26d4102aef4f49b318a323415988c2b184dbd49f
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation gl (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f6389b163e9aa901085b72ae22f21214105709b1
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation fr (96%).
    
    336 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e296913cd5d17f824de3bf71bc23d7d0b1f23c5
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation de (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0bf7ed51b0b4f3fefa874b0feeb746a05e64cb74
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Oct 13 00:46:36 2020 +0200

    I18n: Update translation cs (100%).
    
    350 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aeb3f46c3ac177e4ff2f35ec92c48a4f214553c4
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Mon Oct 12 10:57:57 2020 +0200

    An oversight when updating !39 after merging !38.

commit 08f6c400d4c9ae55eb4e26f95dd12e5b4df3b2af
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Wed Oct 7 09:43:23 2020 +0200

    Improve save-related actions
    
    By fixing #67, this tries to clarify a bit the way the save-related
    actions work, by connecting in particular some signals so that actions
    and widgets are properly updated on file status change.
    
    The static "Revert" action also becomes a dynamic "Reload/Revert"
    action, which changes with the file modification status.
    
    Fixes #67, see !39 for more details.

commit 4ac7f939f7bb4c59fc6e5aebe6159b4a1dc41e4c
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Oct 11 18:00:09 2020 +0200

    Improve tooltips management
    
    This changes the way tooltips were handled in !25, by setting them
    directly in `mousepad/resources/gtk/menus.ui` (except for the toolbar,
    which is not based on the use of `GMenu`).
    
    All the work to set tooltips at the window level is now done in the
    single function `mousepad_window_menu_set_tooltips()`, which is called
    only once to go through the whole menubar, and then only locally to
    update submenus as needed.
    
    See !38 for more details.

commit 3e74e8bf8ff8a68bd2a04363681be25d8221395f
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Oct 11 00:46:10 2020 +0200

    I18n: Update translation pt_BR (99%).
    
    327 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a1b24f9a113b9629fa45db4062602b4e8a91c845
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Oct 10 09:37:30 2020 -0700

    Fix unused variable warnings when built in release mode
    
    Mousepad enables `G_DISABLE_CHECKS` which disables `g_return_*_fail()`
    debug assertions when `NDEBUG` is defined, which was leaving some
    variables unused in that case.

commit e624c03e4d54592fca6473e3b53198bf2f4b6ed2
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Oct 10 08:58:06 2020 -0700

    Fix path to `mousepad.gresource.xml` in `Makefile.am`

commit 223f71f4d0f0e2fed2347383d22d103f6f60ef29
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sat Oct 10 12:46:35 2020 +0200

    I18n: Update translation nb (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 97aca79f544959e447cbb587c39ff36444992289
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Fri Oct 9 12:48:16 2020 +0200

    I18n: Update translation sv (99%).
    
    326 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0e66033d6bc742fd3e598d407464fd660fda3358
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Fri Oct 9 12:48:15 2020 +0200

    I18n: Update translation id (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 80c49ef6212c55a013df63c34d09c70b5630a3c0
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Fri Oct 9 12:04:53 2020 +0200

    Bump minimal required glib
    
    See !40 for more details.

commit 3e46e3cbd83f034657e64458782d9a7a96d77f5a
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Fri Oct 9 00:46:12 2020 +0200

    I18n: Update translation fr (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a05e1f680724cf1e4b8a34897e25735e9f3d71f9
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 9 00:46:12 2020 +0200

    I18n: Update translation eu (77%).
    
    254 translated messages, 75 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e31eb478fda7f9776938fbf3e0f8b41fc8b2486e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 9 00:46:11 2020 +0200

    I18n: Update translation da (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4147d7460be5192bd3af805432cfed995ed2cf33
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Thu Oct 8 12:47:12 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dc488ad8345fe92ec0fbcfbcbf6bebbcbc163877
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Thu Oct 8 12:47:12 2020 +0200

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

commit e66fd6c192de79da01b98c4ecbf2d5ff4b8f403c
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Thu Oct 8 12:47:12 2020 +0200

    I18n: Update translation ja (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 06cc7dab6c0282d9562680b186609a5481e1720c
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Oct 8 12:47:12 2020 +0200

    I18n: Update translation fr (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ad3a7d734d2fd640913b464f2adfb63d9c2c9d8
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Oct 3 17:41:35 2020 +0200

    Improve `--quit` option
    
    This makes the `--quit` option behave as follows:
    * get the active window if there is one, else exit;
    * if it is a `MousepadWindow` and if we haven't already tried, try to
    save all documents;
    * else, if we haven't already tried, try to close the window
      gracefully;
    * else, as a last resort, destroy the window;
    * go to the first point.
    
    When all windows are destroyed, the application switches automatically
    to `shutdown()`.
    
    See !35 for more details.

commit 0942edb2132a79d0ad916bed7138113457da8cca
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Thu Oct 1 12:19:19 2020 +0200

    Use "activate" and "open" GApplication signal handlers
    
    This completes !30 ("Fully switch to GtkApplication") and follows !33
    ("Improve encoding dialog"), by enabling "activate" and "open"
    GApplication signal handlers.
    
    Two new methods are now exposed to the gdbus command, which replace the
    old method `LaunchFiles`:
    * `org.freedesktop.Application.Activate`, to open an empty document in
    a new window;
    * `org.freedesktop.Application.Open` to open files in a new window.
    
    See !34 for more details.

commit 13756bf5e05ebcdd888aa5968367e08c425e32eb
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Wed Sep 30 11:07:05 2020 +0200

    Improve encoding dialog
    
    This fixes various bugs and confusing behaviors of the encoding dialog,
    and addresses #28, by always ending up proposing something to the user,
    with the help of `g_utf8_make_valid()`.
    
    Depending on the encoding possibilities that have been found, unused
    widgets are hidden and the dialog header is updated consequently.
    
    Closes #28, see !33 for more details.

commit 93226fc224bdbb951b71c9121a01c4936b9a960f
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Oct 5 12:47:07 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    325 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 75256a582ec02e7266d1604d43d0d5d1fef6f98b
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Oct 5 00:46:22 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    325 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e70da726c4811d9b253521f8d6e71415ed6513bb
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Mon Oct 5 00:46:22 2020 +0200

    I18n: Update translation ja (100%).
    
    325 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 779db0a2aabe93d9790e70e9f3254ca8b9ac4547
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Oct 3 22:06:58 2020 +0200

    Fix an oversight in !25 regarding tooltip indices

commit d53a034cbf92f2e68d55c6a01af0ff44cc6c8ea2
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun Sep 27 21:06:25 2020 +0200

    Search bar tweaks
    
    - Remove unneeded labels
    - Use symbolic icons
    - Switch position of Next/Previous
    
    Closes #64

commit 2afae668f92256e460c6df59bd5b12cdc0ead365
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Sat Oct 3 00:46:54 2020 +0200

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

commit 7446384cd39588f9b8aca7c70ad1f75a054d3f9f
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Oct 3 00:46:54 2020 +0200

    I18n: Update translation de (100%).
    
    328 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aadcf1c94a8dd6102542fddafb3a664c4a9cc9c4
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Fri Oct 2 12:48:39 2020 +0200

    I18n: Update translation nb (100%).
    
    328 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1014d08d10b838c497c0e439ef1b5345fd82270a
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Oct 2 00:46:15 2020 +0200

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

commit ccb07e9b2fcf2a463ae5e25fb459ec15bc5e6a83
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Fri Oct 2 00:46:15 2020 +0200

    I18n: Update translation sk (95%).
    
    313 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0aa0e35bd1a7b2f8f4a1736d7373b0bd199ca3b9
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Fri Oct 2 00:46:15 2020 +0200

    I18n: Update translation pt (100%).
    
    328 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d5ac2f8f813f78ba3bdc524a9a7d7e16fdbfe27e
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Oct 2 00:46:14 2020 +0200

    I18n: Update translation nl (100%).
    
    328 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4fca23af8e9726a856c7842fc014460de65c3712
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Oct 2 00:46:14 2020 +0200

    I18n: Update translation gl (100%).
    
    328 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 35a496a86d36e4584e62149b4e7ec32768046c2b
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Fri Oct 2 00:46:14 2020 +0200

    I18n: Update translation fr (100%).
    
    328 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 30e006c3fd867073268613d538a68274063d1117
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Thu Sep 24 19:02:46 2020 +0200

    Fully switch to GtkApplication

commit 026de19012958886793b9a903716a79bdfc2ba1e
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed Sep 30 00:47:23 2020 +0200

    I18n: Update translation he (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4290cc9a230456ad66c77994a0c0ecdbd22b6190
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Wed Sep 30 00:47:22 2020 +0200

    I18n: Update translation fr (96%).
    
    319 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0964653b20be68f41e6258060a10d7fe1e207c84
Author: Luna Jernberg <bittin@cafe8bitar.se>
Date:   Mon Sep 28 00:47:10 2020 +0200

    I18n: Update translation sv (97%).
    
    320 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3a5d4a97d36e712e2d7628bab173cdfec98d6ab3
Author: Matthew Brush <matt@xfce.org>
Date:   Sun Sep 27 13:15:43 2020 -0700

    Remove README.md from DISTCLEANFILES, it's not generated

commit 6f4501957fb8e54e8370bb16958ac00d6f4f3052
Author: Matthew Brush <matt@xfce.org>
Date:   Sun Sep 27 12:09:32 2020 -0700

    Fix crash when dragging tab to GSV widget
    
    Closes #65

commit 743895b1fe66d70ffaa4a330ed97ff32aa01e44d
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Sep 27 00:46:03 2020 +0200

    I18n: Update translation pt_BR (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9182d0f505c604007cab88d0b3d348d14ff5d5be
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sat Sep 26 00:48:37 2020 +0200

    I18n: Update translation pt (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be1296050b7a848b7318b5b942206d7d3db55338
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sat Sep 26 00:48:33 2020 +0200

    I18n: Update translation nb (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3970293b6e614acc3a43d554598d7a6bead39940
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Thu Sep 24 00:46:14 2020 +0200

    I18n: Update translation bg (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1108f95971b3913b64901164349ea3edabf846c0
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Wed Sep 23 12:48:17 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aafd906a9657d7ada9bc17d87f59dd1daf628510
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Sep 23 12:48:17 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 409c92489825989412d674efe0f6bdeea538cb39
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Wed Sep 23 12:48:17 2020 +0200

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

commit b954e926d844c284c16c8453fb857b60cadf7783
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Wed Sep 23 12:48:17 2020 +0200

    I18n: Update translation ja (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 10c3fbca929e922107da064ec71e7b9ac73a0be7
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed Sep 23 12:48:17 2020 +0200

    I18n: Update translation it (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ee69458d23b471e7c89adf61b579b63a47d19fd
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Wed Sep 23 12:48:17 2020 +0200

    I18n: Update translation gl (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b44ccd5d521c747f60f6b6da835793748073334d
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 23 12:48:13 2020 +0200

    I18n: Update translation da (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 00eb5e49df34d94a633f7c120835eaf2a162f5f6
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Wed Sep 23 12:48:12 2020 +0200

    I18n: Update translation ca (100%).
    
    329 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 079699f9b22ef1afdc7e1823284e4f2b094ac3da
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Sep 20 10:01:37 2020 +0200

    Use a predefined GTK style class for read-only documents

commit 76c34fa0b018b2748f4f42062fabf04da46747d8
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Wed Sep 16 16:47:39 2020 +0200

    Avoid deprecation warnings 5: CSS related

commit dccc71180e417d51190c9f641523d046bb2c3405
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Sep 20 16:17:27 2020 +0200

    Fix mistakes regarding i18n in !25

commit 5e27834ec0dd5feb67ef8897b5fbb890fc4fe114
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Sep 21 12:48:33 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    214 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a5383545df7a0522d8ee4ca4f1e8e4e753596ee3
Author: Anonymous <noreply@xfce.org>
Date:   Mon Sep 21 00:46:33 2020 +0200

    I18n: Update translation ru (95%).
    
    205 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dba4260145b6ef26e9a6cfbdcdfe0151f420f4dd
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sun Sep 20 12:48:16 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    214 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b6795703b41eb6562b2e2a7fb49d0e0fb7a21bdc
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sun Sep 20 12:48:16 2020 +0200

    I18n: Update translation sq (100%).
    
    214 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bd5520b93fcda66c939647c7d94a7c6ef484a8c3
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Sep 20 12:48:16 2020 +0200

    I18n: Update translation nl (100%).
    
    214 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fab8fd76c30d331330550ea50ba676360489ddbc
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun Sep 20 12:48:15 2020 +0200

    I18n: Update translation it (100%).
    
    214 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6789767213d7ab29aeaedbee212ecc3c7114f21f
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Sep 20 12:48:15 2020 +0200

    I18n: Update translation bg (100%).
    
    214 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 957c02f97137f94634d08cb4220dc8c2102aca8d
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Sep 19 12:03:39 2020 +0200

    Avoid deprecation warnings 4: GtkUIManager and GtkAction
    
    See details in !25.

commit 4a2f0c59522786b022854b9db3486a0e052c4803
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Tue Sep 15 08:59:37 2020 +0200

    Updates README.md

commit 0bac28bab8cd8df0e107ea9531980bec405e020e
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Mon Sep 14 12:58:40 2020 +0200

    I18n: Update translation kk (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 291b03de5ea70753b4576b5e4028a807d3664d04
Author: Anonymous <noreply@xfce.org>
Date:   Mon Sep 14 00:47:48 2020 +0200

    I18n: Update translation fi (96%).
    
    318 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0572f532b9a6844e5253dccfdfd0b0e083d42021
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Sep 13 12:48:43 2020 +0200

    I18n: Update translation nb (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b0efd16dfdc0a9ea823f68b2c3fd32d2235ffdd0
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Sep 13 00:46:30 2020 +0200

    I18n: Update translation pt (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 69c90a5d9ed38884611909859bb5f7f3b8db5ccd
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Sep 13 00:46:29 2020 +0200

    I18n: Update translation pt_BR (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 03db74b57351e13c6241f7238281538aaefea602
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Thu Sep 10 00:46:18 2020 +0200

    I18n: Update translation pt (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b381036af007b89d5dfaf25a0efbd864a12f415a
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Wed Sep 9 00:46:18 2020 +0200

    I18n: Update translation pt_BR (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d539c5f2e0559a17a87595748e6229a236245efc
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 9 00:46:18 2020 +0200

    I18n: Update translation da (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 648d271d423c72620ea980412b89b82a2bfcd923
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Tue Sep 8 12:48:41 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1601facf0877cf26569f31d6bd443270acc445d8
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Tue Sep 8 12:48:40 2020 +0200

    I18n: Update translation id (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 41eba85f94803538ba380f3074937cf8e075617c
Author: Serdar Sağlam <teknomobil@msn.com>
Date:   Tue Sep 8 00:47:22 2020 +0200

    I18n: Update translation tr (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 82eecc316eda33359231cf030f9bfac68b49442a
Author: Anonymous <noreply@xfce.org>
Date:   Tue Sep 8 00:47:22 2020 +0200

    I18n: Update translation lt (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 51c1e2444daf6d4a24ac9197eba064233f108226
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Tue Sep 8 00:47:22 2020 +0200

    I18n: Update translation ja (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c902c9fbed137045c6f819bc4298e16b48a51840
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Sep 7 12:50:28 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ccd44d788991ca2022f3dc8e1f10301a707d07a7
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Mon Sep 7 12:50:27 2020 +0200

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

commit 260b8713e493e5c22ce20d12aa8d4be18ded8404
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Mon Sep 7 12:50:27 2020 +0200

    I18n: Update translation pt_BR (98%).
    
    326 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a71966edb1cc076a7ee42e5fb96137b5b3366f9b
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Mon Sep 7 12:50:26 2020 +0200

    I18n: Update translation id (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47e5442732332d053b95d2affcdaaa8bef8d5943
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Sep 7 12:50:25 2020 +0200

    I18n: Update translation gl (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0f7d6f63528f3a5e0852763e83f37c88d26b6484
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Sep 7 12:50:25 2020 +0200

    I18n: Update translation bg (100%).
    
    330 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f9ca18a1be4fd6640462391e74bc273f4284426a
Author: Anonymous <noreply@xfce.org>
Date:   Sun Sep 6 12:48:47 2020 +0200

    I18n: Update translation lt (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bc0e72cfcf9b796542fbf882398cf0ed647fd54a
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sun Aug 30 20:32:01 2020 +0200

    GtkStock

commit 3702fcce0f66411e1c8f31208af87a190f557638
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Sep 6 00:46:04 2020 +0200

    I18n: Update translation ru (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3ef2ada8ec08bbeae863c3267e368f50b1aae366
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sat Sep 5 12:48:13 2020 +0200

    I18n: Update translation nb (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c58328f7372850247ebfec0635b5ab3b6b937f20
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Sep 5 00:46:08 2020 +0200

    I18n: Update translation fr (99%).
    
    310 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 77f8f0b06e66a62d5e5b5a4254894159ea760924
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 4 12:52:35 2020 +0200

    I18n: Update translation pt_BR (99%).
    
    310 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59fc6ad33f54cad06be0124af209c49300540842
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Sep 3 00:48:12 2020 +0200

    I18n: Update translation et (97%).
    
    304 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 06f8f5f2fcad305ffe8f1ef8193fc20664a3baee
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Sep 2 12:52:15 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 890ff04b9cbef8339ed83cfd86d6d8738a75bc36
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Wed Sep 2 12:52:15 2020 +0200

    I18n: Update translation pt (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5fbead83cca961172b9818418796662881f8b05d
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Wed Sep 2 12:52:10 2020 +0200

    I18n: Update translation ja (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0af8dafc655a310c9dbff915bdb06fdc79a60a16
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Sep 2 12:52:10 2020 +0200

    I18n: Update translation bg (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 63ef72c1644f0600f8930563faa31378dc6306f8
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Wed Sep 2 00:46:42 2020 +0200

    I18n: Update translation sq (99%).
    
    309 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 340bb195f53440a4f81e7c18511e52d52a4e0bf9
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed Sep 2 00:46:42 2020 +0200

    I18n: Update translation it (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2c06516ea76691e29f12a28824f7056822e7f08c
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Tue Sep 1 12:51:24 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 05ecfaab5161b9ebf4918a16231bb16441b6f6e6
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Sep 1 12:51:24 2020 +0200

    I18n: Update translation gl (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9d49176dd477904c0639077e6f9f83f6d12513a
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Mon Aug 31 12:55:03 2020 +0200

    I18n: Update translation kk (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a744aa17a1a480e61d23baa4b4a106037ce7c1ab
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon Aug 31 12:55:02 2020 +0200

    I18n: Update translation hr (99%).
    
    308 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 290ffecb82c65719d3852d45efbd005fa66bdc1a
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Mon Aug 31 09:15:27 2020 +0200

    Avoid deprecation warnings 2: miscellaneous
    
    See details in !23.

commit 5e61d5429b2397a47dea5a46ac9660f69be9cd6f
Author: Michael Alexsander <michaelalexsander@protonmail.com>
Date:   Thu Aug 27 23:22:16 2020 -0300

    Make tabs expanded for consistency with other Xfce programs

commit eb3c2ec6c5c61d3483429dc353eb860d9e5bbbfa
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sun Aug 30 12:48:13 2020 +0200

    I18n: Update translation ja (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0076f91e52022326e791af39d6c51313c4cccdc3
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Aug 29 17:21:22 2020 +0200

    Avoid deprecation warnings 1: alignment and padding
    
    See details in !21.

commit c23516cd68f4efe9191d33d0afb370ebdff654c8
Author: Lucas Wilm <lucaswilm@gmail.com>
Date:   Fri Aug 28 00:50:07 2020 +0200

    I18n: Update translation pt_BR (99%).
    
    309 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 86e32ffff183b40ead76114badc10987485668c2
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Tue Aug 25 16:09:04 2020 +0200

    Remove obsolete code

commit 2b9612a635159cc4bcda48a6e4c076a40b0e5805
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Thu Aug 27 00:46:03 2020 +0200

    I18n: Update translation it (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 15bf2e820950f1d20da942030c5c56558cb65b44
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Thu Aug 27 00:46:03 2020 +0200

    I18n: Update translation de (99%).
    
    310 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9f5b8c649d5a90f24b3d23d6a178ee4fa0d65490
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Wed Aug 26 12:50:36 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6891b1c069d02d76da71bca47dae3ba518b21425
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Aug 26 12:50:36 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 19c17366aa4c82f634d57e481be8e9428d515464
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Wed Aug 26 12:50:36 2020 +0200

    I18n: Update translation sq (99%).
    
    309 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 95e8b32bc23af9848d9fd6fe854182f9de76a5a2
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Wed Aug 26 12:50:35 2020 +0200

    I18n: Update translation pt (99%).
    
    309 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c21378a19346cc708a93d2a96dea59f12b26aad7
Author: Anonymous <noreply@xfce.org>
Date:   Wed Aug 26 12:50:35 2020 +0200

    I18n: Update translation lt (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45e4fb4ee1816e4c34febd4bf632b7b305376eba
Author: Anonymous <noreply@xfce.org>
Date:   Wed Aug 26 12:50:34 2020 +0200

    I18n: Update translation da (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 46e5a131916140a0495d09cd66f38f8202f76a14
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Wed Aug 26 12:50:33 2020 +0200

    I18n: Update translation ca (100%).
    
    311 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4c92a6b02333b6c35ea2c3b84dfeff3d63d6721d
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun Aug 23 20:42:33 2020 +0200

    Add copyright and license info to About dialog

commit 4b4222b01ecf546ba4cd65064700fb35e1e1f678
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Tue Aug 25 09:58:22 2020 +0200

    Improve label texts of "Find and Replace" dialog and search bar

commit a5675df0838867a44a74634aec1158aff3cba3cd
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sat Aug 3 01:42:05 2019 +0200

    Make the statusbar smaller

commit febdff96ea1387e43948350f784eb6261ba3c23d
Author: Michaël Meyer <michaelnm.meyer@gmail.com>
Date:   Mon Nov 11 13:51:27 2019 +0100

    Canonicalize filenames given as command-line arguments
    
    Currently, calling "mousepad ../foo" from the directory "/bar/baz"
    results in the filename "/bar/baz/../foo". This makes sure that
    "/bar/foo" is used instead.

commit a334381ed74d06b6b3471d3acab59984958c84b5
Author: Pal Tamas Acs <palikacska@gmail.com>
Date:   Mon May 11 23:23:24 2020 +0200

    Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
    
    This restores the old behavior. When a too long word was on the screen,
    mousepad didn't wrap it but extended the horizontal scroll area to the
    end of that word, even if word wrapping was turned on.
    
    Fixes #29.

commit 11d204333afd33f0a6069ec44c3f2be40836fde4
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Aug 23 00:46:39 2020 +0200

    I18n: Update translation nl (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ff26b55729d6201e8a526ef44c5bac34d7caca8
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Aug 23 00:46:39 2020 +0200

    I18n: Update translation fr (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9c5d2e47e3d89fd8ec9c26bad34c466494ab8d8
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Aug 23 00:46:38 2020 +0200

    I18n: Update translation ca (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f969aa36f6722e0154dfe5deb4353f60fb0314ec
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Aug 22 18:32:43 2020 +0200

    Initialize the recent manager if needed at startup
    
    A better way to avoid the Gtk-CRITICAL warning from the previous commit
    Avoids also a residual compilation warning

commit 774176a3d65c681dce681186ee7bf3adf6df3714
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Sat Aug 22 15:55:41 2020 +0200

    Avoid compilation warnings other than deprecation
    
    Avoid a Gtk-CRITICAL warning from gtk_recent_manager_lookup_item()
    Update .gitignore
    Typo, indentation

commit 970781975b7017a9808639831a14de8c24285fad
Author: Maurizio Galli (m4u9) <maurizio.galli@gmail.com>
Date:   Sat Aug 22 13:19:50 2020 +0200

    Add new app icon and switch to reverse DNS name

commit b18afcd30d6166a170fde8ab2a9cf958025ee999
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sat Aug 22 12:48:23 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3206e0b198e0b907a3c1211798fc41edb2e5a9e4
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sat Aug 22 00:47:34 2020 +0200

    I18n: Update translation nb (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bdd0d73d77be8a87c49a5eae4f8b68ea242897ef
Author: Anonymous <noreply@xfce.org>
Date:   Sat Aug 22 00:47:33 2020 +0200

    I18n: Update translation lt (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 446222e5f1aa794d1dd6b99b251a89bdd7f039e9
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Sat Aug 22 00:47:33 2020 +0200

    I18n: Update translation hye (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0096438eb7428a5bc3dd3d8e663c4e7238bb573f
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sat Aug 22 00:47:33 2020 +0200

    I18n: Update translation gl (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 024196a58b6bb136a0416f674018acacbd368623
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Wed Nov 27 19:27:12 2019 -0800

    Adds link to mousepad documentation page
    
    Fixes #43

commit 9740c1eebba7ffda24d81ee81be84d22a0260c4f
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sat Nov 9 20:52:58 2019 +0100

    Prevent search bar from overlapping the document

commit cc111a7ac2773e2a0214239fe3be597fab7a7e49
Author: Gaël Bonithon <trash.paradise@protonmail.com>
Date:   Tue Jul 14 18:08:14 2020 +0200

    Minor changes and cleanup regarding "highlight all" and entry error

commit cebaee8275393efc8d1b88fd128157ee82f87261
Author: Michaël Meyer <michaelnm.meyer@gmail.com>
Date:   Tue Nov 12 09:43:57 2019 +0100

    Save the state of the "highlight all" button in the search bar
    
    The state of the "case insensitive" checkbox is saved, so it makes sense to
    do the same for the "highlight all" button. Firefox does it, too.

commit ada3188aa212e642b966a95a2043736b0c786cf1
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Tue Nov 12 15:27:26 2019 +0100

    Update window title of Find and Replace dialog

commit bfaa6a225b00e166b5b820c37bf7a29c1b6fc34b
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Tue Nov 12 15:24:42 2019 +0100

    Add "Wrap around" check box to Find and Replace dialog (Bug #11290)

commit 9545dbad7541122ff4d8d8d9ab5062544af9649a
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Tue Nov 12 23:07:42 2019 +0100

    Properly disconnect signal handlers

commit cbb55ae95b136dd064a5aef078afa855e1e39cc5
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon Jul 13 00:47:31 2020 +0200

    I18n: Update translation ko (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bbb91f67e5f2eb6edad9f3a3178876814074f4ad
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon Jul 6 12:48:51 2020 +0200

    I18n: Update translation et (97%).
    
    304 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0a950fd665e9020ed9a19ee1b04a33a4a35e07c
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Jun 28 12:47:57 2020 +0200

    I18n: Update translation kk (100%).
    
    312 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 570c2ce113b5743cf3669ead8e761d99642b4726
Author: Tamaranch <138-Tamaranch@users.noreply.gitlab.xfce.org>
Date:   Wed Jun 10 11:11:36 2020 +0200

    Replace dialog: Make search entry active
    
    Closes !8

commit 19189bd0f28614de99ba23883a6244426a96fca3
Author: Tamaranch <138-Tamaranch@users.noreply.gitlab.xfce.org>
Date:   Tue Jun 9 19:39:29 2020 +0200

    Small fixup and cleaning following !1

commit ea81a06bda01dfc8d5eb6cfa7917be59ed25d304
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Wed Jun 24 22:11:00 2020 +0200

    Update URLs, remove useless perl5 check

commit 0d3e737b3b3d6436e90143ae2de95d8e03f9b06f
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Wed Jun 24 22:09:45 2020 +0200

    Fix make distcheck
    
    - mousepad-gtkcompat.h does not exists anymore since gtk2 drop

commit 09564c3af03bdf943d34c57b393d2079e3ef6a3e
Author: Michaël Meyer <michaelnm.meyer@gmail.com>
Date:   Sun Nov 10 11:46:52 2019 +0100

    Fix color modifications in search entries
    
    The current code has no effect anymore in gtk3. This makes it work again.
    Instead of manually changing colors, however, use the "error" CSS class, so
    that things work consistently with the chosen gtk theme.
    
    Closes #36

commit f590e9232aa04fb3d75b4315eb09a138acc304b6
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Jan 18 10:46:20 2020 -0800

    Remove support for GTK+2
    
    Of note is that the code for the "multi-select" feature was
    removed entirely since it was only compatible with GTK+2 and
    was only enabled for it. It can be added back if anyone wants
    to contribute a GTK+3-compatible version of the feature.

commit 07f6061f09ea66edece8f4e045fc013939316c61
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jun 24 00:46:31 2020 +0200

    I18n: Update translation he (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f65f25409942e7a7f47cd94cfb94321189bfe0bd
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 23 00:47:12 2020 +0200

    I18n: Update translation he (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8237a8d3d4f72cbe9b9e65327a49c1a68bda4912
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Jun 21 00:46:34 2020 +0200

    I18n: Update translation fr (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0a6aaf4cc5d0b5c1603cef841a95e5c22e052ee
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Jun 19 12:49:14 2020 +0200

    I18n: Update translation gl (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4dcf1406eb6c929c71ee5785b3fed009b58bb159
Author: Emin Tufan <etcetin@gmail.com>
Date:   Mon Jun 15 00:47:01 2020 +0200

    I18n: Update translation tr (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 61e6f557d62b519adbfd1b3bf61e0efa959e611d
Author: Carlos Dz <cls567@tuta.io>
Date:   Mon Jun 15 00:47:01 2020 +0200

    I18n: Update translation sv (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0e473f6ab40be038cf99ff49341433b7835d6a6
Author: Igor <f2404@yandex.ru>
Date:   Mon Jun 15 00:47:01 2020 +0200

    I18n: Update translation ru (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d1d7ca44bf5054f45cb9cb579ed1fef8f10343c8
Author: Luclu7 <theluc7andcompagnie@gmail.com>
Date:   Sun Jun 14 00:46:20 2020 +0200

    I18n: Update translation fr (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 360d1cc27420c8947e699b985700759c1dea68a2
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sat Jun 13 00:46:43 2020 +0200

    I18n: Update translation sr (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 05a7380a5f0fc868e8b0124d15168393bd6c5602
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 12 00:47:07 2020 +0200

    I18n: Update translation da (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4a113d108f592594779ed65c3b4985cafdaf9036
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Thu Jun 11 00:46:52 2020 +0200

    I18n: Update translation he (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 033930f0afa42400c0f791981b3d3cfba86ff2e3
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Thu Jun 11 00:46:52 2020 +0200

    I18n: Update translation fi (98%).
    
    310 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7f7706e9b3048c0b3b1991b52c43e5baf4df2f2c
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Jun 7 12:47:20 2020 +0200

    I18n: Update translation nb (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 713141eff4de10cdfc0682c9f94439a210f41f1b
Author: Cally Mal <zhouxiaobo.500@gmail.com>
Date:   Sun Jun 7 00:46:22 2020 +0200

    I18n: Update translation zh_CN (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c0289084e8f070e0aeaed45eb7d45e001d4af202
Author: Wellington Almeida <wsalmeida6@gmail.com>
Date:   Sun Jun 7 00:46:22 2020 +0200

    I18n: Update translation pt_BR (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a8467b6513a77bc239523bf13fca210956f5e1dc
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jun 7 00:46:22 2020 +0200

    I18n: Update translation lt (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 98f27c5fca8f4de5a96e957a499315df0571d92b
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Jun 7 00:46:21 2020 +0200

    I18n: Update translation bg (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 051dbae625a151332315cf304ec22edb64de09fe
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sat Jun 6 12:46:51 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9589d27ec429b3298f6b8f58608593b1f90cf205
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Jun 6 12:46:51 2020 +0200

    I18n: Update translation ca (100%).
    
    314 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d4e7368aa92dc7690cb08a3e61849cd86d387fbb
Author: Tamaranch <138-Tamaranch@users.noreply.gitlab.xfce.org>
Date:   Sun May 31 19:50:48 2020 +0200

    Add regex search
    
    Closes #1, #9

commit d5b5f9ab20d3a4535c26aae95b8df4770ae43f76
Author: Tamaranch <138-Tamaranch@users.noreply.gitlab.xfce.org>
Date:   Fri May 22 16:32:18 2020 +0200

    Do not open an empty document when encoding failed

commit 509c03bab15bd319f3ee65afed145c3f700fa37f
Author: Tamaranch <138-Tamaranch@users.noreply.gitlab.xfce.org>
Date:   Wed May 20 11:29:54 2020 +0200

    Do not search for previously selected text

commit a6083d41949e86d3264efd9e841b6a66738cda55
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Fri Jun 5 00:46:41 2020 +0200

    I18n: Update translation hye (98%).
    
    308 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3df043c171c31a47d45c63cb1fcfec008e003199
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Fri Jun 5 00:46:41 2020 +0200

    I18n: Update translation et (97%).
    
    304 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9dcf6ba204cc248420d29c5dbc14d36a12743132
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 27 00:46:44 2020 +0200

    I18n: Update translation he (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a5f7f1b4ae7d0e4f1000339a43bdde9dbd834c25
Author: Real School <localization@ehayq.am>
Date:   Mon May 25 12:49:26 2020 +0200

    I18n: Add new translation hye (98%).
    
    308 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cfea645b0b0e94f263a64e01cc5b8c0e5ba76e2b
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun May 24 16:28:10 2020 -0300

    Fix markdown formatting

commit f8bfef78f04188818bd13ede09b3c4ca17f0ace7
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun May 24 16:22:51 2020 -0300

    Switch to README.md and foreign automake mode

commit 15ae8cc55f9289f2f450283fa159831a59b05fe5
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sat May 23 00:46:20 2020 +0200

    I18n: Update translation et (96%).
    
    302 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4fcff31a4cce208871f8e99b3641cb307610c53b
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Fri May 22 00:48:18 2020 +0200

    I18n: Update translation it (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 51a7f763df335d01d36cbb54292e76ca678e968c
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Thu May 21 12:47:31 2020 +0200

    I18n: Update translation gl (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3c1ba79d30ad69ce539d03255ad0b4708f78abcd
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat May 16 01:29:39 2020 +0200

    Add basic GitLab pipeline

commit cd8520b1fa9fdb46d7664617185dd596355884ad
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Thu May 14 12:46:40 2020 +0200

    I18n: Update translation nb (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 775410152ea7c2c9fbaaa56c7156c50bd09adb84
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed May 13 12:46:53 2020 +0200

    I18n: Update translation ja (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 04bffec062a14c3d90537649ab7c1dd71714adc1
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue May 12 12:46:41 2020 +0200

    I18n: Update translation ca (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 00011a0c8d1406e82c9ad3b5e96509bc6fffc730
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon May 11 12:46:53 2020 +0200

    I18n: Update translation fr (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c8a762340e2f9b28f8f9a0df62df4cd960b03c83
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon May 11 12:46:53 2020 +0200

    I18n: Update translation et (96%).
    
    301 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e5997e77d3071d1bcd132c7d3505224bd7ab5d06
Author: Tamaranch <41806113+Tamaranch@users.noreply.github.com>
Date:   Sun May 10 12:19:32 2020 +0200

    Update search field with selected text

commit 2fff5557a64845ba0d2f9bc73e1ac3da27e5ec06
Author: Anonymous <noreply@xfce.org>
Date:   Sun May 10 12:46:37 2020 +0200

    I18n: Update translation es (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a10748de531ff04727ecd30430c757e079df32d8
Author: Anonymous <noreply@xfce.org>
Date:   Sun May 10 12:46:37 2020 +0200

    I18n: Update translation da (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 856bb0fcd843bcd5fe35d5006686b6a342f76561
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun May 10 00:46:27 2020 +0200

    I18n: Update translation it .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa51c28d0f4e011e4e421ed341f5c88561759bae
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sun May 10 00:46:27 2020 +0200

    I18n: Update translation de .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6b6c8a233b4a1f8fa15002f37e891cf038d259e7
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sat May 9 12:46:25 2020 +0200

    I18n: Update translation zh_CN .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c1e9d7ad7922d7ab32ea0ee46769f70836fa69c1
Author: Igor <f2404@yandex.ru>
Date:   Sat May 9 12:46:25 2020 +0200

    I18n: Update translation ru .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3841fd5ed6f08ced5bed101aa109a8836518dec2
Author: Anonymous <noreply@xfce.org>
Date:   Sat May 9 00:46:08 2020 +0200

    I18n: Update translation lt .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6adb708f0131b9982ffd5a7d6b0e15ec0b4fedcf
Author: Anonymous <noreply@xfce.org>
Date:   Sat May 9 00:46:08 2020 +0200

    I18n: Update translation eu .
    
    236 translated messages, 77 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9e1ca1a08e485c6dbeb66438e047bac4da2589fa
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Fri May 8 12:46:15 2020 +0200

    I18n: Update translation zh_TW .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2b0894a3c46681879d5d1bbe4515ed7f562ff46d
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri May 8 12:46:15 2020 +0200

    I18n: Update translation sq .
    
    312 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2d725cff9e47a4566d5a9ac604aa6b42cb64b4c1
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 8 12:46:14 2020 +0200

    I18n: Update translation pt_BR .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9ab787075718b442b5700b02920eebd0c15eaef4
Author: Andre Miranda <andreldm@xfce.org>
Date:   Wed May 6 21:25:02 2020 -0300

    Fix message punctuation

commit d5ae2ed8f70b2464028d01620fff0ec3594db275
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Tue May 5 00:46:48 2020 +0200

    I18n: Update translation pt .
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bde0cc796a4bca089b91be525e12049bdeab1024
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Tue May 5 00:46:47 2020 +0200

    I18n: Update translation et .
    
    295 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b5553e502337c3e50f82880f0b0438d429d597cc
Author: Ignacio Poggi <ignaciop.3@gmail.com>
Date:   Fri May 1 00:17:06 2020 +0200

    I18n: Update translation es (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 914d9dc2192ee7d4bde8017b3ef78d3732e9f87d
Author: Ignacio Poggi <ignaciop.3@gmail.com>
Date:   Sun Apr 26 00:14:07 2020 +0200

    I18n: Update translation es (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d525e586736f27ff966ac85f8a1200c2c5787a6d
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Sun Apr 19 11:32:47 2020 +0200

    Bug #16717: Move from exo-csource to xdt-csource
    
    - exo-csource is deprecated and moved to xdt-csource
    - Bump minimal xdt version

commit 1c0a957e1930d0b83007bae298fdb299b3477549
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sun Apr 19 01:21:56 2020 +0200

    I18n: Update translation et (90%).
    
    282 translated messages, 31 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cda3bc523b6ee78814041fd09e1f1f211a831e47
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Fri Apr 17 09:58:09 2020 +0200

    I18n: Update translation et (74%).
    
    234 translated messages, 79 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a36f16b89647bb2483e7767f5aba3d932377d41d
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Wed Apr 15 23:47:53 2020 +0200

    I18n: Update translation et (64%).
    
    202 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b3565a38de8b2fb8ac4d8b8cf45a359d5ba1f507
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Wed Apr 15 23:03:14 2020 +0200

    I18n: Update translation et (58%).
    
    182 translated messages, 131 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a459681ae4a371fa94e79652bc9f69697cadd455
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Wed Apr 15 22:37:30 2020 +0200

    I18n: Add new translation et (51%).
    
    161 translated messages, 152 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fc147d9d232893a2567dd19e1d72014b36d0c565
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:32 2020 +0200

    I18n: Update translation uk (98%).
    
    309 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 08937d1f10786365b19878b91de665c28fec3a6a
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:32 2020 +0200

    I18n: Update translation ug (76%).
    
    241 translated messages, 72 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aa31fb4ebd151dcc242a9aa10e30be72237dedfc
Author: Hüseyin Fahri Uzun <mail@fahriuzun.com>
Date:   Wed Apr 15 00:03:32 2020 +0200

    I18n: Update translation tr (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7ce5583c920dd34d2aef427238f875f15db547aa
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:32 2020 +0200

    I18n: Update translation th (99%).
    
    310 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ace9556622f39b0f26eb93670802ac00e00140dc
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:32 2020 +0200

    I18n: Update translation te (60%).
    
    189 translated messages, 124 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 60212410bebc97f39fcd646d9e1c6c6b735eb00b
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:31 2020 +0200

    I18n: Update translation sk (97%).
    
    306 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9656ea4e94b9e663b3de4887eb1e58ea864e1bbc
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:31 2020 +0200

    I18n: Update translation ro (79%).
    
    249 translated messages, 64 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 271eadd99058b69042687b0a2432a47dbbf3b880
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:31 2020 +0200

    I18n: Update translation oc (83%).
    
    262 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ef625630f82dfe268f349613ed0af952f53c7837
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:31 2020 +0200

    I18n: Update translation nn (62%).
    
    195 translated messages, 118 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 36f037547b47d97e7aa6e7993a0d66a0a3bc9c49
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:30 2020 +0200

    I18n: Update translation ko (99%).
    
    310 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f524710d3ab4632d4f34e83abe31f5769a967766
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:30 2020 +0200

    I18n: Update translation kk (98%).
    
    309 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 69e1e8023fe1c65a7c0524534f3b87474dc484ec
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:29 2020 +0200

    I18n: Update translation is (98%).
    
    307 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47b12489fce78b0cbe34942d6e26f64663690b76
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:29 2020 +0200

    I18n: Update translation id (97%).
    
    305 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b8dc4ab855feb5f653fa1aadd63aa6b157ab3bd5
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:29 2020 +0200

    I18n: Update translation hy_AM (98%).
    
    309 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9e53175a273c91a828342f5f0b02da2e1430280b
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:03:29 2020 +0200

    I18n: Update translation hu (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 673f716104d05e9a4b201d3b76817111debe4aff
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:28 2020 +0200

    I18n: Update translation fi (98%).
    
    309 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0f52bf4219aaa7fd2de7eb6f2f399a3bcc4539c6
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:28 2020 +0200

    I18n: Update translation eu (61%).
    
    192 translated messages, 121 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d94b14e580648bc208b4eeda7c44be0354f66888
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:28 2020 +0200

    I18n: Update translation en_GB (99%).
    
    310 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cdd8abc8d7e72198ce37852b097214a5239b6994
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:28 2020 +0200

    I18n: Update translation en_AU (98%).
    
    309 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9291bf8d65ac796e81cdb6bf0c40892a0f7fb8d7
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:03:28 2020 +0200

    I18n: Update translation el (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8beedc81b99d1901f40b30421f08d4b23eac5cac
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Apr 15 00:03:27 2020 +0200

    I18n: Update translation bg (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7a7b9a0a06930edfbf948facc211d5617677dcee
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:03:27 2020 +0200

    I18n: Update translation ar (98%).
    
    308 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1d52648eeb5519432c50579fa12743b1b2cca838
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Fri Apr 10 12:31:18 2020 +0200

    I18n: Update translation nb (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47350628cd5a5607a9f4992b9eca8702d768bd58
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Thu Apr 9 06:31:51 2020 +0200

    I18n: Update translation pt_BR (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 210a6a387a91591104047975a5989a5fdbd3cba2
Author: Anonymous <noreply@xfce.org>
Date:   Sun Mar 29 06:32:08 2020 +0200

    I18n: Update translation pt_BR (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f41614cc3ecd1032de632d21a89024ccafae209b
Author: Andre Miranda <andreldm@xfce.org>
Date:   Wed Mar 25 20:22:53 2020 -0300

    Infer filetype from shebang line (Bug #10514)
    
    Credits to: James M Campbell
    Based on gEdit code

commit 21592a2a891bb9c2de186ca62d832e7651d1747f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 19 12:31:24 2020 +0100

    I18n: Update translation el (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f9c97e511e59044755a69ef2d3f8d6181a8766a
Author: Anonymous <noreply@xfce.org>
Date:   Wed Mar 18 18:31:14 2020 +0100

    I18n: Update translation el (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 255e05c521f44f9c6ffe54539b30b612e5071d8f
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Wed Mar 11 12:31:42 2020 +0100

    I18n: Update translation be (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec81f281264393ecef89ada0ebebc582f19f01fd
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Sun Mar 8 00:31:10 2020 +0100

    I18n: Update translation es (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 646941e5418026328692b15253df5446dda8a8b7
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sat Feb 29 00:31:49 2020 +0100

    I18n: Update translation sr (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b4f01ecd4a4d808593d1167ae9a48240740703d6
Author: abuyop <abuyop@gmail.com>
Date:   Sun Feb 9 00:32:07 2020 +0100

    I18n: Update translation ms (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4db2bc6fc47e812010f1462f4fe1c72884f33b7c
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Mon Feb 3 00:32:24 2020 +0100

    I18n: Update translation he (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7d0352ccd9fdd0eed2903ac1670f8b812d61624
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Thu Jan 30 12:32:16 2020 +0100

    I18n: Update translation sl (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7fa808b4d9cb3ee5b0b0bef66d218af4c7571a27
Author: Besnik <besnik@programeshqip.org>
Date:   Mon Jan 27 18:31:37 2020 +0100

    I18n: Update translation sq (99%).
    
    311 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ad692c151563f4fbeee1c5e48bd580dfbf5b1d33
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Jan 23 18:31:08 2020 +0100

    I18n: Update translation sr (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 06814da7bcc22244d5491d2616338f3bec83d17c
Author: José Vieira <jvieira33@sapo.pt>
Date:   Tue Jan 21 00:31:10 2020 +0100

    I18n: Update translation pt (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3645bceb03daee19bc5f9f552fd6bd9ee97dddc8
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jan 10 12:31:24 2020 +0100

    I18n: Update translation ie (94%).
    
    295 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit baf97eb411543a230948ca6dd70a1e820fea6bae
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jan 9 18:31:57 2020 +0100

    I18n: Update translation hu (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 65b0bf7c262efed00bb36851fefa2c5cfdc92cf6
Author: Arve Eriksson <031299870@telia.com>
Date:   Sun Jan 5 18:32:18 2020 +0100

    I18n: Update translation sv (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 69ee5aee79993f6241e1080b7e1b1bcad266fade
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Fri Jan 3 18:31:16 2020 +0100

    I18n: Update translation cs (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aebc597491c27207204633c3e557a1aa31e28056
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Dec 25 18:31:45 2019 +0100

    I18n: Update translation cs (99%).
    
    311 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit efdbc625d22163c606380acb15d95888aa44257a
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Dec 25 12:31:56 2019 +0100

    I18n: Update translation ja (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a9ad6f18479f6fc6918c9bdec486df0a99946acc
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Dec 24 12:32:01 2019 +0100

    I18n: Update translation gl (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f380ca91cb3916baa9022a8dfa5f90e5e377791c
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Tue Dec 24 00:31:48 2019 +0100

    I18n: Update translation hr (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9bac144abaa34872ecc0d18365291eb7a0740519
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Dec 22 12:31:49 2019 +0100

    I18n: Update translation fr (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 98614c689a47ae9d621c925871a9c3ae2f18d86a
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun Nov 17 21:06:54 2019 +0100

    Remember last save location (Bug #14165)

commit ea1f76b7afb3592c5eb5fa2c5c9ea0d64c8d2e55
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun Dec 8 18:12:32 2019 -0300

    Use g_get_user_dir to get Templates directory (Bug #11048)

commit bd5c641de691528f5f1f9dacc43df9d172845c32
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Mon Dec 9 06:31:13 2019 +0100

    I18n: Update translation zh_TW (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c3af823bc959176322580082c66fab8281a5b693
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Dec 9 06:31:13 2019 +0100

    I18n: Update translation pt (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 25fb06d48145b06b1bb75e8e61d06ac9b4457e7f
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Dec 9 00:31:24 2019 +0100

    I18n: Update translation zh_CN (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f324402c6957ce36ffd77be1b65ebac6eadabdc0
Author: Ignacio Poggi <ignaciop.3@gmail.com>
Date:   Sun Dec 8 18:31:20 2019 +0100

    I18n: Update translation es (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f2bbe972ea7f9f596be9e86ffccfdad12884f789
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 8 12:31:27 2019 +0100

    I18n: Update translation pl (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 730e32acc6137b5aaa6820f0583c4d4af7ffa8c1
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Dec 8 12:31:27 2019 +0100

    I18n: Update translation nb (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ca9f5c5f006a214aad844da51f5d6bc2ddd10482
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 8 06:31:37 2019 +0100

    I18n: Update translation da (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5b9cacdad4e05267d5b6120222177ce28621ddea
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 8 00:31:22 2019 +0100

    I18n: Update translation da (99%).
    
    312 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9b45b4dbaac30e00021be27430344ca3710fb77
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sat Dec 7 18:31:47 2019 +0100

    I18n: Update translation de (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3bc894a5a321e84d6aa0d899cf25171c13bf939d
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Dec 7 18:31:47 2019 +0100

    I18n: Update translation ca (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59d8f24f03b9f2b7c78a0f6d0160879fc9bc3070
Author: Anonymous <noreply@xfce.org>
Date:   Sat Dec 7 00:31:13 2019 +0100

    I18n: Update translation lt (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47085bf98a21bb34be0a8e017c75ca6705f4ba84
Author: Igor <f2404@yandex.ru>
Date:   Fri Dec 6 18:31:04 2019 +0100

    I18n: Update translation ru (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 022f0abf54513e0ac81770c91d18f857d7e1b53d
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Dec 6 18:31:04 2019 +0100

    I18n: Update translation nl (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0d57852f89d94c41d7e411e1a48ea285c8274c94
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Fri Dec 6 18:31:04 2019 +0100

    I18n: Update translation it (100%).
    
    313 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1aaedc75a9331bbda59d2ba4d941a52c7dd6b763
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Thu Nov 14 15:30:28 2019 +0100

    Show info when Templates directory does not exist (Bug #10486)

commit ef7acc4f09631fb57300a9a7eb121b4dd0e3cd99
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Thu Nov 14 11:36:38 2019 +0100

    Sync remaining menu actions to their settings (Bug #11046)

commit 856454faaeab5e36296ce0eadef27454d482d5fd
Author: Andre Miranda <andreldm@xfce.org>
Date:   Fri Dec 6 00:47:27 2019 -0300

    Install appstream in metainfo folder (Bug #11200)

commit 814f193831be8066e305fc2d829f940c43722b84
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Thu Nov 28 14:47:23 2019 -0800

    Add appdata file (Bug #11200)

commit 52a6481488557ed116b6dcb501e80dda1d606e66
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 26 18:31:42 2019 +0100

    I18n: Update translation eu (61%).
    
    192 translated messages, 118 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 650b88c24faf2527312db3d5d64aa6d4f8d8a39f
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sat Nov 23 00:32:04 2019 +0100

    I18n: Update translation pt (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 25974bff98615b5a0b1a8e7c927668bddb75dadf
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Nov 10 18:31:43 2019 +0100

    I18n: Update translation cs (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a26a8ee4346aded2b0fc38956b1db3bae6a9988a
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Fri Nov 8 00:31:08 2019 +0100

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

commit 2448b49944c1d9d5a914c45917a071ec2ccd39a7
Author: Jason Collins <JasonPCollins@protonmail.com>
Date:   Fri Oct 25 18:32:06 2019 +0200

    I18n: Update translation en_GB (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5cce5a66d974fdf1d9675096d37ad5e738ffede6
Author: Πέτρος Σαμαράς <psamaras1@gmail.com>
Date:   Fri Oct 25 06:31:26 2019 +0200

    I18n: Update translation el (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec48990c8e1a50e011b6b01e3b0fe77032cd5395
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sat Oct 19 18:30:58 2019 +0200

    I18n: Update translation pt_BR (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0ff85cd9301a909671263e86049d0f5cc9ae6cf3
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Oct 19 12:31:13 2019 +0200

    I18n: Update translation fr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 00e51237bc1a16bfcf501357b2a3e3e56e8ac941
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Oct 19 00:31:40 2019 +0200

    I18n: Update translation fr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2e23512ec75187cb397109aab80ee76ed117a59d
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Oct 17 12:31:49 2019 +0200

    I18n: Update translation ko (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6cdc67af932a01c103a19d45c68d6cb7cca3ebb8
Author: Andre Miranda <andre42m@gmail.com>
Date:   Thu Oct 10 18:31:20 2019 +0200

    I18n: Update translation pt_BR (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b4c98fd279981cc93fa0ffde593d5c3adec0869a
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Oct 5 10:18:04 2019 -0700

    Fix building with `--enable-dbus --disable-gtk3`

commit 0df544c677a66f47713381190ff8f098e8f63fa1
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Mon May 27 22:15:06 2019 +0200

    Change visibility of fullscreen bars after small delay (Bug #9735)

commit 7101df0a2ac9eb5dd7e0f24b08883c3dda96551f
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Tue Sep 24 12:31:45 2019 +0200

    I18n: Update translation be (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4d49086fdd2484c91b7ddad0103dd35dac65d1f5
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Sep 16 12:31:20 2019 +0200

    I18n: Update translation th (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a9d1684c2629a2421e4a16a2c701e524785ccc3d
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sat Sep 14 00:31:31 2019 +0200

    I18n: Update translation sk (98%).
    
    306 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 23cfbd751de6e16ca34275d0140b886c4e700170
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Wed Sep 11 06:30:55 2019 +0200

    I18n: Update translation zh_TW (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f85f035429259b39eeba4818e62feb49e5ea0d0b
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Sep 8 18:31:41 2019 +0200

    I18n: Update translation nb (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ca68bf9899635c667f1adde63bc2c9e09354824a
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Wed Sep 4 18:31:09 2019 +0200

    I18n: Update translation pt (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0a05420610ca56aec96bda3b75f7105d316785f1
Author: abuyop <abuyop@gmail.com>
Date:   Mon Sep 2 18:32:27 2019 +0200

    I18n: Update translation ms (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62a923466e3a74385f5d749674f30f28c09c7eb9
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Sep 1 00:31:38 2019 +0200

    I18n: Update translation sr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 18870791b5849c04bdd233440bfff7566a5cc83a
Author: Anonymous <noreply@xfce.org>
Date:   Sat Aug 31 18:30:59 2019 +0200

    I18n: Update translation hu (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 85ce1d2409d08dca8300f76dad0660d0623daba3
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Fri Aug 30 06:30:52 2019 +0200

    I18n: Update translation ja (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2a09c84192ea5d20a6db9b7c562d10fd8058a18c
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Aug 29 18:31:06 2019 +0200

    I18n: Update translation ca (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e3d9a55489b32b354105f2eb57c3f998d0f684e4
Author: Anonymous <noreply@xfce.org>
Date:   Thu Aug 29 12:30:56 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e81a6c0663840c27e1db89e3d01db06cf74b0fe6
Author: Anonymous <noreply@xfce.org>
Date:   Wed Aug 28 12:31:02 2019 +0200

    I18n: Update translation pl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 81904251ffeab84d92faec68f0b6d0cbab5bf7c3
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Tue Aug 27 12:30:57 2019 +0200

    I18n: Update translation zh_TW (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 040b2f00719c9ca3f3825764ff3a1bda5ae0152e
Author: Serdar Sağlam <teknomobil@msn.com>
Date:   Tue Aug 27 00:31:00 2019 +0200

    I18n: Update translation tr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 11588901ea8dfbf3d8a68ce6eda2ac7384399b11
Author: Anonymous <noreply@xfce.org>
Date:   Tue Aug 27 00:31:00 2019 +0200

    I18n: Update translation lt (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ee6e046acca5e5395305e32b6e662dc2bcb029f6
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Aug 27 00:30:59 2019 +0200

    I18n: Update translation gl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5061d9cea7b2266356bcbad5464df878e4380656
Author: Igor <f2404@yandex.ru>
Date:   Mon Aug 26 18:31:00 2019 +0200

    I18n: Update translation ru (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit af5ea2303f034a0bc2d27b84910b4d3b6d80fd6b
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Mon Aug 26 18:30:59 2019 +0200

    I18n: Update translation it (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 05ecc0bc7dd75d9b3dfc2a9aeb33b282ad54ceef
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Aug 26 18:30:59 2019 +0200

    I18n: Update translation fr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit af7c4b2aa2acbce4960cbfae8e1db0d9f4f9d6ea
Author: Anonymous <noreply@xfce.org>
Date:   Mon Aug 26 18:30:59 2019 +0200

    I18n: Update translation es (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e4963d30be2fdfde0b3725b09fb83e22e46a2dfb
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Mon Aug 26 18:30:59 2019 +0200

    I18n: Update translation de (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a887a738da8b403d8bffbeb33d8d6a6bfb3105f9
Author: Besnik <besnik@programeshqip.org>
Date:   Mon Aug 26 12:31:01 2019 +0200

    I18n: Update translation sq (99%).
    
    308 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 02735556f373327ca717e166585fa21d164ccd1b
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Mon Aug 26 12:31:01 2019 +0200

    I18n: Update translation nl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 73db50a8a69ea29dc71b60afb41e88ed58f3ec3e
Author: Edin Veskovic <edin.lockedin@gmail.com>
Date:   Mon Aug 26 12:31:01 2019 +0200

    I18n: Update translation hr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5cbf57cb366d5ea1bb2056f231c87bdccde9e0fd
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Aug 26 12:31:01 2019 +0200

    I18n: Update translation bg (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bba524f4132b5535189d4114faa7916ea9817084
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Mon May 27 23:20:09 2019 +0200

    Fix return type of fullscreen settings (Bug #9735)

commit 30e09c1626ea71353591836d8a2d86193ed29a70
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun Aug 25 14:29:08 2019 -0300

    Fix typos

commit 3f24d6c07071475a10437fc710e1fc96606a5bd5
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Aug 19 18:31:32 2019 +0200

    I18n: Update translation gl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 938762250aed025993c6bb3ab83f2e2248a514c7
Author: Anonymous <noreply@xfce.org>
Date:   Sat Aug 17 12:31:10 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 192444dc18e578cd2c59c727ef2aed722621735c
Author: clmmbs <msreywel@hotmail.com>
Date:   Sat Aug 17 00:31:35 2019 +0200

    I18n: Update translation ar (99%).
    
    309 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 88bbb7006ca9eb028f9df9690f0a55ffe30c54cb
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Aug 11 12:31:48 2019 +0200

    I18n: Update translation nb (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 831e5c473a0d6e4d3735dd6688fa0a86021c3e24
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sat Aug 10 12:31:20 2019 +0200

    I18n: Update translation gl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d909c40b6ca10f307dda30fcdf9a79fb051d3c29
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Aug 9 18:30:51 2019 +0200

    I18n: Update translation gl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6de3f212de2c39905f487c938a9d600bc7827c1f
Author: Andre Miranda <andreldm@xfce.org>
Date:   Wed Aug 7 10:05:33 2019 -0300

    s/http/https/g

commit abd4ede639bc8a4f53562d6ee4a33e2c2d2a3e52
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu Aug 1 23:38:34 2019 -0300

    Replace (some) GtkStock buttons

commit bf9e73372f6be2623b27312ebf89ce31e5beacf1
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Jul 30 12:31:24 2019 +0200

    I18n: Update translation gl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43054a1de742a0dff180cc6c0e99ce1ba2dffeb2
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun Jul 28 11:14:12 2019 -0300

    Back to development

commit 134050e1df7dc2e31a7226523f3c5a7983c2840b
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun Jul 28 11:08:40 2019 -0300

    Updates for release

commit 118e1520e5573e455d798ffb906f04d7c45822c0
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Wed Jul 24 12:32:29 2019 +0200

    I18n: Update translation nb (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 93987fc3870573ef403f73b2eef1b27c28d48f4e
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Jun 17 22:52:25 2019 -0300

    Clear error if no instance is running

commit b7f756944c60e8d86a220c317c83471c63705772
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Jun 17 22:52:05 2019 -0300

    Replace dbus-based client code

commit cc59b2a79eb226b5f86c764620655d0f5186798e
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Jun 17 22:51:19 2019 -0300

    Check for gdbus-codegen, but allow disabling DBUS support

commit e9e4e30777a4bb24f9e6045942bdfb8937a1a571
Author: Arkadiy Illarionov <qarkai@gmail.com>
Date:   Sat Apr 14 14:25:41 2018 +0300

    Port to GDBus (Bug #14337)

commit f7c524dcd2f226b708f042673812a87b7513940c
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed Jul 24 00:31:16 2019 +0200

    I18n: Update translation it (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a4129eca8d1a403f6f7fa4be34489559a103dd6d
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Jul 17 12:32:43 2019 +0200

    I18n: Update translation fi (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6ff563f7c9c15439d37a8a82f4cdc4d4eb2503ef
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Jul 17 00:32:33 2019 +0200

    I18n: Update translation fi (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bf803126134d501fc008001d43b9077c83da58ed
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jul 13 18:30:54 2019 +0200

    I18n: Update translation lt (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a0a841248c5f8340f91f1831d2d826e0f043441d
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Jul 10 00:31:51 2019 +0200

    I18n: Update translation uk (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8cf5cb27ae07f2cf84b7a39aad344591a7ed0c02
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 8 18:30:51 2019 +0200

    I18n: Update translation eu (61%).
    
    191 translated messages, 119 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 92ed740d98aef49c19afcf2dd6b05939539faa56
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jul 7 12:30:46 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 06eb4d94ed5235c4ffcfc0cc513432c313bcc199
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Thu Jun 27 18:31:42 2019 +0200

    I18n: Update translation de (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fa31bb440680ab945bad193392fb2bb44be0bdb2
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Mon Jun 24 18:31:51 2019 +0200

    I18n: Update translation de (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 686fb072bb4713a74f746681f066dbd92c01b615
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Tue Jun 18 18:31:51 2019 +0200

    I18n: Update translation he (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d24c66f969cc023abb7b3a462281926296d5ca37
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 18 00:32:16 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 74ea3a00f465ab6dc166e607b7716aaf4650b371
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Mon Jun 17 23:32:59 2019 +0200

    Change structure of Document menu

commit 48f78021d71dea488f1f41de93a208be2da2b145
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Mon Jun 17 22:57:15 2019 +0200

    Show full path in window title by default (Bug #2896)

commit f94fcb600f364f7c63c42a87728a8fe8455781e6
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Fri Jun 14 18:31:10 2019 +0200

    I18n: Update translation hy_AM (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 88127ee60a87abd3f30639953cbe85b8d0ad9299
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Fri Jun 14 12:31:22 2019 +0200

    I18n: Add new translation hy_AM (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b24f978ebd17387ad4f7406b5c61c1f6f110a521
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 11 18:32:07 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be2eceeddcdf57e2b827ab5ed1fe3bdc674db4e5
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 11 00:31:51 2019 +0200

    I18n: Update translation ie (94%).
    
    292 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1c484f66cde6bcc49e4c42480a635a164bc0a398
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 10 18:32:05 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fe43f99d21e3ecc28abf0710d306063e1935fe0d
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 8 12:31:29 2019 +0200

    I18n: Update translation ie (94%).
    
    292 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba6a4525612c59b0adf127d4f8713b657a78c522
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Sat Jun 8 12:31:29 2019 +0200

    I18n: Update translation be (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d32557b79fae0bfb5932c98a2623a04284ab6865
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 8 00:31:28 2019 +0200

    I18n: Update translation fi (99%).
    
    309 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba3281cdfbd9f0b187dfaa29d3681664081b6fe8
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 7 18:31:20 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ddc0dfe9bd6a7780d2b34336dc9f20b0d269b581
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date:   Wed Jun 5 18:32:28 2019 +0200

    I18n: Update translation cs (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 311dd7c95ddf309504f5d6cb46eae31510f1dbb3
Author: abuyop <abuyop@gmail.com>
Date:   Wed Jun 5 00:31:48 2019 +0200

    I18n: Update translation ms (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7de34ede2f59d627a51bddf3ee17e2d914c5a72f
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Tue Jun 4 18:31:06 2019 +0200

    I18n: Update translation be (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a83949a0bfc6151884f61190a8be475ee7b68354
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 4 00:31:52 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6fae60bc5a9183fb9c7b843665d8339b0894538d
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Jun 2 00:30:56 2019 +0200

    I18n: Update translation pt_BR (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 11d9d3cf278c20617f78230aabbc6b29342674f6
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 1 18:31:24 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a23bb454c7202061c005e84b68ffeecb6f0c1024
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sat Jun 1 00:32:44 2019 +0200

    I18n: Update translation sr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c555d5226809960f126b396bdcb9501b6196360a
Author: Anonymous <noreply@xfce.org>
Date:   Thu May 30 00:31:32 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8a2e6b6952e4524dd35e9416d7cd4596779b0505
Author: John Humphrys <john.humphrys@pm.me>
Date:   Wed May 29 18:32:01 2019 +0200

    I18n: Update translation en_AU (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8d43d7bbf6143015417f363385221e848cb0ab12
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 28 18:32:09 2019 +0200

    I18n: Update translation hu (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8310370006692b87ac78e838d01cf6c49880fe1d
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 28 18:32:09 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3b2503f74b1a707b360b009e4bd7f3b41aad732e
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon May 27 12:31:14 2019 +0200

    I18n: Update translation th (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0e86e870e4fc17b73bed48cb1ec984fecb1c179
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun May 26 18:02:47 2019 +0200

    Reset modification time when new filename is set (Bug #10498)

commit 9214a626a1aba77def27188ac8974e1b1eeec47f
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun May 26 22:50:56 2019 +0200

    Do not overwrite view settings when opening encoding dialog (Bug #12298)

commit 5b3d704e981e070af62a3402e16537579630a2b4
Author: Anonymous <noreply@xfce.org>
Date:   Sun May 26 00:31:10 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8d5125d60d0004fd1214b90d1a55cacc2812818c
Author: Serdar Sağlam <teknomobil@msn.com>
Date:   Fri May 24 06:31:19 2019 +0200

    I18n: Update translation tr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fe3deaedf8517676ffe7620465d68240f0b25479
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 24 06:31:19 2019 +0200

    I18n: Update translation ie (94%).
    
    292 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 060c48bc7e739a1ae90570db2c718b4bcbd106b2
Author: Serdar Sağlam <teknomobil@msn.com>
Date:   Thu May 23 18:31:25 2019 +0200

    I18n: Update translation tr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 689336384c0bc481765e3b5fcf866693b2a2ec36
Author: Programy1 Programy1 <programy1.borec.cz@gmail.com>
Date:   Thu May 23 18:31:24 2019 +0200

    I18n: Update translation cs (99%).
    
    309 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3efd821967979f5e3e06af076b4d0d42b2b99236
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon May 20 18:32:18 2019 +0200

    I18n: Update translation fr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4c918bb32cada30f4f4e3e2324b3efad42aaff52
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Mon May 20 12:31:16 2019 +0200

    I18n: Update translation de (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 09819aecc95b64a510fe88f35492d95bb2de6a0a
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon May 20 06:30:55 2019 +0200

    I18n: Update translation zh_CN (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fc76a6816328bff89b4cd3e05aa02b410a7dffea
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Mon May 20 06:30:55 2019 +0200

    I18n: Update translation tr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5d50b58678705a782ba05138889feecd53b41047
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Mon May 20 06:30:55 2019 +0200

    I18n: Update translation ja (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 05f87b653c67c988aaffe3bd69dc62ec7f708755
Author: Anonymous <noreply@xfce.org>
Date:   Mon May 20 00:31:30 2019 +0200

    I18n: Update translation lt (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c7adda8eed271e974b2de320af771270d3362740
Author: Edin Veskovic <edin.lockedin@gmail.com>
Date:   Mon May 20 00:31:30 2019 +0200

    I18n: Update translation hr (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 72cf7ef1e6a90b4ce5ab90ed817a6b04bb949395
Author: Anonymous <noreply@xfce.org>
Date:   Mon May 20 00:31:29 2019 +0200

    I18n: Update translation da (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f59b3897adc8fa627d2a28e4db42b3fbeaf35286
Author: Igor <f2404@yandex.ru>
Date:   Sun May 19 18:30:53 2019 +0200

    I18n: Update translation ru (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 377770475e58e3e08761ff67beafad2ee7bf8fc6
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun May 19 18:30:53 2019 +0200

    I18n: Update translation pt (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 785b41b6c7ca008333a728fec1d173dc877147f0
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Sun May 19 18:30:53 2019 +0200

    I18n: Update translation it (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 107872941cca19a903cb86e3667f3d44e9811cb4
Author: Jeff Huang <s8321414@gmail.com>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation zh_TW (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 00d6ba65d2673239e5d4e902889e6fa054b11a15
Author: Anonymous <noreply@xfce.org>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation pl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 618697f34a8543666c789bc98f278be828b89b12
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation nl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 45b46f6879a77680c3b45fd4010776a56b02e242
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation kk (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6437ca35aa5162e3d3b2d5ff6197b8f92e930c24
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation gl (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 33e6765b0c4cf0a1439d082a113ac0decad32d85
Author: Anonymous <noreply@xfce.org>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation es (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1ed5b83ea898cf4a43cb42cc2bdfb5a5011ccead
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation ca (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 429a123a0edef51e4d2ddf5c6e5dc30e98308716
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun May 19 12:31:56 2019 +0200

    I18n: Update translation bg (100%).
    
    310 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c0cc9c74041b1c6c281461f5b18cf2dd4011d039
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sat Apr 27 16:26:57 2019 +0200

    Make dialog windows modal only for parent window (Bug #10488)

commit 63f7ecdedc5e309b88abfa88fe1386dbdc250151
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sat May 18 18:43:26 2019 -0300

    Add string to translation (Bug #11049)

commit c4e15fdc86dbb2559f9e0d1658cca6372ec58b8d
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Tue Apr 23 17:58:55 2019 +0200

    Selecting a font via menu now disables system font (Bug #12773)

commit 595b3a572cea618d2fa87506860ab3d01fddd0f6
Author: Igor <f2404@yandex.ru>
Date:   Sat May 18 18:36:57 2019 -0300

    Check for exo-csource in maintainer mode (Bug #12719)

commit 9075773bac6656421f159b62574cac7705ccb30c
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sat May 18 18:32:07 2019 -0300

    New line can't be printed in status bar (Bug #11050)
    
    This patch will also add string to translation.

commit 0caf40c184f4f236f7e5c0049f6acc05fcc6e487
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 17 18:33:28 2019 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 724699348dc35ec75231ad1fe3603d0fcb6d54e9
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri May 17 12:31:41 2019 +0200

    I18n: Update translation gl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 49b036aa24c158d593fc07dc88ecc35aafe19936
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 17 00:33:17 2019 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c15f7b6ea9a3d079e0de8272370647829f7317d5
Author: Anonymous <noreply@xfce.org>
Date:   Thu May 16 00:34:15 2019 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f482c6f9b0403c58f0d85838195a14628cf447e
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 15 00:33:20 2019 +0200

    I18n: Add new translation ie (94%).
    
    292 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a358a9297c573a36bf25563567cc92a5afa2a25e
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 10 18:34:31 2019 +0200

    I18n: Update translation is (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d7c7b8e17adee5203639510e72e4d5d871ffbbc4
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 10 12:33:17 2019 +0200

    I18n: Update translation is (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6946b657cffa747f868bc6d11ce928695b20943c
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 10 06:32:19 2019 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 37cadd843baafc92bca17933c480b8c65b6b6ef4
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed May 8 19:34:03 2019 +0200

    I18n: Update translation zh_CN (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9d7c42f3a6bd00e662c03123acbda526a66e5417
Author: Emin Tufan <etcetin@gmail.com>
Date:   Wed May 8 19:34:03 2019 +0200

    I18n: Update translation tr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 375b1b02bdd09ed5b0e83a23c6d1142d3ec0a116
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:34:02 2019 +0200

    I18n: Update translation nn (63%).
    
    195 translated messages, 113 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4471b721d7fd727484b253ffe3ac4593f839e164
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed May 8 19:34:01 2019 +0200

    I18n: Update translation it (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fbacf91dbfb8b59eb9eee1d65c8069f1d851f4f7
Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
Date:   Wed May 8 19:33:59 2019 +0200

    I18n: Update translation es (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b011b42fd5acacdd02a9497178dfcf811054ad42
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Wed May 8 19:33:58 2019 +0200

    I18n: Update translation de (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d9e3377eb607e004c8e9950e1acd0713f078c9e7
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 30 18:31:17 2019 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 905686ee95cdb110368c7d94328e52fc50b6f613
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Fri Apr 26 21:05:05 2019 +0200

    Do not move text cursor when searching backwards (Bug #14942)

commit 44e798c432058d76c943e05acee08dd2afec6f3b
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Fri Apr 26 22:24:04 2019 +0200

    Fix gravity of selection end mark (Bug #10986)

commit a9240b30a037b77b432afd124a71d840e725ccbd
Author: Anonymous <noreply@xfce.org>
Date:   Sun Apr 28 00:32:41 2019 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2876ae562157f704f70ff21fc7d94d9e66e6fae1
Author: Jörg Preiß <joerg.preiss@slesa.de>
Date:   Fri Dec 27 23:51:13 2013 +0100

    Missing line in dbus.h, found typo in window.h (bug #10583)

commit 7e7a4214ce2d54cd9ee4be1c211c4250b4d4cade
Author: Aaron B <aaron_bru@hotmail.com>
Date:   Sat Apr 27 10:31:34 2019 +0200

    Append a newline char at EOF when saving (Bug #4824)
    
    Per POSIX, a regular file must end by a newline char,
    so add it if it isnt present.
    
    Don't add it if we're using the DOS-style newline
    ending setting (No such requirement on Windows).

commit f220dfcc39e122348de89706c0ee2f57bc18c035
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sat Jan 23 12:05:55 2016 -0300

    Do not core dump on silly errors, just exit (Bug #12413)

commit 0dd928d2101c07bddc62404c46312cfffd2b4d70
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu Apr 25 14:25:43 2019 -0300

    Set intltool minimum version

commit 248988e34726b93942d8cd5ea0d2489d1bca3a95
Author: José Vieira <jvieira33@sapo.pt>
Date:   Thu Apr 25 18:31:51 2019 +0200

    I18n: Update translation pt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9eca13db68144c9f4e57f08e711e4d2963fa4c4c
Author: Andre Miranda <andreldm@xfce.org>
Date:   Wed Apr 24 21:23:39 2019 -0300

    Fix gtksourceview warnings/errors (Bug 11663)

commit 4e814555204a985f2239d946d3b6b49b257aef5b
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Tue Apr 23 20:17:27 2019 +0200

    Only set template filetype when detected (Bug #15314)

commit a8cffec7f2097c2c3dddfc83514df248d34b4e6c
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Apr 22 23:13:59 2019 -0300

    For gtk3 include just gtksourceview/gtksource.h

commit 439cfdda56ad76f47dc8d364f4ec9d2955c2f83f
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Apr 22 22:56:42 2019 -0300

    Fix g_type_class_add_private is deprecated

commit 3cf197f3601832a7758b65b1ac42a92e4fde5177
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Apr 22 22:56:15 2019 -0300

    Bump minimal required glib

commit ffe5aebd0d4c90312a397c78001f07e55fce2823
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Apr 22 22:49:51 2019 -0300

    close-button: Simplify and unref css_provider

commit dc9e6b29e63423ac67fff4494b021f75fc520bd2
Author: Hunter Turcin <huntertur@gmail.com>
Date:   Wed Feb 20 22:21:22 2019 -0600

    Replace deprecated style properties in MousepadCloseButton (Bug #13114)

commit 60af3e7603ff25e98293c35dbe9bc1207c295763
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Sun Apr 21 14:01:56 2019 -0300

    Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075)

commit c21f668abd38e488d7326d624a1ce2944cca143e
Author: Anonymous <noreply@xfce.org>
Date:   Sat Apr 20 18:31:26 2019 +0200

    I18n: Update translation el (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d942ba7b0e59bbc9f738076d8163e5f5b131767f
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon Apr 1 06:31:11 2019 +0200

    I18n: Update translation ko (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 42c82051fe4f1d7b371250d69d2f85999c2a252f
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sat Mar 23 12:30:51 2019 +0100

    I18n: Update translation zh_CN (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be2be2b226fe986d625f492394ecb3dc2a0a8dcf
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sun Mar 10 06:31:44 2019 +0100

    I18n: Update translation gl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 283ea495ac1274815b5585c211f0b801b4514704
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 7 12:32:40 2019 +0100

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3038f0215efc798a766145b30573220b09226a13
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Mar 3 00:31:30 2019 +0100

    I18n: Update translation pt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 67063863a1620c8bfce367e204f6513eb44cb614
Author: Nikita Zlobin <nick87720z@gmail.com>
Date:   Sun Feb 17 11:05:14 2019 +0500

    Fix language guess function (Bug #15141)

commit 8853396eb3ae81b9b4047aaf0d3c31c69ffde378
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jan 28 00:31:57 2019 +0100

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 68700a83ab9f310f1c87be70b98277d83dced194
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Mon Jan 21 00:31:17 2019 +0100

    I18n: Update translation pt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f3fa96738f176e90dbfa4caced62e09913cffde9
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Jan 20 18:30:59 2019 +0100

    I18n: Update translation pt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8a0abb5785435f0e62818e0f4b06a3159031930e
Author: Besnik <besnik@programeshqip.org>
Date:   Fri Jan 18 18:31:20 2019 +0100

    I18n: Update translation sq (99%).
    
    305 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 40f3712a1c16985e47cb592e31421be9fd66a5b3
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jan 15 00:31:09 2019 +0100

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 67fc011504e0ca39c692bf16df6bf0a19d7a94a8
Author: Davidmp <medipas@gmail.com>
Date:   Mon Jan 14 18:32:38 2019 +0100

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fbf344926d3845c6f294463a52469a8d083a74d3
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Mon Jan 14 12:31:29 2019 +0100

    I18n: Update translation be (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5e5d60914886b97a18135585cbf89b65406c937e
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Sun Jan 13 18:31:05 2019 +0100

    I18n: Update translation be (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 48773a5067782bb66c46a6c9ef6fdca99cb9e8f0
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Fri Jan 4 12:30:58 2019 +0100

    I18n: Update translation th (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a335c1e5af16dc5ab2bc24a1d61768b328120994
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Mon Dec 3 22:35:55 2018 +0100

    I18n: Update translation is (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1bba66dccdcf58ca55c2ec50b3817dfb76c69866
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Mon Dec 3 22:35:55 2018 +0100

    I18n: Update translation hu (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 679ddc60d1b44b18e7ef8626ca9b713b07b83e09
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Nov 10 18:33:37 2018 +0100

    I18n: Update translation ko (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 381d3d7cd53474ba6ce6a9cbf79957d8dcc18ce2
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Mon Oct 29 00:31:02 2018 +0100

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 585a5a921684b95e633b237356fd093960d7fddd
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Oct 22 00:32:21 2018 +0200

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6168b666d4e81b681eb37ed8c97f16bfc54ef21a
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Oct 21 12:31:54 2018 +0200

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5feed394bf1ab887184ba7bb39e33431c56fb66c
Author: Emin Tufan <etcetin@gmail.com>
Date:   Fri Oct 19 18:31:13 2018 +0200

    I18n: Update translation tr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b11001b04a4fc5d611f1025d997ef2b6c3f59e82
Author: Åsmund Berg Holm <berg.holm@outlook.com>
Date:   Wed Oct 17 12:30:55 2018 +0200

    I18n: Update translation nb (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1c3e3ba9f94f837c6afa41929d53dc2e32ac29fd
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Oct 17 06:31:02 2018 +0200

    I18n: Update translation hr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 131f477c55e5d898090c579ef8775ae4e4f4a0e1
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Fri Oct 12 12:30:59 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3037abd50572f7f75eff55750b5e2636935975e9
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Thu Oct 11 18:32:06 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cb07237b56d82a91d4c05f931d29e6b3ed57f151
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Wed Oct 10 12:30:58 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7556a1d9c46a27847bfbcc7fa1910420cc331893
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Wed Oct 10 00:30:54 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c36af9bce5c643f15ae66f19f59aa306e24cc3f
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Oct 9 18:31:17 2018 +0200

    I18n: Update translation gl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 09f385dc709238d0a4997223852f623e94e0aa07
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Tue Oct 9 18:31:17 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2550ab9a20d448c35f57a5e68192876e744d4894
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Oct 4 18:30:59 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0f8f079c28eebaeacf591719c244268b82ff8726
Author: Shun <shun98@139.com>
Date:   Mon Oct 1 18:33:49 2018 +0200

    I18n: Update translation zh_CN (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fbe843f3e6ee93122c9f6bf8383593d7d44c6ec0
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Oct 1 18:33:49 2018 +0200

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b5e13fdceafb83dafc84e5c810f2fbd6f3a37092
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Sep 20 00:30:56 2018 +0200

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 379b0f954dad99bd5a8856cb018088d402bfded1
Author: Jeff Huang <s8321414@gmail.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation zh_TW (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6018c46752e7be14af2a3a85b023780b961400bc
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation zh_CN (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5d49f7efb52d37830c72628b9379bfc2a5837c6f
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation uk (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 096505c9e30551a42a43517476d60d92dfb6d18e
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation ug (78%).
    
    242 translated messages, 66 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 840c040b9e08b85f37547bb5b4dadbd515b94e55
Author: Mustafa TEKKOYUN <inactive+tekotek@transifex.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation tr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8659b22febb8b3ed81df13269a680d6bc5f39de3
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation th (99%).
    
    306 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d7d37530d5d79b549ecfeda961a4762edb3a1e04
Author: ప్రవీణ్ ఇళ్ళ <mail2ipn@gmail.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation te (61%).
    
    190 translated messages, 118 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6d1f5a0028979614fde76834d4285861292770f9
Author: Påvel Nicklasson <pavel2@frimix.se>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation sv (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f29ccef17fa0b7a9ee1d0138d622e129bf28541f
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation sr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 91cd259f0bb8eca72927f81012342697a5e7c8fa
Author: Besnik <besnik@programeshqip.org>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation sq (98%).
    
    303 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 702ba52c669c8b232fb4150d853ae5ff7398a651
Author: Aljoša Žagar <anthon.manix@gmail.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation sl (97%).
    
    301 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3d171a91b867286b1fddc2dd69ff5b4f53ea4b4b
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Fri Sep 14 06:43:14 2018 +0200

    I18n: Update translation sk (99%).
    
    306 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 123b55854f29d3c01391d685b5f2e20b5858895b
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation ru (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d69a5fb2550dda8e0d7ce7bb019b5f7c42233fe9
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation ro (81%).
    
    250 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 69ad871413916bc1399804763d08cb98d5d0bc61
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation pt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 911e5406bc02699e8573b54b3978c64107236bec
Author: Andre Miranda <andre42m@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation pt_BR (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cf39af36ea9e3c641a656d0699b1abc561d863f9
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation pl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bb192b2222c822e4e794b318470cd9e9bd98453a
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation oc (85%).
    
    263 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be1b2065ba0526235dd3455887737b2537791f01
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation nl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fff349b00250a6a93f62e7b790f7170a189d6e5d
Author: Allan Nordhøy <epost@anotheragency.no>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation nb (99%).
    
    306 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b864bfa2f729975ef02b3f63a6ee16370601c51a
Author: abuyop <abuyop@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation ms (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1217706edc766068b7ec2ea55347bcd06512b28a
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation lt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 30778714f89465d330e4dcb5a210bef30d8870a9
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation ko (99%).
    
    306 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3718fba8310ce1967feb0d9f9badf2cf83ea4ee9
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation kk (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 834bb096581d2c084f0c495ad559a158af953a30
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation ja (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 105e66fe40b2aad8bac0cecc3d046a68bc93bde8
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation it (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit db3a97c84ffc7fc3e6852ad05a087ca45ac94d33
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation is (96%).
    
    297 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 76197a4269c2d91b52e5258023fa8bf40af4a5b5
Author: Ardjuna <Asyura.x@gmail.com>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation id (99%).
    
    306 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e2867198606e753bc02fe7cd328cf00fa40f82c3
Author: Benedek Imre <nucleo@indamail.hu>
Date:   Fri Sep 14 06:43:13 2018 +0200

    I18n: Update translation hu (99%).
    
    306 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 67e8e1ad93561d322794e1f9c0755bdf7f2b47f5
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation hr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9f9c3860c1302161252205c321517115c8b7fcb4
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation he (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3bbee2201716bcfe1b1b700caa3b11ab15d4d47d
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation fr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 12fe0b4f0ac47996695aaa4c381b3600300e8fa0
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation fi (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0cfdbcb8fcb0dd3770634b391a6e0bebfa2ea41d
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation eu (62%).
    
    191 translated messages, 117 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 47fb07a0372d731785e6d734390e3002f0225a08
Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation es (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3fa0611c8ef4ff92754d357d05eff04ff709e9ca
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation en_GB (78%).
    
    241 translated messages, 67 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 37dc97b3b262cb28533957042124c52cd638d21c
Author: Πέτρος Σαμαράς <psamaras1@gmail.com>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation el (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3cce39cbd9d61550bd2345742e5826f8d3feef3a
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation de (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ec4cb6c77f53b0b3dfd63ee19365b0b5783f7d81
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dd070d2b2cfcd7e4fb5878952fd7f2ff81b161c3
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation cs (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3ff34c56fae5422c6dbc97a506a97aa0cdda2213
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation ca (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2a51cb477bb2bfdfc30228d350fdecfa94cab657
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation bg (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 991a3b905b137b91224f581bc3e3aedd2caa7f15
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Fri Sep 14 06:43:12 2018 +0200

    I18n: Update translation ast (81%).
    
    250 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 31606dc1f5d1efb27fbdec9a657b951e0e46d214
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 06:43:11 2018 +0200

    I18n: Update translation ar (97%).
    
    300 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c27bde3a19cd2d4c4e8116b8cdb96173fbf513e7
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Sep 2 18:32:51 2018 +0200

    I18n: Update translation pt (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 30d3b6029995ce9ee1bb05d003ca2358471add6d
Author: Anna Arad <xfce@shards.me>
Date:   Wed Aug 22 00:01:08 2018 -0300

    Read system font from xfconf property (Bug #12485)

commit f7ee0cb3a6e9709e76ca37391d1d6716eacbf6f8
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date:   Thu Aug 2 18:32:53 2018 +0200

    I18n: Update translation cs (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b0e4cb0a3ef63094a1bae5da37d25d17e42938b5
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date:   Thu Aug 2 12:32:11 2018 +0200

    I18n: Update translation cs (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 98a92cbf09c3973eb3dc1017b54ca6ef520c73f7
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Tue Jul 24 00:32:01 2018 +0200

    I18n: Update translation de (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1f7bcb60fe6246d022d05ee7a87dd0ddf478b3ad
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Jul 21 18:32:21 2018 +0200

    I18n: Update translation kk (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b28bfe50d1407dd2c1b2961e17a52d7419b99627
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 16 18:32:49 2018 +0200

    I18n: Update translation fi (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4938e399de7e05ee51c1dfbc8234505d2e3a2c5f
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sat Jul 14 06:31:27 2018 +0200

    I18n: Update translation pt_BR (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 886f298c329774636270f30cf4ff72878148fdb3
Author: Andre Miranda <andre42m@gmail.com>
Date:   Sun Jul 8 18:31:37 2018 +0200

    I18n: Update translation pt_BR (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8d6f2ef931a2944869181ae6949106989654519f
Author: wakutiteo <wakutiteo@protonmail.com>
Date:   Sun Jul 8 12:31:35 2018 +0200

    I18n: Update translation es (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 909ca78a44aa2194a10b827113ec4366cbb489a1
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Sat Jul 7 00:31:17 2018 +0200

    I18n: Add new translation be (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit df6d149d295cedf4ed4b8a1c1021e37750be3f1b
Author: Påvel Nicklasson <pavel2@frimix.se>
Date:   Mon Jul 2 18:32:26 2018 +0200

    I18n: Update translation sv (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 33f9cddd0e8b3d62f960eb1ad71fbcc7a3f060dc
Author: Georgios Zarkadas <georgios.zarkadas@gmail.com>
Date:   Mon Jul 2 18:32:26 2018 +0200

    I18n: Update translation el (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fb6571e9761b0dd098a7587183365a89156bb614
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Sat Jun 30 18:32:07 2018 +0200

    I18n: Update translation uk (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9c34244d663c834f1da18506738d6bdbca63c796
Author: Nikola Radovanović <cobisimo@gmail.com>
Date:   Mon Jun 25 18:32:42 2018 +0200

    I18n: Update translation sr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6975a4f811b2ffbb42c792d17d88dcbb644a4e90
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jun 24 06:31:48 2018 +0200

    I18n: Update translation da (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4028cf6b1a63ffa64903e8b5957b8ad5bb3e9ff1
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Sun Jun 24 00:32:02 2018 +0200

    I18n: Update translation it (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2c1718450321c9daf00d19423211808153ebef54
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 18 18:31:27 2018 +0200

    I18n: Update translation da (99%).
    
    307 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 02bc92db4bd26b7e55c920a4fcdf23880f3f7730
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Sun Jun 17 18:31:33 2018 +0200

    I18n: Update translation it (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 711f29923187e511b4f078c7b7edaa594b968f95
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Sat Jun 16 18:31:50 2018 +0200

    I18n: Update translation it (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8fb283e62c491c21125ab6f7eaca8d5357c1e180
Author: Demiray “tulliana” Muhterem <mdemiray@msn.com>
Date:   Thu Jun 14 12:31:45 2018 +0200

    I18n: Update translation tr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f431e5b2490d27e75766a6071cf3d2668bd14c5e
Author: John Humphrys <john.humphrys@pm.me>
Date:   Tue Jun 12 18:31:52 2018 +0200

    I18n: Update translation en_AU (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit af9d95638d5189a27023daf02c1f64a26546468b
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sun Jun 10 06:32:15 2018 +0200

    I18n: Update translation gl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c5667e9b078d93c0928b4fae0dc8bb46cd33fe56
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sat Jun 9 18:32:42 2018 +0200

    I18n: Update translation he (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0067570432026dc3bca06c22f1dcc1a3f13f459
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Jun 9 12:32:23 2018 +0200

    I18n: Update translation nl (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit be0bc9293dc204c0094ee0d3fe286b4e46fab8cf
Author: Edin Veskovic <edin.lockedin@gmail.com>
Date:   Thu Jun 7 12:31:17 2018 +0200

    I18n: Update translation hr (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ddfd5051cd58876bd1a7f37fb030a0ee17ed584c
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu Jun 7 06:31:46 2018 +0200

    I18n: Update translation zh_CN (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0f6c5d57636f9bc32936c4e8bd949fc200d298a7
Author: abuyop <abuyop@gmail.com>
Date:   Wed Jun 6 18:31:23 2018 +0200

    I18n: Update translation ms (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 69dd82016359c20ce341dd1649c7b118c4be90f3
Author: Jeff Huang <s8321414@gmail.com>
Date:   Wed Jun 6 06:31:21 2018 +0200

    I18n: Update translation zh_TW (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f8feba33e1d9f3ea761300670a543ab7a4871acf
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Wed Jun 6 06:31:20 2018 +0200

    I18n: Update translation ja (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59c9e5b66439bd0812d8d895f3073e074d851acf
Author: Igor <f2404@yandex.ru>
Date:   Wed Jun 6 00:31:13 2018 +0200

    I18n: Update translation ru (100%).
    
    308 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b2b0639a09ff7cf6f6a88154fd730e9779a80af6
Author: Besnik <besnik@programeshqip.org>
Date:   Tue Jun 5 18:31:14 2018 +0200

    I18n: Update translation sq (98%).
    
    302 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 13d1a9541461fe5bcd95f24f230229e56ff7e6d7
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Sat Aug 30 21:11:04 2014 +0300

    Add pkexec policy (Bug #11088)
    
    This adds a pkexec policy file to mousepad. This way if the user
    of a desktop system wants to use mousepad to edit a file as root
    and has the proper credentials they can.
    pkexec comes from polkit which does about the same thing as
    sudo/gtksu except also supports authentication methods like
    fingerprint or smart card readers.

commit c001c4a24d8d4094816ca169ee0b18d22056f5bf
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jun 4 12:31:14 2018 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c58ccc1e0859c66010643229d604bc51385a987c
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu May 31 22:59:51 2018 -0300

    Post release tag bump

commit 40ab2e4b4dd5a870ab684b23be4481e8276732e0
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu May 31 22:51:07 2018 -0300

    Updates for release

commit fcb5efe150d361cb16ea50c5233453552b9acf02
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu May 31 22:28:35 2018 -0300

    Add INSTALL to .gitignore

commit f28b2d98c6f07cd6cc0c6841a016da35398a7ce9
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu May 31 22:27:37 2018 -0300

    Fix a couple of warnings

commit 16f31725b34b01f6d3bb48cd5c61d462e5de8489
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu May 31 22:27:26 2018 -0300

    Set gtk3 minimum version (3.20)

commit 527a8b004bbce1f9ea1ef0e5426304c0bfa43cc4
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Sun Apr 29 00:31:57 2018 +0200

    I18n: Update translation hu (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3040e0845f698fd89192439879a27601666354ff
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Sat Apr 28 18:31:35 2018 +0200

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

commit 823215f511ee49176fcab7565bbf498b1a88e9b4
Author: Πέτρος Σαμαράς <psamaras1@gmail.com>
Date:   Sun Mar 18 18:32:03 2018 +0100

    I18n: Update translation el (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit edcbf1ff38ff57c37f9ce56f2d6caa7c7bd5fce5
Author: Charles Monzat <superboa@hotmail.fr>
Date:   Thu Mar 15 00:31:04 2018 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 70521a4bb79cb87c9a507f235182631313709070
Author: Erlend Østlie <erlendandreas12368@gmail.com>
Date:   Mon Mar 12 12:31:40 2018 +0100

    I18n: Update translation nb (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c026e5c22bd9fef4e71140ac0eba2b796270c639
Author: Erlend Østlie <erlendandreas12368@gmail.com>
Date:   Mon Mar 12 00:31:28 2018 +0100

    I18n: Update translation nb (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 841bf44279060a98cb0d0338c31fadde541bb6c7
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 5 00:32:03 2018 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6faf13b1dcf143766fc8736095b7d9237714807a
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Feb 28 12:31:54 2018 +0100

    I18n: Update translation sq (98%).
    
    301 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f98767d6e90f59d340607abf5f136a8fe4a3fc23
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Feb 28 06:31:21 2018 +0100

    I18n: Add new translation sq (59%).
    
    182 translated messages, 124 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7529c4405593a7e047bbb448e5bf3325d19d839
Author: Sam Zhang <samzh@outlook.com>
Date:   Thu Dec 28 12:31:59 2017 +0100

    I18n: Update translation zh_CN (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1195eaa34626b816e134cd32bc94d69c5572aa7e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 19 12:32:45 2017 +0100

    I18n: Update translation fi (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 95139c5b3310c548ec2e5daa62f0a7d61f40e70f
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Dec 18 12:32:29 2017 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 518eb9b4a145ce0223fd5c3f9dd4ba36a89d9432
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 28 00:32:44 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 888c8d3b07410e91175874545c385ed25a460c9d
Author: Anonymous <noreply@xfce.org>
Date:   Fri Nov 17 18:33:38 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 710a1cc9c0f0c29c5ec814bdd940e08f4bf96186
Author: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>
Date:   Tue Nov 14 18:34:12 2017 +0100

    I18n: Update translation ko (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1e897e436eab677f48359713f8ba94b63dc5e1e5
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 5 18:31:23 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fca1d880b8524c19db29456c2b994b190325d035
Author: Anonymous <noreply@xfce.org>
Date:   Wed Nov 1 06:31:31 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 395b7a7f736f1267272815f1fd1a51fa811cd2b3
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Fri Oct 13 00:31:57 2017 +0200

    I18n: Update translation hr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ad3cd71f145a904e1c23c51c8f8412518194fd5a
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 1 00:32:12 2017 +0200

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 64d60e56538b4d9be48e29d2a07426dc1a9dc6e9
Author: Sr Aldeano <sraldeano@gmail.com>
Date:   Sat Sep 30 12:31:53 2017 +0200

    I18n: Update translation eu (59%).
    
    182 translated messages, 124 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6ab1607e006e79606da1e57233ebd3b26c7231c6
Author: Anonymous <noreply@xfce.org>
Date:   Sat Sep 30 00:32:46 2017 +0200

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0112227da2a77f8d0505eac78e61874cdfffd08f
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sun Sep 24 00:39:28 2017 +0200

    I18n: Update translation zh_CN (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a26aae483f57970aa659cbacecbcfeb55fb2007c
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Sep 24 00:39:28 2017 +0200

    I18n: Update translation ug (76%).
    
    235 translated messages, 71 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 182353ea129273fbdcb69a79d21448c3a461330d
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Sep 24 00:39:28 2017 +0200

    I18n: Update translation th (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e16a7cb5c8dbaedb62e44fd9b20b8bcc81a2a098
Author: Xfce Bot <transifex@xfce.org>
Date:   Sun Sep 24 00:39:27 2017 +0200

    I18n: Update translation te (59%).
    
    183 translated messages, 123 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c7d53d9234cb0c15698a54613a737257f4f60893
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Sep 24 00:39:26 2017 +0200

    I18n: Update translation ru (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e7bec54f404ff17e8c09927228fd9b1bb28fd0a0
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Sep 24 00:39:26 2017 +0200

    I18n: Update translation pt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c46213b84029f259135c127427c378cc4a33404a
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Sep 24 00:39:26 2017 +0200

    I18n: Update translation pt_BR (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c80df519fe8c4702945fb9e94c0c404daf1dd36
Author: Piotr Sokół <psokol.l10n@gmail.com>
Date:   Sun Sep 24 00:39:26 2017 +0200

    I18n: Update translation pl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 39c853df7a2aae49bebac10b33d694e2ffa5a3a4
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun Sep 24 00:39:26 2017 +0200

    I18n: Update translation oc (85%).
    
    263 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 91e700712dd3bfad42d4f3b22d82457b4b33f6ff
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation nl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 13cf1b2a983607d3fed318d24965794528fded66
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation ko (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e1e895a0f90cb26e5170bc747c7218096d82df87
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation kk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 182ad0b37ae21b35ed05545d202fffc4eb1cddf4
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation it (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f4f5bd123cd35a79bfd55ab1b6c77f547babcca0
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation hu (95%).
    
    293 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e9d5f9c48168696028b995a08739bfcdd44736c6
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation hr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c296fcdbea79a175abf5e226fc061c871c62c8c9
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1702b27d8414aa281cc524791519c240f41fa57a
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5568d9bdfce7a1b83eb19788da3a5834f931db32
Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ceb754dc0521369f70ab2246ee685cad6c3023b3
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Sun Sep 24 00:39:25 2017 +0200

    I18n: Update translation en_AU (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4276f26ae463cb364d9c531e81dbebbd4d819196
Author: enolp <enolp@softastur.org>
Date:   Sun Sep 24 00:39:24 2017 +0200

    I18n: Update translation ast (81%).
    
    248 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b6a60b4a82fd12f3f40e1da56948966505c1b1ba
Author: Jeff Huang <s8321414@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation zh_TW (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bef2642097be1bc2652aae396243ceaf441884f1
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation zh_CN (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e066b0fe8b224c4de3d9ff9a549c334607c8ed80
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation uk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 10c90e3c3a7fe3362c034cd595f91faf9f12cd1d
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation ug (76%).
    
    235 translated messages, 71 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fd18938f97452e99df4a51c038dbfad4e8ac1a65
Author: Natavan Mirzayeva <mirzayevanatavan@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation tr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e22ed03f3fb6baa450b6f44259cdaee580ef765c
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation th (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 092f7956076cdac23ae847115230a7f783762878
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation te (59%).
    
    183 translated messages, 123 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4dcf76233b16c98fc1f745ce5aa23d44591e0d5a
Author: Påvel Nicklasson <pavel2@frimix.se>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation sv (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 65cde7c6fde3c575e4825f1a38775de6ec85ecfb
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation sr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9dd4bd45794fab7a2ce99d1ab65fab4196c93876
Author: Aljoša Žagar <anthon.manix@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation sl (98%).
    
    301 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4286391471af6a2073b319c2dc8d028685fb6d16
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation sk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 20cb2d4819f636236663ced31181d61163d7caea
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation ru (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b80487700b38936d9d7d41534c8fb68cdf000fff
Author: vyper <xvirusxx@gmail.com>
Date:   Wed Sep 20 00:44:56 2017 +0200

    I18n: Update translation ro (80%).
    
    247 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 16c482db7e9cc63d6e5379ff77260a4cec650001
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation pt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f1f64877933d8bcfacb17060aa46b65748968545
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation pt_BR (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 42401cad7990f2e2b4f46ac08fd0574f1308be77
Author: Piotr Sokół <psokol.l10n@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation pl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ae346c0bedd3469d77272365eaae8c2ae0a09021
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation oc (85%).
    
    263 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 756a0728dd9b498bfd403cd9d88a47141199dff7
Author: Håvard Krogstie <krogstie.havard@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation nn (63%).
    
    195 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f01b4a7cabafc1f98b72f86d585f85883b996f64
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation nl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e0c4528a679dfc85fc786f4894a657b9a96951a4
Author: Allan Nordhøy <epost@anotheragency.no>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation nb (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 78acd9ac8f26849c5875d683bb4f8b5eee334707
Author: abuyop <abuyop@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation ms (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3bb9d8a9da5b23a99230657f60af9eadc8fc66ad
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6427d301cde8d81208e215d526b5d14f6823c197
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Sep 20 00:44:55 2017 +0200

    I18n: Update translation ko (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 052c6ef99ffc7af61171ce87b4c5b0e1998707c0
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation kk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f2b98dda554df26527cb98677d664b63ae44d791
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation ja (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6651b0ad0b1513aa7a548ef4443b7d9db7b9339c
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation it (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit df7c8de825673fb466c54d2dc7472a7a78eaaa12
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation is (97%).
    
    297 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9a565190fb09c1eccf412179ea1d3caf1417b86d
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation id (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a858d30309ac45a6e25eff7ae87ec02959ab6071
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation hu (95%).
    
    293 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 173b3e7271c7d13ee7a7de8c5ef0cdbb0b93ee1d
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation hr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bb91d3b0ad897f55d592c6334bb35e8deece8dd2
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a5e97fb73176735a239f46c1a77de1fd049a1ca2
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation gl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e7efb2abc8e9ef0197289588c5cd3db7df2f412b
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Wed Sep 20 00:44:54 2017 +0200

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f4756a77f5a2719e097456d74b873a53fe61bb1e
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation fi (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9b1f40df58e286c21270ddecba15845cb98861a6
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation eu (56%).
    
    172 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 72442eef77e8fe7ea1622fafdb6821307c1d1c7b
Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8dbb18df6325785186051474aec8f0c81189b879
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation en_GB (76%).
    
    235 translated messages, 71 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 46025fb25ef152116298a2d37fec56f880365823
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation en_AU (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 48f801c69f80f9e2aac20ef443ff42c59ef82e05
Author: Apóstolos Papaðimitríu <apostolos.papadimitriu@gmail.com>
Date:   Wed Sep 20 00:44:53 2017 +0200

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

commit 2af1c74edea62556812485ad150f754781ce46a5
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation de (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2cb6b00624ecd86b5923598f638d09068a098cea
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 98783978689e1ef815ea7a49dedf8cce4a2cdd1a
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation cs (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9e39418b152073fcd89cdb18ab32331ab8dd3ce6
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Wed Sep 20 00:44:53 2017 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit dccb01785ce8dc565ee0a885bb93f45815abb72f
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 20 00:44:52 2017 +0200

    I18n: Update translation bg (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1986f928f1cb44741c74c8f624207a04e61413bd
Author: enolp <enolp@softastur.org>
Date:   Wed Sep 20 00:44:52 2017 +0200

    I18n: Update translation ast (81%).
    
    248 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ac7ecf916ab630e02898d661cffc0f6b85bedb9f
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 20 00:44:52 2017 +0200

    I18n: Update translation ar (98%).
    
    300 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 84a84a350546b3b5e3898734608b648256d1340f
Author: Anonymous <noreply@xfce.org>
Date:   Thu Sep 14 00:32:52 2017 +0200

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7ebcb775a1294bf5299c3efb91211d1eda7c1cff
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 13 18:33:23 2017 +0200

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2d204e6fb5a8df88af81bf9a0b44cd5053b40bcb
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Tue Aug 29 06:33:49 2017 +0200

    I18n: Update translation pt_BR (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e3718b23026117ef653a539f504c13d6a672fd7f
Author: Matthew Brush <matt@xfce.org>
Date:   Mon Aug 14 20:17:02 2017 -0700

    Fix crash when dragging tab to root window
    
    Some changes on GTK+3 after 3.10 caused the existing code to crash. A
    new function which fixes the problem was added in 3.16. Use the new
    gtk_notebook_detach() tab in versions after 3.16 where it's available.
    
    See GTK+ bug: https://bugzilla.gnome.org/show_bug.cgi?id=744385
    
    Workaround found in: https://github.com/f2404/xfce4-terminal3/commit/06eace541aa4bd93d7e5204a856467cdf76de104
    
    Fixes #13336

commit 309f6177d2c47070676d6c733e29952c63c110ba
Merge: d0eb25b4 dce63e6b
Author: Matthew Brush <matthewbrush@gmail.com>
Date:   Mon Aug 14 19:04:31 2017 -0700

    Merge branch 'ali1234/gsettings-cleanup'
    
    Fixes #12134
    Closes ali1234/mousepad#1

commit d0eb25b476acb5a4cdd9e716df9d30641004c863
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Aug 8 00:32:02 2017 +0200

    I18n: Update translation nl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6f7b3649574ce706f80c90b2488b012221c325c0
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 10 00:31:08 2017 +0200

    I18n: Update translation ar (98%).
    
    300 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 789021b965a6003c7936304e73c9caf89ccb6463
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jul 8 18:30:52 2017 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f87cfa643f6bb669c884d1d10f448831fc421e0a
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 3 00:31:08 2017 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a7f548a62e6e3ea64447a90a4065561c8361c1fa
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Jun 18 12:31:10 2017 +0200

    I18n: Update translation th (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 447a1145fc3e37363439ba0629baa2d93a6cf82e
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jun 18 06:32:04 2017 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 14de1ad83a7fafda77888ea3240cce02fa44f58c
Author: Andre Miranda <andre42m@gmail.com>
Date:   Fri Jun 9 22:49:36 2017 -0300

    Fix the signal definition of user-set-language (bug #13630)
    
    It was causing GLib-GObject-CRITICAL **:
    g_cclosure_marshal_VOID__OBJECT: assertion 'n_param_values == 2' failed

commit bc4cc2f9797ee86b92f93e335eae22b0afb6bed6
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Fri May 19 12:31:09 2017 +0200

    I18n: Update translation id (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 052524cc78559d765985ef1ecc8c523afbb167b1
Author: Allan Nordhøy <epost@anotheragency.no>
Date:   Sun May 7 12:30:54 2017 +0200

    I18n: Update translation nb (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit cc7c136b6af41d4574436fd65ea197de50d1ef1b
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Wed May 3 12:30:50 2017 +0200

    I18n: Update translation gl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 014ec5cd709459e10ee79f3c9f3d95f458c2bb9e
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Wed May 3 00:31:01 2017 +0200

    I18n: Update translation gl (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 841c48921ce01bf7cbb02cdf1f7ca325385e9075
Author: Aljoša Žagar <anthon.manix@gmail.com>
Date:   Tue Apr 25 18:31:29 2017 +0200

    I18n: Update translation sl (98%).
    
    301 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 87a56b27ed3fe60694628253ee8dcef19f5f897b
Author: Aljoša Žagar <anthon.manix@gmail.com>
Date:   Tue Apr 25 12:31:39 2017 +0200

    I18n: Update translation sl (92%).
    
    284 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4c690c4cdd6f9c1a7af0fd028e671dea0e596055
Author: Aljoša Žagar <anthon.manix@gmail.com>
Date:   Mon Apr 24 18:31:16 2017 +0200

    I18n: Add new translation sl (92%).
    
    282 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 08b6ae4e4d5f56f48998d4d0d3ac3a8941a8c599
Author: Piotr Sokół <psokol.l10n@gmail.com>
Date:   Mon Apr 3 12:30:45 2017 +0200

    I18n: Update translation pl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9ab5be302b1069150bfc0f417183fa9f0cd520e6
Author: Xosé <xosecalvo@gmail.com>
Date:   Tue Mar 21 00:31:40 2017 +0100

    I18n: Update translation gl (99%).
    
    303 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6c804bb939b3d97d03d0e3972b42304784e99216
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Mar 18 00:30:53 2017 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7db9522f9ae7d3115d6e25197e60b81235c74a18
Author: Pablo Roberto “Jristz” Lezaeta Reyes <prflr88@gmail.com>
Date:   Mon Mar 13 06:30:59 2017 +0100

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1af5a03adca697814fe757f339ba9c5888cc63a8
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Feb 26 00:31:21 2017 +0100

    I18n: Update translation hr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 084c5e49e885fd86f8e1922acb41a187ab375b27
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Fri Feb 17 00:31:06 2017 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1e4659e3f41e0bec6a6622e1b74b584d87f45bca
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Wed Feb 15 00:30:44 2017 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 19aa9edeb3684090680ce6bd9ace1df1a6ba4393
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Feb 14 18:31:21 2017 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4da3b6688e93be5bda30822ea565b384f96062a8
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Fri Feb 3 00:30:46 2017 +0100

    I18n: Update translation pt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c473ffb9bc730c6ed80a180a19a3a9c620070305
Author: Allan Nordhøy <epost@anotheragency.no>
Date:   Thu Feb 2 06:30:48 2017 +0100

    I18n: Update translation nb (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9bf8d337129a08d9fc1257ef36ce315e886a8ef9
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 22 00:32:25 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7347b3231badf298738bb8110a257f2c95175866
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jan 20 18:31:56 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 328e17c92d47f4bfe1f2ed11c3d8141ea15884b1
Author: m4sk1n <m4sk1n@o2.pl>
Date:   Fri Jan 20 00:30:49 2017 +0100

    I18n: Update translation pl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit deb47809d644ff24c01a1f6c751eacdd0d00c336
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jan 19 12:31:32 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e960d220054c4bb89de1f7584e2c6806152252c7
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jan 16 12:32:00 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5402c384542173ad0c7189beca23e8b16598d2f4
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jan 14 18:31:20 2017 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 64a303aa4aaa19da8f0edffa9977af3dd7316477
Author: Anonymous <noreply@xfce.org>
Date:   Fri Dec 23 00:30:49 2016 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f661ca9bb41086f556bf81838d11f9b97cf1afe1
Author: Anonymous <noreply@xfce.org>
Date:   Thu Dec 8 12:30:44 2016 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ede1e7bd0b78bfda2b8ef41b8e63409313cbfd86
Author: Anonymous <noreply@xfce.org>
Date:   Thu Dec 8 06:30:44 2016 +0100

    I18n: Update translation da (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b9e2563c88a4beece1a251e767c63fb958e025dd
Author: Anonymous <noreply@xfce.org>
Date:   Thu Dec 8 00:30:46 2016 +0100

    I18n: Update translation da (55%).
    
    171 translated messages, 135 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 110075100262a95efac5ad3f703d69708c3f7f9f
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Oct 26 12:30:55 2016 +0200

    I18n: Update translation zh_CN (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 56f36f81a231fafca8957b37a9014055f3b543d7
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Thu Oct 20 00:30:54 2016 +0200

    I18n: Update translation oc (85%).
    
    263 translated messages, 43 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 493c895cc1be9333b703197c6708c222d327547e
Author: vyper <xvirusxx@gmail.com>
Date:   Mon Sep 26 06:31:01 2016 +0200

    I18n: Update translation ro (80%).
    
    247 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9072a42d33bd257f7b09c92e75bbcc40a91b1111
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 14 12:30:59 2016 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ab576f1a58f8412f8aae18d9a392bd85d9abc24e
Author: Edin Veskovic <edin.veskovic@openmailbox.org>
Date:   Sun Sep 11 12:30:44 2016 +0200

    I18n: Update translation hr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit edbe8b6e6ad0afe240d63ec2f6354558942b77f5
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 7 18:31:13 2016 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a8e73f370901c7d2e87086e90920adbcaa8a7233
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Wed Aug 24 00:30:45 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a4ace738495aa6a1986455c28761b8156c8d6015
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Aug 23 18:31:00 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3833ef4dfd34c4aa0cd1e3edebdd17762d2a1656
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Aug 8 00:31:06 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a7bd966c4f6aba0a4abc0f7187d0d96432a9d489
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Aug 7 00:30:54 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5c909899d922cfa18e25e7401f820b3e86709d3b
Author: Igor <f2404@yandex.ru>
Date:   Thu Jul 21 17:23:05 2016 +0300

    Prevent mousepad_util_search() from returning garbage value

commit b9ad31d58fdda1529d12c53c656107114aa869cd
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jul 19 00:30:57 2016 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 315ffdbfa1997701882605b6f8e455e78ba890d5
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Jul 18 12:30:56 2016 +0200

    I18n: Update translation sk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a93931fc6ee0df92ed709d8d0575a3d8919c0451
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Jul 11 18:30:41 2016 +0200

    I18n: Update translation sk (98%).
    
    302 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 476683db8b9ab59453787aaaf91cbf6f37da0dad
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Jul 4 12:30:44 2016 +0200

    I18n: Update translation uk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 27c5d3566d5c6317a28140c54cfcd72f4705fad2
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 24 18:31:22 2016 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 83e39bd287f91b192a70e670309d0a600f26e209
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jun 21 06:30:42 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d6566bd6d1a3764c38e0bf8a8edccfa44c667be7
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jun 21 00:30:58 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6da226a7d5e399572b7cd44e10e232a7fa5fc7f2
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jun 20 18:30:56 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e837161c002cb9258b1ecc253009604a58dc0d0d
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Fri Jun 17 12:30:49 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dce63e6bd1bdad1238640c30e970d563c233dd26
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Mon Mar 21 23:36:05 2016 +0000

    Do not manually update the view theme.
    
    The view property is bound directly to the g_setting, so it will
    be updated autoatically whenever that changes. The action group
    updates the g_setting so we don't need to manually propagate the
    setting.

commit 3c2bc00a684e45df4f5c56bf37d047a5f785cb8d
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Mon Mar 21 23:34:12 2016 +0000

    Prevent a g_settings cycle.
    
    When the selected menu item changes, only update the g_setting.
    When the g_setting changes, only update the selected menu item.
    
    This prevents g_setting changes from bouncing between windows
    endlessly.

commit bcfccef094eed30c35bee4fc4f85f2a1e2f98d2a
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Mon Mar 21 21:49:04 2016 +0000

    Revert "Prevent a weird cycle in GSettings use"
    
    This reverts commit f07cc75f2aa77d14f16b5506321ac6a2413706ba.

commit 0ba3a1024c8353b40c5387822cdbbd3224928def
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jun 7 00:30:47 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dfabe3f6e6c00d65f3a056ed002856022d8c69fa
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jun 6 18:31:23 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit cac00670246a265de54a7de88a765270264b8bb6
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jun 6 00:30:57 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 652a8bb9ca0f17cc3d41548ede4716aecda06bfc
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Sun Jun 5 18:30:54 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 77a0c3dab440c57ff65bc2d1c847ceef235291d3
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Fri May 20 18:30:47 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a35c6db8abc9cf3ef9838a401815fa7d99c33c33
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Tue May 3 12:31:32 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 624e7b6f5247d10ff90bae9ae0c2a415e69d16ac
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Tue May 3 00:31:21 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2b92d6618f79504681625918e11e8afcb6bb9602
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Mon May 2 18:31:35 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5a8b87660ac297bde9c4a3d4a872429ef5593af3
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Mon May 2 00:32:09 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 095bd18a7ff6b2b3b1834939ebd487eab52ee458
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Sun May 1 18:30:59 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 51afd77c56aa7598bf00ae03f36964c74925c2b2
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Sun May 1 00:30:51 2016 +0200

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 297f77211c38a0313ee94dcfb8a3fa721e74d6b6
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Sun Apr 24 18:30:41 2016 +0200

    I18n: Update translation sv (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 017eed382a12c27d355ba8e1536a1472b343be24
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Wed Apr 13 12:30:42 2016 +0200

    I18n: Update translation sv (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e9115e8b5776bc81b8eac081f7255079ac58c8fc
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Tue Mar 29 18:31:52 2016 +0200

    I18n: Update translation hu (95%).
    
    293 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bef3c7258fbaebee70cf345b10e4672d4bb3da6c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Mar 18 00:32:15 2016 +0100

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b123b63139ee1089935d5ba94ff1a57b29693f3b
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sun Mar 6 18:32:02 2016 +0100

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b4f2668d79d02fa8e3552b9c3357168a2d1ecf3f
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Fri Mar 4 00:31:18 2016 +0100

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 84fab3a559d3b46f479e53b9f73fa6a80b171be4
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Tue Mar 1 18:30:41 2016 +0100

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6f3965f96a7b117834383ed5744d00e292e440b6
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Tue Mar 1 00:31:00 2016 +0100

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit cdba1a6a78d74e669293b0baf4146c8e6f405381
Author: Chris Darnell <chris@cedeel.com>
Date:   Tue Feb 23 00:30:51 2016 +0100

    I18n: Update translation da (53%).
    
    163 translated messages, 143 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d0b281ac3f12bb0b9b11c03fc3b3cede7a57660a
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Feb 10 12:30:47 2016 +0100

    I18n: Update translation is (97%).
    
    297 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ffbb69bee25a854340c28d3112c72a7c7cbcb05a
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Feb 10 00:31:06 2016 +0100

    I18n: Update translation is (97%).
    
    297 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 924b20b9be15ca0452879d19505a835c9e48c30b
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Wed Feb 10 00:31:06 2016 +0100

    I18n: Update translation el (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e397372caa57b9332b2a59db8b15136b7e528e8d
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Tue Feb 9 00:31:13 2016 +0100

    I18n: Update translation el (91%).
    
    281 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1d75a72ca491ff754c4e51a7b7bf9a56bef8ddb1
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Mon Feb 8 00:30:43 2016 +0100

    I18n: Update translation el (91%).
    
    280 translated messages, 26 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 601023185f776e63016412cf56e9e68ba06d5884
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Sat Feb 6 18:31:17 2016 +0100

    I18n: Update translation el (91%).
    
    280 translated messages, 26 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3e5b4c51f11115a7b4345c66920b7863ee569fb8
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Fri Feb 5 18:30:50 2016 +0100

    I18n: Update translation el (90%).
    
    277 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 562c850e79c83e8d85f4cdb0a397aa5cf701b83f
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Fri Feb 5 06:30:47 2016 +0100

    I18n: Update translation el (90%).
    
    277 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1de1d76006180a766f3e8f13f578e0c7c37bc168
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Fri Feb 5 00:31:24 2016 +0100

    I18n: Update translation el (64%).
    
    196 translated messages, 110 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c8a837ac02391752f86aace2bff7aa3585f03b3e
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Thu Feb 4 06:30:59 2016 +0100

    I18n: Update translation el (63%).
    
    195 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 33707d26520f9d265b47df13fb40b99501830d5e
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Thu Feb 4 00:31:11 2016 +0100

    I18n: Update translation el (63%).
    
    195 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6097a0bf8ee1efa702bd3e096542a9329f684580
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Mon Jan 25 00:30:41 2016 +0100

    I18n: Update translation he (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3b1b4df0262f7a5965b7f1c835faa0f2b7f3c52c
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Fri Jan 22 12:33:27 2016 +0100

    I18n: Update translation he (69%).
    
    214 translated messages, 92 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7fe5843a4c93730a03deaf4b20c37ab78f178122
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Jan 20 12:31:14 2016 +0100

    I18n: Update translation is (81%).
    
    250 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2f783a536acf47acfc2d3837d5bbcc357f9939ec
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Wed Jan 20 00:30:40 2016 +0100

    I18n: Update translation he (64%).
    
    197 translated messages, 109 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8911cd2265a2950b93fdc1a2017483c8c34d95e6
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sun Jan 17 18:31:01 2016 +0100

    I18n: Update translation he (64%).
    
    197 translated messages, 109 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 18f949fe0df453e73dcf48c1a2799521b0a54e8f
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Thu Jan 14 06:30:37 2016 +0100

    I18n: Update translation he (60%).
    
    185 translated messages, 121 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ec8ddce13c93510a40fabb49f642e6253fc0ee0a
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jan 14 00:30:37 2016 +0100

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d8ed22eb0f4cb5cf6ec9b148e95c1974c66c1949
Author: Davidmp <medipas@gmail.com>
Date:   Wed Jan 13 06:31:51 2016 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d14ec46ddd6d2e51acf3bab1fc5679d3836f726d
Author: Davidmp <medipas@gmail.com>
Date:   Tue Jan 12 18:30:53 2016 +0100

    I18n: Update translation ca (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e5142c8e7835c559cf5add93f34cb4680105df6f
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Jan 8 00:30:48 2016 +0100

    I18n: Update translation is (81%).
    
    250 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3bcd6e3428390338cbe5685de65d7968296231cf
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Mon Dec 28 12:31:05 2015 +0100

    I18n: Update translation is (81%).
    
    250 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d0f9c9603e82f4ba9925bb331a699a688b388efd
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Mon Dec 28 00:30:57 2015 +0100

    I18n: Update translation is (77%).
    
    236 translated messages, 70 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 516d2ae39d97ed175a3ab56b9d10c40ba7352192
Author: Davidmp <medipas@gmail.com>
Date:   Thu Dec 24 00:30:49 2015 +0100

    I18n: Update translation ca (98%).
    
    300 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d38994149dec54b24095c2415ab8825aee4cbe85
Author: Davidmp <medipas@gmail.com>
Date:   Tue Dec 22 00:30:37 2015 +0100

    I18n: Update translation ca (98%).
    
    300 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4be6cc32a1e0e2189681848dcbb19ddf81401f90
Author: Davidmp <medipas@gmail.com>
Date:   Thu Dec 17 00:30:46 2015 +0100

    I18n: Update translation ca (98%).
    
    300 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ec2386e0e0eabe4ea09e3babebf569cbc86afcd4
Author: Davidmp <medipas@gmail.com>
Date:   Wed Dec 16 18:30:46 2015 +0100

    I18n: Update translation ca (67%).
    
    208 translated messages, 98 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7c6903542f05a0a418e6793374af7ec04ac0d8ce
Author: Davidmp <medipas@gmail.com>
Date:   Wed Dec 16 00:31:05 2015 +0100

    I18n: Update translation ca (61%).
    
    189 translated messages, 117 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9eadebf4322c55bb9d7362d4702bc7f8e1a8fec2
Author: Davidmp <medipas@gmail.com>
Date:   Tue Dec 15 18:30:54 2015 +0100

    I18n: Add new translation ca (50%).
    
    154 translated messages, 152 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 035c85eca345702ca1054183a6c658c5de3edd8b
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Mon Dec 14 18:30:59 2015 +0100

    I18n: Update translation is (77%).
    
    236 translated messages, 70 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d7e45d15ee5d69c371b17cdadda81a9906d61e78
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Dec 10 12:30:50 2015 +0100

    I18n: Update translation is (77%).
    
    236 translated messages, 70 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6bcf91ce9717129b6e52391e5dd046f4b8ae50f9
Author: Anonymous <noreply@xfce.org>
Date:   Fri Nov 27 00:31:23 2015 +0100

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 19bb67930c2fe806344236132ac20ae456b4d44f
Author: enolp <enolp@softastur.org>
Date:   Sun Nov 15 06:32:25 2015 +0100

    I18n: Update translation ast (81%).
    
    248 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 01194c2a4c42bf933f49213820efec8b76638d0d
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Sat Nov 14 06:30:51 2015 +0100

    I18n: Add new translation he (51%).
    
    158 translated messages, 148 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4cb7906a6dd047b9b86dcef7439d237f202d0c7c
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Fri Oct 30 12:31:42 2015 +0100

    I18n: Update translation sk (87%).
    
    269 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 86d5f23445ece6f99c3c910fa10550e5aff5e465
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Oct 25 12:30:59 2015 +0100

    I18n: Update translation sk (87%).
    
    269 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 20157d864f6d04956007a2ed10fa95c402d863c7
Author: Slavko <linux@slavino.sk>
Date:   Fri Oct 23 00:30:55 2015 +0200

    I18n: Update translation sk (66%).
    
    203 translated messages, 103 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3087acf58d9f6a51eb2f1df4244242e2bd91877e
Author: Slavko <linux@slavino.sk>
Date:   Thu Oct 22 12:31:16 2015 +0200

    I18n: Update translation sk (66%).
    
    203 translated messages, 103 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6a9dc4d61699f866ad5e6bfa76fe9482c7b9040e
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Wed Oct 7 18:30:56 2015 +0200

    I18n: Update translation de (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a32071bc9e4ca1d8e5c8810eda443fcd656827ea
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Tue Oct 6 00:30:54 2015 +0200

    I18n: Update translation sv (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f07cc75f2aa77d14f16b5506321ac6a2413706ba
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Sep 27 12:29:15 2015 -0700

    Prevent a weird cycle in GSettings use
    
    Was causing it to continuously update the "color-scheme" setting,
    resulting in lots of DBus spam and CPU/disk activity. I'm not sure
    why only this setting was causing the issue, and why it still updates
    across all the instances while using the `G_SETTINGS_BIND_GET_NO_CHANGES`
    flag, since it shouldn't (and doesn't if it's used on other settings).
    
    Closes bug #12134

commit 7233394768f545b9d050eedde95cfe7af1c1f264
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Sep 27 12:02:20 2015 -0700

    Update .gitignore file

commit 768b4a5e56d65d9f934634f58513a0b258977fa4
Author: Anonymous <noreply@xfce.org>
Date:   Mon Sep 21 00:31:06 2015 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 64f4291c06b483b254f2355faa4ecd28e4a9477b
Author: Xosé <xosecalvo@gmail.com>
Date:   Sat Sep 19 12:30:59 2015 +0200

    I18n: Add new translation gl (79%).
    
    244 translated messages, 62 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 945c650e8c39accea269df63310979907c8eb1b1
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Sep 5 06:30:37 2015 +0200

    I18n: Update translation ko (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9824119ee96bc120b0d511a1f1e466b68d7d2c56
Author: 周潇波 <zhouxiaobo.500@gmail.com>
Date:   Sat Aug 8 06:30:36 2015 +0200

    I18n: Update translation zh_CN (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c78f152225e2a1caf618115def3dca172ceb5a36
Author: عبدالله رضوان <abbodmar@gmail.com>
Date:   Sat Aug 8 00:31:09 2015 +0200

    I18n: Update translation ar (96%).
    
    294 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 411edb50c56d7a9078bf744a59e2b1231a40f706
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Mon Jul 20 00:32:23 2015 +0200

    I18n: Update translation sv (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 73c93369f7708ab89c46e67e7933b835aafa6811
Author: Matthew Brush <matt@xfce.org>
Date:   Wed Jul 8 21:03:33 2015 -0700

    Fixup some warnings about using NULL where it shouldn't be
    
    Closes #11663

commit 15f4e5a47bd85d2cd831f65d6a66e548ad4d5708
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Wed Jul 8 17:18:30 2015 +0100

    Limit prefs dialog tab width to range allowed by schema.
    
    Closes bug #12055

commit 5c3898e8510d61db3da07ccfffca5ff6ba8a6732
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Tue Jul 7 18:30:56 2015 +0200

    I18n: Update translation de (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 720cf91f7b21864b4d3bb0ce18d96cfa719877ca
Author: André Miranda <andreldm1989@gmail.com>
Date:   Mon Jul 6 19:45:06 2015 -0700

    Don't show hidden GSV languages
    
    Some like "Defaults" aren't meant to be exposed to users and can
    even cause crashes. Closes bug #12043.

commit ee7636b8c832f2a8e19c6b3c9d0405f07147b16b
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Jun 26 20:22:59 2015 -0700

    Optimize previous commit passing UTF-8 to DBus

commit 8d554f7ad97f2b1a2f64a71ebb187fe6eae17281
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Jun 26 18:04:42 2015 -0700

    Encode filenames passed to DBus as UTF-8

commit 08b0a23d230e9141a908f79ae8cea3c0e6687b9e
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jun 24 18:31:32 2015 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 082288011de39004ccc02fee65141411b712c67c
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Sun Jun 21 00:30:48 2015 +0200

    I18n: Update translation de (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e92ecdf2415b9d59cea7990b5348b1dd0432a0d8
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Sat Jun 20 18:30:48 2015 +0200

    I18n: Update translation uk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9c8a67401fc227d96ad0854a853d1ff5281475e0
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Wed Jun 3 18:32:34 2015 +0200

    I18n: Update translation sv (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 89f89167f3b4bcd6b5846efa248ea4b85a794353
Author: Håvard Krogstie <krogstie.havard@gmail.com>
Date:   Sun May 17 00:30:48 2015 +0200

    I18n: Update translation nn (63%).
    
    195 translated messages, 111 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 32221da0204e8117fd68f3e3c42b0d3fae02d847
Author: Håvard Krogstie <krogstie.havard@gmail.com>
Date:   Sat May 16 00:30:51 2015 +0200

    I18n: Add new translation nn (61%).
    
    189 translated messages, 117 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 87384db454a72bbb3b19873df306b197c09b9b60
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu May 14 06:30:49 2015 +0200

    I18n: Update translation zh_CN (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dca3bda448ecea3b45b640883637ffaf23f1e74e
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 30 00:30:47 2015 +0200

    I18n: Update translation lt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e2471ac5a0247f22fff96834cd0aa7b19cc0cde8
Author: Anonymous <noreply@xfce.org>
Date:   Sat Apr 25 00:30:46 2015 +0200

    I18n: Update translation lt (95%).
    
    293 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 049b758fed177da7ab88bf1e2dde29fe2022c368
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 23 18:30:49 2015 +0200

    I18n: Update translation lt (95%).
    
    291 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit aa971212d0aff312a45d5b32d89e2c23fd6b6fb3
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Apr 22 18:30:49 2015 +0200

    I18n: Update translation zh_CN (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 28eda9d259232dbfad53029d3be49209e4e88449
Author: Anonymous <noreply@xfce.org>
Date:   Fri Apr 10 00:31:03 2015 +0200

    I18n: Update translation lt (94%).
    
    289 translated messages, 17 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2f3748c8fea08e840c04531f621a381a7a8da6dd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Mar 27 18:30:51 2015 +0100

    I18n: Update translation lt (94%).
    
    289 translated messages, 17 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f296045de0b887dc8cdab37d19e60e979809df93
Author: Anonymous <noreply@xfce.org>
Date:   Sat Mar 21 00:30:56 2015 +0100

    I18n: Update translation lt (94%).
    
    288 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 79bcd8332789dba4b321af4e9a936609b39f915e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Mar 17 00:30:47 2015 +0100

    I18n: Update translation lt (89%).
    
    275 translated messages, 31 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 635d27a560e4f9d4004bf4be5e7a5a90c0662984
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Sun Mar 15 12:30:48 2015 +0100

    I18n: Update translation el (63%).
    
    194 translated messages, 112 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 08dfeedf55c21e6a280f9da9b5c216d9d71b6fb6
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Sun Mar 15 06:31:04 2015 +0100

    I18n: Update translation el (62%).
    
    190 translated messages, 116 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3376be5edf5e68b211419096f5e3ed658064c2a4
Author: Anonymous <noreply@xfce.org>
Date:   Sat Mar 14 18:31:09 2015 +0100

    I18n: Update translation lt (87%).
    
    268 translated messages, 38 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f4b26e6a8bd81c8a6153ad1c30f787d4ecf93d5d
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Sat Mar 14 18:31:09 2015 +0100

    I18n: Update translation el (56%).
    
    172 translated messages, 134 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a03836890d16891b54d3f96491ef435d78c1725b
Author: Slavko <linux@slavino.sk>
Date:   Fri Mar 13 00:30:58 2015 +0100

    I18n: Update translation sk (66%).
    
    202 translated messages, 104 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 929ddac9901abcd03a1bfd2949676a470a184345
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 12 12:31:26 2015 +0100

    I18n: Update translation lt (78%).
    
    241 translated messages, 65 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8458dcf56ef4b840515b64e2e0a00ee6ffe50377
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Mar 12 12:31:26 2015 +0100

    I18n: Update translation kk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3a7ac196b9e7de5a466300d193072b50237ac4e9
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Fri Mar 6 18:30:58 2015 +0100

    I18n: Update translation hr (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e7351486929dd051858560557f884cea1fe9f625
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Mar 1 18:31:08 2015 +0100

    I18n: Update translation kk (97%).
    
    298 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e2ec3f2ce6ed648604e34e96b4640cae8e949718
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Feb 28 13:48:39 2015 +0100

    post release tag bump

commit 98f07819929533258eab863b8eadeb7e8207cddb
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Feb 28 13:38:13 2015 +0100

    updates for release

commit eb8a943164aa0582c959a4cb7b3c887dc024deaa
Author: Andre Miranda <andreldm1989@gmail.com>
Date:   Fri Sep 5 19:14:28 2014 -0300

    Fix revert file

commit c15a1b2c60be0158f6011a0d9e424b51fd16449e
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Feb 28 13:37:12 2015 +0100

    Check for gcc version for push/pop pragmas, fixes build on OpenBSD.

commit 48d31a8460395f10a8fa637ab1d719f8fe97db4c
Author: Manolo Díaz <diaz.manolo@gmail.com>
Date:   Mon Feb 23 18:31:02 2015 +0100

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8213ceaa26c7d6dc528e51737adcaec4cf6fb95b
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 23 18:31:02 2015 +0100

    I18n: Update translation bg (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4ab2118d40dc4fca46bd0aff2485c6d294b0e880
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 23 12:32:25 2015 +0100

    I18n: Update translation bg (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4db773aef61b3281ff4fdc775b809d22a5ca4f1b
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Sun Feb 22 12:31:09 2015 +0100

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 770eb52fb6ec34134aa365c5986a4743a8838143
Author: Allan Nordhøy <comradekingu@gmail.com>
Date:   Sat Feb 21 18:31:27 2015 +0100

    I18n: Update translation nb (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 00fe79fe610413706be198d4126625e466817df4
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Tue Feb 10 18:30:48 2015 +0100

    I18n: Update translation zh_CN (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9ced997b1f6caf78b2dd59f7178e177cc2b06a66
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Sat Dec 27 00:31:31 2014 +0100

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ea6155015d5f15c92974d5c609c0eceb9eb72d15
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Dec 17 12:30:47 2014 +0100

    I18n: Update translation is (77%).
    
    236 translated messages, 70 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3ca93b9bb25b8529cac679b0d33f686d6c5df581
Author: enolp <enolp@softastur.org>
Date:   Sun Dec 14 00:31:05 2014 +0100

    I18n: Update translation ast (81%).
    
    248 translated messages, 58 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0819fd1d5a2455641fc5d5b442a612db61a723e6
Author: Natavan Mirzayeva <mirzayevanatavan@gmail.com>
Date:   Sat Dec 13 18:31:11 2014 +0100

    I18n: Update translation tr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d462218d50828897799d518dd598efb9c4979470
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Thu Dec 11 18:30:51 2014 +0100

    I18n: Update translation tr (78%).
    
    241 translated messages, 65 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 20d2b566b832fc34bc38ad3e86befb6696c8a4d2
Author: عبدالله رضوان <abbodmar@gmail.com>
Date:   Mon Dec 8 18:30:57 2014 +0100

    I18n: Update translation ar (93%).
    
    287 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7285463e940bec0cee58ba30a50aae6841d0f13f
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Tue Nov 25 06:30:46 2014 +0100

    I18n: Update translation sr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 56075200f0c1325093a216b30cbd22fabe494de1
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Tue Nov 25 00:30:55 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0ceb3da244654228ab67c9db80e1d64e24bea720
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Tue Nov 25 00:30:55 2014 +0100

    I18n: Update translation ast (80%).
    
    247 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ac6c36f6adad9816498238769f45cf7e485126ea
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Mon Nov 24 00:30:48 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 09e5fc0c92afd5b0f9b1b4e598ccb91f0fe3c8ef
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Sun Nov 23 12:30:48 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fb56cc993b9839e1c4535bcc41033032e788a250
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Fri Nov 21 00:30:47 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bf4be4a0654ced35c954d79224fc50c270976867
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Nov 20 00:30:47 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f9590230b06cac4023bd7fa76f3061dfded640ec
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Wed Nov 19 00:30:47 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit af1f97f1084f15b698b3c8d677b885f07ecde551
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Tue Nov 18 00:30:50 2014 +0100

    I18n: Update translation fr (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3e1a9e2da351a4cc3dcdf6eb4ce863c6adb92ee3
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Nov 15 12:30:48 2014 +0100

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9ba31cde58bbe595cf0e0c3cac3305d530d81b90
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Nov 13 06:30:49 2014 +0100

    I18n: Update translation kk (96%).
    
    296 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dfd143c4a830b70c743f2accb935ebbd6b48695b
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Mon Oct 20 12:32:41 2014 +0200

    I18n: Update translation pl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a112e763855a3ee4b75fb907e107015019bda48a
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Oct 19 12:31:13 2014 +0200

    I18n: Update translation hr (99%).
    
    304 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 41c38a744502e464898a45c7511744589c8185c7
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Thu Oct 16 12:31:18 2014 +0200

    I18n: Update translation hr (99%).
    
    304 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2283f96c723eeb98d912295a05a2371be1e073c2
Author: Benedek Imre <nucleo@indamail.hu>
Date:   Sat Oct 11 06:30:50 2014 +0200

    I18n: Update translation hu (93%).
    
    285 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 195db55e0e52a0141b1a7723c1040083a06f0f40
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Thu Oct 9 12:30:47 2014 +0200

    I18n: Update translation hr (99%).
    
    304 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c1d05deed752cf2f3a2b4a946d079793a635eddb
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 9 06:30:48 2014 +0200

    I18n: Update translation de (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d7288feda7cb0e4d087a634cad001c9f80f1385c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 7 18:30:49 2014 +0200

    I18n: Update translation tr (78%).
    
    239 translated messages, 67 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e042ea1b11393a06bbebec4800ac6c48fb53e6c0
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Mon Oct 6 18:30:50 2014 +0200

    I18n: Update translation pl (96%).
    
    296 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 67a8bb20821d82758d22ba2ad17e1a4b3b71a9be
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sat Oct 4 00:30:49 2014 +0200

    I18n: Update translation cs (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit acd7c8a55d320182a344fabdc279c7a9d24cc1ec
Author: Aputsiaĸ Niels Janussen <aj@isit.gl>
Date:   Fri Sep 26 12:30:51 2014 +0200

    I18n: Update translation da (50%).
    
    156 translated messages, 150 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 37191dbcacb9f2d524a30e2dce0d345c07d5c2aa
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sat Sep 20 06:30:54 2014 +0200

    I18n: Update translation cs (98%).
    
    301 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 88bc2decb5f86d2c7cb302b101dcb4a6d7ac307d
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Sep 13 12:30:58 2014 +0200

    I18n: Update translation it (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ec0574657388d655ba463464f95abc3856edc720
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 5 18:30:54 2014 +0200

    I18n: Update translation de (99%).
    
    303 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d14799b6230e2def586dc6103697d5e3083f5be7
Author: Anonymous <noreply@xfce.org>
Date:   Fri Sep 5 06:31:10 2014 +0200

    I18n: Update translation de (94%).
    
    290 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b3dd67c2bfdf66620ac8bce1a733e7118b36915e
Author: Anonymous <noreply@xfce.org>
Date:   Thu Sep 4 18:30:49 2014 +0200

    I18n: Update translation de (91%).
    
    280 translated messages, 26 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b0d59c71951a2441cf8ef44d278c90574c4fdcf3
Author: Alois Nešpor <info@aloisnespor.info>
Date:   Mon Sep 1 00:30:55 2014 +0200

    I18n: Update translation cs (97%).
    
    299 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 115e62c5bed3d8e5d123f329d7f0db6e6287eae5
Author: Benedek Imre <nucleo@indamail.hu>
Date:   Fri Aug 29 06:30:51 2014 +0200

    I18n: Update translation hu (90%).
    
    276 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 711f1978304d5a46ec8ca5a8de114bc09b9acb80
Author: yjwork <yjwork@qq.com>
Date:   Thu Aug 28 12:30:49 2014 +0200

    I18n: Update translation zh_CN (97%).
    
    297 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bd60975e7805c450e7380751589802b9d60cc21c
Author: yjwork <yjwork@qq.com>
Date:   Thu Aug 28 06:30:51 2014 +0200

    I18n: Update translation zh_CN (84%).
    
    259 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f0be17a42c89712d153994821be32f835d8e4cf4
Author: yjwork <yjwork@qq.com>
Date:   Wed Aug 27 18:30:51 2014 +0200

    I18n: Update translation zh_CN (77%).
    
    238 translated messages, 68 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0703ffdf17b198d3ea95c42e9a94682474796acc
Author: Anonymous <noreply@xfce.org>
Date:   Sat Aug 23 18:30:52 2014 +0200

    I18n: Update translation de (87%).
    
    268 translated messages, 38 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f8b9cf2756884dacaeae61c17f08de26fa9cf2b2
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Sat Aug 23 12:30:54 2014 +0200

    I18n: Update translation fi (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 366e7dca60fd41f10b92befd32f801b073ff50ad
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Sat Aug 23 00:31:01 2014 +0200

    I18n: Update translation fi (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a6095f31782704da1caab195acbd043a8923cbd6
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Fri Aug 22 18:30:51 2014 +0200

    I18n: Update translation fi (90%).
    
    276 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 46291a4bc2a8ee4dcf095ab0fdd8e7f989db33e4
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Fri Aug 15 12:30:48 2014 +0200

    I18n: Update translation it (98%).
    
    301 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a73ecb7143f16b7b438de9acb611ff52dedd9ec6
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Aug 13 19:17:26 2014 -0700

    Rename "length" variable to "file_size"
    
    To make it more clear what it's used for.

commit 959fe8b6266b74396d077fe90bc62aa1fd385c88
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Aug 13 19:14:57 2014 -0700

    Fix reading past end of mmap'd region
    
    Also fixes assumption that UTF-8 can't contain embedded nul characters.

commit bd2d7e83fd2781614b2339fb69bf752079f21f32
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Aug 13 18:30:48 2014 +0200

    I18n: Update translation it (85%).
    
    261 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ecaa8a0cd03820be5a7c79ad8e74c87edb52d1e2
Author: Piotr Strębski <strebski@o2.pl>
Date:   Wed Aug 13 12:30:51 2014 +0200

    I18n: Update translation pl (96%).
    
    296 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1588f6b4094eb990bf02a4105f8549d692796519
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Aug 13 12:30:51 2014 +0200

    I18n: Update translation it (83%).
    
    255 translated messages, 51 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bf7780b87dab30376aa6c020b65dc94c60eab388
Author: Michael Findlay <keltoiboy@gmail.com>
Date:   Sun Aug 10 12:30:53 2014 +0200

    I18n: Update translation en_AU (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 68d35cf54ac525f2117c470416c95354fa17eaa9
Author: abuyop <abuyop@gmail.com>
Date:   Wed Aug 6 18:32:16 2014 +0200

    I18n: Add new translation ms (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 650ebca2ba8b0d9dc43c1db38664dd39ce222cbe
Author: Gyönki Bendegúz <gyonkibendeguz@gmail.com>
Date:   Wed Aug 6 00:30:52 2014 +0200

    I18n: Update translation hu (90%).
    
    276 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b858edb4af3e333d3075870bb4de94ffc8337511
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Aug 5 18:30:56 2014 +0200

    I18n: Update translation uk (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dd73a1b48595ba68c3e53b5ee16c848d9fe2fd41
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Tue Aug 5 18:30:56 2014 +0200

    I18n: Update translation ast (80%).
    
    247 translated messages, 59 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 973b9c2eab79a900e888b07fbfeaa672b3cad3f9
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Aug 5 12:30:52 2014 +0200

    I18n: Update translation uk (96%).
    
    296 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6f43f9cfad2d95a0da2c0541577528f4df1225f1
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 3 00:30:51 2014 +0200

    I18n: Update translation ko (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c1bfa75e6f803cf6f59c1b6f15cfc0ce63eaf6e5
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Sat Aug 2 06:30:52 2014 +0200

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 95b2369ded49e277642e51b1d8ba1bf2a697e2b6
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Thu Jul 31 00:30:49 2014 +0200

    I18n: Update translation fr (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 60be79b7765c3669fb140a357e68f75aa8eac7a4
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jul 30 18:30:57 2014 +0200

    I18n: Update translation de (84%).
    
    260 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7cddbe66a24150a43d3eb161c8a23d9bdcd7e9b8
Author: Harald <haarektrans@gmail.com>
Date:   Tue Jul 29 18:30:53 2014 +0200

    I18n: Update translation nb (80%).
    
    246 translated messages, 60 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ac3e093815654acdd8112bc3b50e2543f8d7eb15
Author: André Miranda <andreldm1989@gmail.com>
Date:   Tue Jul 29 06:30:52 2014 +0200

    I18n: Update translation pt_BR (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 72639a0dbe988a3dcd90647474c9f6742d6d421f
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Tue Jul 29 00:30:53 2014 +0200

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c1f482b382717051865653279f3dd24101456012
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Jul 27 18:31:05 2014 +0200

    I18n: Update translation ru (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a6f83fbaa97bdc89e1d626f5a4d2d5b4e0c9b628
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Jul 27 12:30:48 2014 +0200

    I18n: Update translation ru (97%).
    
    297 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e1418ba939c38823d92cd7055ee563e963fdfdf3
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Sun Jul 27 06:30:59 2014 +0200

    I18n: Update translation es (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5ffac3e0051c1f9048dfd3259ba2b63b423df26f
Author: Alexandre Fidalgo <alexandremagnos15@gmail.com>
Date:   Sat Jul 26 18:30:47 2014 +0200

    I18n: Update translation pt (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 262df61c957e259cb029b7737cbe2f4676919df2
Author: Alexandre Fidalgo <alexandremagnos15@gmail.com>
Date:   Sat Jul 26 06:30:52 2014 +0200

    I18n: Update translation pt (96%).
    
    294 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit aeddf467904634dcd7867ff5c61ec636c074f9f9
Author: Edin Veskovic <eveskovic@gmail.com>
Date:   Tue Jul 22 12:30:52 2014 +0200

    I18n: Update translation hr (99%).
    
    304 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 16bbb4524ccc611b09fee1bbec56b064ac1835a9
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Sun Jul 20 18:30:48 2014 +0200

    I18n: Update translation ja (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1dcd0ebdceb321a6a6ec2c7722a7e0063d8ae1da
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Jul 20 00:30:52 2014 +0200

    I18n: Update translation nl (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 69de49daa1c29488bc9edec0a44793fe294d105c
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Sat Jul 19 18:30:54 2014 +0200

    I18n: Update translation uk (84%).
    
    260 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b072231eeba91e79b409b4a867241e707acf7a97
Author: Alexandre Fidalgo <alexandremagnos15@gmail.com>
Date:   Sat Jul 19 18:30:54 2014 +0200

    I18n: Update translation pt (81%).
    
    249 translated messages, 57 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit abbcddda95654322f25ee061f989190394c6c6d8
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 05:24:05 2014 -0700

    Add mousepad-gtkcompat.h to build system (oops)

commit 0857bb9ac13f368ea73edbe29dace9905c47e447
Merge: d3af207a b9ec917e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 04:55:05 2014 -0700

    Merge branch 'gtk3'
    
    it message to explain why this merge is necessary,

commit d3af207a8f461def6fe86d06a08b1ea9b303501e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 04:30:23 2014 -0700

    Fix expanding checkbox in prefs dialog

commit c234bad8bfda0ae4871ae730b73232e5ebbe2cf0
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 04:09:27 2014 -0700

    Add wrappers to silence deprecation warnings
    
    Where it's not worth making wrappers (eg. GtkTable, gtkrc) just
    disable the GCC warning around that code.
    
    Remove use of GDK_THREADS_ENTER/LEAVE() since uses in idle/timeout
    callbacks will occur in the main GUI thread anyway.

commit 1487f08e43021c30aae7fbe20d21a24f26cb6fa2
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 02:55:18 2014 -0700

    Guard against multiple definitions of G_DISABLE_* macros
    
    Not sure where else they are being defined, but the guards prevent
    lots of compiler warnings about re-defining them.

commit 6c7e7a148df1098c18bba354fea2b1e9e9759267
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 17 19:08:28 2014 -0700

    Fix the little notebook tab close button
    
    For GTK3 it's basically copied from GeditCloseButton, for GTK2
    it's inspired by Geany's notebook.c.

commit 3f85c6e6d059faaf2b4277cca16a2034d89c2746
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 17:57:40 2014 -0700

    Improve GTK2/3-checking in configure.ac.in

commit c745010069bfc0a2de1b1ebb7adb81fb3758bbe6
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 02:06:08 2014 -0700

    Make it compile with GTK3
    
    And various other fixups from previous commits.

commit 79766fed3937a7c8ffe7730ac2da0e69d0ffeb69
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 01:03:14 2014 -0700

    Add support for building with GTK3 to build system

commit 061e120dac780455a636d3f04e102d15be978715
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 01:02:54 2014 -0700

    Use gdkkeysyms-compat.h on GTK3

commit 48f37d339b9d2157cfca5a28aa62f3e93151901e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 00:14:20 2014 -0700

    Build with GSEAL_ENABLE defined
    
    Sadly this disables the (semi-buggy but still useful) vertical
    selection since I have absolutely no idea how this code works and
    it uses some GtkTextView internals. The code is still active if not
    building with either GTK3 or GSEAL_ENABLE.
    
    Another thing is extending the hacks related to adding our GtkUiManager
    menu as the GtkTextView popup menu. Instead of directly replacing
    GtkTextView's internal menu pointer, empty its menu and move our own
    items there from the UI manager menu.

commit 79afcb0967c892107b48b5d1fa6d9779310fbf42
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Tue Jul 15 20:36:52 2014 -0700

    Clear G(D|T)K_DISABLE_DEPRECATED build failures
    
    Add a mousepad-gtkcompat.h to add GTK+ 2/3 compatibility code to.

commit b9ec917ecb8ab67d1d07e7478bf1d553f4e2b96f
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 04:30:23 2014 -0700

    Fix expanding checkbox in prefs dialog

commit f7daaf0b42171b42f137238d40b7dde0cb190d19
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 04:09:27 2014 -0700

    Add wrappers to silence deprecation warnings
    
    Where it's not worth making wrappers (eg. GtkTable, gtkrc) just
    disable the GCC warning around that code.
    
    Remove use of GDK_THREADS_ENTER/LEAVE() since uses in idle/timeout
    callbacks will occur in the main GUI thread anyway.

commit f51894b5c7ee3e79bef448a9355128777a2505c8
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 19 02:55:18 2014 -0700

    Guard against multiple definitions of G_DISABLE_* macros
    
    Not sure where else they are being defined, but the guards prevent
    lots of compiler warnings about re-defining them.

commit 3631db27c244503ddc9dc6b3b026a714a19a307b
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 17 19:08:28 2014 -0700

    Fix the little notebook tab close button
    
    For GTK3 it's basically copied from GeditCloseButton, for GTK2
    it's inspired by Geany's notebook.c.

commit 56c62577c16baf168fc9abc47a44b7b5b3a604b5
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 17:57:40 2014 -0700

    Improve GTK2/3-checking in configure.ac.in

commit 053c6c59e6e4a395e17d8a41204925b3d7bff18e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 02:06:08 2014 -0700

    Make it compile with GTK3
    
    And various other fixups from previous commits.

commit 0f9f744d4a4dbf2764e1aac3e0a0a7d8aca8ccee
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 01:03:14 2014 -0700

    Add support for building with GTK3 to build system

commit 74515e2d24f81f6e5a09562df5d0ea1ed904f3fb
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 01:02:54 2014 -0700

    Use gdkkeysyms-compat.h on GTK3

commit 9f303b7e3e0565eca3bf1025aed0cc2379d0636e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 16 00:14:20 2014 -0700

    Build with GSEAL_ENABLE defined
    
    Sadly this disables the (semi-buggy but still useful) vertical
    selection since I have absolutely no idea how this code works and
    it uses some GtkTextView internals. The code is still active if not
    building with either GTK3 or GSEAL_ENABLE.
    
    Another thing is extending the hacks related to adding our GtkUiManager
    menu as the GtkTextView popup menu. Instead of directly replacing
    GtkTextView's internal menu pointer, empty its menu and move our own
    items there from the UI manager menu.

commit 5ff7a5ad855bc785d5da1aac66cba39a11749889
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Tue Jul 15 20:36:52 2014 -0700

    Clear G(D|T)K_DISABLE_DEPRECATED build failures
    
    Add a mousepad-gtkcompat.h to add GTK+ 2/3 compatibility code to.

commit f3b9dec69e898eddbb8ae86a3d84c23378a34acd
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sat Jul 19 12:30:53 2014 +0200

    I18n: Update translation th (100%).
    
    306 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f1ddc13aa95005f2db1b8a12d203f0d0cf12d67e
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Jul 19 12:30:53 2014 +0200

    I18n: Update translation nl (99%).
    
    305 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 55a7792318480835d52f06af2bc08f9aafd15b73
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Tue Jul 15 18:30:49 2014 +0200

    I18n: Update translation fr (98%).
    
    302 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ab8c81ce300e5ae9bc7c6286cfdd0555612fec9d
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 18:07:37 2014 -0700

    Always show the 'New From Template' menu item
    
    It's too hard to discover the file templates feature if you don't
    know about it. When it's empty, add a disabled item to it that says
    "No file templates found in '/home/some/dir'" to tell the user where
    they should put the template files.
    
    TODO:
    * We should have a user manual and this should be in it.

commit 8573e7415c64375e15954c90406f5746fa6f6cec
Author: Andre Miranda <andreldm1989@gmail.com>
Date:   Mon Jul 14 20:13:26 2014 -0300

    The find previous hotkey should also work with the numpad enter

commit d87aa702873e5951f9d082d81fa1fb922be8157f
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 16:50:22 2014 -0700

    Make mousepad-private.h the single required include
    
    To be placed at the top of every source file, providing config.h from
    the build system, some common standard library headers, the core GLib
    and GObject headers, i18n header, and various utility macros used
    in many places in the code.
    
    Also in a few places, remove #ifdef HAVE_FOO_H guards around standard
    library includes since we can pretty much assume they're there, that
    Autotools had provided them, or that the code will fail to compile
    anyway if they're not present (we don't use them to guard out the
    bits of code that use the symbols from those headers).

commit 7b203d8b8cae2a097cab1639a7af63129234112a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 16:28:58 2014 -0700

    Improve header include dependencies a little bit
    
    Instead of having everything included in a single header at the start
    of each file, we have each file include what it uses. This makes it
    easier to include other files and get the includes you need and reason
    about the dependencies each file has.

commit da54cc95d5ae6a8a744dc202cf9d30d20b987b97
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 16:06:52 2014 -0700

    Use G_DISABLE_CHECKS and G_DISABLE_ASSERT
    
    Instead of using special macro functions everywhere, we can just use
    the g_*() functions and make sure to #define G_DISABLE_CHECKS and
    G_DISABLE_ASSERT and acheive the same effect (although maybe we don't
    want to force these when NDEBUG is defined to let the user define
    themselves for more customization).
    
    Make sure mousepad-private.h is included before any G* files that
    could include glib.h so it properly picks up the defines.

commit 7c6b178e9799986c609fe181d3a9dd70007945a1
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 14:58:37 2014 -0700

    Remove a bunch of #if checks for pre GTK+ 2.12

commit 58adbe72f42976da32fad2dd1e1c894baa97eb5a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 14:36:49 2014 -0700

    Fix a bunch of minor compiler warnings
    
    The flags used were:
    
        -Wall -Wextra -Wno-unused-parameter -Wno-overlength-strings
        -std=c99 -pedantic
    
    The `-Wno-overlength-strings` is needed because we use a tool to convert
    text files into C strings that are compiled into the program. Strictly
    speaking this is non-standard behaviour as the standard defines a maximum
    length of a string literal (probably from the old days when compilers didn't
    have enough memory available to handle them?).
    
    Most of the "fixes" were extremely trivial:
    
    * Don't forward declare enums with typedef and then define them.
    * Remove semi-colon after `G_DEFINE_TYPE()` since after the macro is expanded
      it leaves a stray semi-colon in the file.
    * Add wrapper macro+function `mousepad_disconnect_by_func` to hide the fact
      that GLib's macros are passing our `GCallback` as a gpointer, which is not
      valid C but happens to work most of the time. The new function uses a union
      hack (having same issues as existing) to trick the compiler and a
      function-like wrapper macro to cast the callback function parameter to
      `GCallback` so we still don't need to put `G_CALLBACK()` casts everywhere
      in the code that uses it.
    
    There's still quite a few warnings left but they are not in our code or are
    in our generated code. For example with my version of headers Pango is using
    values outside the range of `int` as enum values and the generated code for
    `mousepad-marshal.c` and `mousepad-dbus-infos.h` is treating function
    pointers like void pointers as mentioned above.

commit a0117df7b922a3c192e9c106449fdc13d2057009
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 12:36:19 2014 -0700

    Use correct GConnectFlags enum instead of GSignalFlags
    
    It caused a warning like:
        implicit conversion from enumeration type 'GConnectFlags' to
        different enumeration type 'GSignalFlags'.

commit 87ae5a08165461c01317719a3cea4c73a5f07dce
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 11:59:12 2014 -0700

    Guess file language on save if user has not set it
    
    Track whether a UI action was invoked explicitly by the user to set
    the language so we know when not to try and guess. This allows
    re-saving a file with the filetype explicitly set without having
    the guessing mechanism clobber the choice the user made.

commit 0d7dcc44185117ea19e4a4b79d72bbee5bb08cd7
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 11:04:17 2014 -0700

    Cleanup and normalize new files from latest commits
    
    * Add license header comment to each new file
    * Ensure needed files are listed in `POTFILES.in`
    * Normalize the header guards to existing `__MOUSEPAD_FOO_H__` style
    * Fix a couple compiler warnings
    * Include `config.h` in each source file

commit a4e74fdc5dd8c1aaf7df463a9813e4b6767a9b18
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Jul 14 18:30:56 2014 +0200

    I18n: Update translation th (100%).
    
    304 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9e524f92e72828d9800ff332641cc5141c6dbf1e
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 14 18:30:56 2014 +0200

    I18n: Update translation de (83%).
    
    255 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6676f4add96a5fe8b503601ea9d2d8c3fa486cc8
Merge: 31247f4a 2d2ade33
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 04:35:33 2014 -0700

    Merge branch 'languages-cleanup'

commit 2d2ade33611d4074b98d25c7895e8b597104c339
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 04:34:06 2014 -0700

    Try and detect filetype for new template files

commit 5adffadb5c1bc4028b9cd70eca85d039ede0cde3
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 04:13:41 2014 -0700

    Hookup the style scheme actions to the setting

commit 971e77b6c5775b3e640f5e879e1b7ec48197c267
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 03:45:28 2014 -0700

    Move colour scheme code out of mousepad-window.c
    
    Treated like the languages code, there's a GtkAction subclass for
    style scheme actions and the MousepadActionGroup knows about them.

commit 31247f4a9beb165667f06cca5e1a9255dee2fe7b
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Jul 14 12:30:52 2014 +0200

    I18n: Update translation bg (100%).
    
    304 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0d73a7eac32856cb4d4a16dc185d7e3e7699a690
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 14 02:05:53 2014 -0700

    Re-factor languages code into two new files
    
    Add a GtkActionGroup subclass that knows about languages and a GtkAction
    subclass that can have a related language. This way all the actions are
    in the same action group and will be useful for moving the colour
    scheme code out of mousepad-window.c in the future.

commit f113f6c88f191cbb7cd68493fa992cd111311b12
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 13 23:21:58 2014 -0700

    Move GSV language-related code to a new file
    
    Re-write related code so that there's a single action group for the
    filetype languages that is shared between any menus to select the
    language. Add code to create the menus and use it for the main menu
    and the statusbar menu. This way when the language changes, it's
    reflected everywhere in the UI automatically.

commit 033a75484f160b7d93860a892c6800a81652461a
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Mon Jul 14 06:30:46 2014 +0200

    I18n: Update translation es (100%).
    
    304 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1502541dcdcaa9c1e7a41bcfbd3f64674164f0f3
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 13 16:01:53 2014 -0700

    Support statusbar tooltips for toolbar items too
    
    Refactor the code so that the statusbar can itself display tooltips for
    widgets and the window code just uses this. For the proxy connections,
    tool items need a bit of special treatment since they don't have the
    "select" and "deselect" signals used by menu items, so use the Gdk
    event signals for mouse enter/leave and focus enter/leave (to cover
    mouse and keyboard events) are used on the tool items' child widgets.
    
    Finishes one of the TODOs in 2b51559.

commit 97a469b9dcaa3928eee75b590c21f852c94655d2
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 14 00:30:56 2014 +0200

    I18n: Update translation pl (94%).
    
    286 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b91acccee56db056fb43192f6a0924698496346d
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 13 12:50:15 2014 -0700

    Use normal signal connection instead of GClosures
    
    For the proxy menu item connection that allows the statusbar to show
    the menu items tooltips on hover. This gets rid of tons of console spam
    like this:
    
        (mousepad:8256): GLib-GObject-CRITICAL **:
        g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers
        < CLOSURE_MAX_N_INOTIFIERS' failed
    
    I guess we exceeded the hardcoded limit (CLOSURE_MAX_N_INOTIFIERS) or
    something. Using regular g_signal_connect*() seems to get rid of all
    these warnings and is less code too.

commit 54aadeecd500db701c8eb7f22aac78e5362ab0c8
Author: Jeff Huang <s8321414@gmail.com>
Date:   Sun Jul 13 06:30:56 2014 +0200

    I18n: Update translation zh_TW (96%).
    
    290 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f715e3d5f68764a615619dfdac066afe830eed4e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 20:48:47 2014 -0700

    Add mousepad_setting_connect_object()
    
    So we don't have to manually disconnect all of the GSettings signals
    since we always pass a GObject as user_data anyway.

commit 0075c9a828045e47ab5b28301c2e4e8e27b565eb
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 20:05:52 2014 -0700

    Properly disconnect windows' settings handlers
    
    Since the GSettings lives longer than the windows, if we don't
    disconnect, and destroy the windows, the settings will still try and
    call back into the already destroyed window. There's probably a cleaner
    way to handler this.

commit f70c88b0e35a9ea2120f145374f1bb7600c52ca0
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 19:06:47 2014 -0700

    Add menubar action to textview menu
    
    When the menubar is hidden so that users can easily get it back.

commit 9054bf405debd2432d3c3c49748b2c632635c944
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 18:59:23 2014 -0700

    Refactor window initialization code for new stuff
    
    Add separate functions to create each the menubar, toolbar, statusbar,
    root warning bar, notebook, etc. Improve updating of fullscreen mode
    settings when changing setting/action.

commit 0aa8c4766b035154fbc2da9b66b3fd00f7059bc7
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 18:04:23 2014 -0700

    Add menubar action and hookup to setting

commit 666650c99f6cf4dbffd070540fcb7c905ed8401f
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 17:48:21 2014 -0700

    Add menubar-visible and -in-fullscreen variants
    
    To the menubar-visible, toolbar-visible and statusbar-visible prefs.
    Not added to the prefs dialog, but it's useful if you're picky about
    how fullscreen mode looks, you can still tweak the setting via
    gsettings, dconf-editor, etc.

commit 2f98ef2f8768c56e694eeab7918d19759014155e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 17:02:49 2014 -0700

    Unbind fullscreen action from setting
    
    This way it will follow other settings whether to save the fullscreen
    state in the timer callback with the other window settings.

commit 0ce79521f61d2660f62d088b68aa31909504f72d
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 16:54:34 2014 -0700

    Add F11 keybinding for fullscreen action

commit cbe1b798412aac8949a39365404b2efd22e13365
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 16:48:07 2014 -0700

    Make last toolbar separator expanding

commit ea2b28e09dd8477af5a5a238c58bf42944a6f8a4
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 16:34:09 2014 -0700

    Implement more saving/restoring window state
    
    Before it only saved the size and whether the window was fullscreen.
    Add default-off option to enable saving and restoring the window
    position and window state (maximized, fullscreen).

commit 87ce52f7ca788414d294ce89cf6116e9e75ad714
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 13:10:04 2014 -0700

    Don't return value in void function (oops)
    
    Closes #11014 (https://bugzilla.xfce.org/show_bug.cgi?id=11014)
    
    Thanks to Eric Koegel for finding it and providing patch.

commit 3e9cecc88a192938b398bf5801cef79f4c25e4f1
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 12:57:08 2014 -0700

    Reverse insertion and bounds iters for reverse search
    
    This makes it so when searching backwards, the statusbar reports the
    correct start position of the selection.

commit 9bc9d7853220163038d45e0a66be6048cc9f2449
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 12:55:09 2014 -0700

    Fix fencepost error in search code
    
    It prevented matching at the beginning of the buffer. I kind of found
    this by trial and error, so hopefully the logic is correct.
    
    Closes #11013 (https://bugzilla.xfce.org/show_bug.cgi?id=11013)

commit 0061a2168f820035c278f883bd056a2cee57ea4a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sat Jul 12 12:00:24 2014 -0700

    Start search at correct location when backwards
    
    I'm still a little confused by this searching code but I think the
    search was starting in the wrong location. Also reformat some nearby
    code.
    
    Closes #10999 (https://bugzilla.xfce.org/show_bug.cgi?id=10999)

commit 5087f3e6f34ed374d0937ec50bee3ccdbfec69dd
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Sat Jul 12 18:30:49 2014 +0200

    I18n: Update translation fr (98%).
    
    296 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b747c1d62af71a25e01c0ef4dc27594c76c25277
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sat Jul 12 18:30:49 2014 +0200

    I18n: Update translation bg (100%).
    
    300 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a34472e50d5e05b59a8e7b46187d6aaaaa1820c6
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 21:24:18 2014 -0700

    Change AM_CONFIG_HEADER to AC_CONFIG_HEADERS
    
    Closes #9939 (https://bugzilla.xfce.org/show_bug.cgi?id=9939)

commit 8525dbdaf58cce86f235ec92923e1c48f493c6d9
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 20:17:53 2014 -0700

    Fix line number printing when option is disabled
    
    Closes #9813 (https://bugzilla.xfce.org/show_bug.cgi?id=9813)
    
    Thanks to Christian Hesse for providing the patch.

commit 9525d1f7d7e824286f51ff2111a5a82098d23a39
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 20:01:20 2014 -0700

    Change line number printing label
    
    To make it easier to translate in various languages. Also add a tooltip
    to further explain the setting in case the label is unclear.
    
    Closes #8942 (https://bugzilla.xfce.org/show_bug.cgi?id=8942)

commit 6715fa8f91a38e51fa59202ec072b3ab9058f268
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 19:13:50 2014 -0700

    Add Enter and Shift+Enter support to search bar entry
    
    Closes #10438 (https://bugzilla.xfce.org/show_bug.cgi?id=10438)
    To search forwards and backwards using those shortcuts.

commit 839ecf1145559e3959ff0368cc45e9c7ac90f201
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 18:39:51 2014 -0700

    Change keyboard shortcuts for Find Next/Previous and Go To
    
    Hopefully this doesn't annoy anyone but these are the more usual
    keyboard shortcuts for these uses. See bug report for details. If
    anyone has an idea for how to provide both the old and new keyboard
    shortcuts without ugly hacks, we could try and support the old and
    new shortcuts together.
    
    Closes #9745 (https://bugzilla.xfce.org/show_bug.cgi?id=9745)

commit 0e350fc12258f0d89a4e04520d13bb4f41e8e347
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 18:30:39 2014 -0700

    Fill search textbox with the selected text
    
    Closes #5905 (https://bugzilla.xfce.org/show_bug.cgi?id=5905)
    
    Thanks to Carlos Ortiz for the original patch and André Miranda for
    re-writing the patch for new Mousepad.

commit 95864c309bc1308320ad7e49d03dc3920edc920e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 16:31:28 2014 -0700

    Update POTFILES.in for the new/removed files

commit 3b084a5adb50fae1cb42c19528d841d80af4d661
Merge: 5e95b16e d23ccc48
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 03:57:29 2014 -0700

    Merge branch 'preferences-menu-toolbar'
    
    This merge contains tons of improvements including:
    
    * Add preferences dialog.
    * Port to GSettings with compile-time option to force keyfile backend.
    * Add a toolbar with various related preferences.
    * Re-organize the main menu item grouping.
    * Add tons of GtkSourceView preferences which provides much more
      control over the editor widget's behaviour and appearance.
    * Add fullscreen support

commit d23ccc48c5ec35ef4ae4c010635068856862f46c
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 03:36:49 2014 -0700

    Copy the main menu edit menu to the text view context menu

commit b32b1b182b87654bdebb01b09b9f3806f5e6e467
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 03:19:42 2014 -0700

    Bump GLib and GTK+ dependency versions
    
    Versions from: https://wiki.xfce.org/releng/4.12/roadmap

commit 3321a67c255d91120ec7ddd96bcb48f66c117a52
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 02:12:07 2014 -0700

    Improve toolbar preferences

commit 87f2d0636b4028cf38cf469e9add41d5299e3f1d
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Fri Jul 11 00:34:59 2014 -0700

    Implement match-braces setting

commit f94cf638ff474e822fdda7c1aaf6993cff86f309
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 23:43:28 2014 -0700

    Disconnect font-name setting callback
    
    Otherwise GSettings keeps calling back to destructed views.

commit 473af3d8b11943cea9b9b51384f8dc0d98a6ef3a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 22:46:09 2014 -0700

    Change default of a couple settings

commit 68eaea8728947fae3938fc2afddabaf5d8b0f461
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 15:12:46 2014 -0700

    Rename org.xfce.Mousepad.gschema.xml to use lower-case
    
    To match the schema ids used in the file.

commit a3a9517357d28aa6a7701fd600b5cfc327076ecb
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 14:59:03 2014 -0700

    Add fullscreen support
    
    Also remove "close window" button from the toolbar.

commit 4b7ffa3ba33aa7ba45aa7950df41ffa9016daa34
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 14:36:08 2014 -0700

    Add use-default-monospace-font setting
    
    And hookup the related widget(s) in the preferences dialog. This new
    setting allows to use the default font without overwriting the previous
    font-name that was set.

commit 1c4dcd9b117d0cefb6c18fda02311a056e9481a7
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 12:19:55 2014 -0700

    Remove mutex locking around global settings object
    
    Not using threads at this point anyway and using it at this level
    causes deadlocks when functions watching for settings changes call
    back in to get/set the settings. In the future if threads are used,
    access to the global settings instance should be locked by the caller
    or some other mechanism put in places.

commit 2b5155971e93df04e85419fd56966eb01f15971a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 01:19:09 2014 -0700

    Add a basic toolbar
    
    And a preference to control whether it's visible, default to off.
    
    TODO:
    * See if the layout is optimal
    * Show tooltip in statusbar on mouse hover like main menu items
    * Allow customization? (using GtkUiManager)

commit 349b8477a5461ddb1d02ae36d741db17da9bfde3
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Thu Jul 10 00:30:13 2014 -0700

    Re-organize the main menu a bit
    
    * Remove Text and Navigation main menus
    * Add Search main menu
    * Put items from Text item into Edit menu
    * Move Find-related items from Edit menu to search menu
    * Move Go To from Navigation menu to Search menu
    * Move Filetype item to top of Document menu instead of in own group
    * Move the Previous/Next tab items in to the Document menu
    * Move the dynamic open documents/tabs list items to Document menu
      - TODO: the document/tab list might be better as a GtkNotebook menu?
    * Update order of actions functions to match menu changes

commit 431baa2598ae6b833833159c636bc913a254bc48
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 9 21:54:50 2014 -0700

    Refactor GSettings path/schema code into separate class
    
    It looks through the main GSettings to find all the keys and recurses
    into child schemas to find their keys and it makes up a lookup hash
    table that maps key paths to their key name and GSettings instance.
    
    The new code is no longer hardcoded to specific schemas/paths except
    for the macros that save typing mistakes for the paths.

commit a33421120dede39fd7cddb383db068531df7bcac
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 9 18:51:25 2014 -0700

    Change path parsing code to give caller 0-terminated string
    
    Before, it never used the key length so if the path had a trailing
    slash it could be used as part of the key. Now the caller gets the
    key name, zero-terminated, into the buffer they provide, and it will
    only contain the parsed key (assuming the caller's buffer was big
    enough).

commit f95cb2f55644f13e457f746cb2aa9a60f85b228e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 9 18:22:32 2014 -0700

    Fix one-time leak with keyfile settings backend

commit 43e987372941c4c4caca4428b00e60b3a618e00f
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 7 22:04:05 2014 -0700

    Add preferences dialog

commit 83d0ced75fb623f2289e0657e4c68c454653609c
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Jul 9 03:31:21 2014 -0700

    Re-write the settings to make easier to use from code
    
    But still keeping nested schemas to make it easier from dconf-editor
    and in keyfile sections.

commit 5ee27d2a8a69df0fb445e0489b9072a1fa0a547e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 7 17:45:17 2014 -0700

    Fix color-scheme property so setting saves correctly
    
    And remove G_PARAM_CONSTRUCT from other properties where not needed.

commit c9b556327cd927b3e1c213b5989dc304d7424bd3
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 7 03:21:18 2014 -0700

    Add helper function mousepad_settings_connect_changed()
    
    For connecting to GSettings change notifications in one of the
    various schemas. Also fix a missed "search-replace-all" string
    literal that didn't get updated in previous commit.

commit d80b40b95542d8a55c75293e0e1a4bc6ba730877
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Jul 7 01:39:50 2014 -0700

    Re-write MousepadSettings to use multiple child schemas
    
    For view settings, window settings, search state, and window state.
    MousepadSettings no longer is a GSettings subclass but rather contains
    a GSettings instance for each of the new child schemas.
    
    Also add constants MOUSEPAD_SETTING_* and MOUSEPAD_STATE_* to use
    in code in order to reduce changes of a typo slipping by unnoticed.

commit 8df405f985b7a4087937a26a4d2fa6196bd74f87
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 23:21:08 2014 -0700

    Move window-height and window-width in schema
    
    Put next to window-remember-geometry and improve its description.

commit e0ff5aa62ca909ac3a1ff4138c32c411e4c07311
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 23:16:31 2014 -0700

    Keep the UI in sync with the recent-menu-items setting

commit cbc5fbef5eeaeb6864003ba86aa6d576579cb627
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 23:10:12 2014 -0700

    Keep the UI in sync with the always-show-tabs setting

commit 442432667d7b83ea8ec584f45024f2a274f9fb88
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 22:58:30 2014 -0700

    Update the window title when path-in-title setting changes

commit 70761ead98a06d2383cf95b2f43961f6dd1d5ee9
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 22:44:07 2014 -0700

    Always create a statusbar and just hide/show it
    
    Make the action handler hide/show the statusbar and bind the related
    GSetting to the action.

commit f8d2d51a7b4357fc8d3300052d2b0d0a0f2367aa
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 22:13:11 2014 -0700

    Make the misc- settings window- instead

commit b48d3d76a52f0883e30140a1a526432daa69aedf
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 21:57:05 2014 -0700

    Move word-wrap from MousepadDocument to MousepadView
    
    And bind from GSettings. Remove now uneeded code from this change and
    also some for previous color-scheme property addition.

commit 81a430c0ff61a50cf47cbcd1b3de49acf7f72b64
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 21:38:30 2014 -0700

    Add color-scheme property to MousepadView
    
    Bind GSettings to property to keep in sync.

commit fd87858d8159032fa94ab168acb8f5390ad71083
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 21:02:05 2014 -0700

    Use the rest of the GtkSourceView properties with GSettings
    
    Rename existing settings to make them match GtkSourceView property
    names for consistency.

commit f0391f0b26ca3769d8172b2502dd482cf7ad26d0
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 20:10:16 2014 -0700

    Add view-show-whitespace and view-show-line-endings
    
    Add the properties to MousepadView and make them update the base
    GtkSourceView's draw-spaces flags property. Bind GSettings to new
    properties.

commit 172ddea0e58370869d5901665fefd0f1d18a2f13
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 18:40:53 2014 -0700

    Make font-name a real property on MousepadView
    
    Use normal GSettings binding to keep in sync with settings.

commit 8b224a3ea10c73d094390b1f3daf4271bb958ebe
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 17:53:54 2014 -0700

    Refactor for view-font-name GSetting
    
    Move _set_font() from MousepadDocument to MousepadView. Add glue to
    bind the setting change to update the view's font.

commit aa8a283d29b33907da969d1f4ff65cd8ad364d9e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 17:21:53 2014 -0700

    Remove uneeded code for view-auto-indent

commit d6ac79f341aabf7b2d0581fab5b3cdbf97570ea4
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 16:57:33 2014 -0700

    Remove uneeded code for view-line-numbers setting
    
    Bind each textview's show-line-numbers property to the setting so that
    the window code no longer needs to apply it manually. Remove pointless
    mousepad_view_get/set_line_numbers() functions since the binding makes
    it automatic and it can also be set through the GtkSourceView functions
    where needed.

commit ad1c4398007177ec8b95c67b205d4b9cf208b070
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 16:32:21 2014 -0700

    Make GSettings keyfile backend a separate compile-time option
    
    Rather than using the DBus configure option since the default backend
    may not use DBus but Windows registry, or OSX User Defaults, etc.

commit 011a2e8d8019d2b5deffac71726c47afeac56b5d
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 16:02:43 2014 -0700

    Use existing config directory for GSettings keyfile backend
    
    Also add scope/block to avoid C89 warning about mixing code and
    declarations.

commit f8a4bed9c0f394d1a4b78e39cddea8212387da17
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 16:00:11 2014 -0700

    Add GSettings wrapper functions to mousepad-settings.h
    
    And use them everywhere that g_settings functions were used.

commit 19182c7830191676f638c23d0892ba2bdee6f32d
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 14:33:01 2014 -0700

    Use GSettings for MousepadReplaceDialog search settings
    
    Add new setting "search-replace-all" to control the checkbox for it
    in the dialog. Refactor "search-replace-all" callback into _changed()
    function.

commit 3606ff77963e1ef2cd8a2d26ed8b13f9ee229161
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 13:23:24 2014 -0700

    Use GSettings for the search bar search-match-case setting

commit 113029910dfc0a993d5b6fd7150d7912bee7e945
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 03:14:42 2014 -0700

    Bind GSettings for view-line-numbers and window-statusbar-visible

commit 97c0b8b5d50a2285dab3e835c7bd499aa299e204
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 03:05:46 2014 -0700

    Use DConf (or whatever the default) when DBus support is enabled
    
    Instead of explicitly using keyfile backend

commit 0393b733eb4021b17912e38891e42aad1df447a4
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 02:44:27 2014 -0700

    Replace MousepadPreferences with GSettings

commit 78da59cb7278ef752073791d1eefe33551a41413
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 01:19:45 2014 -0700

    Add GSettings subclass singleton and related hooks

commit 203536a3039200b571aa9cd68f2e2e7f031f98cb
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Sun Jul 6 00:16:46 2014 -0700

    Build system support for GSettings
    
    Including a preliminary, non-tested schema XML file.

commit 5e95b16e1f0a43a740402150ed50c31401562219
Author: Allan Nordhøy <comradekingu@gmail.com>
Date:   Mon Jun 16 00:30:50 2014 +0200

    I18n: Update translation nb (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8ece0c5fb00758151378db1acc55cd7c31a6e93f
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sat Jun 7 12:30:50 2014 +0200

    I18n: Update translation pl (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 63a420e30bf4cf85f1b75cb8c1f49c2636e264ca
Author: haarek <haarektrans@gmail.com>
Date:   Thu May 29 18:30:53 2014 +0200

    I18n: Update translation nb (98%).
    
    243 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 640463252f23fc7b954c78add3e57658fd26ccd6
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Mon May 26 18:31:00 2014 +0200

    I18n: Update translation ast (88%).
    
    219 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bfad8af8d5cc7c22c93bc1325bb3f352e677e46d
Author: haarek <haarektrans@gmail.com>
Date:   Sun May 25 00:30:52 2014 +0200

    I18n: Update translation nb (93%).
    
    231 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 88764e966dc8b290c22b5095d35c408eeab84cd7
Author: haarek <haarektrans@gmail.com>
Date:   Fri May 23 00:30:50 2014 +0200

    I18n: Update translation nb (92%).
    
    228 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 00d131ec799a6fc798fa68f72072c027aad809e7
Author: kingu <comradekingu@gmail.com>
Date:   Sun May 18 06:30:54 2014 +0200

    I18n: Update translation nb (91%).
    
    225 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8d8be38f49109c90cc8ddf1b41cec54405417e42
Author: kingu <comradekingu@gmail.com>
Date:   Sat May 17 06:30:47 2014 +0200

    I18n: Update translation nb (72%).
    
    178 translated messages, 69 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 24ed329b9e30dc161c7138902027fd895891eb2a
Author: kingu <comradekingu@gmail.com>
Date:   Sat May 17 00:30:58 2014 +0200

    I18n: Update translation nb (71%).
    
    177 translated messages, 70 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5362e9e6090f4747e52ca73e0dad28bbf0982340
Author: kingu <comradekingu@gmail.com>
Date:   Fri May 16 18:30:48 2014 +0200

    I18n: Add new translation nb (69%).
    
    172 translated messages, 75 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 825b874e7277666c4c62687e424626f84e7e1197
Author: Urides <urien.desterres@gmail.com>
Date:   Wed May 14 18:30:49 2014 +0200

    I18n: Update translation fr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4fb033bb550f6d059ed1e8e7b170c094187a400d
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Wed May 14 06:30:49 2014 +0200

    I18n: Update translation es (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7517eda1e910f443fd51ae840b97c63145504b0b
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Thu Apr 24 12:30:52 2014 +0200

    I18n: Update translation ast (65%).
    
    162 translated messages, 85 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2a53fc3a04be808d55839c0d259d0935cc8d9a71
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Wed Apr 23 12:30:50 2014 +0200

    I18n: Update translation ast (63%).
    
    156 translated messages, 91 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit cf597fbdd94ebfc0c004077efd1113dc5afa38d0
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Mon Apr 21 18:31:00 2014 +0200

    I18n: Add new translation ast (62%).
    
    154 translated messages, 93 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4df120f687b52d6a33d4148057d590aa3c83f3ff
Author: Urides <urien.desterres@gmail.com>
Date:   Thu Apr 17 12:30:55 2014 +0200

    I18n: Update translation fr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 15a42eb3e2288155279112e4b6007c6881ce7d74
Author: 柏諺 黃 <s8321414@gmail.com>
Date:   Wed Apr 16 18:30:50 2014 +0200

    I18n: Update translation zh_TW (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a9c066d5136a23ce5a4f5d7d606379fbd72e416e
Author: Urides <urien.desterres@gmail.com>
Date:   Wed Apr 16 18:30:50 2014 +0200

    I18n: Update translation fr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1912167de46935524b2325302023cc0d1a177d77
Author: ప్రవీణ్ ఇళ్ళ <mail2ipn@gmail.com>
Date:   Thu Apr 10 00:30:53 2014 +0200

    I18n: Add new translation te (76%).
    
    190 translated messages, 57 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ddf39fb0bdf7897d7d3818ca9c105f4bfaa63302
Author: Urides <urien.desterres@gmail.com>
Date:   Wed Apr 9 18:31:14 2014 +0200

    I18n: Update translation fr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 29ad7929afe1ff5409eeefe2ee15453ae1ed0501
Author: Urides <urien.desterres@gmail.com>
Date:   Tue Mar 25 18:30:57 2014 +0100

    I18n: Update translation fr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit afa1c9293f0de9f8672bc68352521d47a5ad2594
Author: Anonymous <noreply@xfce.org>
Date:   Sun Mar 23 18:30:54 2014 +0100

    I18n: Update translation de (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f2f931201cb2fa46b7f82c5e6f6a7a8df1813f87
Author: asvl <alyoshin.s@gmail.com>
Date:   Sat Mar 22 18:30:54 2014 +0100

    I18n: Update translation ru (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ce7f25afcc04a0874917eea0d404672fa1c2c308
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Sat Mar 22 18:30:53 2014 +0100

    I18n: Update translation es (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 018786cfe5a38d35bc3e781ac385f7ffeb61ba35
Author: schizo <eveskovic@gmail.com>
Date:   Sat Mar 8 12:30:52 2014 +0100

    I18n: Update translation hr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3c32d7ca01cef18388f9cade5914cd02309c1168
Author: schizo <eveskovic@gmail.com>
Date:   Fri Mar 7 00:30:51 2014 +0100

    I18n: Update translation hr (77%).
    
    191 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2f6995f1640fb098646a3581829886ebf81993fc
Author: Juhani Numminen <juhaninumminen0@gmail.com>
Date:   Mon Feb 24 18:31:05 2014 +0100

    I18n: Update translation fi (74%).
    
    184 translated messages, 63 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c4c7c9e53a87e6e2a1f1902b5dea0c713cd0e17c
Author: theppitak <theppitak@gmail.com>
Date:   Sat Feb 1 18:30:50 2014 +0100

    I18n: Add new translation th (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ee67338f6a7f5ac12d25f10674e32d690c41818b
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Jan 24 00:30:53 2014 +0100

    I18n: Update translation is (67%).
    
    167 translated messages, 80 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 751e02a19f23801e0a103d93b5e71655cbe20bbe
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Fri Dec 27 06:30:49 2013 +0100

    I18n: Update translation zh_TW (99%).
    
    246 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e6bd0d3901a0c66205eed84dc51421225838cfa5
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Tue Dec 17 12:30:47 2013 +0100

    I18n: Update translation zh_TW (92%).
    
    228 translated messages, 19 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3278253b8f70980b246ab6a470e54e9297f7efab
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Sat Dec 14 12:30:47 2013 +0100

    I18n: Add new translation is (62%).
    
    154 translated messages, 93 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 37ef5ab0d8f98b550c162b64837f59d9a2d22bcb
Author: Cedric31 <cvalmary@yahoo.fr>
Date:   Sun Nov 24 06:30:51 2013 +0100

    I18n: Add new translation oc (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c0461797dc4ca15abbe52ce2b4ba53c7f7c24e60
Author: Juhani Numminen <juhaninumminen0@gmail.com>
Date:   Thu Nov 21 18:30:47 2013 +0100

    I18n: Add new translation fi (70%).
    
    175 translated messages, 72 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1cf5a6d920c0564b808ea9f396c777dc025205bd
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 18:52:00 2013 +0100

    I18n: Update translation sk (51%).
    
    127 translated messages, 120 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 809717ed8578cbb6920c27dd230cee4c5d9c7398
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 18:51:59 2013 +0100

    I18n: Update translation ru (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 35c630a74299c567d5845c17dbee55acb9c9ffc8
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 18:51:58 2013 +0100

    I18n: Update translation lt (99%).
    
    246 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e1a65fad50027f8d159c806bc410e7e3e0aee80f
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 18:51:58 2013 +0100

    I18n: Update translation ja (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 434b3f720a47a5355ddc094e8371b0219d3bbaa9
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Fri Nov 1 06:30:46 2013 +0100

    I18n: Update translation zh_TW (91%).
    
    226 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2f849bcfcd050d05feaf0c4df85bdbd9d00d0baa
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Oct 20 00:30:50 2013 +0200

    I18n: Update translation hr (71%).
    
    176 translated messages, 71 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8cac1760732cacce7e5d996ccddeb9237250a12c
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Thu Oct 10 12:30:48 2013 +0200

    I18n: Update translation tr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 740aa078d42e6c244240c9c217d80558e99b0b1a
Author: readmanr <robert_readman@hotmail.com>
Date:   Mon Oct 7 06:30:45 2013 +0200

    I18n: Add new translation en_GB (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f331ca338e8f5b4bf22b622adcf1effffac48c24
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Fri Oct 4 18:30:45 2013 +0200

    I18n: Update translation tr (90%).
    
    223 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 922819a60d481f2d4daf0d73d0720a0a27b35c28
Author: Mustafa Tekkoyun <mustafa.tekkoyun@gmail.com>
Date:   Sun Sep 29 18:30:46 2013 +0200

    I18n: Update translation tr (87%).
    
    215 translated messages, 32 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a93e21354cdca0b7782be1d893c11d685d8860a6
Author: Nucleo <nucleo@indamail.hu>
Date:   Wed Sep 25 00:30:43 2013 +0200

    I18n: Update translation hu (99%).
    
    245 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c1a18472c5fc922f1a66e679103cbf6fdcf98c4e
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Sat Sep 21 00:30:52 2013 +0200

    I18n: Update translation hu (65%).
    
    162 translated messages, 85 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e49aa86b294f3e80d27a0ebb0cc5a46d3933356d
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Wed Sep 4 18:30:59 2013 +0200

    I18n: Update translation tr (86%).
    
    214 translated messages, 33 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6f1b1429101865b01af24ff0bdf0bf0c2696760f
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Sep 2 06:31:01 2013 +0200

    I18n: Add new translation uk (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 273d11272db0339cfa1e8db427c3abda8c20cb69
Author: Anonymous <noreply@xfce.org>
Date:   Sun Aug 25 06:31:01 2013 +0200

    I18n: Update translation tr (80%).
    
    199 translated messages, 48 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2a220f743d706c7310fc39319c7d838ecd0bafdb
Author: Anonymous <noreply@xfce.org>
Date:   Thu Aug 15 00:30:59 2013 +0200

    I18n: Update translation tr (80%).
    
    198 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5b477a945c445639bc76b600071265f62827fa10
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Mon Aug 5 00:30:54 2013 +0200

    I18n: Update translation fr (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3dbcf47c0efeee10e2f95504335fa7e83d00da97
Author: k3lt01 <keltoiboy@gmail.com>
Date:   Mon Jul 29 12:31:17 2013 +0200

    I18n: Add new translation en_AU (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit adf90ade6fff3f1abcce5c67c899c89a7ccc8fcf
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Thu Jul 25 00:30:56 2013 +0200

    I18n: Update translation el (64%).
    
    159 translated messages, 88 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b4192e2014f76df9966976750a517fe11a031580
Author: kelemeng <kelemeng@gnome.hu>
Date:   Wed Jul 10 06:30:57 2013 +0200

    I18n: Add new translation hu (56%).
    
    140 translated messages, 107 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e7a7447d234f096cf6d58a3444106706295e295f
Author: cybercop <cybercop_montana@abv.bg>
Date:   Wed Jul 10 00:31:06 2013 +0200

    I18n: Update translation bg (100%).
    
    247 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 955b2cc0ca4767559fa4fe2f358e41d3c275d007
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon Jul 8 12:30:57 2013 +0200

    I18n: Update translation eu (71%).
    
    176 translated messages, 71 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c04324a1cc138ac52c411c59ce16c6d5fc3ad4e6
Author: volkangezer <volkangezer@gmail.com>
Date:   Fri Jul 5 22:59:49 2013 +0200

    I18n: Add new translation tr (73%).
    
    182 translated messages, 65 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 12f7206e494636aacb3a6f81d1c5144823175704
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Jul 3 20:24:51 2013 +0200

    I18n: Remove broken / unsupported translations.
    
    See http://users.xfce.org/~nick/broken-i18n/ for files and logs.
    
    Use https://www.transifex.com/projects/p/xfce/ to upload fixed versions or request a translation team.

commit beb086f376c06b8456102d1ebdab8441b3712976
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Jun 27 09:06:59 2013 +0200

    l10n: Updated Basque (eu) translation to 63%
    
    New status: 157 messages complete with 1 fuzzy and 89 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c6ddfdb815094071678ff984603bc19c5cc78fed
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Jun 27 08:49:54 2013 +0200

    l10n: Updated Basque (eu) translation to 55%
    
    New status: 138 messages complete with 1 fuzzy and 108 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 82ff6d75ecf9709accae6b8d3d470581fb2bf115
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon May 20 12:27:17 2013 +0200

    l10n: Updated Basque (eu) translation to 53%
    
    New status: 132 messages complete with 1 fuzzy and 114 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0e783c96ac93190d61902983e3b558c272beccc8
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon May 20 12:22:12 2013 +0200

    l10n: Updated Basque (eu) translation to 46%
    
    New status: 114 messages complete with 1 fuzzy and 132 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fa71b7cde20b6b0e97d2ce405c923312deb5f0e3
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon May 20 12:10:44 2013 +0200

    l10n: Updated Basque (eu) translation to 25%
    
    New status: 63 messages complete with 1 fuzzy and 183 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 568ab87aafe81cd5a3a2ffe008adcfd4929188e1
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon May 20 12:02:33 2013 +0200

    l10n: Basque translation first commit
    
    New status: 15 messages complete with 0 fuzzies and 232 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4802259a893ec3537c467ebea06172fe09b9aa73
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun May 12 10:59:28 2013 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 88%
    
    New status: 219 messages complete with 0 fuzzies and 28 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 83cf8eecc5db86d2c1fb641e32cdc16934048aaa
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Wed May 1 04:46:52 2013 +0200

    l10n: Added initial Kazakh translation.
    
    New status: 111 messages complete with 1 fuzzy and 135 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7f7b4c648117afed772432c07ef93fdfda193e64
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Fri Apr 26 21:11:38 2013 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2d6a80b283fcb2bfe8d4713a0b4fbe182e00ce63
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Fri Apr 26 17:22:09 2013 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f273306a99d6a4d68966585c464e099caa9bc500
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Fri Apr 26 17:16:38 2013 +0200

    l10n: Dutch translation
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 25e12ec1a61b23e4b08e24df60a069dd13cc9f3e
Author: Johannes Lips <johannes.lips@googlemail.com>
Date:   Thu Mar 28 08:37:19 2013 +0100

    l10n: Updated German (de) translation to 99%
    
    New status: 246 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f92a3b1389a3879f1e3fc85d93c59edea16819da
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Mar 24 15:36:27 2013 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e72519bfe9895894103d1ab50e5da2ad0d55d6e2
Author: Rickard Larsson <larsson@odus.se>
Date:   Wed Mar 20 11:31:42 2013 +0100

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 02aa3cb02b38b238a225baad817dfee8e50cc7c3
Author: Elefterios Lundell <winnie666@gmail.com>
Date:   Tue Mar 19 23:02:19 2013 +0100

    l10n: Updated Swedish (sv) translation to 99%
    
    New status: 246 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a79c058ca18efc32077c208dfce39787469564b7
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Wed Mar 13 05:21:48 2013 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2c1bd80890f1d38d57c7d8d9372df6715b82ede5
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Mar 7 17:18:23 2013 +0100

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1706f8be0a46cddb482aa1d35c4473394987d26c
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Mar 3 04:11:32 2013 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 74%
    
    New status: 183 messages complete with 0 fuzzies and 64 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0cc16e9579a3a1c8407864fc5159544cdad4f212
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sun Feb 10 20:34:22 2013 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6fcabd2bad85d0438f8a61357e3e198bf5e4d825
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Tue Feb 5 20:55:10 2013 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 42f08b7eae9628426e4389820c5277457c1d5f39
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Jan 30 22:21:09 2013 +0100

    l10n: Updates to Bulgarian translation
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8d234ab666526e0e8411b49e24a3557a1e3ccbcd
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Jan 23 12:15:16 2013 +0100

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b39dcb78e588c2a23d78f991d4f5bcc70262dcb6
Author: Georgios Stefanakis <nonviotale@gmail.com>
Date:   Sat Jan 19 23:41:32 2013 +0100

    l10n: Updated Greek (el) translation to 63%
    
    New status: 156 messages complete with 0 fuzzies and 91 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 11ec6442784e8c8bd31c0e60fd135d5b201e8099
Author: Georgios Stefanakis <nonviotale@gmail.com>
Date:   Sat Jan 19 19:39:14 2013 +0100

    l10n: Updated Greek (el) translation to 26%
    
    New status: 66 messages complete with 0 fuzzies and 181 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 972e24ba43dc1f778da2c906b46acd0be1335caa
Author: Georgios Stefanakis <nonviotale@gmail.com>
Date:   Fri Jan 18 22:11:39 2013 +0100

    l10n: New greek translation
    
    New status: 56 messages complete with 0 fuzzies and 191 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9ff5794bfb6b9653a42ded86d307a9ed7e411416
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Jan 7 17:33:36 2013 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 60a63bd589554d01aee46bad89925eb96e793c8c
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Jan 6 22:13:08 2013 +0100

    l10n: Updated Serbian (sr) translation to 99%
    
    New status: 246 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5fa0f4fb2f77ff16bacfee835aeee0cf4ba02009
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Thu Jan 3 17:46:28 2013 +0100

    l10n: Updated Croatian (hr) translation to 70%
    
    New status: 174 messages complete with 0 fuzzies and 73 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 17509e995306224ae10ad8a6632d0e2c9345f532
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Dec 31 00:28:29 2012 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c9bbc34a2112c0f0f8c3a70c3e27de81ed5b4f7b
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Dec 31 00:22:26 2012 +0100

    l10n: Updated French (fr) translation to 97%
    
    New status: 241 messages complete with 6 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 65972f7925b8f810a7356eddad80e559ad64e03c
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 15:23:52 2012 +0100

    Set textdomain codeset to utf-8.

commit bd725ea7e5fdce6887c00bc4d78be3e3938340e9
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 12:24:30 2012 +0100

    Fix desktop file.

commit ac49e64653935da8ed70f8e1d135fd86fe10a85b
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 12:07:01 2012 +0100

    Post release tag bump.

commit 93f6b72ebefe552fae19457436c32796616bc2ba
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 12:03:54 2012 +0100

    Update version for release.

commit 6736663b132180012508e33b505dcf2e2ec83689
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 12:02:33 2012 +0100

    Automagically provided by distcheck.

commit d6b4ae93b6422447f6b31421b4686e2330848ae2
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 12:02:10 2012 +0100

    Old news file only contained translation release.

commit 8742e37ba35931541c83856203956cb5919488c7
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 12:00:10 2012 +0100

    Drop icons, it uses "accessories-text-editor".

commit 7c4be0e6d6971c69aec31a8287afcfe7658c32e2
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:56:42 2012 +0100

    Add missing file, update configure.

commit 2c8a3873cadb4a7ab799480f32113cf9de5afaaf
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:50:50 2012 +0100

    Hardcoded help location to docs.xfce.org.
    
    Should use the function in 4ui for this, but that's for later.

commit 0194fadcf4cbbe15e1da6643073a9fc3d7f6b084
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:47:57 2012 +0100

    Remove spec file.

commit 7f3f075b22a884d1b40393ef6d99c250ee2539fb
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:47:09 2012 +0100

    Lowercase the desktop file name.

commit f363acf7d7211a0b4d7bb6b8c18c7d6597ba6b85
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:46:29 2012 +0100

    Remove docs and cleanup a bit.

commit 084e1ecac5b111aec765fbefc77616fb116eb7cc
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:34:55 2012 +0100

    Fix compiler warning.

commit b7b6571427a17f8343bda5810f9a830be2c0775a
Author: Walter cheuk <wwycheuk@gmail.com>
Date:   Thu Dec 27 12:15:33 2012 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 59%
    
    New status: 147 messages complete with 1 fuzzy and 99 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d8a3818f250fcd65c1722f8f358322cdf7e5c7dd
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:59:26 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8e06b972bf92d4e14c6800eeb7797c97d855a804
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:53:13 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2f758034bee5e098b7401461e822ecceadcc09ef
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:52:28 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c5f6385513b865a2a3cfdd6bd397c778b0cc4caf
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:47:22 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 361d726f4be9466af04f1e7dcafcb3ee1997e0cd
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:40:56 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e594d80fe61ef23f2beddb14f91f176ff35586d2
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:36:57 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aac5712b3b117f38513888f3a602cb4c4d229318
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:32:11 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 26d013383a90081f53114c3e77335bd78b75c5fb
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:31:24 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c293d4413f595459cfd8beda9a4cc7b01ace9034
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:22:26 2012 +0100

    l10n: Updated Italian (it) translation to 99%
    
    New status: 245 messages complete with 0 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3012303eba53eb89e3346cc4da6601ee9b97f9be
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 15:15:53 2012 +0100

    l10n: Updated Italian (it) translation to 99%
    
    New status: 245 messages complete with 0 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c96754c2fbffc568b9b8c6295c7c471c9ae4587c
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Dec 26 12:22:10 2012 +0100

    l10n: Updated Italian (it) translation to 98%
    
    New status: 244 messages complete with 1 fuzzy and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit adce30d950444e8ecd3aa649cfae5fc53f459b88
Author: Walter cheuk <wwycheuk@gmail.com>
Date:   Sun Nov 25 08:55:16 2012 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 50%
    
    New status: 124 messages complete with 1 fuzzy and 122 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8864e73d0e3d5467aa3d754b818055efa94b11ca
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Nov 21 17:46:28 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit baca94bfb056b0ea5daa2541ba8c73ea5435e51d
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Nov 14 18:33:57 2012 +0100

    l10n: Updated Croatian (hr) translation to 68%
    
    New status: 169 messages complete with 0 fuzzies and 78 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 884fffa63ca31ed4a83164d51e0bec16025a07a0
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Mon Nov 12 02:07:27 2012 +0100

    l10n: Initial Czech translation
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c48178bec66bfc204dddf0e275b7764336a07b68
Author: Hunt Xu <mhuntxu@gmail.com>
Date:   Sun Nov 11 15:01:32 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2253f6367fba1b7c582fdf8ca3cfde1f02357b03
Author: محمد الحرقان <malham1@gmail.com>
Date:   Sun Nov 11 09:10:50 2012 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4e99dc37f37d387c63ad6eb21ccd950f32d0dcd0
Author: prflr88 <prflr88@gmail.com>
Date:   Fri Nov 9 13:14:18 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bd3c7c9cc2353abf22b8bc4fc6762764b59132f3
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Thu Nov 1 12:13:35 2012 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2b87f711e547e79f806703efa6c867d40ace2fbe
Author: Marcin Romańczuk <abjsyn@gmail.com>
Date:   Wed Oct 31 20:47:53 2012 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bc020363e945b36b886aa072e97390af839517c7
Author: Alexander Nordlund <deep.alexander@gmail.com>
Date:   Thu Oct 25 13:56:28 2012 +0200

    l10n: Updated Swedish (sv) translation to 99%
    
    New status: 246 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1123a61ea9f356aca47199c6c225d10bc9739e85
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Wed Oct 24 06:14:04 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6e91627297ca8e5b3a82e0d95118e4eb11ddcb1f
Author: prflr88 <prflr88@gmail.com>
Date:   Mon Oct 22 19:07:09 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2a9abd180567f9e71a74df7a40c17b74d9659c2f
Author: prflr88 <prflr88@gmail.com>
Date:   Sun Oct 21 06:59:07 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4164bd2d22303491374d887c241a95d25c07c0be
Author: prflr88 <prflr88@gmail.com>
Date:   Thu Oct 18 05:00:06 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 43c62da86b5d7eb9f6aa7081a5a8977021345339
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Tue Oct 16 09:59:41 2012 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 82edeaee2ec9fd97872264dbb2baae5aea6c091e
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Oct 10 14:03:46 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3ed593ad607379c965b873a0ae97dcb0aebc101a
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Oct 10 14:02:34 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ee3b368ca4569489acecb6a06598d639ed2ead1b
Author: Adolfo Jayme Barrientos <fitoschido@gmail.com>
Date:   Wed Oct 10 05:38:08 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 97%
    
    New status: 241 messages complete with 0 fuzzies and 6 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6ffd242c04d78b8b25f5e76bddc39cc6eb8499d9
Author: Adolfo Jayme Barrientos <fitoschido@gmail.com>
Date:   Wed Oct 10 03:29:26 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 97%
    
    New status: 240 messages complete with 0 fuzzies and 7 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 89495a2607d82583963df3a3037f671f34e035d5
Author: lbazan <bazanluis20@gmail.com>
Date:   Wed Oct 10 00:39:55 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 87%
    
    New status: 217 messages complete with 0 fuzzies and 30 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4ff0fcb8232107cec3e39a8ad5cf89299e2beeb9
Author: lbazan <bazanluis20@gmail.com>
Date:   Wed Oct 10 00:31:30 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 85%
    
    New status: 212 messages complete with 0 fuzzies and 35 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e2fd3dd39545897008f2cfc20bac634ddcc4a459
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Oct 7 10:38:56 2012 +0200

    l10n: Updated Polish (pl) translation to 87%
    
    New status: 217 messages complete with 14 fuzzies and 16 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 870ec456d060e24caa931599fcd702e97baedd91
Author: Piotr Strębski <strebski@o2.pl>
Date:   Wed Sep 26 22:22:40 2012 +0200

    l10n: Updated Polish (pl) translation to 82%
    
    New status: 204 messages complete with 5 fuzzies and 38 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0cc1e3bb1e3fc6f0331e47d80fbd905f882cba55
Author: Piotr Strębski <strebski@o2.pl>
Date:   Wed Sep 26 22:21:13 2012 +0200

    l10n: Updated Polish (pl) translation to 82%
    
    New status: 203 messages complete with 5 fuzzies and 39 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit de47abb951cf6e60f34d0540a9ed2041dc2488e8
Author: Piotr Strębski <strebski@o2.pl>
Date:   Wed Sep 26 22:19:34 2012 +0200

    l10n: Updated Polish (pl) translation to 80%
    
    New status: 200 messages complete with 5 fuzzies and 42 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 21b26d06433a98570fd3f189807e7caf00d97061
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Sep 24 20:54:46 2012 +0200

    l10n: Updated French (fr) translation to 95%
    
    New status: 235 messages complete with 12 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5bb196cd91c965a8de145149918d3b605a1ac9b6
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Sep 16 22:51:56 2012 +0200

    l10n: Updated Serbian (sr) translation to 99%
    
    New status: 245 messages complete with 1 fuzzy and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 56dda9a111a2d6ead8f31a6e0df2cafbcd6af2bb
Author: prflr88 <prflr88@gmail.com>
Date:   Sun Sep 16 12:02:24 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 84%
    
    New status: 209 messages complete with 0 fuzzies and 38 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 21bbf0bfde7e3d52b7fc8dfc30ce3dc3067d6a42
Author: prflr88 <prflr88@gmail.com>
Date:   Sun Sep 16 11:52:39 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 78%
    
    New status: 194 messages complete with 0 fuzzies and 53 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 627b82fe7d05ccafd7cd418dfbe250b981218842
Author: prflr88 <prflr88@gmail.com>
Date:   Sun Sep 9 21:51:31 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 76%
    
    New status: 189 messages complete with 0 fuzzies and 58 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5ccadbb0445c11fb8370fc262d0ea0e2c2cf750d
Author: prflr88 <prflr88@gmail.com>
Date:   Sun Sep 9 21:49:40 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 75%
    
    New status: 186 messages complete with 0 fuzzies and 61 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4d60dc6353cf74c2d3c19dbf58eef8433f823c58
Author: salvatorexfce <salvatorexfce@gmail.com>
Date:   Thu Sep 6 12:33:37 2012 +0200

    l10n: Updated Italian (it) translation to 97%
    
    New status: 242 messages complete with 3 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c9f97d343bb03ddecb3da62c802db4a033acedcc
Author: salvatorexfce <salvatorexfce@gmail.com>
Date:   Thu Sep 6 10:30:06 2012 +0200

    l10n: Updated Italian (it) translation to 85%
    
    New status: 211 messages complete with 7 fuzzies and 29 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d21aba06cd2b212e960fbdb326f4592f00f9fb01
Author: salvatorexfce <salvatorexfce@gmail.com>
Date:   Tue Sep 4 10:19:36 2012 +0200

    l10n: Updated Italian (it) translation to 64%
    
    New status: 160 messages complete with 7 fuzzies and 80 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 837ea5844bc1bc853f180e59ab15f221ef650f2a
Author: salvatorexfce <salvatorexfce@gmail.com>
Date:   Mon Sep 3 16:58:01 2012 +0200

    l10n: Updated Italian (it) translation to 38%
    
    New status: 95 messages complete with 4 fuzzies and 148 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit dcebbbe89466fd1621c2ae1bdcddc62206ecf0c9
Author: salvatorexfce <salvatorexfce@gmail.com>
Date:   Mon Sep 3 16:32:59 2012 +0200

    l10n: Translation for italian Mousepad text-editor
    
    New status: 14 messages complete with 1 fuzzy and 232 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 84a79c40932b48d3c67fa5c14147b5a195151792
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Sat Sep 1 17:33:24 2012 +0200

    l10n: Updated French (fr) translation to 94%
    
    New status: 234 messages complete with 13 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c505e72c66ff4cc8cfda100a3419309f73f44042
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Sat Sep 1 17:06:30 2012 +0200

    l10n: Updated French (fr) translation to 82%
    
    New status: 205 messages complete with 14 fuzzies and 28 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d8a7393cae19b0eb342936647d48b3dcb52a9799
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Sep 1 10:39:46 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 68%
    
    New status: 170 messages complete with 0 fuzzies and 77 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5051fd634cc2b2409daaeed752a63600cbc999b6
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Thu Aug 30 21:59:14 2012 +0200

    l10n: Updated French (fr) translation to 71%
    
    New status: 177 messages complete with 11 fuzzies and 59 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5cdb154e46feec85380e072a4280fdc36c0b9b1b
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Thu Aug 30 21:56:10 2012 +0200

    l10n: Updated French (fr) translation to None%
    
    New status: 0 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 359556ef48482f947d35dda7d7b5b5fef9b80e15
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Thu Aug 30 21:48:27 2012 +0200

    l10n: Updated French (fr) translation to 78%
    
    New status: 194 messages complete with 18 fuzzies and 35 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 003766a4231a300ea2e1747fdc6e4d5a570406cf
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Thu Aug 30 21:40:27 2012 +0200

    l10n: Updated French (fr) translation to 73%
    
    New status: 181 messages complete with 15 fuzzies and 51 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 009fb4542e51ff51bc94ca9be02cef25ed5f0ebb
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Thu Aug 30 13:36:40 2012 +0200

    l10n: Updated French (fr) translation to 71%
    
    New status: 177 messages complete with 11 fuzzies and 59 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b1aec4ffbae9b55cebd9df18e2657b6777113089
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Wed Aug 29 23:38:42 2012 +0200

    l10n: Updated French (fr) translation to 56%
    
    New status: 140 messages complete with 6 fuzzies and 101 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5da11014987f6b1b9d993d07a7bf345444d9531e
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Wed Aug 29 17:29:46 2012 +0200

    l10n: Updated French (fr) translation to 48%
    
    New status: 121 messages complete with 6 fuzzies and 120 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d4c5d0eef77b5df9bfbb64f4160e4c6d3603f1c6
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Wed Aug 29 16:01:30 2012 +0200

    l10n: Updated French (fr) translation to 40%
    
    New status: 100 messages complete with 2 fuzzies and 145 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9be66e71e3e96921afc90087604f934c417d1dcd
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Wed Aug 29 15:02:30 2012 +0200

    l10n: Updates to French translation
    
    New status: 38 messages complete with 2 fuzzies and 207 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 88aba4e1f5272ea686cb34c5d6e349ef152d4701
Author: Alex Z <ad_user@lavabit.com>
Date:   Mon Aug 27 12:58:52 2012 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b24b570ed368febe98ab90e374ea2b08cd213bb8
Author: Urmas D <davian818@gmail.com>
Date:   Tue Aug 21 11:21:04 2012 +0200

    l10n: Updated Russian (ru) translation to 54%
    
    New status: 135 messages complete with 97 fuzzies and 15 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aad724fd15c08aca549db110b2e8c71a680d383f
Author: Urmas D <davian818@gmail.com>
Date:   Tue Aug 21 10:55:14 2012 +0200

    l10n: Updated Russian (ru) translation to 26%
    
    New status: 65 messages complete with 164 fuzzies and 18 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6a985027b462782b98b37670bf1762294c64e2bc
Author: Urmas D <davian818@gmail.com>
Date:   Tue Aug 21 10:17:15 2012 +0200

    l10n: Imported Russian translation
    
    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 23a540cefdc91ebc3082ea668541900a7c6c4c63
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Aug 18 08:17:32 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 58%
    
    New status: 145 messages complete with 0 fuzzies and 102 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c99dc4a5eec9b88c2af273ae7a6ac6ec2d785fef
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Aug 18 08:16:58 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 58%
    
    New status: 145 messages complete with 0 fuzzies and 102 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5bb9a02b34279ad355db21512aa99b50bfad456b
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Aug 18 08:13:25 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 55%
    
    New status: 136 messages complete with 0 fuzzies and 111 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d7f6dccf91cdbdd36749d1273011e899efb61d76
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Aug 18 08:08:35 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 51%
    
    New status: 126 messages complete with 0 fuzzies and 121 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit dc9b053809c2e44e070d65e854940c81b24d2010
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Aug 18 08:04:54 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 51%
    
    New status: 126 messages complete with 0 fuzzies and 121 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8879975a54aba8ff79664dbbfbedbc04974a8099
Author: prflr88 <prflr88@gmail.com>
Date:   Fri Aug 17 06:59:34 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 47%
    
    New status: 118 messages complete with 0 fuzzies and 129 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 55d840b2d66f3044fe23b83b6d6d02dc14dac82e
Author: prflr88 <prflr88@gmail.com>
Date:   Fri Aug 17 06:57:21 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 45%
    
    New status: 112 messages complete with 0 fuzzies and 135 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 41fde0f3bd7cc6432c586cdc6d7313214a9988a0
Author: Walter cheuk <wwycheuk@gmail.com>
Date:   Thu Aug 9 16:22:56 2012 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 45%
    
    New status: 113 messages complete with 1 fuzzy and 133 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e2467d11809cdfb4f6a4de792a66c0e857c66569
Author: Walter cheuk <wwycheuk@gmail.com>
Date:   Thu Aug 9 15:57:14 2012 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 22%
    
    New status: 55 messages complete with 1 fuzzy and 191 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit debaffb204cdcb9d633d3e3b9453cb59527103ff
Author: Walter cheuk <wwycheuk@gmail.com>
Date:   Thu Aug 9 15:48:03 2012 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 21%
    
    New status: 54 messages complete with 1 fuzzy and 192 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cab18d1ebb880cb0b752928197b687bc6eb81a62
Author: Walter cheuk <wwycheuk@gmail.com>
Date:   Thu Aug 9 15:39:57 2012 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 9%
    
    New status: 23 messages complete with 1 fuzzy and 223 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 87661ebd4dc3720c9008f5ff46e71ef3b5330288
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Mon Aug 6 15:51:39 2012 +0200

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 41278fb0af4b12acb630e4078f58142084c44153
Author: prflr88 <prflr88@gmail.com>
Date:   Fri Aug 3 20:54:26 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 39%
    
    New status: 97 messages complete with 0 fuzzies and 150 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e4b6ffb3c2d7801fc7584efb13f4a8452ecedd9a
Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
Date:   Tue Jul 31 10:11:38 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 97%
    
    New status: 240 messages complete with 6 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c7052165e0f77f0f2a0b75a47e5897ae38546dd7
Author: prflr88 <prflr88@gmail.com>
Date:   Sat Jul 28 04:53:30 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 34%
    
    New status: 85 messages complete with 0 fuzzies and 162 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit da63fb93f261ecd4dcaf1371b039594b1a405a56
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Wed Jul 25 07:53:42 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2eeb218188af3dc95bc3e829f8794f42b0be96b0
Author: Christoph Mende <angelos@gentoo.org>
Date:   Tue Jul 24 00:06:05 2012 +0200

    l10n: Updated German (de) translation to 99%
    
    New status: 245 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0b5d67f8233f410024e60fc9aef3b9293190f138
Author: prflr88 <prflr88@gmail.com>
Date:   Mon Jul 23 18:06:28 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 24%
    
    New status: 60 messages complete with 0 fuzzies and 187 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ad1cf1fc37324e5c7f79331d7fec9dd39bc023f7
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Mon Jul 16 11:15:58 2012 +0200

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 88588c36cd9f38e0db5f3814a58a029ee9a38f57
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Jul 15 17:27:34 2012 +0200

    l10n: Updated Polish (pl) translation to 78%
    
    New status: 194 messages complete with 6 fuzzies and 47 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 07b7bf69682e53c0cc5f4b413dede575d0d99093
Author: Henrique P. Machado <zehrique@xfce.org>
Date:   Fri Jul 13 01:38:38 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1799c7f5ec14909e40f278ebf9852a92915a0a98
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Thu Jul 12 12:10:29 2012 +0200

    l10n: Updated Polish (pl) translation to 74%
    
    New status: 183 messages complete with 6 fuzzies and 58 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3fd21435fb1b0ae31c1634572644b72d6d4baa35
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Jul 11 18:34:41 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 20%
    
    New status: 51 messages complete with 0 fuzzies and 196 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ef98e2464bcbfb2297221e387131607aeb677770
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Jul 11 18:33:40 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 19%
    
    New status: 47 messages complete with 0 fuzzies and 200 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 76d0b6038049e4be5c075dc06a2bc065fc228a86
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Jul 11 18:29:01 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 12%
    
    New status: 32 messages complete with 0 fuzzies and 215 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3e241e438cd890d0771a984244b03f50b121141c
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Wed Jul 11 12:32:29 2012 +0200

    l10n: Updates to Chinese (Taiwan) translation
    
    New status: 17 messages complete with 1 fuzzy and 229 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bf012dbc24b2ec3c196b8aab36516e375803224b
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Tue Jul 10 07:42:31 2012 +0200

    l10n: Updated Uyghur (ug) translation to 96%
    
    New status: 239 messages complete with 0 fuzzies and 8 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e36593ea30e26d5174a993814775caf07f5a094b
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Mon Jul 9 11:09:15 2012 +0200

    l10n: Updated Polish (pl) translation to 66%
    
    New status: 165 messages complete with 5 fuzzies and 77 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 48ceb09b4c94c179ecb7e8216203d4e3638b14e8
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Jul 8 15:40:06 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3e8a686f738bb38bccac411297476cabc92b5b22
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Jul 8 15:38:56 2012 +0200

    l10n: Updated Polish (pl) translation to 51%
    
    New status: 128 messages complete with 5 fuzzies and 114 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 036cddb56451ab9f1eca1e773f6a6185c517fac7
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Jul 8 10:15:39 2012 +0200

    l10n: Updated Polish (pl) translation to 44%
    
    New status: 111 messages complete with 4 fuzzies and 132 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 49c7a266bc9345c48caa996beae880b09d3b7174
Author: محمد الحرقان <malham1@gmail.com>
Date:   Fri Jul 6 19:12:42 2012 +0200

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 07324c5d916c22c8cafccd0c195a6b8a4603710d
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Fri Jul 6 15:56:03 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9a500d0f1102171df7f97623363dc4e5a89e63e3
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Fri Jul 6 13:38:04 2012 +0200

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e5410ce24e91bfb1c57f555456ac155aeb9fb6a7
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Fri Jul 6 02:00:35 2012 +0200

    l10n: Updated Uyghur (ug) translation to 96%
    
    New status: 239 messages complete with 0 fuzzies and 8 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 760461071be54e900978a537409f7f8f0f367a33
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Jul 4 06:55:48 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 6%
    
    New status: 17 messages complete with 0 fuzzies and 230 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 711c30857d147033738eb0e2ea3b36e5ebf6b705
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Jul 4 01:21:14 2012 +0200

    l10n: Updated Croatian (hr) translation to 63%
    
    New status: 156 messages complete with 0 fuzzies and 91 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bb4f9e40289ac204b9d5d4789194b3e9cfdc5358
Author: lbazan <bazanluis20@gmail.com>
Date:   Tue Jul 3 22:04:53 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 3%
    
    New status: 9 messages complete with 0 fuzzies and 238 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e06ca4c5e4bb0952c65e9d74471b4c774ecc00ff
Author: lbazan <bazanluis20@gmail.com>
Date:   Tue Jul 3 21:58:49 2012 +0200

    l10n: Spanish (Castilian)
    
    New status: 0 messages complete with 0 fuzzies and 247 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 702f80162de15692b147099daa61831459c2c6d0
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Jul 3 13:47:06 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 02594e84b3fdf0bc475f90d12f63c252106ca5ea
Author: Matthew Brush <matt@xfce.org>
Date:   Mon Jul 2 09:50:31 2012 -0700

    Fix string with inverted meaning about external modifications

commit b980d8101f64c1986904f12f4db590e44ca67c60
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Sat Jun 23 20:56:42 2012 +0200

    l10n: Updated Arabic (ar) translation to 4%
    
    New status: 12 messages complete with 0 fuzzies and 235 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ae690072e6edeaace3878dc4e3c1e410e89fa549
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Sat Jun 23 20:48:44 2012 +0200

    l10n: Arabic Translation
    
    New status: 5 messages complete with 0 fuzzies and 242 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit feec60a7bc8fa463ea937e3169d0a9d1b715c699
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Sat Jun 16 17:21:15 2012 +0200

    l10n: Initial Indonesian translation
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fab53dfc79873af2f9ad4d6901ea035459f3cab1
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Jun 15 16:05:46 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6917624e3da2d9475f8df31f846646ecd588c028
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Jun 15 08:26:34 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 99%
    
    New status: 245 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 864212f216f03120ca0b7e1f46405454c21b6baa
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Jun 15 08:25:29 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 97%
    
    New status: 241 messages complete with 6 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5d204c2ea398a3094b0a7add87ec47aebae95b7d
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Jun 13 07:05:40 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 63%
    
    New status: 157 messages complete with 0 fuzzies and 90 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7a712c6401cdaefe65e5f72947f25fb2d8f8aa12
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Jun 13 06:51:07 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 58%
    
    New status: 144 messages complete with 0 fuzzies and 103 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 93745ae892cee7587ecae83b0e47cc0d07bde2ed
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Jun 13 06:31:25 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 53%
    
    New status: 132 messages complete with 0 fuzzies and 115 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d47a45e9e756c6956a78ea3b02041af548cac254
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Jun 13 06:25:04 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 53%
    
    New status: 131 messages complete with 1 fuzzy and 115 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f976fbd736099fd0d26109882d8501bd94671bc0
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Jun 13 00:50:53 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 4%
    
    New status: 12 messages complete with 1 fuzzy and 234 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7aba0e5e94335046199e05cba04420f7f18920ea
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Jun 6 21:58:26 2012 +0200

    l10n: New Serbian translation, author salepetronije
    
    New status: 62 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 87f69cd04dd2e4ff4a663db6c7675f533008af0c
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Wed Jun 6 20:54:10 2012 +0200

    l10n: New slovak translation
    
    New status: 127 messages complete with 0 fuzzies and 120 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e66b294f87de3442236d315dea0ea5d41c297300
Author: Henrique P. Machado <zehrique@xfce.org>
Date:   Fri Jun 1 02:41:27 2012 +0200

    l10n: Initial commit for pt_BR translators start from scratch
    
    New status: 0 messages complete with 0 fuzzies and 247 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d57354b7aefdee5dc6d429d9d5c173f21db96bb9
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu May 31 06:30:43 2012 +0200

    l10n: Updated Uyghur (ug) translation to 68%
    
    New status: 170 messages complete with 0 fuzzies and 77 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d354feb17d9f7eb274d25de191c6cc2e385031bb
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Tue May 29 10:40:10 2012 +0200

    l10n: Updated Uyghur (ug) translation to 68%
    
    New status: 170 messages complete with 0 fuzzies and 77 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1fd1a51a3d51cfd43bd85b9d90a987ec9a6f2448
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Fri May 25 14:56:53 2012 +0200

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d996c4a3c81c9b26df1897e2d856642051f9ee33
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 11:18:26 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6c7f636ef3028422ba7b1fe33d150379f0ac87e6
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 11:07:37 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6c65d899e635c75d8e00e62e778da74381d0c997
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:58:07 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2a366d5469bfdd59b5b790a9b100ae54adfff3fd
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:50:37 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fc890888d40176df3ab2c54e68a1965bcee0af82
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:35:55 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6a019b93573d3e0f6411891b41c1921ce4cc54b7
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:24:59 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 91%
    
    New status: 226 messages complete with 0 fuzzies and 21 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 33365c22bdeba559062631be43cc53621e0bc429
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:15:39 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 83%
    
    New status: 207 messages complete with 0 fuzzies and 40 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3624e8a642239d8e74157f85ec5c7168572e6005
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:10:54 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 81%
    
    New status: 201 messages complete with 0 fuzzies and 46 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c6d299e0ddccf9ab0d1d64231df7c1b718ddab91
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:07:23 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 78%
    
    New status: 195 messages complete with 0 fuzzies and 52 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5797aaf9cc70429d85e68649e75225e298795318
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:05:05 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 76%
    
    New status: 189 messages complete with 0 fuzzies and 58 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4cdd2d96797c4139e0aa41494294ab1de1ec820d
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 25 10:00:29 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 74%
    
    New status: 184 messages complete with 0 fuzzies and 63 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 116425dabb6ad878804864abad29cd35c5b8661a
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Thu May 24 20:50:33 2012 +0200

    l10n: Resurrected Romanian translation
    
    New status: 244 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a3196843da432c107f0e85c38ab4a8c64a198b7b
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Thu May 24 16:58:09 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 64%
    
    New status: 159 messages complete with 0 fuzzies and 88 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d792aadfe688d83f050e26dda7b848f4963d38e7
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Thu May 24 16:55:25 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 60%
    
    New status: 150 messages complete with 0 fuzzies and 97 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bf1e4a963b6361b04098f0c09688ad395ce07f40
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue May 22 20:04:40 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 54%
    
    New status: 135 messages complete with 0 fuzzies and 112 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f646950a6910b332e88a91267093c20aa4f68923
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue May 22 20:00:40 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 49%
    
    New status: 122 messages complete with 0 fuzzies and 125 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 271a7c4eb3444b0591ec393089788fbd51505ba1
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue May 22 19:56:59 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 44%
    
    New status: 111 messages complete with 0 fuzzies and 136 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 422ce3b671dff2ed94b27e1dc3ba285568c1b413
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue May 22 19:54:19 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 40%
    
    New status: 100 messages complete with 0 fuzzies and 147 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 57b78e4fe1d33fb9695084937628ee8aa259b71a
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun May 20 16:20:25 2012 +0200

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e0e50e378d49d55f657603fa962b90439500b8c3
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Sat May 19 05:57:43 2012 +0200

    l10n: Updated Japanese (ja) translation to 99%
    
    New status: 246 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 07de11e676d4d6c7319382b1f435eaac0c39790e
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:28:12 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 35%
    
    New status: 87 messages complete with 0 fuzzies and 160 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7271ec4706a865d6d1f10f00dc366304dae6e6e5
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:27:04 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 34%
    
    New status: 84 messages complete with 0 fuzzies and 163 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d5aa0a45006e82a8e53688d1e3c1d7b61f4ccd7a
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:25:42 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 31%
    
    New status: 77 messages complete with 0 fuzzies and 170 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 325aee88204586169eef6fd04c4caf36301592b4
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:23:34 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 25%
    
    New status: 64 messages complete with 0 fuzzies and 183 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1250e68a2645c2dbc0a77179633f1128a6304682
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:23:11 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 25%
    
    New status: 64 messages complete with 0 fuzzies and 183 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 14493c2afeef1643a0502181c27eab3ee6ce5abb
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:19:14 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 19%
    
    New status: 49 messages complete with 0 fuzzies and 198 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2582d33f2624120ad8020e05ad894344766a63f8
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 18 16:15:21 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 12%
    
    New status: 31 messages complete with 0 fuzzies and 216 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 44eeed693aa9b83c6c7b97306d9afbdaa54b4515
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri May 18 15:10:57 2012 +0200

    l10n: Updated Swedish (sv) translation to 2%
    
    New status: 7 messages complete with 34 fuzzies and 206 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fbe8e3233db9340fc8b208b8527bd3a9cf399c60
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Fri May 18 02:42:05 2012 +0200

    l10n: Updated Japanese (ja) translation to 99%
    
    New status: 246 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2262f09764b65e922e7110707b4f3d9b2ed3d98d
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Thu May 17 23:28:05 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 5%
    
    New status: 13 messages complete with 0 fuzzies and 234 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 89557116c559dbca570e7ad38b25413110628684
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Thu May 17 23:15:09 2012 +0200

    l10n: Ukrainian translation
    
    New status: 1 message complete with 0 fuzzies and 246 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 21d5d2aec2bbad8f0dcf5bf34bfa9add26601eec
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu May 17 22:51:01 2012 +0200

    l10n: Added Swedish translation
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0b791921442922809657385711e22f05043733c6
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Thu May 17 18:28:31 2012 +0200

    l10n: Updated Japanese (ja) translation to 99%
    
    New status: 246 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7a74788a944bda8807d97573c8ed7a35c95b980b
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Thu May 17 17:43:15 2012 +0200

    l10n: Updated Japanese (ja) translation to 99%
    
    New status: 246 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b317c6ba38e2d9061fd2cb52a8a0a621455e2d86
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Thu May 17 14:20:49 2012 +0200

    l10n: Update Japanese translation
    
    New status: 6 messages complete with 34 fuzzies and 207 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7c79569bc6ae9fc965b2fea7f5c1cc3f11e1fee4
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Tue May 15 09:34:02 2012 +0200

    l10n: Updated Polish (pl) translation to 31%
    
    New status: 79 messages complete with 0 fuzzies and 168 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f5cf5a5b9e6b207fb7002d2f142d1c3965db712a
Author: Fabian Nowak <timystery@arcor.de>
Date:   Mon May 14 17:38:18 2012 +0200

    l10n: Updated German (de) translation to 99%
    
    New status: 246 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 939442a44880c85d379d1a562086f0fcf166c850
Author: Nick Schermer <nick@xfce.org>
Date:   Mon May 14 15:52:59 2012 +0200

    Remove empty translation.

commit 4885177c7df5d78d8c12f16f9d737c2f3dac35e9
Author: Mark Trompell <mark@foresightlinux.org>
Date:   Mon May 14 07:22:18 2012 +0200

    l10n: Updated German (de) translation to 93%
    
    New status: 232 messages complete with 15 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b442257e73f2c83ebe464e79326947b7e24fb686
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sat May 12 21:16:31 2012 +0200

    l10n: Updated German (de) translation to 93%
    
    New status: 232 messages complete with 15 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0bb07fc5c3a2bec7dc9b5bfa63f3c8b207434d41
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sat May 12 11:08:14 2012 +0200

    l10n: Updated Danish (da) translation to 5%
    
    New status: 13 messages complete with 1 fuzzy and 233 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 215ff265ff592ab12fc08a693eb24977a87fea4f
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sat May 12 11:02:52 2012 +0200

    l10n: Initial commit for Danish
    
    New status: 0 messages complete with 0 fuzzies and 247 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d682682c9762085fd2d7dcdb92ea55b2e64f21e5
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sat May 12 00:54:57 2012 +0200

    l10n: Updated Croatian (hr) translation to 63%
    
    New status: 156 messages complete with 0 fuzzies and 91 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ec088d8eec5652ab8e3d95a8da9a638e58e1d95e
Author: Christoph Wickert <christoph.wickert@googlemail.com>
Date:   Fri May 11 17:12:17 2012 +0200

    l10n: Updated German (de) translation to 34%
    
    New status: 84 messages complete with 163 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 24aec68f826e63a10950a80daebe20b39f8aeb04
Author: Mark Trompell <mark@foresightlinux.org>
Date:   Fri May 11 14:25:54 2012 +0200

    l10n: Initial german translation
    
    New status: 0 messages complete with 247 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b7ef7a88376dcb5913703edbcf7400df183a5d52
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Fri May 11 09:28:50 2012 +0200

    l10n: Updated Polish (pl) translation to 22%
    
    New status: 55 messages complete with 0 fuzzies and 192 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 916dca691d26433a3cfb985120373e6f5b3d92d4
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Wed May 9 11:28:26 2012 +0200

    l10n: Added Polish language
    
    New status: 33 messages complete with 0 fuzzies and 214 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e3b9ae25e75b86bbcb45b08eb7a50606b113293b
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Tue May 8 19:27:22 2012 +0200

    l10n: Added portuguese language
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cdf0c2f03e7faaa9db179a5a2a2a25341a7640d6
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 8 14:31:08 2012 +0200

    l10n: Updates to Brazilian Portuguese translation.
    
    New status: 0 messages complete with 0 fuzzies and 247 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 99204211e0af178ddbffb3efc76c3910f2330b5a
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue May 8 05:15:12 2012 +0200

    l10n: initial commit for the Korean translation
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1e92dfcbe7c18fd6d18497184c212df484b14722
Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
Date:   Mon May 7 11:59:12 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 70%
    
    New status: 175 messages complete with 1 fuzzy and 71 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c1c8f7c9b65052dba315ca4052d531581561122a
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Mon May 7 08:59:02 2012 +0200

    l10n: Updated Uyghur (ug) translation to 30%
    
    New status: 76 messages complete with 0 fuzzies and 171 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1463e37b65c7608fbcd7f19be08996975563df06
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Mon May 7 08:50:44 2012 +0200

    l10n: Uyghur translation
    
    New status: 5 messages complete with 0 fuzzies and 242 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1049fc1fc0ed8e72c86d618edcc0039d07188fa6
Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
Date:   Mon May 7 07:57:34 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 33%
    
    New status: 83 messages complete with 1 fuzzy and 163 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ec5d1ba63d28e7c7c864f5f20bf86f24c0501de2
Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
Date:   Mon May 7 07:49:38 2012 +0200

    l10n: 简体中文,好像重写了,加个po
    
    New status: 65 messages complete with 0 fuzzies and 182 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b733a6ea3a39b8840ebb74dfffe2584b18bbadcb
Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
Date:   Sun May 6 17:08:36 2012 +0200

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 247 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3acc1ddcbd93110709cca48c99fb07da3a4f3f05
Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
Date:   Sun May 6 14:44:22 2012 +0200

    l10n: Added Lithuanian language
    
    New status: 100 messages complete with 0 fuzzies and 147 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b2dd6be60f6b201b5b99497ecd7c9c7e2b3d09cf
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun May 6 00:23:08 2012 +0200

    l10n: Initial Croatian (hr) translation
    
    New status: 139 messages complete with 0 fuzzies and 108 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 074a00905e086f8db8f01935b936e0daee631ad3
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 5 22:07:53 2012 +0200

    Remove old translations.
    
    Old 6 strings match, so better start from scratch.

commit c32968a24045e3fc43596699066baec922687d6f
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 5 22:05:22 2012 +0200

    Update potfile.

commit 972e6c063127fb28b48396f5be1ecf3dfd3f26c1
Merge: de0f34c1 e1d3efc8
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 5 21:20:50 2012 +0200

    Merge https://github.com/codebrainz/mousepad
    
    Conflicts:
            po/ca.po
            po/pt.po
            po/zh_CN.po

commit e1d3efc8b2b7461ffbe7764eb185942b650a7931
Author: Matthew Brush <matt@xfce.org>
Date:   Fri May 4 21:00:51 2012 -0700

    Remove unused variable

commit 3170a17667ed9b654cdc300bd370951bd7c71813
Author: Mark Trompell <mark@foresightlinux.org>
Date:   Tue Apr 24 10:28:14 2012 +0200

    Remove use of deprecated GTK_DIALOG_NO_SEPARATOR flag
    
    Signed-off-by: Matthew Brush <matt@xfce.org>

commit 9a4649bf7e679e69c5fa60f372546ba839f42cff
Author: Mark Trompell <mark@foresightlinux.org>
Date:   Tue Apr 24 10:27:12 2012 +0200

    Replace access to sealed members of GtkTextView
    
    Signed-off-by: Matthew Brush <matt@xfce.org>

commit 22a56bbcec640f55b21dc1a02ff4549708b2c038
Author: Mark Trompell <mark@foresightlinux.org>
Date:   Tue Apr 24 07:44:49 2012 +0200

    Replace sealed access to GtkDialog's vbox (content-area) member
    
    Signed-off-by: Matthew Brush <matt@xfce.org>

commit 8d562e62c9496a8d8f012665d2dec416086db91a
Author: Mark Trompell <mark@foresightlinux.org>
Date:   Thu Jan 26 11:40:56 2012 +0100

    Replace deprecated GTK+ symbols
    
    Signed-off-by: Matthew Brush <matt@xfce.org>

commit de0f34c19f87096eeb460d077794811539dcaeac
Author: Roger Pueyo Centelles <xfce@rogerpueyo.com>
Date:   Wed May 2 12:24:28 2012 +0200

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c4250fdb55c96391a48636a743a1d6238d62d0ef
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sat Apr 21 14:38:37 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e15bfc7b5a8de146e8620b938042ba348b0b9d5f
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Fri Apr 20 11:38:52 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1f506266aacbf411bb4071d040fafd01fb88d3fa
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Fri Apr 20 11:17:11 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 28ec575fd19442d86cd5167602d5c2aa03a99efd
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Fri Apr 13 13:52:02 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 75d0fbb5e30af2b9e94700c55be9289e77a4d3d1
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Mar 31 13:59:16 2012 -0700

    Use monospace font by default, using the system default size
    
    Closes bug #2720 which was previously addressed by not setting the
    default font at all, but this usually ends up using a non-monospaced
    font, which is probably not a good default for a plain text editor.

commit f4e0ab82dc019b13f2167dabadb67d9cfd16ab2c
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Mar 31 13:55:41 2012 -0700

    Add myself to the about dialog

commit dafbfc876426ecc221a353fd586488a35e063a9f
Merge: 9de15549 551173dc
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Mar 31 13:32:13 2012 -0700

    Merge branch 'nick_0_3'
    
    This branch contains a complete re-write.

commit 9de1554965033cc24b641be3aae84b8fbd1e5bab
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Mar 31 13:31:19 2012 -0700

    Remove 0.2.x files to make way for 0.3.0 re-write
    
    Rename AUTHORS, ChangeLog and NEWS to -pre-0.3.0 to keep these useful
    files around.

commit 551173dcfac7ec4ae8c7e0a2baa4ea147c92253a
Author: Matthew Brush <matt@xfce.org>
Date:   Sat Mar 31 13:24:21 2012 -0700

    Add .gitignore file

commit 446bb56234876ae884859f34ace7a2fb9d164336
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sun Mar 11 09:28:19 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 61d5d586601f6c8a926ab366fed6e4510ec1170a
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Mar 8 18:32:01 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8b9060ccdc7df9d58c02dda4e84e8bcf5db0d6de
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Feb 28 18:19:33 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 978a1545646cd35ffa344d4f82564f0434226728
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Feb 26 14:26:43 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 94ef6014ab5a90a0b391ffe8f951d907eade8624
Author: Aleksandr Ponomarenko <davian818@gmail.com>
Date:   Mon Feb 20 17:30:42 2012 +0100

    l10n: Updated Esperanto (eo) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bd7e72aa84e01c18251f15d014e10e0862fcdefa
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Feb 8 09:58:09 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 12a1aef0970744e553df311f8a677d5aa0e64af0
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Feb 8 07:09:49 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d9ac4b9551f2f2c680508865c6762843d04a052f
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sat Jan 28 17:08:48 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b72d9a759fb728f9c06aa6c8e816ff979a1d3524
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Fri Jan 27 15:17:20 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 60972ff45c4011bf479aa3a315c0d91b32430013
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Thu Jan 12 15:04:08 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fc56000f9bf475c37bddfe5446492f42595ad062
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 28 17:04:56 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 025cf8bb005576eb1058605ec00f05ca88621180
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Fri Dec 9 14:26:19 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 58de1ddecdacfbab18553e7d536cc0e13b056ed0
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Wed Dec 7 07:26:53 2011 +0100

    l10n: Updated Icelandic (is) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 600473ef725efa9e7014491c569895a72c451e27
Author: Kristófer Arnþórsson <kristoferarnthors@gmail.com>
Date:   Mon Dec 5 13:39:04 2011 +0100

    l10n: Updated Icelandic (is) translation to 96%
    
    New status: 62 messages complete with 0 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 95a1f5b11466025c8261df56280e9c088b165758
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Sat Dec 3 17:39:08 2011 +0100

    l10n: Updated Icelandic (is) translation to 64%
    
    New status: 41 messages complete with 0 fuzzies and 23 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2846736e5085dd23e990b4318d789f1773840002
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Fri Dec 2 10:27:33 2011 +0100

    l10n: sett inn
    
    New status: 40 messages complete with 0 fuzzies and 24 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 93975064033810e65143ebb541071d10ec89d603
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Nov 8 08:57:58 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7f9258b84e7f90542d7c98946efb1d29ed015cab
Author: Adolfo Jayme Barrientos <fitoschido@gmail.com>
Date:   Sun Oct 30 17:09:29 2011 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 512d57ec63bd2a9465d0b80a0b47a37eb17d43c3
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Mon Oct 17 15:33:57 2011 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4783ee11ebd8b90e70923d83a7468351d6fedb80
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Oct 7 05:58:04 2011 -0700

    Fix a couple minor issues from last couple commits.

commit 34cb31bbed2aef45bf0f85d34a87aea9d4eb0846
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Oct 7 05:45:14 2011 -0700

    Add filetype selection popup menu to statusbar.

commit adf4ea822a98376362f812ae1ff6488148218380
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Oct 7 03:24:38 2011 -0700

    Update a few documentation files.

commit ab93fe61fe7317e61ee6ec804e3d266bc1e50980
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Oct 7 02:15:21 2011 -0700

    Make Filetype separate in the Document menu.

commit 4777a405afb12e26853328a9131c2c3f131014ec
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Oct 7 01:05:09 2011 -0700

    Reorder action entry arrays (forgotten in last commit).

commit 143b6ba6c2a8e024057bfca7e96deeb6bc3e765f
Author: Matthew Brush <matt@xfce.org>
Date:   Fri Oct 7 00:52:59 2011 -0700

    Cleanup View and Document menus.
    
    * Move "Line Numbers" from Document to View menu and apply it to all
      of the currently open textviews.
    * Re-order View and Document menu items, mostly sorted alphabetically.
    * Remove extra separators between related items.
    * Re-arrange action handler functions to be in the same order as their
      items appear in the XML file.

commit 5c88d180a1e20cb51737990948bb041529a97357
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 22:37:00 2011 -0700

    Add extra settings to custom print dialog tab.
    
    * Add line number increment setting.
    * Add separate font settings for header, body and line numbers.

commit ba85e8dae9ae1c478242b3c678389191dd8e1e87
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 19:35:30 2011 -0700

    Use GtkSourcePrintCompositor property names in config file.

commit c45ed8da1ae2ed17fb291084cebae1275d33f7c8
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 19:23:13 2011 -0700

    Switch to GtkSourcePrintCompositor for printing.
    
    * Add printing option for syntax highlighting.
    * Some of the page footer code implemented in #if 0 blocks.
    * Remove mousepad_print_end_print() function.

commit 029bef60746206eaf08dc11c89afd59db186db8d
Merge: 05b3c46c 52e5c6a0
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 04:05:33 2011 -0700

    Merge branch 'nick_0_3' into gtksourceview

commit 52e5c6a0051cd456802d6b50b85b9190a33d62cf
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 03:56:42 2011 -0700

    Prevent segfault when opening more that 100 files.
    
    Reported by Mark_T on #xfce-dev IRC.

commit 05b3c46c8b9877fa62b07fd6a04b1b82fc5576ed
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 03:11:18 2011 -0700

    Select filetype radio menu item when detecting filetype.
    
    Fix setting filetype to None.

commit 66a2d472174195507aa00ae8287ff4c1b62c6604
Author: Matthew Brush <matt@xfce.org>
Date:   Thu Oct 6 01:35:14 2011 -0700

    Cleanup colour scheme util functions a bit.

commit 5d74b7018dd0f821f6f37a0293868466a9b836b3
Author: Matthew Brush <matt@xfce.org>
Date:   Wed Oct 5 20:50:06 2011 -0700

    Change mousepad_util_color_schemes_get_sorted to use GSList.
    
    Also add some comments and set default value on selected_color_scheme in
    mousepad_window_menu_color_schemes.

commit 81eb018689978502e6a128436ed4cb8ab5de77cf
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Oct 5 15:59:11 2011 -0700

    Select the last saved colour scheme in the menu on application start.

commit 6ceb27df8efb7b23acc73c147511721cbea45b20
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Oct 5 15:49:10 2011 -0700

    Cleanup and refactor some code from the last few commits.
    
    * Move colour scheme and language utility functions to mousepad-util.[ch].
    * Rename colour scheme and language utility functions with better names.
    * Put colour scheme action func/proto in the correct order of appearance.

commit 92b22bcb38d66f63b5ce69d9df7d3f14e60ac15a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Wed Oct 5 15:05:43 2011 -0700

    Add menu to manually select filetype/language.
    
    This code needs to be reviewed and cleaned up more.
    Thanks to "cavalier" on #xfce-dev IRC for help getting this working.

commit c5ac3ceeff8979a20d60e40f62f0b04d0ea67b9f
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Tue Oct 4 01:28:34 2011 -0700

    Noise: remove extra whitespace added by editor.
    
    Apologies for the noise.

commit 7be1dde6dfe47b08cf49f6bfb3f4fe031d9fad8e
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Tue Oct 4 00:08:50 2011 -0700

    Use better string compare function for colour scheme names.

commit 349066029e579a6dc1014aff3759e0f78ec52eb7
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 23:47:52 2011 -0700

    Fix kludge from last commit (FIXME comment).
    
    Add a new signal 'language-changed' to MousepadDocument for the window
    to use to get notified of when to update the language/filetype in the
    statusbar.

commit ba38b4940b2998c30ba9bde6c707bf1c589cae0b
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 22:33:51 2011 -0700

    Update statusbar filetype when notebook pages are changed.
    
    Note the FIXME in the comments, this will probably need some refactoring.

commit 82b6e834ddeea4be8bf901307e6e093bde24631c
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 21:48:03 2011 -0700

    Add initial filetype/language support and guess on file open.
    
    Still need to add UI elements to let user select language to use.

commit cc401c48985b9f06c855cac39175ddcbe0efe091
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 20:06:24 2011 -0700

    Add colour scheme support.
    
    * Add new preference 'color-scheme' that stores the scheme's ID string.
    * Add new 'Color Schemes' menu and placeholder for items to UI XML file.
    * Add new actions for all colour schemes and merge into UI manager menu.
    * Handle actions by looping though all textview widgets and setting style.
    * Using 'g_str_hash' of scheme id for radio action value which might be bad.

commit 9a6ad0cb703ec1ef475458cec656cbeef9d865dc
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 08:10:59 2011 -0700

    Remove old tab size code and use GtkSourceView's tab-width.

commit 728cb754e087cf0bbc2efa7167a8008b2c66752a
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 06:54:20 2011 -0700

    Remove undo manager code and use GtkSourceView's undo manager.
    
    There was a call to mousepad_undo_lock() in mousepad-encoding-dialog.c
    that needs to be checked, since I wasn't sure what that call was for.

commit 6be5f6c5f9de3242f234f08506da31e55396d9b5
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 02:38:25 2011 -0700

    Remove old insert spaces code and use GtkSourceView's.
    
    Remove special tab handling since GtkSourceView handles it.

commit 898612c83495635ef657fea60f6b9048640b0f15
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 02:01:16 2011 -0700

    Remove old auto-indentation code and use GtkSourceView's auto-indent.

commit 801eadc860c894420a1807e5a9f496895bd031c8
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 01:52:27 2011 -0700

    Remove old line number code and use GtkSourceView's show-line-numbers.

commit d1970d6b3ec4e212f8fd2823b6f5dd00c17fe4cf
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 01:34:42 2011 -0700

    Make MousepadView a subclass of GtkSourceView instead of GtkTextView.
    
    Add include for gtksourceview.h in mousepad-private.h.
    
    Causes the line numbers to always be shown initially but this should be
    fixed once the line numbers code is ported to use GtkSourceView.

commit 4e5c46f563dc7e468041a62f82cab8e8bfc4a3dc
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 05:30:31 2011 -0700

    Add GtkSourceView dependency to build system.
    
    Still need to determine which version of GtkSourceView to depend on.

commit b401a34b8c6b88ebd26e26f03a70a13548cbc4c0
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 05:20:18 2011 -0700

    Prevent warnings when messing around with statusbar internal widgets.
    
    Remove statusbar frame border.

commit 6bdfbdf87e4ac5ffd528b6daafd9755acfe04415
Author: Matthew Brush <mbrush@codebrainz.ca>
Date:   Mon Oct 3 03:56:58 2011 -0700

    Revert "Drop usage of the GtkStatusbar."
    
    This reverts commit 185821ae262235222f7ef1d3a86dc0ea2b19bbd9.

commit ee7eb8071709ba9af0a908c87c93642182f5bd98
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Sep 8 17:20:17 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5651d38b8244d76814a9949685775804e5154362
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Sep 5 06:16:33 2011 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5feb521028695c4c9d0f37ab8a20e97de60b37e9
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Jul 21 17:02:18 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3f1fa9190e58513860c1b8e4a0b2234ce166c49a
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Wed Jul 20 10:12:08 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4bad96bfcab10b3e5ce1a5da7c469ec26fc7553c
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Wed Jun 29 15:00:30 2011 +0200

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 17a018bb4da9ef37584b907267cfa2c4b4381543
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri Jun 17 00:39:47 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b712803ed2581e7d325270935380ee2cc5748272
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Jun 16 12:17:33 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4ba0180c6a0698fb84b3ca8445531c82561edb25
Author: Mehdi Esmaeelpour <ariarat@gmail.com>
Date:   Mon Jun 6 18:42:48 2011 +0200

    l10n: Updated Persian (fa) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bc26a8a2b68a23b26ff16d79a15fe9459b72d89f
Author: Mehdi Esmaeelpour <ariarat@gmail.com>
Date:   Sun Jun 5 15:50:11 2011 +0200

    l10n: update persian translation
    
    New status: 61 messages complete with 0 fuzzies and 3 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 91c48987a28b2492951fca5e76d83c7b8b372753
Author: Mehdi Esmaeelpour <ariarat@gmail.com>
Date:   Sun Jun 5 15:39:13 2011 +0200

    l10n: Updated Persian (fa) translation to 79%
    
    New status: 51 messages complete with 0 fuzzies and 13 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e823e1d19fd78e6b26076add6dda99a6885bbd03
Author: Mehdi Esmaeelpour <ariarat@gmail.com>
Date:   Sun Jun 5 15:33:10 2011 +0200

    l10n: Translate 36 string
    
    New status: 36 messages complete with 0 fuzzies and 28 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 02bf7584f6292e367da0014b5995658826877a78
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri May 27 15:21:03 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7fca1a0501bff49b3d6b1737231daf00ca6e7936
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Tue May 24 17:46:57 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit edf07be2be7d8f619ec502a46272425b4caac29a
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Sun Jan 16 11:19:47 2011 +0100

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1cdea4a71bbe4f016334965a602668da058fbb4a
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Sun Jan 16 11:17:18 2011 +0100

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8f2a8c20a97a70060809b95838e36c06f97fd61a
Author: Spiros Georgaras <sng@hellug.gr>
Date:   Fri Jan 7 17:52:25 2011 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c3d6e10fc5a13e04952bae64e0ec62182bf9ccec
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Wed Dec 1 14:09:59 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aab661daf8c38ba99213a9df772280e1edd3f788
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Wed Dec 1 14:07:53 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fe6fceb7a0525ffd11891a12da8f21325a943e7d
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Oct 21 12:34:02 2010 +0200

    l10n: Updated Galician (gl) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ff0faf3c3250b4e56598aec891109d96f3aece7a
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 15 16:24:59 2010 +0200

    Fix error in recent actions.

commit 185821ae262235222f7ef1d3a86dc0ea2b19bbd9
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 15 16:19:40 2010 +0200

    Drop usage of the GtkStatusbar.
    
    Only shows a lot of errors. Because of this we loose the
    resize grip for now, but in gtk3 this will be possible again.

commit 385535209b957746bec3d29818bc1d4490df35e3
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Aug 26 21:11:41 2010 +0200

    Move MousepadHelp to $libdir/xfce4/mousepad.

commit 2cf3fd2f6475ba40902236ea356b7900631c23fc
Author: Ričardas Vasiulis <ricardas.v@inbox.lt>
Date:   Thu Aug 26 21:11:20 2010 +0200

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9ad470cb7745d21d46e414a4cd1216198c894bfa
Author: Ričardas Vasiulis <ricardas.v@inbox.lt>
Date:   Thu Aug 26 21:05:11 2010 +0200

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3530529084d836cb612442d9f06d770877489eda
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 13 11:49:33 2010 +0200

    l10n: Updated Hebrew (he) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a6383ccf4e3ba425ffb6489a795785e6a626c048
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jul 6 17:53:54 2010 +0200

    Also fix find (bug #6544).

commit 80819d447df5661ee6c9e9cd22f501cee612da8b
Author: Lionel Le Folgoc <mrpouit@gmail.com>
Date:   Mon Jul 5 19:57:53 2010 +0200

    Fix find and replace (bug #5831).

commit 4e3375c5d05d6d6c1ab005f1d3f65b04429b5ad7
Author: Spiros Georgaras <sng@hellug.gr>
Date:   Tue Jun 22 01:52:54 2010 +0200

    l10n: Updated Greek (el) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 848642f59636b23bdfa0e3c84633331b34183be5
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Jun 9 00:54:56 2010 +0200

    l10n: Updated Croatian (hr) translation to 85%
    
    New status: 55 messages complete with 0 fuzzies and 9 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit dd132dc884627fabb1849d75acdab009813a7159
Author: Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com>
Date:   Fri Jun 4 03:49:09 2010 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 20fe0391f7980642dac25d02227855ab6637a4e0
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon May 31 23:56:48 2010 +0200

    l10n: Updates to Croatian (hr) translation
    
    New status: 54 messages complete with 0 fuzzies and 10 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 040308eac482f28be59c6ea988b846e49166d17b
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu May 27 07:01:06 2010 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4febc3b2a6dee2c39fb1aded958a58f64c8078b0
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon May 24 19:56:05 2010 +0200

    l10n: Updated Croatian (hr) translation to 84%
    
    New status: 54 messages complete with 0 fuzzies and 10 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 58e87c37c2c2a7322c09c10693f78348feeed1a9
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun May 23 19:09:26 2010 +0200

    l10n: Updates to Croatian (hr) translation
    
    New status: 42 messages complete with 4 fuzzies and 18 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f9686b62c6c85781ba6891589c00a700edc594da
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Fri May 21 09:50:17 2010 +0200

    l10n: Uyghur Translation
    
    New status: 3 messages complete with 0 fuzzies and 61 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9fda97897eae819ad5796f3560d2c2af9a3a8b2d
Author: Petar Koretić <petar.koretic@gmail.com>
Date:   Wed May 19 16:30:42 2010 +0200

    l10n: Updated Croatian (hr) translation to 14%
    
    New status: 9 messages complete with 7 fuzzies and 48 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4c00fd39ec220f3664c1554d7aa6e30f18287977
Author: Petar Koretić <petar.koretic@gmail.com>
Date:   Wed May 19 16:28:47 2010 +0200

    l10n: Updated Croatian (hr) translation to 3%
    
    New status: 2 messages complete with 4 fuzzies and 58 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f54701616aae0fb6b3ec21b68b8fd0784917ed77
Author: Petar Koretić <petar.koretic@gmail.com>
Date:   Wed May 19 16:27:10 2010 +0200

    l10n: Updated Croatian (hr) translation to 0%
    
    New status: 0 messages complete with 0 fuzzies and 64 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9a80b819763fec10388e5da645dd21b77e4fed15
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun May 16 00:15:40 2010 +0200

    l10n: Initial Croatian (hr) translation
    
    New status: 36 messages complete with 0 fuzzies and 28 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a269c2d3c2f009925da47191f3eb7fec459072c1
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 28 02:14:14 2010 +0200

    Rename configure.in.in to configure.ac.in.

commit acfa674ea1984c5a449cf8e23ae53e4409edda5a
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 24 10:40:26 2010 +0200

    Drop old po files.

commit 3eea02f5adfabad3bbd9975eb6f69fea1c213a1b
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 24 10:35:51 2010 +0200

    Make build GIT friendly.
    
    Also apply silent rules and use new XDT macros.

commit 1972a36499a3644bc32067bb748a79f0d4523257
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 24 10:31:47 2010 +0200

    Don't disable deprecated Gtk functions.

commit c3b964c3bc5203b4b4c0a154cc9aebee74091fe3
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Mar 12 05:34:30 2010 +0100

    l10n: New translation Into Kazakh
    
    New status: 64 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c5c4bd8a3f8c8a0ce94e806e027d68dac540cec0
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 10 12:59:50 2010 +0100

    Fix compilation with pango.

commit cf5da43cdbd3b691fe7068a633d081f2ee3b44a9
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Jan 7 17:49:24 2010 +0100

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit bbea33ed75e8df70cd1c21957dd2a76af7d2b333
Author: Nuno Miguel <nunis@netcabo.pt>
Date:   Fri Oct 23 13:48:57 2009 +0000

    l10n: Updates to Portuguese (pt) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 8e0fbcc8afe3ff192cfc3ded46c0d1c955154c99
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Oct 1 15:10:54 2009 +0000

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 0acde521a6ce733b53980a81a6726f9b778e7e57
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Mon Sep 21 12:01:53 2009 +0000

    l10n: Updates to Russian (ru) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 980746e63349120df9b5db7aedac4d42c23d1200
Author: Samed Beyribey <beyribey@gmail.com>
Date:   Fri Aug 28 17:55:07 2009 +0000

    l10n: Updates to Turkish (tr) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 375a246bf9f38733f368bfa05163734119b54168
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Aug 12 18:01:02 2009 +0200

    Move in all the changes from the old git branch.
    
    Because individual patches did not apply, this is one big
    commit the moving everything at once.

commit 01f97753b4d77a8f0d047cd2a8eebdda9b17a56f
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Aug 12 17:38:18 2009 +0200

    Add module description file.

commit 6b1e13694c82c878459029285e048633bc338e42
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Aug 8 13:26:34 2009 +0000

    update xfce translation
    
    (Old svn revision: 30448)

commit f6bcd0ab37726db11a65b5ccc833025f139055ad
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Jul 21 00:37:37 2009 +0000

    2009-07-21  Gabor Kelemen  <kelemeng@gnome.hu>
    
            * hu.po: Translation reworked.
    
    (Old svn revision: 30369)

commit adf2d3d2e800e8aeda4750067e7e989a68ba6a53
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Jul 9 12:42:21 2009 +0000

    Add Asturian translations
    
    (Old svn revision: 30229)

commit 8c5f5aa9c0df53f0bd03a128349dc9820a945c7e
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Jun 15 12:47:08 2009 +0000

    update translation
    
    (Old svn revision: 30019)

commit f4bb4cd3a08a747751f1a46dff078a491d45c7ef
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Jun 9 20:33:53 2009 +0000

    Drop svn:executable bit from po files
    
    (Old svn revision: 29999)

commit 275f1b2876109ba18459bd271331f359cd796428
Author: Dumitru Moldovan <niznaiul@gmail.com>
Date:   Sat May 30 12:58:12 2009 +0000

    Added initial xfce4-settings Romanian translation
    Changed mail addresses for myself and Romanian language team
    Other minor improvements and updates for libexo, thunar, terminal and xfcalendar
    
    
    
    (Old svn revision: 29989)

commit 7639e83f4e8224b12335876f2b08af6c02a360b5
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri May 29 10:43:27 2009 +0000

    update xfce translations
    
    (Old svn revision: 29988)

commit f6c723c399081760e20d6a7545e2c19f31f4582b
Author: SZERVÁC Attila <sas@321.hu>
Date:   Tue May 26 05:24:53 2009 +0000

    [intl:hu] little fixes 1
    
    (Old svn revision: 29984)

commit 0bc926a8d01fc0234fe0c3f4f49d2be4195a685f
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon May 11 19:16:17 2009 +0000

    update latvian translation
    
    (Old svn revision: 29940)

commit a30a9dce5c67cd8265abc464be8093b3d47d9c05
Author: Dumitru Moldovan <niznaiul@gmail.com>
Date:   Mon Apr 20 21:05:18 2009 +0000

    Romanian translation for Mousepad rescued from the xfce_4_4 branch
    
    
    
    (Old svn revision: 29872)

commit 5ce5cbe1cd30d2f402ca896ff583be4605e98a5f
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Apr 20 12:10:17 2009 +0000

    xfce translation update
    
    (Old svn revision: 29856)

commit f7bd1524d5a80db385796c62020745aba1d3a7be
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Apr 16 08:45:36 2009 +0000

    galician translation update
    
    (Old svn revision: 29822)

commit 62cc3bd5404b5dd63ff007d8aecd91a4dcbaeb35
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Thu Mar 19 15:02:17 2009 +0000

            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
            * ja.po: Japanese translation update (Masato Hashimoto)
    
    (Old svn revision: 29675)

commit 75036dd305fa633eb59c4251ff211cebc4eef179
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Mon Mar 16 11:17:09 2009 +0000

    Updated Polish translations
    
    (Old svn revision: 29669)

commit 09e7f021cacc300243e4c3da9bd349516613cc30
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Mar 14 14:55:12 2009 +0000

    Translations updates - da es fr gl it nn
    
    (Old svn revision: 29660)

commit a99208e90fcf09530c541768be686a509cab7e5f
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Sun Mar 8 16:05:36 2009 +0000

    Updated Polish translations
    
    
    (Old svn revision: 29647)

commit b3f696aa5d756ac492e328f9bd0eebda61a0eaa9
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Mar 5 14:52:02 2009 +0000

    Renamed pt_PT to pt and nb_NO to nb (bug #4574)
    
    (Old svn revision: 29645)

commit c9342b5bb5d181ca067e62252b8b2e230ec17b59
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Mar 1 22:47:35 2009 +0000

    Translations updates - es pl uk
    
    (Old svn revision: 29639)

commit 5f3a7e1c70d655e117869c2fbf076d250ff0ae70
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Feb 26 18:41:31 2009 +0000

            * == Released 0.2.16 ==
            * NEWS, configure.in.in: Bump version.
            * src/menu.c, NEWS: Sort items by most recently used.
            * src/menu.c, NEWS: Sort items by most recently used.
            * == Released 0.2.16 ==
            * *.po: Bump Project-Id-Version.
    
    (Old svn revision: 29633)

commit 6e740d8be04cab3a0134d0c1c0badcf9caae73f2
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Feb 26 13:27:58 2009 +0000

    Revert "        * == Released 0.2.14 =="
    
    This reverts commit 47c38ad8d59ef1e2a62091ea505154170d30a8a0.
    
    (Old svn revision: 29628)

commit 25c447ad08e10ef45e817c6ff1379529bf926df9
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Feb 26 13:22:20 2009 +0000

            * == Released 0.2.14 ==
            * NEWS, configure.in.in: Bump version.
            * src/menu.c, NEWS: Sort items by most recently used.
            * == Released 0.2.14 ==
            * *.po: Bump Project-Id-Version.
    
    (Old svn revision: 29625)

commit 5e6212d67d7097ca159e1a6db3e5dfdb300cbb4f
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Feb 22 10:28:18 2009 +0000

    update translations
    
    (Old svn revision: 29528)

commit fd6a32c181ea761d7eb70718e60705089a0ad0d0
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Feb 20 23:58:46 2009 +0000

    Translations Updates - ca es gl id it pt_PT zh_CN
    
    (Old svn revision: 29526)

commit 1c98cb24c745e4350782bf0ae5f2c9f147fe8e74
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Feb 8 08:20:15 2009 +0000

    Translations udaptes - de id ja nb pl zh_CN
    
    (Old svn revision: 29472)

commit 9374da065567d20623c86ea4581318ec11e610b4
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 4 21:35:39 2009 +0000

    Translations updates - ca fr pl
    
    (Old svn revision: 29098)

commit 429946ced84a3de634c6d09c6465ce9e1d4cffb1
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 4 16:27:04 2009 +0000

    * Fix build with -Wformat-security (bug #4768).
    
    
    (Old svn revision: 29096)

commit a1ac4df3485d6dd098f23f80ccc39235f27f19a0
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Dec 25 19:19:51 2008 +0000

    Translations updates - gl id ja uk zh_CN
    
    (Old svn revision: 29050)

commit 55878a5a9968d203ca71ad204b1c0eed04310b05
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Mon Dec 22 20:15:00 2008 +0000

    Czech translation fixed
    
    (Old svn revision: 29039)

commit c44be14f56ef9d03c75413f0f1059fca406b2bb6
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Tue Dec 9 23:22:24 2008 +0000

            * sv.po: Swedish translation update (Daniel Nylander)
    
    
    
    
    
    
            * sv.po: Swedish translation update (Daniel Nylander)
    
    
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    
    
    
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    
    
    
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    
    
    
    
    
    
    
    
    
    
    
    
            * sv.po: Swedish translation update (Daniel Nylander)
    
            * sv.po: Swedish translation update (Daniel Nylander)
    
    
    
            * sv.po: Swedish translation update (Daniel Nylander)
    
    
    (Old svn revision: 29000)

commit 6b5bf4a95ed0eb3912eadcffec4fd9e2f9575c21
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Sun Nov 30 19:43:34 2008 +0000

    update-po
    
    (Old svn revision: 28967)

commit ea88eab90f8a5410914ceffad196711e000c25bb
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 30 19:23:12 2008 +0000

    Translations updates - ca es fr ja
    
    (Old svn revision: 28964)

commit 9b2079bf8ab1090a6a0bd76e10f107cbccd32b7e
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Nov 25 21:20:15 2008 +0000

    Translations updates - es fr
    
    (Old svn revision: 28914)

commit 379e8b573da859717937c3d96878a1d75adf05e0
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Tue Nov 25 21:04:15 2008 +0000

    update-po
    
    (Old svn revision: 28912)

commit 0f5b940ad9c71a71660129f674b64aaa7c06cfd5
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 23 14:47:07 2008 +0000

    Translations updates - ca ja nb uk
    
    (Old svn revision: 28890)

commit 2252efd37a29e9a50c402d8ada96e30b9781d3a7
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Nov 21 10:16:01 2008 +0000

    TRunks basque translation update
    
    
    (Old svn revision: 28872)

commit 9dd86c94804e66b965fc60c2f5ee6422e096990c
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Nov 18 22:45:43 2008 +0000

    Translations updates for - de, id, ja, nb_NO and finally sq
    
    (Old svn revision: 28850)

commit c3f8e68444172ed4dd9c912db4adecc8cd1f5c16
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 16 22:39:14 2008 +0000

    Translations updates and additions - ca, de, es, id, tr, uk
    
    (Old svn revision: 28829)

commit 0176bb3736c8bc389e586a51986bf1226ad6def2
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Wed Nov 12 17:24:44 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 28780)

commit 079e4dbd47bc6ce553a59cc4e200a5a0150007ef
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Wed Nov 12 14:55:49 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 28776)

commit dad222f7898210d262ee1cbb680b1068ab50aacd
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Nov 12 11:09:44 2008 +0000

    Xfce-trunk BAsque translation updates
    
    
    (Old svn revision: 28774)

commit 390fc485155f812d47c62d4438c38335c89ad6e8
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Nov 6 17:53:23 2008 +0000

    Trunk Basqye translation updates
    
    
    (Old svn revision: 28635)

commit 90c50de8254cf4dd39f553d314baa1c23695d54f
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 2 23:38:43 2008 +0000

    Translation updates and additions - de es ku tr
    
    (Old svn revision: 28595)

commit 87c41d4b3848c3517a60778954904e77113f8d80
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Oct 28 23:17:42 2008 +0000

    Translations updates and additions HUGE
    
    (Old svn revision: 28493)

commit 06cec15f899b1bd6cbfa89b52901b42163f657df
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Sun Oct 19 20:23:02 2008 +0000

            * da.po: Danish translation updated
    
    (Old svn revision: 28310)

commit 146309d4f486144d7a8be2dfaa14b773b10fe4df
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Oct 5 17:52:51 2008 +0000

    Updated and added Estonian translations for the libxfcegui4, terminal and mousepad trunk modules and libxfce4util branch 4.4 module
    Updated Indonesian translations for the xfce-utils, xfce4-mixer, xarchiver, xfwm4, xfcalendar and xfdesktop trunk modules
    Updated and added Spanish translations for the xfce4-appfinder, squeeze, libexo, xfce-utils, libxfce4menu, xfce4-session, xfce4-mixer, libxfce4util, libxfce4ui, xfce4-icon-theme, thunar, libxfcegui4, xfce4-panel, xfdesktop, xfce4-trigger-launcher, terminal, mousepad and xfmedia trunk modules
    Updated Russian translation for the xarchiver, libexo and libxfcegui4 trunk modules
    Updated and added German translation of the xfce4-settings and xfwm4 trunk modules
    Updated Japanese translation for the thunar module
    Updated Sinhalese translation for the libxfcegui4 trunk module
    
    
    (Old svn revision: 28040)

commit 97c7ecc89542e1d1fb810a626e191e263bdad180
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Aug 10 21:42:27 2008 +0000

    Translations updated and added in Indonesian, Korean and Polish.
    
    (Old svn revision: 27444)

commit 5d05344a43239b46f359d13982e966336b548f45
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Jul 16 23:04:27 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 27320)

commit f146d73f34b5835e93d22a897db939615c45a6c8
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Jul 15 11:46:28 2008 +0000

    Translations added and updated (gl;sk)
    
    (Old svn revision: 27296)

commit 680a3b351f4e3ab3a162b4348b81c05b34cfcf56
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sat Jul 12 15:47:37 2008 +0000

    Updated Brazilian Portuguese translation
    
    (Old svn revision: 27263)

commit 86a2f1aa78516066936abee4f97819a68853e42f
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jun 26 22:09:16 2008 +0000

    Translations added and updated for most trunk packages (gl)
    
    (Old svn revision: 27155)

commit ffacb83dd0bcf572743d5b504408f5f0f585b440
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Jun 22 10:57:49 2008 +0000

    update-po
    
    (Old svn revision: 27129)

commit e6ae86f02ef90ef111548c251777f99697514b9b
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue May 27 00:25:51 2008 +0000

    update-po
    
    (Old svn revision: 26985)

commit 81230cd17fe7b9907108e00bde53d9c5ca5c8b59
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat May 17 22:35:42 2008 +0000

    update translation
    
    (Old svn revision: 26970)

commit 734e72c299c28c02360279e37e27c698816b47e2
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu May 15 17:18:53 2008 +0000

    update slovak translation
    
    (Old svn revision: 26961)

commit aace1840b6bc7929ed7c65eacff22068f678cb30
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Wed May 14 13:06:20 2008 +0000

    update kurdish translation
    
    (Old svn revision: 26960)

commit bc518a815739c037730f17abeabef9014ac24820
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Apr 12 09:54:12 2008 +0000

    Update Latvian translation
    
    (Old svn revision: 26827)

commit 240b5bf53476a418a00a404f94800b42b00ddf1f
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Apr 12 09:25:57 2008 +0000

    Fix Dutch typo
    
    (Old svn revision: 26826)

commit d7fce4e8e9890bee3cde1d8afa549b320ca0bb4c
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Apr 1 07:11:50 2008 +0000

    Revert French translation.  Add a note inside TRANSLATORS
    
    (Old svn revision: 26701)

commit 1a06210de348a7ef5e54262a43dd0410e4b91f62
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Mar 31 11:46:16 2008 +0000

    mousepad/nick: update french translation
    
    (Old svn revision: 26700)

commit 73c4f9cde2db6826c690d2b19eab715bd493c704
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Mar 10 19:52:22 2008 +0000

            * mousepad/mousepad-document.c: Swap the colors of readonly and
              modified tabs. Red is modified and green readonly.
    
    (Old svn revision: 26674)

commit 2e3a8d13d493e91587e8e5e524599b899b9b7dba
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Wed Mar 5 04:47:56 2008 +0000

    Update Amharic translation
    
    (Old svn revision: 26667)

commit e6deae974c002619ee11c3d68d92ec768b235ac5
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Mar 2 13:51:40 2008 +0000

            * mousepad/mousepad-file.c: Don't set an error and return false on
              externally modified when the file does not exist. This fixes
              an error when saving a new file.
            * mousepad/mousepad-file.c: Emit signal when the readonly status
              changes.
            * mousepad/mousepad-document.c: Use the readonly signal to update
              the label color. This fixes a readonly-colored label when saving
              a new file.
    
    (Old svn revision: 26656)

commit 790cd28e036aec098aaee8cc03b101f0c436580d
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Feb 17 12:08:21 2008 +0000

            * mousepad/mousepad-search-bar.c: Select the text in the search
              entry when focussing the search bar (Ctrl+F).
            * mousepad/mousepad-window.c: Set default keybindings of Find Next
              and Find Previous to F3 and Shft+F3.
    
    (Old svn revision: 26621)

commit 40b7ebea740c973dde04a2eb0657346d4b47c944
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri Feb 15 14:51:24 2008 +0000

    Merge Sinhala translation from xfce 4.4 branch to trunk
    
    (Old svn revision: 26617)

commit 1b62cac80c34179c48e7c246f4d31c5931d3afc2
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 13 20:20:28 2008 +0000

    Sort items by most recently used
    
    
    (Old svn revision: 26606)

commit 59d55f4852cdfaf811f51c97927defdb1e197d5b
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 15 18:23:21 2008 +0000

    * configure.in.in, mousepad/Makefile.am: Remove gmodule from the
      library list, is not used. Add glib to make sure it's linked.
    * mousepad/mousepad-window.c: Use the HOME environment variable
      to search for the templates path, fallback on g_get_homedir.
    * MousepadHelp.in: Improve script to find other browsers too,
      instead of only using exo-open.
    * mousepad/mousepad-preferences: Improve the performace of loading
      and saving a bit. Loading now directly writes to the internal
      value array. Could be a bit tricky, we'll see.
    * mousepad/mousepad-{preferences,print}.c: Use g_key_file_{get,
      set}_value instead of g_key_file_{get,set}_string, should be a
      bit faster.
    * mousepad/mousepad-window.c: Be more secure when loading tab sizes.
    * po/mousepad.pot: Update.
    
    
    (Old svn revision: 26574)

commit 9b4a2525a341187a8ea4bddfaeff3e07ef724773
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 15 10:59:07 2008 +0000

    * mousepad/mousepad-window.c: Update menu actions after a document
      is closed, so the detach action becomes insensitive when there
      is only one document openened.
    
    
    (Old svn revision: 26573)

commit 35ea349ad0c4ee3557c3c28bb7b5c30cb9fdfe22
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 15 10:34:47 2008 +0000

    * TODO: Update
    * mousepad/mousepad-{dialogs,window,file}.c: Check for external
      file modifications before saving.
    * ChangeLog: Update.
    * configure.in.in: Remove api version and add support for a nano
      version.
    
    
    (Old svn revision: 26572)

commit 2709fd15751d4197f8c260989b7069473dfae65f
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Jan 14 16:49:57 2008 +0000

    * Drop libxfce4util as dependency
    * Switch to accessories-text-editor as icon name
    
    
    (Old svn revision: 26571)

commit a8924e11dad4f268f699ce42abd348ba4dcb2492
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Jan 14 11:33:17 2008 +0000

    * Use G_DEFINE_TYPE.
    * Properly set the emission stage for all signals.
    * Remove some unused code.
    * Fix assert when dropping a file in the editor window.
    * Small typo in the menu tooltips.
    
    
    (Old svn revision: 26570)

commit e6bf503e5b46d26aa3bd0f50bd2788f1e1a09c40
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Dec 23 16:01:51 2007 +0000

    Updated Portuguese translations by Nuno Miguel <nunis@netcabo.pt>
    
    (Old svn revision: 26501)

commit b93f219eb75efb3769f5d1a150831a4a1f09291d
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Dec 12 09:29:50 2007 +0000

            * mousepad/mousepad-window.c: Try to find the file encoding in the
              recent history, when opening a document that didn't pass the
              UTF-8 check.
    
    (Old svn revision: 26460)

commit ccf616594ecd39b49bb632372c7cd28557a776f1
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Dec 10 19:47:45 2007 +0000

    * mousepad/mousepad-undo.c: Remove testing messages.
    
    
    (Old svn revision: 26455)

commit d1075d569a475bc2e16dfaab0209e1e4d0c8dec0
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Dec 10 19:36:58 2007 +0000

            * mousepad/mousepad-window.c: Use the switch-page signal instead
              of a notify on the page property.
            * mousepad/mousepad-*: Remove deprecated tooltip api when compiled
              with Gtk+ >= 2.12.
            * mousepad/mousepad-replace-dialog.c: Connect tab switch signal for
              updating the dialog status when switching tabs.
            * mousepad/mousepad-undo.c: Fix issues with the undo manager. It
              now works with a points system (chars: 1pt, space/tab: 10pts,
              new line: 25pts). A step contains 30pts, whole words and spaces
              are merged. This way the undo steps feel more consistent.
              Properly keep the number of visible undo steps < 100.
              Store document save point in the undo manager, when you undo to
              this points the document will not be modified, but the history
              is not erased either when saving.
            * mousepad/Makefile.am: Add DGTK_DISABLE_DEPRECATED and
              DGDK_DISABLE_DEPRECATED.
    
    (Old svn revision: 26454)

commit 1d7bef769029aae39ddcecb6c529177393363dcf
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 8 10:46:08 2007 +0000

            * mousepad/mousepad-{dialog,window}.c: Show save as button in
              question dialog for readonly documents. Also add the modified
              readonly documents to the save-as queue when running save all.
    
    (Old svn revision: 26451)

commit f67680befa81f562943b591a7143e25baea1fb17
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 8 10:31:50 2007 +0000

            * mousepad/mousepad-{search-bar,window}.c: Remove highlight when
              hiding the search bar. Search ahead when opening the search bar.
    
    (Old svn revision: 26450)

commit 72415680ea141554b03f505d5f9a96861957c5a0
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Dec 7 19:42:23 2007 +0000

    * mousepad/mousepad-search-bar.c: Fix red entry when toggling the
      highlight button.
    
    
    (Old svn revision: 26447)

commit 562a27b0824e528841b1a58b01d8c9978f4bd05e
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 6 20:11:21 2007 +0000

    * mousepad/mousepad-document.c: Fix column number in statusbar.
      First column is 0 and not 1.
    * mousepad/mousepad-dialogs.c: Improve the go to dialog. You can now
      set the column number too.
    * mousepad/mousepad-window{.c,-ui.xml}: Improve the menu layout big
      time. Make mnemonics consistent right now. A couple of name,
      tooltip and keybindings changes. Internal names make more sense
      now.
    * mousepad/mousepad-{window,view}.c Add option to paste from
      history. The history holds the last 9 history cut/copied items
      from Mousepad.
    * mousepad/mousepad-window.c: New from template menu. Works the
      same as the implementation in Thunar. Menu is generated the first
      time the file menu is shown. Same for the recent menu.
    * mousepad/mousepad-{window,view}.c: Add option to toggle between
      column and normal selections. Put it in View -> Change to Column
      Selection. To make this work properly I've removed multi
      selection. Code got much easier and a couple of complex functions
      were dropped.
    * mousepad/mousepad-window{.c,-ui.xml}: Put search menu items in
      the edit menu, since you will most likely access them from
      keybindings most of the time.
    * mousepad/mousepad-window.c: Cleanuped up a lot of functions.
    * mousepad/mousepad-window.c: Check if files exists when generating
      the recent menu, remove it when it was not found. Also unref the
      action after adding it to the action group, fixes an ugly memory
      leak, since the recent info isn't released eighter.
    * mousepad/mousepad-util.c: Add faster function to escape
      underscores in the recent menu. Drop the previous function used
      for this.
    * mousepad/mousepad-private.h: Add macros around g_object_(get/set)
      _qdata and use them instead of the existing g_object_(get/set)
      _data functions.
    * mousepad/mousepad-view.c: Fix indent with (shift) tab.
    * mousepad/mousepad-view.c: Improve line number drawing. Only
      redraw the line numbers in the expose area and some other changes
      to reduce the amount of redraws and iter calls.
    * mousepad/mousepad-view.c: Use the IM to type in multi selections,
      the previous way was deprecated and this fixes a couple of weird
      issues.
    * mousepad/mousepad-view.c: Show realtime selection size in column
      selections.
    * mousepad/mousepad-{document,view,window}.c: Put selection change
      in a separate signal to avoid multiple update the the action
      group.
    * mousepad/mousepad-view.c: Avoid a lot of statusbar updates and
      column selection redraws during dragging by comparing the old and
      new cursor position. On the other hand, the 'only draw the visible
      area during drag' trick has been partly removed to properly
      display the selection length during a column draw that covers
      more then the window height.
    * mousepad/mousepad-{util,view}.c: Add functions to change the case
      of a selection.
    * mousepad/mousepad-view.c: Add function to replace tabs with spaces
      and vice versa. The replacements are inlined, so you don't see
      visual changes in the document. Actions are not usable during
      column selections.
    * mousepad/mousepad-window.c: Make the arrow buttons in the notebook
      work.
    * mousepad/mousepad-window.c: Close document on middle click on the
      tab, this is a stupid feature, but since everyone requests it on
      apps with tabs: add it to save a bugzilla report.
    * mousepad/mousepad-{window,view}.c: Add actions to increase or
      decrease the indentation of line(s) using the menu or keybindings.
    * mousepad/mousepad-{window,view}.c: Add an action to duplicate a
      line or selection. Only work for normal selections or no
      selection.
    * mousepad/mousepad-{window,view}.c: Add an action to move the
      selected lines up and down. Not implemented for column selections
      (yet). Menu actions are insensitive when there is no regual
      selection.
    * mousepad/mousepad-{window,view}.c: Add option to strip trailing
      spaces and tabs.
    * mousepad/mousepad-window.c: Add a file to the recent history
      after saving it under another name.
    * mousepad/mousepad-window{.c,-ui.xml}: Add line ending type in the
      document menu.
    * mousepad/mousepad-window.c: Avoid one menu update when adding or
      removing a new document to the window.
    * mousepad/mousepad-document.c: Change tab label color when the
      document is modified or readonly.
    * ChangeLog: Properly break lines.
    
    
    (Old svn revision: 26441)

commit 976c9707d60945030612eaf79db2e577135fe4ef
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Nov 29 19:20:44 2007 +0000

            * mousepad/mousepad-document.c: Make tab close button a bit smaller.
    
    (Old svn revision: 26407)

commit d2cf9f1d53f4818ea92e162cf6b71b9963144ce8
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Nov 29 18:29:46 2007 +0000

            * mousepad/mousepad-window.c: Use a box for packing the window elements.
              A table was not really needed, and boxes are a bit faster in calculating
              child sizes.
            * mousepad/mousepad-window.c: Remove unused variable.
    
    (Old svn revision: 26406)

commit debc440d2c428b5aa91dcb567fd96a4f50a2804c
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Nov 29 18:00:22 2007 +0000

            * mousepad/mousepad-print.c: Use bold attribute for labels, so there
              is no html in the strings.
    
    (Old svn revision: 26405)

commit f3a364cda15d48093802adbb4190a1d027e6a102
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Nov 29 16:38:43 2007 +0000

            * mousepad/mousepad-utils.c: Add functions that extent the default
              Gtk word start/end function. Use them in the search functions,
              transpose and double click selection.
            * mousepad/mousepad-view.c: Implement transpose for multi selections.
            * mousepad/mousepad-view.c: Improve word swap function.
            * docs/manual/C/Mousepad.xml.in: Other layout of the help file. Content
              will follow.
            * mousepad/mousepad-{document,window,view}.c: Show the selection length
              in the statusbar. Also merged two signals and a couple of functions.
            * mousepad/mousepad-window.c: Change default keybinding of new document
              (Ctrl+N) and new window (Shift+Ctrl+N). Assign Ctrl+T to transpose.
            * mousepad/mousepad-window.c: Update the window title after saving a
              file with a new name.
            * mousepad/mousepad-file.c: Set readonly to FALSE when starting with
              a non-existing filename in the argument.
            * mousepad/mousepad-print.c: Improve the print backend. Settings are
              now saved. You can set the paper type, toggle options for line
              numbers, wrap and page heading and use a custom font.
    
    (Old svn revision: 26404)

commit 17f0d7599705f604a8e36471ddb8d0b69ced64ff
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Nov 17 14:31:59 2007 +0000

    fr.po: Rename name in .desktop files with consistency
    
    (Old svn revision: 26328)

commit 34d41419f5493003146703ebb3400d30913c60cc
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Nov 15 09:14:39 2007 +0000

    Add Urdu translations to trunk (hope this is right *sigh*)
    
    (Old svn revision: 26296)

commit e0f2238b31f56316db76e51d6484156b2a782d6e
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Nov 11 03:25:30 2007 +0000

    Update latvian
    
    (Old svn revision: 26285)

commit 03cd4c266c5d539c85dbe22f505d1d54c1b011b4
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 26 15:02:40 2007 +0000

            * mousepad/mousepad-view.c: Implement transpose:
               - Selection on one line: Inverse selected text.
               - Multiple lines selected: Invert seleted lines.
               - Cursor is inside a word: Swap chars on each side of the cursor.
               - Cursor is outside a word: Swap word left and right of the cursor.
               - Cursor at the start of a line: Swap line with the line above.
               - Cursor at the end of a line: Swap line with the line below.
            Will add support for multi- and column-selections later. Thanks to
            Textmate for this great idea.
    
    (Old svn revision: 26200)

commit ec4cae752aa01e235b870df476b0c3008cb24f4d
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 26 08:43:19 2007 +0000

            * MousepadHelp.in, mousepad/mousepad-{dialogs,window}.{c,h}:
              Add support for the help file.
            * Mousepad.spec.in: Add spec file.
    
    (Old svn revision: 26199)

commit 673f739167aa23710a7b570eb7e863871fd09e4d
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Oct 25 20:46:06 2007 +0000

            * mousepad/mousepad-view.c: Redraw selection on theme change.
    
    (Old svn revision: 26197)

commit 24c163061c3e40620db488f98c51f1edd8d20f62
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Oct 25 17:51:07 2007 +0000

            * mousepad/mousepad-view.c: Reimplemented multi-selection. It is also
              possible to do multi editing (typing in all the selections), select
              random words in the document (they will be copied to the clipboard as
              a list of words) and multi insert (create a drag without content or
              drag at the end of lines). Multiple selection will also be merged
              when possible. This proably has some rough edges, but it works pretty
              good. Keyboard multi drags will be added later.
            * docs/manual/C/Mousepad.xml.in: Add a bit of info about multiple- and
              column-selections, but I'm not very good at this.
            * mousepad/mousepad-{window.c,window-ui.xml}: Use our edit menu on right
              click, so copy/paste/delete works with multi selections. Also saves a
              bit of code since it integrates with the ui-manager.
    
    (Old svn revision: 26195)

commit aa3403453873c6cd866acc925d2e41a2ef4656af
Author: Brian Tarricone <brian@tarricone.org>
Date:   Wed Oct 24 22:26:53 2007 +0000

    remove trailing parens on AC_INIT version info to work around bug
    in intltool 0.35.x and 0.36.x
    
    
    (Old svn revision: 26180)

commit 2d4c6469fc7680fe83c02af5ecfd4791f96de79f
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Oct 23 08:57:10 2007 +0000

    * configure.in.in, po/POTFILES.in: Fix dist-check. Thank to Brian
      for the hint.
    * mousepad/mousepad-{dialogs,window}.c: Implement tab size menu. You
      can set the default tab sizes in the rc file (MiscDefaultTabSizes).
    * mousepad/mousepad-window{-ui.xml,.c}: Reorder menus a bit. Go menu
      is now called 'Navigation' and the 'go to line' item is added to this
      menu. The document menu contains the tab size menu from now on.
    * Rename some functions and vars to more suitable names.
    
    
    (Old svn revision: 26178)

commit 0960eed1341ae9789caafcb61500fa2006a12a67
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Oct 22 11:16:59 2007 +0000

            * configure.in.in: Make sure __OPTIMIZE__ is enable in normal builds.
            * mousepad/mousepad-private.h: Tune G_LIKELY macros for pure boolean.
    
    (Old svn revision: 26175)

commit 765cea4b137c29bbb1abebad9440a4a9534c93d7
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Oct 22 09:18:55 2007 +0000

            * mousepad/mousepad-window.c: Idea of the previous commit was good,
              but the implementation wasn't. Fix that.
    
    (Old svn revision: 26174)

commit 02326c575f8bc002d5a9680c1bb9b2d4b474125d
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 21 19:08:51 2007 +0000

            * mousepad/mousepad-window.c: Make the recent manager a singleton
              in the application, this is also done in gtk 2.12. We also
              initialize the recent manager when needed, since it's quite
              expensive to create one. This should improve the startup speed
              a bit.
    
    (Old svn revision: 26173)

commit c68eede22f8717c245154f83dab5b6569fc45d13
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 21 15:17:17 2007 +0000

            * docs/: Import basic manual files.
            * configure.in.in, mousepad/Makefile.am: Don't search for startup-
              notification and gtk-unix-print. We don't use this in the code.
    
    (Old svn revision: 26172)

commit 1f30cae6c6774f25728d5c7254e772281762abd6
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Oct 18 09:47:52 2007 +0000

    * mousepad/mousepad-view.c: Respect input methods and don't insert
      text when the textview is not editable.
    * mousepad/mousepad-{file,document,window}.c: Properly handle
      read-only files. A file is now always readonly unless proven
      otherwise.
    
    
    (Old svn revision: 26145)

commit b01842db991e385a4a2373da1eaac1191197d9af
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Oct 18 09:04:31 2007 +0000

    * mousepad/mousepad-utils.{c,h}: Add iter function to move the iter
      in front of text. Code used from one of the indentation functions.
    * mousepad/mousepad-view.c: Add code for a smart home button: when
      the cursor starts a line and the home button is pressed, it will
      move to the start of the text.
    * mousepad/mousepad-view.c: Key bindings Ctrl + {Home,End} to jump
      to the start and end of a document.
    
    
    (Old svn revision: 26144)

commit a75d9920d838e508c10dfd17908233d45dc20e6c
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Oct 17 18:53:22 2007 +0000

    * mousepad/mousepad-window.c: Cleanup some code and get rid of the
      multiple action groups.
    
    
    (Old svn revision: 26142)

commit 2d17e63c32d75fb9fb7f98e8660b4980ec24af7d
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Oct 17 11:02:46 2007 +0000

    * mousepad/mousepad-window.c: Decrease the menu lock when a window
      is closed and disconnect the recent manager handler (this is a
      bug since 2.12 because the manager is a floating object).
    
    
    (Old svn revision: 26141)

commit 8a4f2f2e71d3fa064295bbbe0ca4697e562878f3
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Oct 17 09:48:30 2007 +0000

    * mousepad/mousepad-{window,util}.c: Fix compiler warnings.
    
    
    (Old svn revision: 26140)

commit 73fe06eded04e6c604a49caf443cf3cc7d22ddbf
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Oct 16 20:06:10 2007 +0000

    * Previous commit was a typo.
    
    
    (Old svn revision: 26136)

commit 0c494023ae1504211afbba57c9c469e4955426dc
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Oct 16 20:03:00 2007 +0000

    * Set Id property on files.
    
    
    (Old svn revision: 26135)

commit d1196e9f4486f9a5d4610fb88a1076a5e8d476a5
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Oct 16 20:01:37 2007 +0000

    * Diffstat:
      38 files changed, 5987 insertions(+), 3632 deletions(-)
    
    * mousepad/mousepad-dialogs.c: Set the correct default return
      in the jump dialog.
    * mousepad/mousepad-replace-{dialog,window,preferences}.{c,h}:
      Implement the new replace dialog.
    * Remove options from the type-ahead bar, it was too bloated
      and those options are now available in the replace dialog.
    * mousepad/mousepad-document.c: The MousepadDocument now holds
      utf-8 valid names, the MousepadFile the real filename.
    * mousepad/mousepad-window.c: Full tab dnd (detach) with
      Gtk+ 2.12.
    * mousepad/mousepad-encoding-dialog.{c,h}: Add a encoding dialog.
      This dialog should help users to find the right encoding for a
      document.
    * mousepad/mousepad-print.{c,h}: Initial version of a basic
      printing support. Needs some big improvement tho.
    * mousepad/mousepad-statusbar: Fix issues with some theme engines
      that paint a line above the statusbar (instead of a frame).
    * mousepad/mousepad-window.c: A window is now destoyed when it
      contains no tabs, previously this caused some segfaults with the
      tab dnd code, but this is all fixed now.
    * mousepad/mousepad-preferences.c: The option names are now stored
      in the nick name of the pspec. With debug build this name is
      compared with the option name from spec name to check for typos.
    * mousepad/mousepad-view.c: Options for 'insert tab as spaces' and
      settings the tab size. This also needed a rewrite of the
      indentation code, which ended up much cleaner.
    * mousepad/mousepad-view.c: Big speed improvements in the vertical
      selction code.
    * mousepad/mousepad-view.c: Cleanups in the clipboard code and move
      code from mousepad-document to mousepad-view.
    * mousepad/mousepad-{window,search-bar}.c: Handle clipboard actions
      properly when the search bar is focused.
    * A lot of code cleanups, bug fixes, polishing and stuff I can't
      remember after 5 months ;).
    
    
    (Old svn revision: 26134)

commit f18be6b8607b86c1b402e67b983af6e3e4243b41
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Sep 24 01:41:15 2007 +0000

     * thunar, xfce4-panel: Update Korean translation
     * libxfce4menu, libxfcegui4, mousepad, squeeze, xfce4-appfinder,
       xfce4-icon-theme, xfce4-mixer, xfce4-terminal, xfce4-trigger-launcher,
       xfce-mcs-manager, xfce-utils: Add Latvian translation
    
    
    
    (Old svn revision: 26104)

commit 443200c8403dcbeaa55b5d46af2da713b82544c1
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Sat Sep 22 02:55:42 2007 +0000

    Updating Arabic translations
    
    (Old svn revision: 26094)

commit 01edaecacad81bbd5ed3cabb7e997cc5e7f574ba
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Sep 6 18:16:04 2007 +0000

    Added a long waiting Amharic translation for trunk.
    
    (Old svn revision: 26052)

commit 164dd36620e0387d250cb54a5f19e680d537cf8d
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Aug 15 09:53:27 2007 +0000

    Updating Arabic translations
    
    (Old svn revision: 25984)

commit 5786f520360309195aa8da030a674bda11969dfa
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jun 10 23:25:37 2007 +0000

    * nb_NO: Updated some Norwegian translations and added one for Xfmedia
    * pt_PT: Added European Portuguese translations
    * Changed my email address
    
    
    (Old svn revision: 25797)

commit b1f5db1f0ce09e427d184462808533b395f5d370
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Jun 9 09:37:16 2007 +0000

    Updated the Brazilian Portuguese translations of the libexo, mousepad, xfce-utils, xfce4-panel and xfmedia also in Portuguese.
    
    (Old svn revision: 25791)

commit 772eeca118e48c94c5fe908c333197b3b6b8845e
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 22 19:50:01 2007 +0000

            * *.*: Remove copyright lines.
    
    (Old svn revision: 25747)

commit c0bf115da5b4dd9ca9be101014e41565ffdeae1c
Author: Nick Schermer <nick@xfce.org>
Date:   Sun May 20 18:44:10 2007 +0000

            * mousepad/mousepad-{preferences,search-bar,document}.c,
              mousepad/mousepad-types.h: Add match whole word option.
    
    (Old svn revision: 25736)

commit 0f9ccf029632a9bb61f393243c1153fb58dd5793
Author: Nick Schermer <nick@xfce.org>
Date:   Sun May 20 12:13:07 2007 +0000

            * mousepad/Makefile.am: Use the new exo-csource
              --strip-comments and --strip-content arguments.
    
    (Old svn revision: 25729)

commit b408c7b5f735db6c91e3381953e6c5cfca967901
Author: Nick Schermer <nick@xfce.org>
Date:   Sun May 20 09:58:48 2007 +0000

            * mousepad/mousepad-view.c: Initialize variables, so gcc is
              happy.
            * README: Add some lines.
            * mousepad/mousepad-window.c: Ctrl + Shift + v is the shortcut
              to paste in a column.
    
    (Old svn revision: 25726)

commit 924ec4cfdac8ef8ad541d643f9789836bb3bd86c
Author: Nick Schermer <nick@xfce.org>
Date:   Thu May 17 20:00:53 2007 +0000

            * mousepad/mousepad-view.c: Cleanup the line number code.
              This version is a bit faster and removed a bunch of code.
            * mousepad/mousepad-view.c: Cleanup the indentation code. You
              can also increase the (vertical) selected text with Shift +
              Space and decrease with Shift + Backspace. I though this
              might be useful for developers.
            * mousepad/mousepad-view.c: Vertical selection using the mouse
              and Ctrl + Shift. Keyboard vertical selection is not possible
              because that adds too much code for (hardly) nothing. You can
              (un-)indent the block with Tab, Shift + Tab and the 2 new
              space (in/de)crease commands above.
            * mousepad/mousepad-view.c: Draw a vertical line to separate
              the line numbers from the text, this looks beter with light
              themes (IMHO).
            * mousepad/mousepad-window.c: Add 'paste column' option to
              paste the clipboard text in a column under the cursor.
            * mousepad/mousepad-window.c: Set stock menu names to NULL so
              Gtk fills the default (translated) name,  makes your binary
              smaller and translators happy.
            * mousepad/mousepad-{search-bar,document}.c: Fix segfault with
              empty string in the search bar and highlighting enabled.
            * TODO: Add items.
    
    (Old svn revision: 25720)

commit 4abd78f00bd8306fd7a8028875cb9050b62df53e
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 12 16:38:47 2007 +0000

            * mousepad/mousepad-window.c: Add extra tests if the file
              really exists, because Gtk file dialogs hang if the
              file does not exists.
    
    (Old svn revision: 25708)

commit d2c3c1f88384b617269bcd129f6cce6a86b5efa2
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 12 15:41:04 2007 +0000

            * mousepad/mousepad-window.c: Jump to active file when
              opening a new document.
    
    (Old svn revision: 25707)

commit 23c7b01c285078e6346e1b65afcb611273ce3c2f
Author: Nick Schermer <nick@xfce.org>
Date:   Thu May 10 16:13:39 2007 +0000

            * mousepad/mousepad-undo.c: Don't store a string (or even
              prepend it in a GString) when the user is inserting text.
              This saves a whole bunch of relocations (Bug #2737). We also
              flush the insert buffer after a redo and don't copy strings
              when inverting a delete step. This should bring the memory
              usage of the undo manager to a minimum.
            * TODO: Add some undo manager reminders.
            * mousepad/mousepad-window.c: Fix compiler warning when
              debugging is enabled.
            * mousepad/mousepad-application.c: Change from append to
              prepend.
    
    (Old svn revision: 25700)

commit a4f297b08aa19d2aa06c969d821af3590a231a2a
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 8 17:17:37 2007 +0000

            * mousepad/mousepad-window.c: Rename function so it matches
              the standard mousepad_window_* names.
    
    (Old svn revision: 25688)

commit 9fbd9fdc5d6123223d4ffe75a3407f44425c9548
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 8 17:14:34 2007 +0000

            * mousepad/mousepad-window.c: Open a new tab when the notebook
              is double clicked. Also fix some indentation.
    
    (Old svn revision: 25687)

commit 932f662654e9f024422e8fd806a8b9b90cc6149a
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 1 21:16:15 2007 +0000

            * configure.in.in: Don't break on a broken glibc.
    
    (Old svn revision: 25664)

commit 5cd70d2665de061f5c64d6a7a21b5f564eeec813
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 1 16:07:57 2007 +0000

            * mousepad/mousepad-dbus-infos.xml, mousepad/mousepad-undo.c,
              mousepad/mousepad-view.c: Fix some typos and replace tabs.
    
    (Old svn revision: 25662)

commit 72d49ecc7196fe7c8d5479e978593718e3b17a39
Author: Nick Schermer <nick@xfce.org>
Date:   Tue May 1 15:59:28 2007 +0000

            * mousepad/mousepad-{document,window}.c: Allow uri and tab
              drops inside the textview widget.
            * mousepad/mousepad-window.c: Hide the searchbar when all the
              tabs are closed and make sure nothing segfaults when no
              active document is found.
            * mousepad/mousepad-window.c: Make sure the textview is
              focused when a new document has been added.
    
    (Old svn revision: 25661)

commit 2beb0bf4ad103e2bc112b516f6253157e821e2a7
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 28 18:59:18 2007 +0000

    * TODO: Removed the items I've fixed.
    * Changelog: Break after 70 characters.
    * mousepad/mousepad-{document,statusbar}.c: Hide the visible
      event box window.
    * mousepad/mousepad-statusbar: The statusbar is now on top of
      the Gtk statusbar.
    * mousepad/mousepad-window.c: Add support for dropping uris
      in the main window. Droping in the textview doesn't work
      yet.
    * mousepad/mousepad-window.c: Add tab dnd. This required some
      function reordering, but in the end it was quite easy and
      made the code more logical. I've also changed the window
      behaviour: when you close all the tabs in a window, an empty
      window is left. This is easier for tab dnd.
    * mousepad/mousepad-{application,window}.c: Beter handing of
      application windows. Also added detachable tabs.
    * mousepad/mousepad-{properties,window}.c: The last settings
      of line numbers and auto indent are now stored.
    * mousepad/mousepad-window.c: Beter locking of menu updates,
      this avoids some unneeded menu updates and also made the
      start time of Mousepad equal to Leafpad (and probably also
      Mosuepad 0.2.x), which is quite nice since it supports a
      whole bunch of extra features.
    * mousepad/mousepad-window.c: Removed the 'close all windows'
      option from the menu and the code. Not need for a text
      editor IMHO.
    
    
    (Old svn revision: 25654)

commit a20de9eada02c7cc07cda472ea4f197c3e3b97aa
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Apr 22 08:23:48 2007 +0000

            * TODO: Fix some typos and add some new ideas and reminders.
    
    (Old svn revision: 25622)

commit 35f0b25ab3c544412ef32b71e4a8dd514142c281
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 21 19:18:52 2007 +0000

            * TODO: Add some stuff.
    
    (Old svn revision: 25621)

commit 666a0aebba2bca3fbeee5a650fe9ffa160455348
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Apr 20 10:55:16 2007 +0000

            * TODO, NEWS: Update and expand both documents.
            * mousepad/mousepad-search-bar.c, mousepad-window.c: Fix some
              compiler warnings.
    
    (Old svn revision: 25615)

commit a47b71f49c5221348b83135ffbcf2a05abdebeb4
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Wed Apr 18 23:45:20 2007 +0000

    Little compiler fix
    
    
    (Old svn revision: 25600)

commit 44f28f94cfd8b18c76852726550c2fc476fb4801
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Apr 12 19:38:59 2007 +0000

            * mousepad/mousepad-undo.c: Improve the behavior of the undo manager.
              It now merges multiple spaces, new lines are a separate undo action and
              when you redo some steps and then start editing again we append the redo-ed
              steps in reversed order with an inverted action, so you can undo every thing
              afterwards. This consumes a bit more memory compared to the old behavior
              (which simply removed every redo-ed step), but it's much more consistent.
    
    (Old svn revision: 25531)

commit 0210f46f4a9e604a52bda681c820e66d352303e5
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 11 17:41:54 2007 +0000

            * mousepad/mousepad-{window,view}.c: Fix some potential leaks, I'm not
              really sure, but it doesn't hurt...
    
    (Old svn revision: 25523)

commit d45ae8eaa022bd99c25c0db5e68594e12b25281d
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 11 09:07:54 2007 +0000

            * mousepad/mousepad-statusbar.c: Destroy the tool items together with the
              searchbar (memory leak from valgrind).
    
    (Old svn revision: 25516)

commit ec1234c58d36457576ea554ac2fd5885da962fd7
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 11 08:22:46 2007 +0000

            * mousepad/mousepad-{document,window,statusbar}: You can now click the OVR
              text in the statusbar to toggle the overwrite mode.
            * mousepad/mousepad-{document,window,undo}: Initial version of an undo
              manager. This is not finished yet, but it's a start.
            * mousepad/Makefile.am, mousepad/mousepad-csource.pl: Remove my perl script
              because it has some problems. Use exo-csource instead.
            * Remove some empty object functions.
    
    (Old svn revision: 25514)

commit f6666d7f254b4016ab9ecc245f4db0afa6d61470
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Apr 9 10:05:59 2007 +0000

    * fr.po: Fixed typos and style in the French translation of Terminal's manual
    * Changed my email address in all the fr.po files in trunk and 4.4
    
    
    (Old svn revision: 25448)

commit 6e076a5c30aee793ae6c43e6b977aa6bebb8c80e
Author: Stephan Arts <stephan@xfce.org>
Date:   Sat Apr 7 23:28:47 2007 +0000

    Updated Dutch translations
    
    
    
    (Old svn revision: 25436)

commit fe666120450ea8df11059d60c0bcdb806d3d5426
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Apr 6 19:06:59 2007 +0000

            * mousepad/mousepad-document.c: Fix segfault from previous commit.
            * mousepad/mousepad-document.c: Fix bug in searching backwards, we have to
              jump one iter backwards before searching, because we start with the
              character right from the first iter. Also removed the equal check because
              it's not needed and only causing problems with backwards searching on the
              first character in the buffer.
    
    (Old svn revision: 25405)

commit 7b33a930bf6efc2c879dbb304e6ee0fd4adb2b5a
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Apr 6 16:36:12 2007 +0000

            * mousepad/mousepad-window.c: Fix opening recent files that do not exist.
            * mousepad/mousepad-window.c, mousepad/mousepad-document.c: Update the window
              title correctly and remove the unused notify::title signals.
    
    (Old svn revision: 25404)

commit fb92407744a63b6bf6f3f50f21212b773ce19a5a
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Fri Apr 6 15:50:49 2007 +0000

    a little fix, no need to write it to ChangeLog
    
    (Old svn revision: 25403)

commit 46e78d17d7e5fc5ae16f9e9ee6ae8103e683af53
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Apr 6 13:57:06 2007 +0000

            * mousepad/mousepad-document.c: Because we don't use invisible characters in
              the text buffer, I was able to write a custom iter search function that can
              search in both directions, can be case insensitive, no string duplications
              and above all: is over 10x faster then the gtk version. This gives a nice
              performance boost to the highlight function.
            * mousepad/mousepad-search-bar.c: Connected the last signals and added a
              wrap around option to the search bar.
    
    (Old svn revision: 25402)

commit 4414211e4d97b98cafc2410c260a1312b17b511e
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Thu Apr 5 13:41:23 2007 +0000

    i18n catalan update
    
    
    
    (Old svn revision: 25389)

commit 4ccd1ba30c425214156b07cf6e58b001fa8970d9
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Apr 5 11:34:07 2007 +0000

            * mousepad/mousepad-document.c: Remove unused properties.
            * mousepad/mousepad-{exo,window,preoperties,search-bar}: Remove the
              exo bindings, mousepad only depends on Gtk and libxfce4util.
            * mousepad/mousepad-csource.pl: Perl script to generate the menu code.
              This script also strips the code between the xml blocks, so a minimal
              amount of text is added to the binary (ie. it produces better code then
              exo-csource).
    
    (Old svn revision: 25385)

commit 2563fc285fb1b58ee9c7984b9a710b5668ef3c10
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 4 18:42:18 2007 +0000

            * po/: Update the POTFILES.in file and regenerate the pot file.
            * mousepad/mousepad-document.c: Make the scroll offset smaller, so the
              textview doesn't jump around while searching.
            * mousepad/mousepad-search-bar.c: Make sure the search signal is send
              when the search field is empty after a backspace, so no text is selected in
              the buffer.
            * Remove some leftover tabs.
            * mousepad/mousepad-{search-bar,document,window).*: Added function for
            * Various performance improvements and code cleanups.
    
    (Old svn revision: 25382)

commit a0b89f341abe283462ad6f5c476b9d37ee644774
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 4 15:50:00 2007 +0000

            * configure.in.in: Mousepad does not depend on exo anymore. Only
              when you run in maintainer-mode, exo-csource is required.
            * mousepad/mousepad-document.*: Renamed mousepad-screen to mousepad-document.
            * mousepad/mousepad-{search-bar,document,window).*: Added function for
              searching, including the type-ahead search bar.
            * mousepad/mousepad-statusbar.*: A custom statusbar suitable for displaying
              the tooltips, overwrite/insert and the line- and column-number.
            * mousepad/mousepad-exo.*: The exo-bindings so we don't depend on exo anymore,
              although I want to get rid of all of them.
            * mousepad/mousepad-marshal.list: Custom marshal for sending search signals.
            * mousepad/mousepad-types.h: Search types (a mousepad-enum-types.{c,h} is
              generated during build).
            * Various performance inprovements and code cleanups.
    
    
    (Old svn revision: 25379)

commit 5e1c31a9a71dbf6b65f24164b3929776388879c5
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Mar 28 20:51:02 2007 +0000

    * de.po: Nico Schümann minor fixes to the German translations
    * en_GB.po: Jeff Bailes updated the British English translations for trunk and branches
    
    
    (Old svn revision: 25327)

commit 7d16b8dd21a5e7aa252dee2a4c5320047cad5884
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Mar 27 20:05:54 2007 +0000

    Updated and added British English translations by Jeff Bailes.
    
    (Old svn revision: 25314)

commit 1c9d3edc474597ea61d31fd8e42f16a7c7e20fe0
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Mar 27 19:22:08 2007 +0000

    Backport from branch
    
    
    (Old svn revision: 25310)

commit 31c8ccf4d0fdb3f9f9ae6575bd8f6efbdd8c224a
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Mar 25 13:22:21 2007 +0000

    Fixed.
    
    
    (Old svn revision: 25291)

commit ee0f8bf62641abef1c6c9956119a09b22c8cd265
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Mar 25 11:04:22 2007 +0000

    Removed executable attribute.
    
    
    (Old svn revision: 25286)

commit 2b77150ce0e9ea4a54aee35e13e77e076a0ac8bd
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sun Mar 18 10:38:05 2007 +0000

    update ChangeLog
    
    (Old svn revision: 25188)

commit 825c839600b2993ee64539bbd36dc2878f0b0e0e
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sat Mar 10 15:56:04 2007 +0000

    add Turkish translation
    
    (Old svn revision: 25145)

commit a5f4acdda5f405d23aa5973ffb49577e7656ce75
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Sat Mar 3 14:26:16 2007 +0000

    2007-03-03 Maxim Dziumanenko <dziumanenko@gmail.com>
    
            * Update Ukrainian translation.
    
    
    
    (Old svn revision: 25073)

commit cab0d1a984369283d99376e364e216e7fff04bc3
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 3 13:26:35 2007 +0000

            * mousepad/mousepad-dialogs.{c,h}: Add response actions for Mousepad so it's
              easier to understand what happens.
            * mousepad/mousepad-window.c, * mousepad/mousepad-screen.{c,h}: Basic
              support for document reloading.
    
    (Old svn revision: 25072)

commit 8a1670c4888db706b49b21c32d78786bf9ed2780
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 3 12:11:20 2007 +0000

            * configure.in.in, mousepad/Makefile.am: Remove the PCRE dependency.
              I should have removed this earier after some testing.
    
    (Old svn revision: 25070)

commit b5178ab96dc4dd424f9ce884529a67e95731e145
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 3 12:07:46 2007 +0000

            * mousepad/mousepad-dialogs.{c,h}: New file for the dialogs
              so the mousepad-window file becomes more readable.
            * mousepad/mousepad-window.c: Split some function and reorder
              them a bit.
            * mousepad/mousepad-window.c: The items in the go menu now have
              the filename as statusbar tooltip.
            * mousepad/mousepad-window.c: Check if the file is externally modified
              before writing. If it is, ask the user what to do.
            * mousepad/main.c, mousepad/mousepad-dbus.{c,h},
              mousepad/mousepad-dbus-infos.xml: Support for terminating a running
              mousepad instance (that is connected to dbus), using mousepad -q.
            * mousepad/*: Add function destriptions for Erik (and others) :-).
    
    (Old svn revision: 25069)

commit 5263c479394dbb5a6bc0b892806f11a629bd81f4
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 28 22:45:19 2007 +0000

            * mousepad/mousepad-window.c: Improve the menu tooltips.
    
    (Old svn revision: 25045)

commit 64c5d0349576fb0c55f7f9df7e985437c0fe8aea
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 28 19:16:13 2007 +0000

            * mousepad/mousepad-window.c: Prevent multiple recent- and go-menu
              updates when multiple items are opened or the recent history is
              cleared.
    
    (Old svn revision: 25044)

commit f0dc6b97b9512e8121ad3b253562d13f5baca205
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 28 18:14:25 2007 +0000

            * TODO, mousepad/mousepad-window.c: Add option to the recent menu
              to clear the history.
            * mousepad/mousepad-window.c: The recent items are now in the Mousepad
              group so it's easier to filter them when removing. The list is also
              sorted by the most recently used item.
            * mousepad/mousepad-window.c: Fix problem in checking if the
              file was already openened.
            * mousepad/mousepad-window.c: You can now reorder tabs.
            * mousepad/mousepad-window.c: A tab is now inserted right from the
              current active tab.
            * mousepad/mousepad-screen.c: Untitled documents now have a number like
              "Untitled #". The number is increased as long as the application is running.
            * mousepad/mousepad-window.c: Added first parts of code for a statusbar.
    
    (Old svn revision: 25043)

commit ff28ae1045a381c7dc815906b9a0816b87451e2b
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Feb 27 21:28:04 2007 +0000

            * TODO: Remind myself to fix problems with UTF-8 filenames.
            * mousepad/mousepad-window.c: Fix crash when opening files
              with the command line.
            * Mousepad.desktop.in.in, Mousepad.desktop.in.in: Mousepad executable
              is now lowercase again.
            * mousepad/mousepad-screen.c: Remove unused signals from the Class.
    
    (Old svn revision: 25040)

commit 62dbff28f0cd78e96933a78c979ef3109a5a43ba
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Feb 27 17:20:46 2007 +0000

            * TODO, NEWS: Update the current status of the rewrite.
            * Mousepad.desktop.in.in: Add MimeType and improve Categories.
            * Initial import of my Mousepad rewrite.
    
    (Old svn revision: 25037)

commit 8a402ec2206b15649d4bc1a50621d3a52f11dd2b
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Feb 27 17:02:14 2007 +0000

    * Import my Mousepad rewrite
    
    
    (Old svn revision: 25036)

commit 1bd002d711d108435b12b0cf7aa694b908cd63ed
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Feb 27 16:53:45 2007 +0000

    for nick
    
    (Old svn revision: 25035)

commit d9a3b6f94e2505cdd88dc21a52b85085e5f7844b
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Feb 22 11:39:46 2007 +0000

    mousepad basque translation update
    
    
    (Old svn revision: 25012)

commit 43b93e5ca4e8b6708fe99bffdcd4381961f9cf52
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Feb 20 19:19:28 2007 +0000

    * fr.po: Updated the French translations of libexo and squeeze
    * ko.po: Updated the Korean translations by ByungHyun Choi in
      xfce-utils, thunar, xfburn and mousepad
    
    (Old svn revision: 24998)

commit 3dfcb3930a2434d36590153739220fa2a977c52e
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Feb 10 18:56:40 2007 +0000

    Verified all LINGUAS files and added Albanian language to it.
    
    (Old svn revision: 24942)

commit 6d2c2e8e927eb52b4cdcb110e288f099e287f875
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Thu Feb 8 20:00:54 2007 +0000

    Adding information.
    
    (Old svn revision: 24879)

commit d800756d665d9ff3f2132cc9cd06304f1cc20207
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Thu Feb 8 19:38:22 2007 +0000

    64 strings, 0 fuzzy, 0 not translated. initial commit.
    
    (Old svn revision: 24878)

commit a15d2b813a3d539d0ab3bb0ca320ce992517d712
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Thu Feb 8 19:35:33 2007 +0000

    Adding AR language code.
    
    (Old svn revision: 24877)

commit 917d4291899c83f757b3137688070cb152700302
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Tue Feb 6 13:35:13 2007 +0000

    Greek translation updates - corrections.
    
    (Old svn revision: 24867)

commit ab0403851e2a67a3e45214720d2109fe5208355c
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Mon Feb 5 12:11:25 2007 +0000

    [i18n] ca update
    
    (Old svn revision: 24854)

commit 10dba688d058a192eb333e64c5d77eee0fb59384
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jan 25 19:07:36 2007 +0000

    Added the Albanian translations by Besnik Bleta for the core packages. Updated some French translations
    
    (Old svn revision: 24753)

commit 425837d73bb5a5e677330935247947c8fd3f3e0e
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Mon Jan 22 04:00:36 2007 +0000

    Applied patch from Alexander Toresson
    
    
    (Old svn revision: 24693)

commit 32af6e8a2045d076d51604ec299ffc6a70d34dd6
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Jan 21 19:10:07 2007 +0000

    Back to life...
    
    (Old svn revision: 24691)

commit 7972c24471308e84c56f4e8c2a08c63ec1fe86a0
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Jan 21 19:04:02 2007 +0000

    Ok, this time it's really 0.2.12!
    
    
    
    (Old svn revision: 24688)

commit 47ae1efbd0616f444100f32277616956edd57ef1
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 21 14:08:17 2007 +0000

    * fr.po: Minor changes to the French translations
      in xfce-utils, libxfce4util and mousepad
    * pl.po: Updated the Polish translation by Szymon Kałasz <szymon_maestro@gazeta.pl>
      in thunar and mousepad.
    * ro.po: Updated the Romanian translation by Mişu Moldovan <dumol@gnome.ro>
      in most core packages.
    
    (Old svn revision: 24685)

commit 71e2a2f71fdb9586679c42c1010074a349c78463
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Sat Jan 20 18:36:56 2007 +0000

    tiny change
    
    
    (Old svn revision: 24672)

commit fdec195163c9fbe06b5d13c8e6f3a43f9e8e5ef3
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jan 20 16:04:39 2007 +0000

    2007-01-20      Benedikt Meurer <benny@xfce.org>
    
            * configure.in.in: Post-release version bump.
    
    
    
    
    (Old svn revision: 24646)

commit d973460a675fa011a26797c1bb5f714df92eefa9
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jan 20 16:03:30 2007 +0000

    2007-01-20      Benedikt Meurer <benny@xfce.org>
    
            * === Released 0.2.12 ===
            * NEWS, configure.in.in: Bump version.
            * po/*.po: Update Project-Id-Version.
    
    
    
    
    (Old svn revision: 24644)

commit 6dd79fd8aba79533e1d9bbf7bb8c1df541beedcc
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Sat Jan 20 15:46:36 2007 +0000

    2007-01-20  Alexander Nyakhaychyk  <nyakhaychyk@gmail.com>
    
            * be.po: Updated Belarusian Translation
    
    
    
    (Old svn revision: 24643)

commit a8f19e9e759f96bca94b715594f8eac7ed9fc224
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat Jan 20 15:01:35 2007 +0000

    hu trunk: mini update
    
    (Old svn revision: 24636)

commit be86f73b37f58d5cb17dc9a3b57b41b6bf6e1e84
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Jan 20 12:09:19 2007 +0000

    Updated Czech translation (mousepad)
    
    
    (Old svn revision: 24618)

commit 4b63dff3185f86ebd92b6443b244a905e1b6f8c0
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jan 20 11:36:25 2007 +0000

    2007-01-20  Benedikt Meurer <benny@xfce.org>
    
            * mousepad.pot, *.po: Merge new strings.
    
    
    
    
    (Old svn revision: 24617)

commit 2bbbf1d8e2048027bb82eaa7c13ebfa5c7d27193
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Sat Jan 20 04:04:11 2007 +0000

    Email addy change
    
    
    (Old svn revision: 24605)

commit c3963520da956d451100b40dc6c7731808bcdddb
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Sat Jan 20 00:36:01 2007 +0000

    2007-01-20  Alexander Nyakhaychyk  <nyakhaychyk@gmail.com>
    
            * be.po: Added Belarusian Translation
            * LINGUAS: Added "be"
    
    
    
    (Old svn revision: 24598)

commit fa76a9bfd0b8339745c79e77790ff7a3d108d012
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 22:02:44 2007 +0000

    Update ChangeLog
    
    (Old svn revision: 24584)

commit af099952a3381c6cc8c816644506f6a2b582affd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 21:00:59 2007 +0000

    Update version
    
    (Old svn revision: 24567)

commit 78d0899d8a2661719d4b377cc9876dab62be5748
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Thu Jan 18 23:10:27 2007 +0000

    Updated Swedish translations for:
    * libexo
    * libxfcegui4
    * mousepad
    * thunar
    * xfcalendar
    * xfce4-appfinder
    * xfce4-panel
    * xfce-mcs-plugins
    * xfce-utils
    * xfdesktop
    * xfprint
    * xfwm4
    
    Also thus updated appropriate ChangeLog files.
    
    
    (Old svn revision: 24536)

commit 8d3761029096a638b3d23ca2c680347556eb6734
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Mon Jan 15 21:47:38 2007 +0000

    Moving undo system changes from local tree to Xfce svn, and resuming work there
    
    
    (Old svn revision: 24498)

commit dfca12c156385901b01b4a4e72a97b35109c22db
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Mon Jan 15 21:38:34 2007 +0000

    Updated TODO to, yannow, remind myself what to do
    
    
    (Old svn revision: 24497)

commit 2a3bb855a96a4b5dc71a30d4ba15d13891e90e3e
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 14 20:30:37 2007 +0000

    Updated the Italian translations of the libexo and libxfcegui4 packages and fixed some accelerators in the mousepad French translation
    
    (Old svn revision: 24452)

commit def9d72437cbb4fcd24ad1a1047e9d0b347a0c11
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jan 11 20:47:11 2007 +0000

    Updated the Polish translation by Piotr Malinski for a few core packages
    
    (Old svn revision: 24362)

commit b15be61f62039fa908d8dde0c2f034fa85f2cf4a
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Jan 7 22:41:06 2007 +0000

    set content-type of dutch translations to UTF-8
    
    (Old svn revision: 24297)

commit b15d4b6afd8146cc5ac0b4d517c5063d69116e8f
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Sat Dec 30 00:48:08 2006 +0000

    Updated brazilian portuguese translations.
    
    
    (Old svn revision: 24218)

commit cd2defd484718f0ae9fcabbbaeb36a64acd4f44c
Author: Amanpreet Alam <apbrar@gmail.com>
Date:   Thu Dec 28 18:44:12 2006 +0000

    adding new translation for Punjabi (pa)
    
    (Old svn revision: 24206)

commit df5ce33358e086d5e307d41920b796ec41eea9ab
Author: Stephan Arts <stephan@xfce.org>
Date:   Tue Dec 26 00:08:35 2006 +0000

    updated dutch translations
    
    (Old svn revision: 24190)

commit 9f2986e6e86609baa92d470958bdde14e82ad071
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Dec 25 11:14:34 2006 +0000

    Added the new translations from the Macedonian team for plenty of packages, Merry Christmas
    
    (Old svn revision: 24186)

commit cc4a99195a1572fd43cc14679ed3ff75817992ec
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Dec 22 18:52:40 2006 +0000

    Updated the French translation for the xarchiver package and fixed a mistake I introduced in Changelog's lately
    
    (Old svn revision: 24168)

commit 263e15080dc89fed8baf7fac430e706b6927e131
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Dec 20 22:53:26 2006 +0000

    Updated the Russian translations by Andrey Fedoseev for a lot of packages
    
    (Old svn revision: 24150)

commit 65b6c67b7d5721f379c8ae99c1a4c2bd93744c10
Author: Mantas Zapolskas <mantaz@users.sourceforge.net>
Date:   Wed Dec 13 20:02:23 2006 +0000

    Updated lithuanian translation
    
    
    (Old svn revision: 24095)

commit 881dad541873be51b67c73edc293bce1ba8d8871
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Thu Nov 30 18:23:06 2006 +0000

    E-mail address change. Sorry for the noise.
    
    
    (Old svn revision: 24013)

commit 2e0185b8ca080b6d53202a4e171502625e99e1c5
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Nov 26 18:51:56 2006 +0000

    i18n catalan update
    
    (Old svn revision: 23966)

commit 3ac0563645380391e147eae1882df3e9a6b21c73
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Thu Nov 16 01:18:09 2006 +0000

    Updated Hebrew translations
    
    (Old svn revision: 23890)

commit 811366efc0b7e61a01103f991640ee88275ffd68
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Nov 15 12:43:45 2006 +0000

    Updated the Spanish translations by Rudy Godoy for the following packages
            xfce4-panel; xfce4-session
    Modified the description text of the translation files for fr cy and es
    Fixed typo in French translation of thunar
    
    (Old svn revision: 23886)

commit ad517c5b3eb22beeb5e0690248f9f3059a5506fa
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Nov 14 12:00:46 2006 +0000

    add Welsh translations by Geraint Rowlands <ansbaradigeidfran@gmail.com>
    
    (Old svn revision: 23870)

commit c760e3e9ef27fcfa20fdab9ae44fcc76ca74e740
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Nov 11 19:45:48 2006 +0000

    Updated the Korean translation for the mousepad package and corrected the  French xfburn translation following the advice from JFW
    
    (Old svn revision: 23830)

commit 66e3018070ab6ad483f177e8f9ffa0ceb4883806
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Nov 11 18:32:44 2006 +0000

    Greek translations update
    
    (Old svn revision: 23829)

commit 865b6debfb0a021d44c9bf4ea6ce0fbcbf3d3ff6
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Nov 11 01:54:57 2006 +0000

    Updated the Czech translations by Michal Várady for the following packages:
    mousepad; thunar; xarchiver; xfburn; xfcalendar; xfce-mcs-plugins; xfdesktop; xfce-battery-plugin
    Updated the Polish translations by Szymon Kałasz for the following packages:
    terminal; xarchiver; xfburn
    
    (Old svn revision: 23817)

commit 1f0040357d44eee41919d10f702ecfaaf4fde031
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Nov 9 13:46:57 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 23795)

commit 1aa9af1811c9fdeccec41354a454bf9eb2867f8b
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Nov 8 07:22:14 2006 +0000

    Updated the french translations for xarchiver and mousepad.
    
    (Old svn revision: 23782)

commit dddd6462d1b3a2c9c6977c82f0339434c4629ad5
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon Nov 6 09:03:15 2006 +0000

    mousepad basque translation update
    
    
    (Old svn revision: 23753)

commit cb4aa837e1e606db71337f70f42fde42e38b6e8e
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Nov 5 18:08:01 2006 +0000

    hu trunk: thunar & mousepad updates
    
    (Old svn revision: 23736)

commit fa4de9ae19d3d4768cdddacd260a45099d590230
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Nov 4 17:24:15 2006 +0000

    2006-11-04      Benedikt Meurer <benny@xfce.org>
    
            * AUTHORS, src/callback.{c,h}, src/file.c, src/menu.c: Merge the
              support for the new recently-used database, using the GtkRecent
              functionality, available in GTK+ 2.10 and later, instead of the
              planned libfrap module.
    
    
    
    
    (Old svn revision: 23669)

commit 1c8fc0626637f980493e87d339e5a8ae94833f09
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Nov 4 16:22:40 2006 +0000

    2006-11-04      Benedikt Meurer <benny@xfce.org>
    
            * src/selector.c(create_file_chooser): Apply patch from Nick Schermer
              <nick@xfce.org> to set default response in the open/save file dialogs
              so hitting enter opens/saves the file. Bug #2249.
    
    
    
    
    (Old svn revision: 23668)

commit cc79862c76c1f31e599782532390d091dec81c12
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Nov 4 16:16:51 2006 +0000

    2006-11-04      Benedikt Meurer <benny@xfce.org>
    
            * configure.in.in: Post-release version bump.
            * src/window.c: Add root warning. Bug #2245.
            * po/mousepad.pot, po/*.po: Merge new strings.
            * po/de.po: Updated german translations.
    
    
    
    
    (Old svn revision: 23667)

commit baacd231fcf3e64e207f9db3ada697cb55a09b2f
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Nov 4 15:12:51 2006 +0000

    2006-11-04      Benedikt Meurer <benny@xfce.org>
    
            * === Released 0.2.10 ===
            * NEWS, configure.in.in: Bump version.
            * po/*.po: Update Project-Id-Version.
            * README, NEWS: Place news for Leafpad users as "Switching from
              Leafpad" into the README file.
    
    
    
    
    (Old svn revision: 23663)

commit d313a0c08c178c41b8cdfad07ec697302fed564d
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Oct 28 13:04:20 2006 +0000

    added whole Dzongkha translation
    
    congratulations to the dz team.
    
    
    
    (Old svn revision: 23541)

commit 69a0fbe45989a1ded651e363ec16af30ce6eef31
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Thu Oct 26 05:17:19 2006 +0000

    i18n mousepad polish update
    
    (Old svn revision: 23525)

commit ace47f3ad8bac965b6d3b71342dcaff29b2bdf9e
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Oct 17 20:23:04 2006 +0000

    Korean translation updates by ByungHyun Choi and French thunar translation  update (some typos)
    
    (Old svn revision: 23448)

commit f5cca2afb44e04716e22ae83127280f1a5afde53
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Fri Oct 13 00:04:38 2006 +0000

    i18n various updates and add
    
    (Old svn revision: 23382)

commit 193bf3672ffd934d90b0937a04c2565d0fdf13ab
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Tue Oct 10 21:43:11 2006 +0000

    Updated Swedish translations, by Daniel Nylander
    
    
    (Old svn revision: 23343)

commit 17306a4f33dc2b77e666c65035518260ef6f0352
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Mon Sep 18 21:41:19 2006 +0000

    [i18n] update catalan translation
    
    (Old svn revision: 23177)

commit cac5377cc8cd872ea7bf57649afb27ffcf3683a6
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 3 13:26:53 2006 +0000

    updated Dutch translations
    
    (Old svn revision: 23063)

commit 8a78adf433319805fabdfcc04fd5f26d963fe2f0
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Sep 2 15:12:14 2006 +0000

    Post-release version bump.
    
    
    
    (Old svn revision: 23028)

commit 12aaba4fdf354b0aa3d383109a7c645cd15c11aa
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Sep 2 15:10:23 2006 +0000

    Bump version to 0.2.8.
    
    
    
    (Old svn revision: 23023)

commit 85c36cdbad16dc680a9cd4c07cf638088faf8669
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Sep 2 12:09:25 2006 +0000

    2006-09-02  Benedikt Meurer <benny@xfce.org>
    
            * de.po: Updated german translations by Enrico Tröger
              <enrico.troeger@uvena.de>.
    
    
    
    
    (Old svn revision: 22995)

commit a93838e5af41769c95862ee131c69c7fc3484438
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat Sep 2 08:57:20 2006 +0000

    hungarian updates
    
    (Old svn revision: 22985)

commit 7c595863bb11b30cd5c6ef2fbacbae611baec226
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Aug 29 07:19:16 2006 +0000

    mousepad basque translation update
    
    
    (Old svn revision: 22929)

commit 2d3ad6b84d15f0947b7d7d0f46c623efa03687d8
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 27 14:15:30 2006 +0000

    Add/Update Czech translations
    
    (Old svn revision: 22905)

commit f50fcd342b03386c8cf5ccc6acdb89fb8f9aef5b
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 27 11:35:09 2006 +0000

    add Georgian translations
    
    (Old svn revision: 22901)

commit ac1cac6dc862d54dc3fa21a580cbdfa6777ac9c9
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 20 18:54:48 2006 +0000

    remove executable property from gl.po
    
    (Old svn revision: 22839)

commit b475166df117ef7f86d8cd96c070a6e35d13e43b
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 20 18:51:04 2006 +0000

    Add Galician translations
    
    (Old svn revision: 22838)

commit 2b718c400160f139edbaeda7d7cb149f3b641c7c
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Sat Aug 5 08:45:14 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 22664)

commit b59db5be7241b3b4f59d8e6d78763d7d387176a4
Author: Sylvain Vedrenne <sylvain.vedrenne@free.fr>
Date:   Tue Aug 1 18:35:46 2006 +0000

    Added Esperanto translations from Jarbas Araujo Jr. <jarbasaraujojr@yahoo.com.br>
    
    
    (Old svn revision: 22614)

commit 00eaf2e1dec72489bbe301198ed4ecdf26b2cb8e
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Sun Jul 30 15:43:06 2006 +0000

    Update traditional Chinese translations for Mousepad
    
    (Old svn revision: 22568)

commit d9ba6538fc79a8fd07d76c84a574f227843c6a2c
Author: SZERVÁC Attila <sas@321.hu>
Date:   Tue Jul 25 07:58:55 2006 +0000

    hu trunk: archiver, tl, mousepad updated
    
    (Old svn revision: 22526)

commit a5f2d3676fb13a34fe89e4015db3df8feac4c2cd
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Jul 22 00:34:00 2006 +0000

    Greek translations update
    
    (Old svn revision: 22507)

commit 1c8a6a4a6ce144849118288193590c98c2c61912
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Jul 15 20:57:22 2006 +0000

    Updated French translations
    
    (Old svn revision: 22455)

commit d3801518742aa526ece94e86a13fdd1e8654566d
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Jul 10 12:31:47 2006 +0000

    Post-release version bump.
    
    (Old svn revision: 22383)

commit 88040e6b167495d54f5b219f819ec11b0e79f579
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Jul 10 12:30:42 2006 +0000

    Bump version to 0.2.6.
    
    (Old svn revision: 22381)

commit 3ad1f24f991b1eeca5022b157afbcbaeff5ff913
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 9 19:08:57 2006 +0000

    Compiler warnings
    
    (Old svn revision: 22335)

commit f7ddad14c847f681306a55ec2eafe5af3ca86222
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 21:02:24 2006 +0000

    Fix segfault on file save on x86_64, remove c++ style comments (against our policy) and apply patch from nick (bug #1866) to use const for menu items
    
    (Old svn revision: 22299)

commit 9d16e1922ec0785a71e1aed5e1b2108026f2589f
Author: Auke Kok <sofar@foo-projects.org>
Date:   Fri Jun 23 15:49:38 2006 +0000

    *WORKAROUND* - mousepad doesn't compile due to Werror. There are a few typecast problems right now and a pending patch on bugzilla. (id=1692). For now I disable Werror and let it compile with warnings until someone fixes the issue. You'll need gcc-4.1.x to see the warnings.
    
    
    (Old svn revision: 22195)

commit eafb320cdf34b4057e574154fdf26438fd947792
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Mon Jun 12 14:26:15 2006 +0000

    Update traditional Chinese translations; Modify personal e-mail address.
    
    (Old svn revision: 22074)

commit e5e6f95cbc13fbd43c933fb1f7dc8cfedf2f025f
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon May 29 09:33:26 2006 +0000

    Apply gcc 2.9x patch from Oliver Lehmann <lehmann@ans-netz.de>. Bug #1764.
    
    
    
    (Old svn revision: 21890)

commit 875639731815807a6458fbaabe7d07549e487193
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue May 23 02:45:14 2006 +0000

    Changed an address.
    
    
    (Old svn revision: 21777)

commit e1700c88955ab2e1945c6625df91a6bdb68a40c5
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun May 14 21:41:36 2006 +0000

    Updated French translations by Maximilian Schleiss <maxschleiss@bluewin.ch>.
    
    
    (Old svn revision: 21665)

commit d43b9108b3f523e60bd6b7e80beb71fb9097f4f5
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat May 13 06:04:49 2006 +0000

    Updated.
    
    
    (Old svn revision: 21642)

commit f3e53b36ad01687a85fd92879f08a15ff8062e76
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat May 13 04:56:45 2006 +0000

    Updated Polish translations by Szymon Kalasz <szymon_maestro@gazeta.pl>.
    
    
    (Old svn revision: 21637)

commit 9a2b5650fd1e4e01673ccb76a1434aee4ba74b24
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Fri May 12 20:57:36 2006 +0000

    Finnish translations updated and a new translation for mousepad added.
    
    
    (Old svn revision: 21636)

commit 2bcac9de2126aa6244574c2cfac7ff31da82e147
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Sat May 6 17:57:23 2006 +0000

    Updated Brazilian Portuguese translations.
    
    
    (Old svn revision: 21551)

commit 0d2c44cbf14ce266635454204d6a41cdc04c481d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri May 5 21:50:41 2006 +0000

    Updated Slovak translations by Roman Moravcik <roman.moravcik@gmail.com>.
    
    
    (Old svn revision: 21525)

commit 1e7c5e74a799cce089e6b284b1ce80445758f54f
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu May 4 18:36:20 2006 +0000

    Updated Czech translations by Michal Varady <miko.vaji@gmail.com>.
    
    
    (Old svn revision: 21486)

commit 26c896966e39c728387bee38ad46fb2d832fb3a1
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu May 4 13:22:38 2006 +0000

    Changed the address by the request.
    
    
    (Old svn revision: 21475)

commit c2ee6655e97d4f88da4ef9f67b344b1caad1e7da
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon May 1 13:31:35 2006 +0000

    Updated Russian translations by
      Anthony Ivanoff <a-i@bk.ru>,
      Maxim Zenin <webmechanics@gmail.com>,
      Sergey Fedoseev <fedoseev.sergey@gmail.com>.
    
    
    (Old svn revision: 21420)

commit 28fae9a2a954a00793eb770d7a5aa49b47184db5
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon May 1 07:04:23 2006 +0000

    Updated.
    
    
    (Old svn revision: 21414)

commit 1d844ed8c8990b5a7b4866ebddbe3c2cd47ec7a9
Author: Piarres Beobide <pi@beobide.net>
Date:   Sun Apr 30 22:17:49 2006 +0000

    [l10n:eu] Basque translation update
    
    
    (Old svn revision: 21411)

commit f0377055f9ba501c1a91e4abe32e8b9ce7319b16
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 30 16:00:08 2006 +0000

    Updated Polish translations by Piotr Malinski <admin@rk.edu.pl>.
    
    
    (Old svn revision: 21408)

commit 5e54ee58b4ccc0d45b6034681f4716a81cef8279
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Apr 30 12:24:37 2006 +0000

    [i18n] catalan
    xfcalendar and mousepad updates
    work done by Carles Muñoz Gorriz <carlesmu@internautas.org>
    
    
    
    (Old svn revision: 21392)

commit bb3741f3ae874e46bbb5b1e8f291d982c0a83936
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 15:15:02 2006 +0000

    Bump.
    
    
    (Old svn revision: 21342)

commit 3be0ddd03e4d30eb71ca762eb5617c58024db77d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 15:04:40 2006 +0000

    Updated.
    
    
    (Old svn revision: 21338)

commit 6c286a65b9e4bfccd4898844ef4a151922e5ffda
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 14:45:21 2006 +0000

    Sorry, added a last missing language code.
    
    
    (Old svn revision: 21337)

commit 61155299cdefaa0b692403e379e3c4a624e46654
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 14:38:55 2006 +0000

    Added missing language codes.
    
    
    (Old svn revision: 21336)

commit 125167fe188232eb8a33a4b9423d20c7e9551bca
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Apr 29 14:21:59 2006 +0000

    updated changelog
    
    (Old svn revision: 21335)

commit 2100bbad3426a0afcd085012b841b5520d7a1309
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Apr 29 14:19:51 2006 +0000

    * Greek translation update
    * Added el in po/LINGUAS
    
    
    (Old svn revision: 21334)

commit 5454c3544d336b937430d46088a456410f8afe86
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 13:59:57 2006 +0000

    Updated.
    
    
    (Old svn revision: 21328)

commit 3abaff1a158097836dd52400cb99d2b1c0d55378
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 13:48:02 2006 +0000

    Changed the order alphabetically.
    
    
    (Old svn revision: 21325)

commit e2154c05c19696430ca545fed0ce00ffeac03f4d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 12:15:46 2006 +0000

    Updated Polish translations by Piotr Malinski <riklaunim@gmail.com>.
    
    
    (Old svn revision: 21313)

commit 3834472469567d64eb397048d825ec82a8925f8a
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Fri Apr 28 23:44:00 2006 +0000

    Update traditional Chinese translations for several packages.
    
    (Old svn revision: 21292)

commit 67f25cb2edd995c783ad661aafcc3d144ddc3dc2
Author: Peeter Vois <Peeter.Vois@proekspert.ee>
Date:   Wed Apr 26 09:21:50 2006 +0000

    .
    
    
    (Old svn revision: 21247)

commit 727f455f0339678a9fbf9577de42aaa44055b9b4
Author: Peeter Vois <Peeter.Vois@proekspert.ee>
Date:   Wed Apr 26 09:19:36 2006 +0000

    .
    
    
    (Old svn revision: 21245)

commit 422de5f75ba998bc3654fc237aa2ab243426a2c3
Author: SZERVÁC Attila <sas@321.hu>
Date:   Mon Apr 24 13:04:23 2006 +0000

    hu trunk: mousepad update
    
    (Old svn revision: 21203)

commit f471c6f29a4b3f3c1ff546e32b17f6cf1e7ce73a
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 11:56:49 2006 +0000

    Updated Russian translations by Sergey Fedoseev <fedoseev.sergey@gmail.com>.
    
    
    (Old svn revision: 21176)

commit 055f8b67664c5ffa8ba0abc1304e10f72dd0e0ef
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 09:06:25 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 21174)

commit 45e6b2bc7903c873098ea8b3d64cc524a5ef47ce
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 08:50:21 2006 +0000

    Added `ko'.
    
    
    (Old svn revision: 21172)

commit aed309fe70629489b9d68cc2c37598c106f1e595
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 06:51:14 2006 +0000

    Added a missing language code.
    
    
    (Old svn revision: 21167)

commit 17fe9c8c15228013d8c64eb162d4fe2f1a5f306b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 06:48:21 2006 +0000

    Typo.
    
    
    (Old svn revision: 21166)

commit 2c42f1a20f43e55d2d45025e42832a1b37396c78
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 22 09:53:50 2006 +0000

    Updated Simplified Chinese by Jick Nan <jick.nan@gmail.com>.
    
    
    (Old svn revision: 21150)

commit 4f145f99eaeb5af89dd429ab651a4e998a4948b6
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Thu Apr 20 14:00:39 2006 +0000

    2006-04-20  Maxim Dziumanenko <mvd@mylinux.ua>
    
            * Updated Ukrainian translation.
    
    
    
    (Old svn revision: 21117)

commit d0f112eeb257adb7e726205fc8fdad30ebc02cc2
Author: SZERVÁC Attila <sas@321.hu>
Date:   Wed Apr 19 17:00:14 2006 +0000

    hu trunk: updates
    
    (Old svn revision: 21090)

commit 20b1565fa76e0a27b2f074c68bf5bf7baffb4cc8
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Tue Apr 18 15:37:15 2006 +0000

    Hebrew translation for Mousepad
    
    (Old svn revision: 21060)

commit 0f11297c140e8c0049d14cf8da4d9da7954fa320
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Apr 17 11:27:23 2006 +0000

    Post-release version bump.
    
    
    
    (Old svn revision: 21040)

commit 082d102a0fd272f340316d2df597e0ea4680fb2a
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Apr 17 11:21:47 2006 +0000

    Update for 4.4beta1.
    
    
    
    (Old svn revision: 21036)

commit 2c8e14e42c46c9377e7aac4913fbb3c9bd764045
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Apr 17 09:51:34 2006 +0000

    Fix build.
    
    
    
    (Old svn revision: 21035)

commit 3e3b0771e53a34177aea9ce93926c66b985f267a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 15 17:35:00 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 20921)

commit c5245a2863c614569a181fce6fcfb81764e74626
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 15 12:10:48 2006 +0000

    Bump, etc.
    
    
    (Old svn revision: 20913)

commit cb7f4074b261c9a00d90f28724d739b2d369e2e5
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 15 02:12:31 2006 +0000

    Added/Updated Korean translations by ByungHyun Choi <byunghyun.choi@gmail.com>.
    
    
    (Old svn revision: 20905)

commit 9919731e5f756de521c3a2a306f8483417c00819
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Apr 2 20:32:08 2006 +0000

    [i18n] catalan
    little of work on catalan translations
    
    
    
    (Old svn revision: 20689)

commit 0195391c1612beb8af8d5e1df6d7d6a671871f11
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Apr 1 03:37:15 2006 +0000

    Greek translations update & polish by Stathis Kamperis <ekamperi@auth.gr>
    
    (Old svn revision: 20673)

commit 8fec2458b2c8676dcc13539bd4c61e6fb1ea20f8
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Mar 19 16:54:29 2006 +0000

    [i18n] catalan
    seems a lot of work but they all are fuzzy
    
    
    
    (Old svn revision: 20498)

commit 4b265749d7f26084adff487a62c28376de7e78a0
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Mar 18 09:15:20 2006 +0000

    Added/Updated Russian translations by
    Andrey Fedoseev <andrey.fedoseev@gmail.com>,
    Sergey Fedoseev <fedoseev.sergey@gmail.com>.
    
    
    (Old svn revision: 20473)

commit 58931c0f5b89a401280e8bf62690e558932598f8
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Feb 18 13:43:45 2006 +0000

    Updated.
    
    
    (Old svn revision: 19942)

commit e917385817c6177eb624ff036e910dc6bec907fe
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Jan 29 06:52:27 2006 +0000

    * Updated.
    * Discarded obsolete translations.
    
    
    (Old svn revision: 19645)

commit 264ed017615661a19c849b280e376f0a856c55d2
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Sun Jan 22 06:44:02 2006 +0000

    Removed .deps from the repo
    
    
    (Old svn revision: 19539)

commit c96e22f7c4c1c644cc304c02cf8e6afac08c6e1f
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Jan 18 17:48:07 2006 +0000

    Updated.
    
    
    (Old svn revision: 19482)

commit dde22cdf46e1cc5c8f77ef5c40c1baeda78448ca
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Jan 8 21:12:28 2006 +0000

    catalan translation:
    little heading fixing but in every trunk file
    Created the xfmedia translation
    
    
    
    (Old svn revision: 19354)

commit f4be1d717f68af657ad3c5eff94a0b4cac7c2c5a
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Jan 7 09:40:55 2006 +0000

    Updated copyright information.
    
    
    (Old svn revision: 19340)

commit a2983914b64b7da823c36a0e04873aec466fea62
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 21 18:00:07 2005 +0000

    Updated Brazilian Portuguese translations by Adriano Winter Bess <awbess@gmail.com>.
    
    
    (Old svn revision: 18913)

commit 3c59e193ded9006c672f6d8a84982f915e504765
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 21 17:14:20 2005 +0000

    Updated.
    
    
    (Old svn revision: 18912)

commit 3bae912f1a65e7cb12a72b9b3756e9979c853367
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 21 16:06:15 2005 +0000

    Updated POTFILES.in files.
    
    
    (Old svn revision: 18908)

commit 9901cfcb310262deaa0eba434261a38afc733d4f
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Sat Nov 5 03:39:10 2005 +0000

    Added autogen.sh
    
    
    (Old svn revision: 18638)

commit 90426f8186deb7a2242f35d628172b4c443fb98b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Oct 31 08:27:58 2005 +0000

    Trimmed.
    
    
    (Old svn revision: 18558)

commit ca9b9ae161381c49688138e323ca62598aac38f2
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Thu Oct 27 20:32:01 2005 +0000

    begin process to 4.4 work
    autotranslation of most of the actual po
    
    -- paurullan@bulma.net , ca translator
    
    
    
    (Old svn revision: 18448)

commit 0621520abc48199676f8388f50bd7d9975e36e6b
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Oct 27 09:46:16 2005 +0000

    Add absque translation (really)
    
    
    (Old svn revision: 18437)

commit 868830306d24f15765e358f0e42cd840e0c15569
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Oct 27 09:37:15 2005 +0000

    Add basque translation
    
    
    (Old svn revision: 18436)

commit fb1dc28e5747fedb1917f5a40f08f018e64e75e7
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 21 19:07:11 2005 +0000

    Updated.
    
    
    (Old svn revision: 18411)

commit 4deb60b6b966c9c9788e91dfc443f300e37d0129
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 21 08:56:46 2005 +0000

    Discarded obsolete translations.
    
    
    (Old svn revision: 18387)

commit 68771f8fc1694ea1baccd3c2f5e68eb19f8a63f0
Author: Alessandro Premoli <ale@FreeBSD.org>
Date:   Thu Oct 20 12:37:44 2005 +0000

    Update Italian translations.
    
    
    (Old svn revision: 18353)

commit 5188709af007776efdf3f7cfb63bc7787393471d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Oct 16 22:19:31 2005 +0000

    Updated.
    
    
    (Old svn revision: 18316)

commit 4539458edf62846923e79cb4b3c99b0175858eb7
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Oct 9 17:39:57 2005 +0000

    Keyword `Id' expansion, hope this works.
    
    
    (Old svn revision: 18168)

commit f499ae2b71669bf38e9b07c6144ffd8fdc23d619
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 7 14:45:54 2005 +0000

    Corrected file encoding by Roman Moravcik <morgan@pobox.sk>.
    
    
    (Old svn revision: 18026)

commit b61dbb18e95f55534e888d80b59ecc88c651a319
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 7 10:13:48 2005 +0000

    * Modified initial comment strings using template by "msginit".
    
    * Changed package name/version number at the "Project-Id-Version: ".
    
    
    (Old svn revision: 18022)

commit 990012d79ab7ad497f18079de093d42482d24bca
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Mon Sep 26 01:48:06 2005 +0000

    zh_TW.po translation update
    
    (Old svn revision: 17834)

commit 9f33a39fbbdb0ef17c7aaabbbec4ef8e7f20a162
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Sep 24 07:45:44 2005 +0000

    * Added initial "$Id$".
    
    * Updated some translations.
    
    
    (Old svn revision: 17804)

commit f8e3a4bdd781bbc6a33c4665525b9b59081e5a75
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Sep 12 15:20:00 2005 +0000

    Added Brazilian Portuguese translations by Tomas Schertel.
    
    
    (Old svn revision: 17570)

commit 5987ef174d046eb16bd706bec28c730be3f24e74
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Aug 26 12:17:19 2005 +0000

    add GU in configure.ac where needed
    
    (Old svn revision: 17088)

commit 03f6b19f4000050fbc76565f5a59eeb1a30c6381
Author: Ankitkumar Patel <ankit644@yahoo.com>
Date:   Fri Aug 26 04:23:28 2005 +0000

    Added Gujarati Translations
    
    (Old svn revision: 17078)

commit 611a7bbdf8cf72fd9f2006b720ee91c0f82eba05
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Aug 20 08:17:49 2005 +0000

    Fixed typo. at the header.
    
    
    (Old svn revision: 17038)

commit 8e59d00346140ac07f4724a546b8744e0f987b9f
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Aug 18 12:05:56 2005 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 16995)

commit b8dfe9cffd07c08d4893f975f5df4f77cec3ef9d
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Aug 6 19:08:44 2005 +0000

    Initial addition of Greek language files for xfcalendar, xfce4-mailwatch plugin and mousepad in trunk.
    
    
    (Old svn revision: 16484)

commit ad14298654bde6e153fd825f9b5cf27a951521e9
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Aug 4 10:48:08 2005 +0000

    update HU translations
    
    
    (Old svn revision: 16457)

commit 187cb3e957c63bee3a88be2880f944e05560c82d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue May 31 17:30:01 2005 +0000

    update JA translations
    
    (Old svn revision: 14618)

commit d951fc9c460f5c1b6cf8cc974dcf7da50e937366
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Sun Apr 24 19:49:43 2005 +0000

    Just added a TODO file
    
    
    (Old svn revision: 13763)

commit a495c5cc0d602c933954e06acbb53c0be3373d5b
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Sun Apr 3 07:18:04 2005 +0000

    Changed the Changelog to reflect fixed bug, updated configure.ac to use new version number
    
    
    (Old svn revision: 13721)

commit 7e03cbe9d4e68f1eb2686b6743bb775d827928e6
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Mon Mar 7 20:41:22 2005 +0000

    Removed some autogenerated files that snuck into the import
    
    
    (Old svn revision: 13720)

commit 661aced875aad9fc803a5d36e85a45a7c5e28811
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Mon Mar 7 20:39:22 2005 +0000

    Removed stale mousepad binary
    
    
    (Old svn revision: 13719)

commit 9e41ec02bd15349fc26096ec5f35069c9db99c39
Author: Erik Harrison <erikharrison@gmail.com>
Date:   Mon Mar 7 20:30:48 2005 +0000

    Initial import in SVN
    
    
    (Old svn revision: 13718)

Generated by dwww version 1.15 on Sat May 18 04:53:28 CEST 2024.