commit 84562d96ea12e44eb02d41ae143caea3b35344ec
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Nov 1 15:11:12 2020 +0100

    Release 4.14.6!
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 659fd0dd23aeca5c44fa6cb7fea60f49d2f91623
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Oct 11 20:59:24 2020 +0200

    Yet more XError traps
    
    Signed-off-by Olivier Fourdan <fourdan@xfce.org>
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/444
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/436
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/433
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/405
    
    (cherry picked from commit 083e6de029753c73a9c3b6cbd4685d6815cedddb)

commit 328ced8e09185bc6faaf82f68b4295bbc92e1db7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Sep 19 17:00:21 2020 +0200

    More XErrors traps
    
    Previously we would leak error traps in free_win_data() causing
    slowdowns overtime as the list of requests grows.
    
    While fixing the leak is crucial, it also unveiled several places where
    actual error traps are missing, causing xfwm4 to abort more often.
    
    Based on XErrors reported, the issue is triggered when freeing pixmaps
    or render pictures.
    
    Add more XErrors traps to catch those errors.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/433
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/435
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/436
    (cherry picked from commit 3119b50bc426c58a6891317c688e55c71f7d6c91)

commit ad7c1eaf1ea0b5b8504552fc16a811301fb8ca18
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:54:37 2020 +0200

    I18n: Update translation ug (86%).
    
    147 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ab243fd2fd34bb5f8db71f5444ad75be651a4780
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:54:33 2020 +0200

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

commit 7281eb576547309c07b532bdcc207e9e1216de32
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:54:32 2020 +0200

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

commit 3f917ceb641175f5a11c370c64564999ebb76836
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:54:31 2020 +0200

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

commit b36ce478cd81a3402a0b65b43826ceab2216638f
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon Sep 28 12:53:46 2020 +0200

    I18n: Update translation et (82%).
    
    140 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ce7d5f399d1e756147c6411b5d0b116894c0bcdc
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sun Sep 27 00:48:19 2020 +0200

    I18n: Update translation et (82%).
    
    139 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2e221f7c5cafff83f1e55157bc633a86154238f9
Author: Anonymous <noreply@xfce.org>
Date:   Tue Sep 15 00:48:41 2020 +0200

    I18n: Update translation oc (98%).
    
    167 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d65e4aeb4a7175d08d3821b8e4787069a66c8d30
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Sep 3 00:51:37 2020 +0200

    I18n: Update translation et (73%).
    
    125 translated messages, 44 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 53e1a5fab521ad23e50d593228e4b917b062fbf7
Author: Anonymous <noreply@xfce.org>
Date:   Thu Aug 20 12:55:05 2020 +0200

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

commit a702ed29533b65f50d3610fc5f4de789cc40cfed
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Aug 9 13:08:55 2020 +0200

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit d331c9b2018a08dd536d2a23d957e96c3f30706b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Aug 9 12:54:48 2020 +0200

    Release 4.14.5!
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 168cf03a26db673503558e0518c1790911396fac
Author: Michael Banack <bob5972@banack.net>
Date:   Wed Aug 5 07:11:17 2020 -0700

    Fix errorTrap leak in free_win_data
    
    The function free_win_data() may generate X11 errors as the client
    window may already be gone.
    
    To avoid those, the entire function code is supposed to be enclosed
    within an error trap/push.
    
    A typo in the code would however push twice instead of a balanced
    push/pop which causes the list of event sequences in GDK to grow
    indefinitely, leading to slowdowns as the list grows over time.
    
    Fix the leak by balancing the error push with an error pop at the end
    of the function.
    
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/351
    (cherry picked from commit e6a32cf7d789ca3058f50fd630de8e518d310cf8)

commit ef6ed1fb08dc6c777bab63faccb4334e0064b6e9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Aug 8 18:25:14 2020 +0200

    compositor: use actual atom
    
    The function compositorCheckCMSelection() would use the atom index in
    our table of atoms, instead of the actual atom, so this is unlikely to
    work as expected.
    
    Fix the code to use the appropriate atom as it should.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    (cherry picked from commit 78c5dc4264ec8cfa7bab59a39f193788bdcf4059)

commit 90d5fba5473831aea25289294ec33f04e747558f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Aug 1 16:26:56 2020 +0200

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit c8588b3ec356e17f537ed47b38aa8071743dc63b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Aug 1 15:38:58 2020 +0200

    Release 4.14.4!
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 9b33ef163dda0a8affcfe361791c6ad8e56bee1a
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Sun Jul 26 17:06:07 2020 +0200

    Fix g_type_class_add_private deprecation
    
    (cherry picked from commit d3e2c246cd004cde91d5aad7d1fef5b942882596)

commit f491c5f88bfe8c25f496389f9d411fe056649d27
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jul 27 21:01:48 2020 +0200

    clients: Fix a crash on FreeBSD
    
    A pid is not necessarily a long on all systems, so casting the value of
    NET_WM_PID directly into a GPid may cause a stack overflow.
    
    Fixes: 49c1a33a
    Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/411
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    (cherry picked from commit a691e6c50ce2d797183c98bc2e9c72b8bb2b2a5a)

commit a988a64ea84916f3e1ea649f51e8eb975f2a1456
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jul 26 09:27:45 2020 +0200

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 9283b709b51746cc39a81a9e80d9a0449bf8b981
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jul 26 09:15:01 2020 +0200

    Release 4.14.3!
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 1eb44047c67b0b5b108af94185eb57231dcd6b4f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jul 25 19:28:11 2020 +0200

    More XError traps
    
    Add more XError traps related to XConfigureWindow requests.
    
    https://gitlab.xfce.org/xfce/xfwm4/-/issues/405
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    (cherry picked from commit ec3b1b126815c542e4643594a53384b4c17a8c5a)

commit 6811b60227fe7003f069aee224ca24d011d75593
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jul 25 18:52:08 2020 +0200

    pixmap: Use strncpy()
    
    To be on the safe side.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    (cherry picked from commit 9351d439c8d7d6b53cf080ecad0ea091ff052e71)

commit 31323c35faa9ee45f815e4a29473af4a23483fbc
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jul 15 16:14:48 2020 +0200

    settings: Duplicate string gvalues
    
    The gvalues strings were considered statics, hence not duplicated.
    
    As the caller frees the strings after setting the gvalue, the actual
    content would end up pointing at free data.
    
    Consider string gvalues as regular strings, meaning that the given
    string value is duplicated as a gvalue.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/406
    (cherry picked from commit 056ba6adbf44ded5b4f51338ef3a14cecdbde213)

commit 124dfe4751733489024a0c6a5a1dfeaf9ea2114d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat May 23 10:47:13 2020 +0200

    client: Rely on XRes reported PID if available
    
    When xfwm4 needs to kill an unresponsive client, it will use the its PID
    is known.
    
    However, the _NET_WM_PID as defined in the extended window manager hint
    mechanism is unreliable when the client runs within a sandbox, as it is
    the client itself who sets that property using its own view of the PID.
    
    The Xserver can provide a more accurate value of the client PID using
    the XRes X11 extension, so use that protocol if available.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    (cherry picked from commit 49c1a33a4dfe15f312334584c22b4ec3ed792214)

commit 37b6dfba14c50fb6d837ec65b91c14da083f1654
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat May 23 10:33:21 2020 +0200

    display: Add support for XRes X11 extension
    
    The X-Resource extension client library (XRes) allows a client to query
    the Xserver for various resources associated with an X11 client,
    including its PID.
    
    Add (optional) support for XRes in xfwm4 and use it for getting the
    client's PID instead of relying on _NET_WM_PID.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    (cherry picked from commit 010f8281a2afd8a79eea94b1c7b4b2bd4d754b4b)

commit c6df886f7dcf2854b29f3f784c15a5cf463b7191
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Sat Jul 18 12:53:13 2020 +0200

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

commit 826c26d619638816183d2f3b4c5c0130ccee5c21
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Thu Jun 25 00:47:55 2020 +0200

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

commit 9e37a4c5433086367feeb0e971f440421145f539
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 22 00:48:26 2020 +0200

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

commit 1ac68a43b04ba21b857447e70d81c56789c391a2
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Jun 13 00:48:55 2020 +0200

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

commit 67b36c2f1c751eed14ed924e2c22efe6e811e3be
Author: Steve Harris <steve@cultureofweb.com>
Date:   Fri Jun 12 00:49:26 2020 +0200

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

commit bb2cbce16102eb5b91f3a59414127bb20dceab6b
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Thu May 28 12:48:49 2020 +0200

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

commit f0bce6019fa20e6567a4cf499ddc711f4927c51b
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Thu May 28 00:49:48 2020 +0200

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

commit dfc737ed945c1f5fe00b16c7be580d01350aa43c
Author: Ivan <personal@live.hk>
Date:   Wed May 27 12:52:11 2020 +0200

    I18n: Update translation zh_HK (97%).
    
    164 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f19eddd1923ba3d69bdbd863795855ea723a4f0d
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Wed May 27 00:49:38 2020 +0200

    I18n: Update translation et (72%).
    
    122 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 483d4873b1662f5834c979a6a7edc31c28487f63
Author: Real School <localization@ehayq.am>
Date:   Mon May 25 12:56:41 2020 +0200

    I18n: Add new translation hye (100%).
    
    169 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ccb5cc785f58d8eb2a43714056fd8703390fb2cb
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon May 25 00:48:48 2020 +0200

    I18n: Update translation et (52%).
    
    89 translated messages, 80 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3b3a784f975a523476c2f1feffc338042fe986aa
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sat May 23 12:49:00 2020 +0200

    I18n: Update translation et (50%).
    
    86 translated messages, 83 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1ebf441aebf479497c4065ae067dc25d30f8027a
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Fri May 22 00:52:15 2020 +0200

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

commit 19684b31e29a2a15bd4798acc4c6abfd58cde7bb
Author: Samvel Harutyunyan <samvel@ehayq.am>
Date:   Thu May 21 12:50:29 2020 +0200

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

commit cced7a643e6df9e82b7b5029c9c97a0d646b65a3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri May 1 17:37:04 2020 +0200

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit bb38fd909ad59b03aa3446799380a897a7ac481f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri May 1 17:30:42 2020 +0200

    Release 4.14.2!
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7c00911a556c27c57c9f719c12cfda967016dc28
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri May 1 17:17:51 2020 +0200

    compositor: Do not prefer XPresent on AMD hardware
    
    Bug: 16716
    
    Prefer GLX for vblank on AMD, until the issue is fixed in the Xorg DDX.
    
    See-also: https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/merge_requests/52
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 124744bc834b7188eca87a675a3e4227ebb5fa82
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Apr 22 21:06:07 2020 +0200

    main: Don't use the compositor if not available
    
    Bug: 16713
    
    If one of the required X11 extension is not available, the compositor
    cannot be used.
    
    Yet xfwm4 would still try to enable the compositor for each screen,
    which would not work and prevent xfwm4 from starting.
    
    If we can't use the compositor, well, we'd better not use it...
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit 2c78273d35abc60af697b571713809b00b40ce38)

commit 2a9814de374a074b595f3db5f79fc5e76fb48a4b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Apr 21 21:10:55 2020 +0200

    cycle: Revert to original window when clicking
    
    Clicking outside the tab-win would cancel the selection, make sure to
    revert to the original first window of the list in that case, it feels
    more natural and predictible.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit e268df73bce20c07ccf0e2c4a893c197e3f6dbc2)

commit f5bd7b83a41ca696a46eeba216063bce53411dca
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Apr 21 21:07:23 2020 +0200

    pixmap: Fix rendering without XRender
    
    Bug: 16713
    
    Without XRender, the mask would be misrendered and completely
    transparent.
    
    As a result, the entire pixmap would become totally transparent and all
    window decorations become invisible.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit 7bd23e3f2a0b63f6501bf6867468a232577bd9ec)

commit 18a9ad007e2cf9694eca8f5c759fd2eb154a9885
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 20 20:52:59 2020 +0200

    cycle: Do not grab the pointer for alt-tab
    
    Bug: 16708
    
    With Xi2, the clients needs to reset the valuators (for mouse wheel)
    themselves, usually on focus events.
    
    Qt instead does that on EnterNotify, but ignores the EnterNotify events
    resulting from grabs first. This is a bug in Qt as that prevents the
    valuators to be reset if the pointer enters the window while grabbed.
    
    Precisely, xfwm4 would issue a pointer grab while cycling to prevent
    from random button events, and would only ungrab after the client window
    is raised and focused.
    
    While this is a bug in Qt, we can still work around the issue in xfwm4
    by not issuing a pointer grab and simply abort the window cycling when a
    click occurs outside of the alt-tab window.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit d2cf2e80ee0c997ae951282a611fadbd8c832094)

commit 8e07479230fc9ed2c6f37ba43520466bceb71705
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 20 20:23:17 2020 +0200

    frame: Update frames when scale-factor is changed
    
    Update the Pango attributes when the widget font factor is updated, then
    repaint all frames.
    
    With this, changing the scaling factor in the appearance settings
    updates the title font dynamically as well.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit 308512e14da1ab0af2a88fda5707980d286d3049)

commit 93c8941c50d2d45d557ed263e3f06ac25ece9fbd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 20 20:21:24 2020 +0200

    screen: Remove pre-computed font height
    
    Bug: 16067
    
    The font height is not used anymore, remove it.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit 065a12049437200035e052962a2a6064f9a31be8)

commit d2c453d541a50e856e6e4bdbd6d3badb36b3e3e5
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 20 20:18:01 2020 +0200

    frame: Do not use the pre-computed font height
    
    Bug: 16067
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit e3bf9ae517a40007bfe92663e3e7ae052f3655f9)

commit bdb4f706597450371dd719709c565b1bc43123d7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 20 20:13:57 2020 +0200

    Revert "frame: Fix title align"
    
    Bug: 16711
    
    We need to keep the pango font attributes for the scale with HiDPI.
    
    This reverts commit 34a31e274af2636d7bcb7cba833738ef4ff1be3e.
    
    (cherry picked from commit fbd078082dddb5b27b92fdf5b3d058baf6bd06bc)

commit 4925f82ac8bced36213aa5e236d6fbc0b95964ac
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 13 18:28:00 2020 +0200

    frame: Protect XShape requests
    
    Bug: 16383
    
    If the window has vanished, the XShape request will fail.
    
    Make sure all XShape requests are protected by error traps.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
    
    (cherry picked from commit ad33f686d645a89b6894e2abd9f3c2b6edf67301)

commit 9ab48f5d345eea99eb6effe3490d5495788aeed0
Author: Warut Bunprasert <warutbun92@gmail.com>
Date:   Wed Apr 29 19:43:56 2020 +0200

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

commit dcf2693937bbea7844b90e791063d39bb5de5b07
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:27 2020 +0200

    I18n: Update translation zh_HK (92%).
    
    157 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9e38ac819f51f3430c6561916924260fe1655c63
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Apr 15 00:23:27 2020 +0200

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

commit efcfe4fd36d632b27d7c143015b042b0c6c73fe7
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:27 2020 +0200

    I18n: Update translation ur (72%).
    
    122 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 88e86deb5a501b84e034dd45ff2db773df7804db
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:27 2020 +0200

    I18n: Update translation ur_PK (72%).
    
    122 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit ba148d07e319c215947c3115a9f0de4710de04f2
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:26 2020 +0200

    I18n: Update translation ug (86%).
    
    147 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 95bf92abc4d6f9c7a54b01fce8e76d3aad572aa9
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:26 2020 +0200

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

commit e2121892d789e319473f932321bc19c2e3792037
Author: Stefan Höök <stefan.hook@gmail.com>
Date:   Wed Apr 15 00:23:26 2020 +0200

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

commit 04aba25e12828165d41e0a12e9a7256f5ddf712b
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Apr 15 00:23:26 2020 +0200

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

commit eace2ca31a3e1ecc2d58a74309fed7436e3a0372
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Wed Apr 15 00:23:26 2020 +0200

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

commit abcd82bea5761e548d2ec055a53c9e081bfed46b
Author: Slavko <linux@slavino.sk>
Date:   Wed Apr 15 00:23:26 2020 +0200

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

commit d7ce1ba4646ff74406d96b837538ef6303d23f83
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:25 2020 +0200

    I18n: Update translation ro (94%).
    
    160 translated messages, 9 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2723a551daae633978c72fa8035ed64a19224c8d
Author: José Vieira <jvieira33@sapo.pt>
Date:   Wed Apr 15 00:23:25 2020 +0200

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

commit 1ab3691c3065c6f84f3beafe0e4fcf81cbd32b59
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Wed Apr 15 00:23:25 2020 +0200

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

commit 7870c3475793b5639e760c6d8e17b8e8a3778d36
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:23:25 2020 +0200

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

commit 64743987b68f237e09a701c8098753b0b01d4cca
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:25 2020 +0200

    I18n: Update translation oc (98%).
    
    166 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3008764e5b28dbfc75d229b6b5a8fc72c1b9c041
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:25 2020 +0200

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

commit 253c4f723ba612045825cca94430b515e0c9b4a4
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Apr 15 00:23:25 2020 +0200

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

commit e61fc83a9d7d697d2b94aabb175da419549c2671
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:24 2020 +0200

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

commit 697a083cc5609e1b4b3d26310c144f7d4774d00f
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:24 2020 +0200

    I18n: Update translation lv (73%).
    
    124 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 79f0ce06d52bda60900d11f4c7fb38bedd3ad1ef
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:23:24 2020 +0200

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

commit 9d27702613bb9bf56bbcbe5c856462f0a8556ee1
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Apr 15 00:23:24 2020 +0200

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

commit 7b874824ef83d809fada5d4d0bc852b26be2cb41
Author: zura davitashvili <zdavitashvili0@gmail.com>
Date:   Wed Apr 15 00:23:24 2020 +0200

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

commit 56b02cbda3c17a9799bbc5eb2523846b1c29722e
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:23 2020 +0200

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

commit 2b9649da4b38e2cec518dbcbd6e09332e628958c
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:23 2020 +0200

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

commit d4c3e5ce7c5f9fd7ce01f1a8a9559fc25eb659e2
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:23 2020 +0200

    I18n: Update translation ie (84%).
    
    142 translated messages, 27 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a8c4a78f7cb5b15534696b9336a25a55ff28538b
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:23 2020 +0200

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

commit 84bbfc227904815db294cd3d7fad27d4fc637583
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:23 2020 +0200

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

commit 6883dc0c8c57862cac2eb4a2b7105e633ccfa5d2
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Apr 15 00:23:23 2020 +0200

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

commit 1836e3460a21ab832771ffab5dbad6b6e3b48318
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed Apr 15 00:23:23 2020 +0200

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

commit 7f6416c959759b1233b247c29950bdc0d35a5e89
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:23:22 2020 +0200

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

commit eeee6df0965677233fae5afdf60345f68e18cc4a
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Wed Apr 15 00:23:22 2020 +0200

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

commit a16f737f5723b1f434746fb760654e66dca60fd7
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:23:22 2020 +0200

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

commit e663a01fb90cff4fcff9a36a55562ea2ae3200e1
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:23:22 2020 +0200

    I18n: Update translation eu (94%).
    
    159 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1b7ace57421a4d0e0932c9e7eec66b15bf5922a5
Author: Francisco <fserrador@gmail.com>
Date:   Wed Apr 15 00:23:22 2020 +0200

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

commit 36b1c784cd26dfcfffc2ab0b7d6f40850e4e0c53
Author: Jason Collins <JasonPCollins@protonmail.com>
Date:   Wed Apr 15 00:23:22 2020 +0200

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

commit 27fdc39b3ae6857f16016bf232679328eb713950
Author: Xfce Bot <transifex@xfce.org>
