commit cf92c284c9d0a21576fca228f00c34fb03e3c922
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 18 11:26:02 2023 +0100

    Add copyright notice to configure.ac
    
    This allows xfce-do-release to check for the copyright year, in
    particular.

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit b2f1f01225c9f2eb0b71a400937700162d4b5e65
Author: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Date:   Sat May 9 15:53:24 2020 +0200

    Make missing GNOME Keyring PAM module warning quiet (Fixes #46)
    
    Currently, when missing the GNOME Keyring PAM module (an optional
    dependency) a warning is logged at each screen unlock:
    xfce4-screensaver-dialog[1234]: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so
    xfce4-screensaver-dialog[1234]: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
    
    Let's hush this warning.

 data/xfce4-screensaver.system-auth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e9e6e7ea238c9f1b3de2bd1df594e23ce73e400e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 17 18:11:05 2023 +0100

    build: Fix --disable-locking (Fixes #83)

 configure.ac        | 3 +++
 src/gs-auth-pwent.c | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 4c5074df84a1dad84f168ea9ed88efceceb1b2c5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 17 17:14:59 2023 +0100

    Remove duplicated lines in README (Fixes #109)

 README.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

commit 6bbb86918280a7ade946ca0501571214926ce762
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 16 20:26:16 2023 +0100

    savers: Fix critical warnings on exit
    
    In the current state of the code this only really has an impact on
    floaters, where some cleanup takes place before leaving.

 savers/floaters.c   | 2 +-
 savers/popsquares.c | 2 +-
 savers/slideshow.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 38c3952c4ee41ce3b734b22c4a8cbaff6f4118d9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 16 20:15:06 2023 +0100

    savers: Fix critical warnings from GSThemeWindow on "realize"
    
    A minimal fix that lets GTK create the widget window and then set the
    remote window as its parent, rather than forcing its use as widget
    window. There may be some unnecessary things to remove after this change
    and some cleanup to do more generally, but the idea is to avoid side
    effects as much as possible for now.

 savers/gs-theme-window.c | 28 ++++++++++++++--------------
 savers/gs-theme-window.h |  2 ++
 2 files changed, 16 insertions(+), 14 deletions(-)

commit 178c3192c6c6996f8a30288e4172e86115904853
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 15 18:25:44 2023 +0100

    Do not redirect stderr for our own commands
    
    This hides warnings or other useful messages that should be accessible
    without enabling debug mode. On the other hand some warnings should be
    lowered to debug level, e.g. AccountsService may not be installed.

 src/gs-job.c        | 39 +++++++++++++++++++++++----------------
 src/gs-lock-plug.c  |  4 ++--
 src/gs-window-x11.c | 27 ++++++++++++++++-----------
 3 files changed, 41 insertions(+), 29 deletions(-)

commit 3776da09454617f66361b05f9cb34042162db1ec
Author: Matias De lellis <mati86dl@gmail.com>
Date:   Tue Oct 12 19:01:32 2021 -0300

    Round the user picture on lock dialog.
    
    All user dialogs (Linux, Windows, Mac, Android, etc..), or any
    representation of a user as an avatar in the web are round
    images.
    
    Also, it shows an emblem icon to note that it is logged in as
    in other dialogs.
    
    Both options can be made configurable by the user very easily,
    but at least (IMHO of course), I think it respects the
    preference of the majority of users.

 src/gs-lock-plug.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 87 insertions(+), 4 deletions(-)

commit c1ef19a7110ab1fcea980919fd45b069df46e7a0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Mar 14 21:01:26 2023 +0100

    build: Do not warn if PAM prefix is correct

 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 06b2cdcf78bb86bbe0a8b9a1469cafd72a36ee31
Author: Cyrille Pontvieux <cyrille@enialis.net>
Date:   Mon Mar 13 19:41:10 2023 +0000

    Improve lightdm detection (Fixes #39)

 src/gs-lock-plug.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 7ab1161a4abefdeab60a2b31ad2c6f2405c4c25d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 13 18:06:38 2023 +0100

    build: Fix -Wunused-value compiler warning

 savers/gs-theme-engine.c | 4 ----
 savers/gs-theme-window.c | 9 +--------
 savers/gste-popsquares.c | 4 ----
 3 files changed, 1 insertion(+), 16 deletions(-)

commit 9fb73f8ab5286761b990c45628ab692185f5fb04
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 13 18:05:55 2023 +0100

    build: Fix -Wdeclaration-after-statement compiler warning

 src/xfce-bg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9c6df37210578acd88a344f5d84f2acf64dd1c2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 13 18:04:01 2023 +0100

    build: Fix -Wsign-compare compiler warning

 src/gs-job.c            |  6 ++----
 src/gs-listener-x11.c   |  8 ++++----
 src/gs-visual-gl.c      |  3 +--
 src/xfcekbd-indicator.c | 11 +++++------
 4 files changed, 12 insertions(+), 16 deletions(-)

commit 216a915359402a7d491b70c497bc349f2c2bbe01
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 13 17:50:03 2023 +0100

    build: Use XDT_FEATURE_DEBUG
    
    As in all or most other projects, enables same compiler warnings in
    particular.

 configure.ac | 53 +----------------------------------------------------
 1 file changed, 1 insertion(+), 52 deletions(-)

commit d0ff3ef0c79328882c9afeff7e2a441a2407942e
Author: Tcc100 <tobsucht94@gmx.de>
Date:   Mon Mar 13 16:16:19 2023 +0000

    Fix use-after-free crash in xfce4-screensaver-dialog

 src/xfce-bg.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit a31ece385b1f5b2ebe3df8660e226d3a0840d8d5
Author: Błażej Szczygieł <spaz16@wp.pl>
Date:   Tue Mar 7 17:15:32 2023 +0100

    Fix D-Bus sleep inhibit when screen locker is disabled
    
    Always remove sleep inhibit. Fixes few seconds delay when sleeping with
    screen locker disabled.
    
    Amends: f2d07a3736f6767e69bb1e1ab3e3efbe068d199d

 src/gs-listener-dbus.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c475190655800e207ccc283ef6584a67e18da8f7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 8 20:53:07 2023 +0100

    Complete previous commit
    
    Fixes: 7aeced1f6fb39fd8887fc441b4ff491ba5bfcf35

 src/gs-prefs.c                      | 3 +++
 src/xfce4-screensaver-preferences.c | 6 ++++++
 2 files changed, 9 insertions(+)

commit 7aeced1f6fb39fd8887fc441b4ff491ba5bfcf35
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 8 12:29:47 2023 +0100

    Fix Xfconf memory management
    
    xfconf_channel_get() is transfer none contrary to what the doc says, and
    each call of xfconf_init() must be followed by a call of
    xfconf_shutdown().
    
    In particular, fixes an unref-critical when closing the prefs dialog.

 src/gs-lock-plug.c                  |  3 ---
 src/gs-prefs.c                      | 10 ----------
 src/test-window.c                   |  1 +
 src/xfce4-screensaver-dialog.c      |  1 +
 src/xfce4-screensaver-preferences.c |  5 ++---
 src/xfce4-screensaver.c             |  1 +
 6 files changed, 5 insertions(+), 16 deletions(-)

commit 7ae8b3421344422d87069baff623bacd276cf70c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Feb 3 20:44:02 2023 +0100

    build: Set GLib macros via XDT_CHECK_PACKAGE

 configure.ac | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 785a456fd843c574def813fdb616162812631ebf
Author: Akbarkhon Variskhanov <akbarkhon.variskhanov@gmail.com>
Date:   Mon Oct 3 19:19:43 2022 +0000

    autogen.sh: Do not `mkdir m4`
    
    `xdt-autogen` takes care of this.

 autogen.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 8ed9ddc5355d67facf0facedd42832e22928f74b
Author: Stergios Gemelas <sgemelas@protonmail.com>
Date:   Fri Dec 30 19:40:46 2022 +0000

    Fix crash when XDG_PICTURES_DIR is not set (Fixes #86)

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9071a8668e9acccf38d0df190d39d7d47f9ed08e
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Fri Dec 30 19:11:34 2022 +0000

    Fix build warning from Clang
    
    -lm is a linker flag.
    
    MR: !14

 configure.ac       | 4 ++--
 savers/Makefile.am | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

commit aea375ae29c5fa302c6070b53761c1f5b317b738
Author: Avinash Sonawane <rootkea@gmail.com>
Date:   Sat Oct 30 17:56:03 2021 +0530

    --with-password-helper expects full pathname of password helper

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 41f279082c75cb981657fcbd5f503a959cc50207
Author: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Date:   Sun Nov 14 15:35:12 2021 +0100

    Add missing zeroing of timeout_id in dialog_timed_out() timer handler
    
    dialog_timed_out() returns FALSE to remove its GSource but does not zero
    the related timeout_id variable which can result in later removal of a
    different event source that happen to reuse this id.

 src/gs-lock-plug.c | 2 ++
 1 file changed, 2 insertions(+)

commit a8f489c4096d33d95ab19b12315a47804a56ed69
Author: Lance Arsenault <lance.arsenault@gmail.com>
Date:   Tue May 31 10:39:09 2022 -0400

    Fix wrong signal name for GtkSpinButton
    
    Fixes: #99
    MR: !18

 src/xfce4-screensaver-preferences.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit fbdf11f2658023ffb48fb7c101baf084ca869301
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 30 18:26:51 2022 +0100

    Remove ENABLE_NLS ifdefs and use xfce_textdomain()
    
    ENABLE_NLS is rarely used and will no longer be supported by
    xfce4-dev-tools 4.18.

 configure.ac                        | 6 ++++--
 src/test-passwd.c                   | 8 +-------
 src/test-window.c                   | 8 +-------
 src/xfce4-screensaver-command.c     | 8 +-------
 src/xfce4-screensaver-dialog.c      | 8 +-------
 src/xfce4-screensaver-gl-helper.c   | 8 +-------
 src/xfce4-screensaver-preferences.c | 8 +-------
 src/xfce4-screensaver.c             | 8 +-------
 8 files changed, 11 insertions(+), 51 deletions(-)

commit c5d965bb7169803bfb44be2e61a27d67a89003eb
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Nov 29 20:41:01 2022 +0100

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

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 447b31948f75d133cd33e3ff3620e92d372e68ef
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jan 27 22:22:00 2021 +0100

    Fix compilation warnings

 data/icons/Makefile.am              |  2 +-
 savers/floaters.c                   | 18 +++++++++---------
 savers/gs-theme-engine.c            |  2 --
 savers/gste-popsquares.c            |  2 --
 savers/gste-slideshow.c             |  2 --
 src/gs-auth-pam.c                   |  9 +++++----
 src/gs-grab-x11.c                   |  2 --
 src/gs-job.c                        |  2 --
 src/gs-listener-dbus.c              |  2 --
 src/gs-listener-x11.c               |  4 +---
 src/gs-manager.c                    |  2 --
 src/gs-monitor.c                    |  2 --
 src/gs-prefs.c                      | 16 ++++++----------
 src/gs-theme-manager.c              |  2 --
 src/gs-window-x11.c                 |  4 +---
 src/xfce-bg.c                       | 10 ++++------
 src/xfce4-screensaver-dialog.c      |  6 +++---
 src/xfce4-screensaver-preferences.c | 12 +++++-------
 src/xfcekbd-indicator.c             |  9 ++++++---
 19 files changed, 41 insertions(+), 67 deletions(-)

commit ff1bd991faa31e5f23bef9339f053c3ade60ad5a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 2 18:00:21 2021 +0100

    autoconf: Some updates
    
    * Remove AM_GLIB_GNU_GETTEXT
    * AC_HELP_STRING -> AS_HELP_STRING
    * AC_TRY_COMPILE -> AC_COMPILE_IFELSE
    * Remove AC_STDC_HEADERS, AC_HEADER_STDC
    * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT

 configure.ac | 72 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 40 insertions(+), 32 deletions(-)

commit e351acc8a000ff80f8a11739c9ed7f48a1193712
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 30 00:48:01 2022 +0200

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

 po/pt.po | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit 51bd8c6094fb141d478b6beabb634eee0256e5d5
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 13 00:47:33 2022 +0200

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

 po/pt.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 50d917b47098929e1835322e151bf8c8c2c48732
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 27 00:50:49 2022 +0200

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

 po/uk.po | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

commit ed8303406ff36283f044940fae6b74e75abef44c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Apr 5 00:52:40 2022 +0200

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

 po/hu.po | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 833caf0a967059586adafdeea1c84b7027838c2a
Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Date:   Fri Mar 18 12:53:12 2022 +0100

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

 po/sk.po | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit d7d6a671db0756bad67e1394840177318b7b7f89
Author: Andrii Protsun <minamotosoft@gmail.com>
Date:   Sat Feb 12 12:54:14 2022 +0100

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

 po/uk.po | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 81ebed4c986abf43b65fe416e09ad63ba40c05c7
Author: Omer I.S <omeritzicschwartz@gmail.com>
Date:   Thu Nov 25 00:51:33 2021 +0100

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

 po/he.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d754d08a0178544b6f2e43e2885b317e3283b4ed
Author: Anonymous <noreply@xfce.org>
Date:   Sat Aug 28 12:51:19 2021 +0200

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

 po/pl.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 32a1f64873710b6eb5fa56a768315df7a9076af4
Author: Daniel Muñiz Fontoira <dani@damufo.eu>
Date:   Fri Jul 23 16:07:18 2021 +0200

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

 po/gl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 542b7cb52e304c0834e924fea9ba8d978cf47230
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Fri Jul 23 16:07:18 2021 +0200

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

 po/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1027ad6c299c0e236e2faf10f95e6af645bd0555
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Jul 23 16:07:17 2021 +0200

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

 po/ca.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1941996c871afd784bc30e37a3fc61bf1ae2516e
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Mon May 17 00:47:04 2021 +0200

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

 po/es.po | 135 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 67 insertions(+), 68 deletions(-)

commit c01aef3b7c3d01d1438e5c3e6a2e916cb23a9432
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Fri May 14 00:48:39 2021 +0200

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

 po/es.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 6c6b6f447646162dbc3e967e2796b6d2ad2842b4
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Apr 22 10:26:52 2021 +0200

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

 po/sl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8ecc2552ea7737dcc6962bf2cc6e7ad47ec8853b
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Apr 22 10:26:51 2021 +0200

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

 po/nb.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ca9e790e480fcc85c3b39dc5df20d0be16f64a75
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Thu Apr 22 10:26:50 2021 +0200

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

 po/it.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3a3fb803de2d7083a3b5c3c11f75b394edcc1db0
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Apr 2 12:49:17 2021 +0200

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

 po/gl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3c7e3bc7edc5a6690f799c289e86e0a3dc1fe39a
Author: Toni Estévez <toni.estevez@gmail.com>
Date:   Thu Apr 1 00:47:15 2021 +0200

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

 po/es.po | 51 +++++++++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 24 deletions(-)

commit 16b827a9315b2abe047a5bba1268a4aef6a3e895
Author: Andrij Mizyk <andmizyk@gmail.com>
Date:   Sun Feb 21 01:03:41 2021 +0100

    I18n: Update translation uk (93%).
    
    141 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/uk.po | 94 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 45 deletions(-)

commit 9290ada6a9e73d80e5a6c25a548368be22a28edc
Author: Andrij Mizyk <andmizyk@gmail.com>
Date:   Fri Feb 19 00:47:06 2021 +0100

    I18n: Add new translation uk (64%).
    
    97 translated messages, 54 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/uk.po | 680 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 680 insertions(+)

commit 38b377d5c2b69e5d0dfa90c980f8f5695ae40398
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Thu Feb 18 00:48:11 2021 +0100

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

 po/gl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b5ee2bc9419655a83a67e74eaa1c3c56ec2e67f6
Author: Anonymous <noreply@xfce.org>
Date:   Sat Feb 6 12:49:21 2021 +0100

    I18n: Add new translation kab (69%).
    
    105 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/kab.po | 666 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 666 insertions(+)

commit d523a7f0b2a34b9117f39fe069c942c38dd91e2e
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:18 2021 +0100

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

 po/zh_TW.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 63ff63a3924a17b0ff2669d47273124807071e69
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/zh_CN.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 2ea335ce9ff2ada7fa2b95014f152aefdd245cb5
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/th.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit a113c0df8a51f6971421912bb9a0760736a30d01
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/sv.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 7ff632a1bd5faa40d7b35366a274e971696a2dc0
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/sr.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 48c99801f257a69716726ef183683b4dddd9b31a
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/sq.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 982f490d740e022a9d10a566736227bc6938df1d
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/sl.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 2c22dd1a3c3a388f68b7d1cde805864d5c5d4c36
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/sk.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 3c80c8fa8ae5b3a4e66332a41c634617adbc3a40
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Tue Jan 19 10:25:17 2021 +0100

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

 po/ru.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 723bf96bce76282ecec8fabe125f5c868070a926
Author: Andre Miranda <andre42m@gmail.com>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/pt_BR.po | 42 +++++++++++++++++++-----------------------
 1 file changed, 19 insertions(+), 23 deletions(-)

commit d982968e62719b464731c69ddb24a94798955b97
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/pl.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit a31d704de5734b4ee33e9098da040038657a068f
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/nl.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit cbb996bb6381499bea81d47f5003aed1bd953117
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/nb.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit f45f2f25c2e8e3efff60df3191f4fe6ab0eafead
Author: abuyop <abuyop@gmail.com>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/ms.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 392264ac772529fe2b913eacc627d1340f4aefaf
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/lt.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit ade1d072e87c5befb7dfbc4c4d06e6cc886551fa
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/ko.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit e68f8ae11960e6877571a85013e8cc0aee2fecb0
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/ja.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 836ad599267f49feef73cc467a4417c8dc469e73
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Tue Jan 19 10:25:16 2021 +0100

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

 po/it.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 9f8975f0c5954de4a5c65402dcec2e8f17f45559
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/is.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit d7585f55b61b42c3d0feab2b4992c5995658a021
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/id.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 5e645b5de67cf641847c54b5aa8d079b6ef9758b
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/hye.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 194075c0175d990427f986f28a4bfb7cc903c706
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/hy_AM.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit fea4bb05859c8c3a31730b470df22eb8bd66a7a5
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/hu.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 987adb0d386a32699b475b2dd538ba2f1db2843b
Author: Omer I.S <omeritzicschwartz@gmail.com>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/he.po | 40 ++++++++++++++++++----------------------
 1 file changed, 18 insertions(+), 22 deletions(-)

commit fc37f4ba06525e2c70b3918fafba397451537ef2
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/gl.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit b388aeff0f7528949c80119c3dd17333411260ff
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/fr.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 480257e3c87b827cea08628a30e28ddc1544a086
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 19 10:25:15 2021 +0100

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

 po/fi.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit ef484cb21bfc81b282b8c448fcc05487c2a314da
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/eu.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 49ff2e80fac4c6a7c28e2d6ba9efb0344f5f5aae
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/et.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 8c8a3c218d1f6575e08a405a3cb4c14fb6e148e7
Author: Ignacio Poggi <ignaciop.3@gmail.com>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/es.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit ef692b6553256ca3b79a2e6ebca4b781e856abb9
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Tue Jan 19 10:25:14 2021 +0100

    I18n: Update translation en_AU (89%).
    
    135 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/en_AU.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 55a0ce3d4cd9cf6c30443cf766c005b1b9b04cc8
Author: Georg Eckert <eckert.georg@gmx.de>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/de.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit deadf90fcb8811d8040272e67bc4de43b159ffac
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/da.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 6f571f8732c2077c12c30a5375f49ec2b7809ea3
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/ca.po | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit e63f0f71441d0594b406c423af480c36e790f6db
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 19 10:25:14 2021 +0100

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

 po/bg.po | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

commit ce11de507767d99dabb930fa4dc7870bfd1170d8
Author: Źmicier Turok <nashtlumach@gmail.com>
Date:   Tue Jan 19 10:25:12 2021 +0100

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

 po/be.po | 40 ++++++++++++++++++----------------------
 1 file changed, 18 insertions(+), 22 deletions(-)

commit 7fa7d10a58db66d7a5a53ddaf4e6f925529a6e24
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jan 3 05:47:40 2021 -0800

    Updates for release

 NEWS         | 18 +++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

commit d0d67808111b16ed61e925b7e02e37769465d23a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jan 3 05:07:38 2021 -0800

    Get default values

 src/xfce4-screensaver-configure | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit d93797e0c79e5ff94714273a7ed325ee7d716de4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jan 3 04:45:46 2021 -0800

    Use Libxfce4util namespace and typelib

 src/xfce4-screensaver-configure | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 9f4377cf9ef86ac21590c1c4cac9922c5942bd32
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Thu Aug 15 15:41:45 2019 +0200

    Use GIRepository of libxfce4util and xfconf
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfce4-screensaver-configure | 218 ++++++++++++++++++++++++++--------------
 1 file changed, 144 insertions(+), 74 deletions(-)

commit c590704eb5c6934fa88c0fcda97a1032edef8513
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jan 3 04:37:57 2021 -0800

    Revert "Fix float parsing error (bug #16295)"
    
    This reverts commit 378c7881fe8cced2a2202373d5674ca8067d73e2.

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1f32723a8bbf4750774eaf07945e91ad1fb072ed
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jan 3 04:37:34 2021 -0800

    Revert "Fix decimal properties when running through atof"
    
    This reverts commit 37b9637379f30f9d4ae7bc06482f551f6760721b.

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 83295d76e277fcdc03b343602923fcb925c921c1
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 19:28:16 2020 +0100

    Fix pam_strerror usage
    
    The function returns "const char *", adjust the check in configure.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed90acb6547af7547772c81ce4b28bf6764685f8
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 16 22:03:33 2020 +0100

    check dbus system_connection in add_sleep_inhibit
    
    Similar code to prevent a crash exits elsewhere.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-listener-dbus.c | 5 +++++
 1 file changed, 5 insertions(+)

commit e3c70e1b8cbdcbafd4ca4c480176e6a110fb6fc7
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 16 22:01:46 2020 +0100

    Revert "Catch gs_listener_dbus_init failures"
    
    This reverts commit f596f888a2b6e6598b9d0e4f0200b60e7f9eef64.
    
    Fixes #66

 src/gs-listener-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1da234041076d8842cff3320e4aaf2dd1b92ce4
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 09:41:31 2020 +0100

    remove obsolete check for scrnsaver.h from configure.ac
    
    Earlier in configure.ac xscrnsaver is expected.
    Remove old and unused code which checks for scrnsaver.h
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 configure.ac | 49 -------------------------------------------------
 1 file changed, 49 deletions(-)

commit 3bfc20ee7a7567f78f05014de8143d1c687c71e7
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 09:40:45 2020 +0100

    pass constants to XSetScreenSaver
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-listener-x11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e2ba3037b8603f757dfd84457ff62416341c5266
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 09:14:14 2020 +0100

    change type of seconds to guint in add_lock_timer
    
    g_timeout_add_seconds expects a guint as first argument.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e923bace68e05f076cd1f26f7015a46b6435aeec
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 09:00:01 2020 +0100

    pass a GSourceFunc to users of g_idle_add
    
    g_idle_add expects a GSourceFunc as first argument.
    Remove the casts and add proper prototype to affected functions.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-auth-pam.c                   |  5 +++--
 src/gs-manager.c                    |  5 +++--
 src/gs-window-x11.c                 | 14 +++++++++-----
 src/xfce4-screensaver-command.c     |  5 +++--
 src/xfce4-screensaver-dialog.c      | 17 +++++++++--------
 src/xfce4-screensaver-preferences.c |  4 ++--
 6 files changed, 29 insertions(+), 21 deletions(-)

commit 9acd84fbeac7846a2f122a8402e1929c56137a3b
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:59 2020 +0100

    pass a GSourceFunc to users of g_timeout_add_full
    
    g_timeout_add_full expects a GSourceFunc as third argument.
    Remove the casts and add proper prototype to affected functions.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 savers/gste-slideshow.c |  6 +++---
 src/xfce-bg.c           | 19 +++++++------------
 2 files changed, 10 insertions(+), 15 deletions(-)

commit eee8c12cb3416b47a775f9558a43b37dbb228314
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:57 2020 +0100

    pass a GSourceFunc to users of g_idle_add_full
    
    g_idle_add_full expects a GSourceFunc as second argument.
    Remove the casts and add proper prototype to affected functions.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 savers/gste-slideshow.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 6a816fdb18b6e87e4925a0d082d46cc2c0fb11e3
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:55 2020 +0100

    pass a GSourceFunc to users of g_timeout_add
    
    g_timeout_add expects a GSourceFunc as second argument.
    Remove the casts and add proper prototype to affected functions.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 savers/floaters.c        | 24 ++++++++++++------------
 savers/gste-popsquares.c |  5 +++--
 savers/gste-slideshow.c  |  6 ++++--
 3 files changed, 19 insertions(+), 16 deletions(-)

commit 2375d56fe78e0215f3001a061e675bce4dad444d
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:53 2020 +0100

    pass a GSourceFunc to users of g_timeout_add_seconds
    
    g_timeout_add_seconds expects a GSourceFunc as second argument.
    Remove the casts and add proper prototype to affected functions.
    
    Remove unneeded prototype for activate_dpms_timeout and deepsleep_idle.
    Remove suffix from response_cancel_idle.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-listener-dbus.c         |  7 ++++---
 src/gs-listener-x11.c          |  7 +++----
 src/gs-lock-plug.c             | 26 ++++++++++++--------------
 src/gs-manager.c               | 42 +++++++++++++++++++-----------------------
 src/gs-window-x11.c            | 15 +++++++--------
 src/test-window.c              |  7 ++++++-
 src/xfce4-screensaver-dialog.c |  9 +++++----
 7 files changed, 56 insertions(+), 57 deletions(-)

commit 29d63e09b686ab2c00a1c6e1733dc276efb33d59
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:52 2020 +0100

    convert date_time_update to a timer function
    
    date_time_update is called repeately by a timer.
    To keep the timer active it has to return TRUE.
    
    Handle OOM while being here.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-lock-plug.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 4b7a123444b629b56716eb39d72c6aeee85c3494
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:50 2020 +0100

    fix format specifiers in lock_timer
    
    idle_time and lock_time are unsigned values.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-listener-x11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bd3fcc9be451636e49d4ea9d2c888523b960af79
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 9 08:59:47 2020 +0100

    plug memleak in get_x11_idle_info
    
    Each call to get_x11_idle_info was allocating a new XScreenSaverInfo.
    
    Adjust the function to check the result, print the raw value in debug mode,
    and let the caller know about potential failures.
    
    Keep the timer active in case of OOM.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-listener-x11.c | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

commit 815bf79869790a3ad109e57f5415a47caa0e6024
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Dec 28 00:48:01 2020 +0100

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

 po/pt.po | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

commit 0e7b511c4fd35486fdfbeaeb8646d759a1d9b8cf
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Dec 27 00:47:49 2020 +0100

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

 po/cs.po | 42 +++++++++++++++++++-----------------------
 1 file changed, 19 insertions(+), 23 deletions(-)

commit f5df96113c32ab361f71cb20c547af1fa09e9938
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Tue Nov 24 12:47:27 2020 +0100

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

 po/ja.po | 48 ++++++++++++++++++++++--------------------------
 1 file changed, 22 insertions(+), 26 deletions(-)

commit 4946f5e6947c8195f16aa5efdae63376332d3050
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Fri Nov 20 12:49:02 2020 +0100

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

 po/tr.po | 62 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 29 insertions(+), 33 deletions(-)

commit 856043e6c567b826032af98739ec93a9242480d8
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 8 08:38:05 2020 -0500

    Updates for release

 NEWS         | 20 ++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

commit fd2a81f2b15bfdb919d0632aeaf1eb1ca4b6dce1
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 8 08:35:11 2020 -0500

    Fix distuninstallcheck with new icons

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 23c29b6fb513e78ad2e3340c47a02327cce49ff7
Author: Kai Kang <kai.kang@windriver.com>
Date:   Fri Jun 21 17:16:04 2019 +0800

    xfce4-screensaver.common-auth: replace @include with standard systax (#6)
    
    '@include' is not a standard sysntax. Replace with 'auth include'.
    
    Signed-off-by: Kai Kang <kai.kang@windriver.com>
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 data/xfce4-screensaver.common-auth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 37f6942fb94e65c625114f39a596a295c999292c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 7 08:46:49 2020 -0500

    Cleanup example config

 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit d131e73fb4b2fd839dddb30f184a5d38434af7ed
Author: Robby Workman <rworkman@slackware.com>
Date:   Sat Nov 7 08:45:58 2020 -0500

    README.md: Note setuid requirement after install with shadow/bsdauth (#9)
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

commit a74638852c994da936ae60c8423bc72ae0b4e4db
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 7 08:35:54 2020 -0500

    Change DPMS sleep settings to seconds, default sleep after 5 seconds (#27)

 src/gs-manager.c                | 6 +++---
 src/gs-prefs.h                  | 4 ++--
 src/xfce4-screensaver-configure | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 5581ac2c42ed29709c54580297425e146e61108d
Merge: 4359e08 9eeca5d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 7 07:53:45 2020 -0500

    Merge branch 'm4u9/xfce4-screensaver-new-icons2'

commit 4359e0848897bac8dcfbf8fcebfea6a8acb5439c
Merge: a15587c f596f88
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 7 07:51:01 2020 -0500

    Merge branch 'shawnanastasio/xfce4-screensaver-dbus-init-fail-fix'

commit a15587c2e54841a3ee5cd87c4bdea8d1fd239eaa
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Sat Nov 7 13:49:08 2020 +0100

    Updates README.md

 README.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 54 insertions(+), 19 deletions(-)

commit 63a3daec6c3fed061323a353505d144cbfb9ef3f
Author: Olaf Hering <olaf@aepfle.de>
Date:   Fri Oct 9 21:57:47 2020 +0200

    change internal unit of lock_timeout timer from milliseconds to seconds
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-manager.c | 6 +++---
 src/gs-prefs.h   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 5861dc401973e7cca1036b57380b1e104dabf0d9
Author: Olaf Hering <olaf@aepfle.de>
Date:   Fri Oct 9 21:44:41 2020 +0200

    change internal unit of logout_timeout timer from milliseconds to seconds
    
    The used API g_timer_elapsed() returns a double instead of a struct timespec,
    convert the result prior comparison.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-prefs.c      | 2 +-
 src/gs-prefs.h      | 2 +-
 src/gs-window-x11.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 5d5d2e1664b6ae32421e234a0a6ee19a30a52879
Author: Olaf Hering <olaf@aepfle.de>
Date:   Fri Oct 9 21:18:35 2020 +0200

    change internal unit of watchdog timer from milliseconds to seconds
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-window-x11.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0309df658f4c6b31381be4784a5949f41f69f203
Author: Olaf Hering <olaf@aepfle.de>
Date:   Fri Oct 9 21:16:33 2020 +0200

    change unit of cycle from milliseconds to seconds
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-manager.c | 6 +++---
 src/gs-prefs.c   | 4 ++--
 src/gs-prefs.h   | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 504ed7483a09a6b150a28b4660bbc221d12f685d
Author: Olaf Hering <olaf@aepfle.de>
Date:   Fri Oct 9 19:48:14 2020 +0200

    Use seconds instead of milliseconds for timeouts
    
    Change all callers with large milliseond values to use seconds instead.
    This is supposed to make it clearer how long the interval is.
    
    No change in behavior intented.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/gs-listener-dbus.c         |  4 ++--
 src/gs-lock-plug.c             |  4 ++--
 src/gs-manager.c               | 10 +++++-----
 src/test-window.c              |  2 +-
 src/xfce4-screensaver-dialog.c |  4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 54d44b640d6f8e754c9f86fc6d33e5587f30b735
Merge: ea7eb9f 58ad875
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 7 07:41:48 2020 -0500

    Merge branch 'pablo/xfce4-screensaver-daemon'

commit ea7eb9f899832c7414ceea23db1f766880a93af2
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Oct 10 14:46:10 2020 +0200

    fix make distcheck
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit b26786cf917b05e18d1e4cc3670f48b780abb0f4
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Oct 31 00:46:26 2020 +0100

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

 po/sq.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 58ad875fdc577bd9d3b1018f783183210ea8213a
Author: Pablo Mazzini <pmazzini@gmail.com>
Date:   Sat Oct 24 12:40:54 2020 +0100

    remove unused flag --no-daemon

 data/org.xfce.ScreenSaver.service.in | 2 +-
 data/xfce4-screensaver.1             | 2 --
 src/debug-screensaver.sh             | 6 +++---
 src/xfce4-screensaver.c              | 2 --
 4 files changed, 4 insertions(+), 8 deletions(-)

commit 16d7eece6e93f60f5ae1308b2d0458365d6d8d87
Author: Emin Tufan <etcetin@gmail.com>
Date:   Mon Oct 19 01:01:34 2020 +0200

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

 po/tr.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit f29ffdf4348cd276a324dcf79b41369fb85ab0e6
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 16 18:32:22 2020 +0200

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

 po/pt_BR.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3b4cccd3e85d08706e8af1df3b09485523ef3df4
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Fri Oct 16 18:32:21 2020 +0200

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

 po/hy_AM.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5e84e587a800fb769a8819b7dc0a5ccbeb290111
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 16 18:32:21 2020 +0200

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

 po/hu.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3dcb73ab267b503674a40c6cf867a6ec4de1ad6d
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:32:21 2020 +0200

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

 po/he.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b0a21c21b9b83514d3c8d31cd113b5acfc5d4bf2
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 16 18:32:19 2020 +0200

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

 po/bg.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b7cb8b65611685a40c651fd55379e340616ae052
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 9 00:46:34 2020 +0200

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

 po/eu.po | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

commit 707de1d1f64afdeadd511df676a1c2212683361d
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Thu Sep 17 12:49:07 2020 +0200

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

 po/pt.po | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

commit 816598e5334b9b89f828b9e5a7af2f33d3c79485
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Mon Sep 7 12:52:22 2020 +0200

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

 po/id.po | 686 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 686 insertions(+)

commit f596f888a2b6e6598b9d0e4f0200b60e7f9eef64
Author: Shawn Anastasio <shawn@anastas.io>
Date:   Sun Sep 6 19:33:12 2020 +0000

    Catch gs_listener_dbus_init failures
    
    In cases where the dbus connection fails, gs_listener_dbus_init
    will fail and return FALSE. Previously, this status code was not
    checked in the gs_listener constructor, resulting in a silent failure
    that eventually resulted in a Segmentation Fault when the listener's
    system_connection pointer gets used.
    
    Add a g_assert to ensure gs_listener_dbus_init succeeds, or bail out
    gracefully on failures.

 src/gs-listener-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 15c9bddd45be6993fae03f380a17681d8648cee1
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Thu Sep 3 00:49:10 2020 +0200

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

 po/et.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 9eeca5dbcc125b4de81ceac1c967b3f7138309f2
Author: Maurizio Galli <maurizio.galli@gmail.com>
Date:   Mon Aug 31 19:49:58 2020 +0800

    Small improvements in the icons

 data/icons/24x24/org.xfce.ScreenSaver.png | Bin 804 -> 828 bytes
 data/icons/24x24/org.xfce.ScreenSaver.svg | 417 +++++++++++++++---------------
 data/icons/32x32/org.xfce.ScreenSaver.png | Bin 978 -> 1024 bytes
 data/icons/32x32/org.xfce.ScreenSaver.svg | 306 +++++++++++-----------
 4 files changed, 359 insertions(+), 364 deletions(-)

commit e4c024f51acf58aa46b6f0e3e1c5d2b2c4459d72
Author: Maurizio Galli <maurizio.galli@gmail.com>
Date:   Mon Aug 31 03:14:18 2020 +0800

    Polished icons a bit

 data/icons/24x24/org.xfce.ScreenSaver.png | Bin 804 -> 804 bytes
 data/icons/24x24/org.xfce.ScreenSaver.svg |  14 +-
 data/icons/48x48/org.xfce.ScreenSaver.png | Bin 1633 -> 1594 bytes
 data/icons/48x48/org.xfce.ScreenSaver.svg | 310 +++++++++++++++---------------
 4 files changed, 162 insertions(+), 162 deletions(-)

commit 798d946441a70d2a41b8b3964bf792c7a2f7ed5f
Author: Maurizio Galli <maurizio.galli@gmail.com>
Date:   Mon Aug 31 02:53:20 2020 +0800

    Added new stock icons with reverse DNS format

 configure.ac                                  |   8 +
 data/Makefile.am                              |   1 +
 data/icons/128x128/Makefile.am                |   7 +
 data/icons/128x128/org.xfce.ScreenSaver.png   | Bin 0 -> 5451 bytes
 data/icons/16x16/Makefile.am                  |   7 +
 data/icons/16x16/org.xfce.ScreenSaver.png     | Bin 0 -> 578 bytes
 data/icons/16x16/org.xfce.ScreenSaver.svg     | 368 ++++++++++++++++++++++++++
 data/icons/24x24/Makefile.am                  |   7 +
 data/icons/24x24/org.xfce.ScreenSaver.png     | Bin 0 -> 804 bytes
 data/icons/24x24/org.xfce.ScreenSaver.svg     | 344 ++++++++++++++++++++++++
 data/icons/32x32/Makefile.am                  |   7 +
 data/icons/32x32/org.xfce.ScreenSaver.png     | Bin 0 -> 978 bytes
 data/icons/32x32/org.xfce.ScreenSaver.svg     | 253 ++++++++++++++++++
 data/icons/48x48/Makefile.am                  |   7 +
 data/icons/48x48/org.xfce.ScreenSaver.png     | Bin 0 -> 1633 bytes
 data/icons/48x48/org.xfce.ScreenSaver.svg     | 249 +++++++++++++++++
 data/icons/Makefile.am                        |  20 ++
 data/icons/scalable/Makefile.am               |   7 +
 data/icons/scalable/org.xfce.ScreenSaver.svg  | 320 ++++++++++++++++++++++
 data/xfce4-screensaver-preferences.desktop.in |   4 +-
 data/xfce4-screensaver.directory.in           |   2 +-
 src/xfce4-screensaver-preferences.c           |   4 +-
 src/xfce4-screensaver.desktop.in.in           |   2 +-
 23 files changed, 1611 insertions(+), 6 deletions(-)

commit a774c9d910ab993eabb02e3e40ee788fdaf7f08e
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Sat Aug 22 00:48:11 2020 +0200

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

 po/hye.po | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 54083f7afec0e4101a17fc37070a7a2346dc2aab
Author: Anonymous <noreply@xfce.org>
Date:   Thu Aug 20 12:50:22 2020 +0200

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

 po/lt.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 35b94512caffa3482d198b31564eb8390b195422
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jul 2 00:46:39 2020 +0200

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

 po/he.po | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 1cb4fc94ad00f77194e22139d00825e554de590a
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sun Jun 28 12:48:44 2020 +0200

    I18n: Update translation et (94%).
    
    144 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/et.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 18e461b744d1d6e9265101d9bcf055f8cae4feb7
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Sun Jun 7 00:46:57 2020 +0200

    I18n: Update translation et (85%).
    
    130 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/et.po | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

commit 28f3443b7cd3e929b89717f6aee21bcb6b5c5155
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Fri Jun 5 00:47:40 2020 +0200

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

 po/hye.po | 45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

commit cae442065982f45a97a76a56df7b53ba3c39fbfc
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Fri May 29 00:46:41 2020 +0200

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

 po/et.po | 67 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 32 deletions(-)

commit 98df2c2fac182a312d7e7d9823a48ceb5d4be67c
Author: Real School <localization@ehayq.am>
Date:   Mon May 25 12:50:59 2020 +0200

    I18n: Add new translation hye (98%).
    
    149 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/hye.po | 670 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 670 insertions(+)

commit 4ca246eac15589f6fbcd5f3054a821738ee38ded
Author: Priit Jõerüüt <transifex@joeruut.com>
Date:   Mon May 25 12:50:58 2020 +0200

    I18n: Add new translation et (63%).
    
    96 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/et.po | 675 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 675 insertions(+)

commit a1178c58555b7873cf49478b4100e8513bdbb68b
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Mon May 25 12:50:58 2020 +0200

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

 po/sq.po | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit ac9a33e96975c90e37e0e1fc52d467af6be30e6a
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Fri May 22 00:49:34 2020 +0200

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

 po/it.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 6eb1bd49dd44324a33ca0a2cabfeb891f3be1ee4
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Tue May 12 00:37:27 2020 +0200

    Add basic GitLab pipeline

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

commit 575a042d918cc8ae3512592cc35cefd790bf27ca
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Thu May 7 00:47:43 2020 +0200

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

 po/pt.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 863d78878c2fcf0508dd0d32127febd2bc0af63e
Author: Ignacio Poggi <ignaciop.3@gmail.com>
Date:   Fri May 1 00:18:08 2020 +0200

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

 po/es.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 3b21f3a01724fd60621a3b77d960ef6051346ae2
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Wed Apr 22 12:42:23 2020 +0200

    Bug #16717: Move from exo-csource to xdt-csource
    
    - exo-csource is deprecated and moved to xdt-csource
    - Bump minimal xdt version
    - Clean autohell variables: we already require automake 1.11+ from
      configure.ac, not need to add useless AUTOMAKE_OPTION

 Makefile.am        |  3 ---
 autogen.sh         | 11 +++++------
 savers/Makefile.am |  3 ---
 src/Makefile.am    |  9 +++------
 4 files changed, 8 insertions(+), 18 deletions(-)

commit a5f65bfb0075c6d64ce1fdfaa5416a89f04c3677
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:05 2020 +0200

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

 po/zh_TW.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit d6f11d42a6befce6c02b39621837b78426d406de
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:05 2020 +0200

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

 po/zh_CN.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit dcdb56527aac9f56b69b38ff026ded50d65fc81d
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:04 2020 +0200

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

 po/tr.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit c22b876cfba2561150924717e6f0b4a056dae9f4
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Wed Apr 15 00:07:04 2020 +0200

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

 po/th.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 3f90e2f950a03dadae44db1865bb7ad9fe6a2d7b
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:04 2020 +0200

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

 po/sv.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit fed00c743061bbf429a765c1a5544ec75cf6aa65
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:04 2020 +0200

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

 po/sr.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit f8a979d28777cb76c4093216385682c31ed23124
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:04 2020 +0200

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

 po/sl.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit f801527a16ea9223018292711bf9b260676718ed
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/sk.po | 316 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 162 insertions(+), 154 deletions(-)

commit 768980427800e392417a7959677d3eab26a5459c
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/ru.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 4e8e1473471f32757a02da761876a8e25e123fa3
Author: José Vieira <jvieira33@sapo.pt>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/pt.po | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

commit 5187cbde291847ab8cff38edab5e89847985d790
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 586abb48711580c95c638372f95c765bf17ff6bb
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/nl.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit c3df7804be3404c720be39846d5f857e81e3f72b
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/nb.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 5b63d4295a5453fdb0e0ff49755b8e8fc69ee61d
Author: abuyop <abuyop@gmail.com>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/ms.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 4bce4dbdcbaa4354c97eb1f233d6e926f6dfaf27
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:07:03 2020 +0200

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

 po/lt.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 546405ba041acb83a5013d7e4588865d0397b8eb
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:02 2020 +0200

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

 po/ko.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 3f116aa2615a91a7a90415f9c3f116e8f8c09a6d
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:02 2020 +0200

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

 po/ja.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 8fbc88e453ac10370190ccf9394eab852fb1c39e
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:02 2020 +0200

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

 po/is.po | 314 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 161 insertions(+), 153 deletions(-)

commit 9de6bd9fea8807106dca4d985097d7fb6f505fd1
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Wed Apr 15 00:07:02 2020 +0200

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

 po/hy_AM.po | 140 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 80 insertions(+), 60 deletions(-)

commit 9d1c3c40b357aa750fdb1f3c7353ea765cfa127b
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:02 2020 +0200

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

 po/hu.po | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

commit 72e2a6dd52d3ecf4c6b41dc35d6253c4223d8130
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed Apr 15 00:07:02 2020 +0200

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

 po/he.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit ce8ff932fd981d5cb08e7b8990062e3ce625da91
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/fr.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 1312373b7430014470a9267a99638087015daa53
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/eu.po | 140 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 80 insertions(+), 60 deletions(-)

commit a5e7d0d5386327cda144fa0f06f4948fdb027fc4
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/es.po | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit f5bbc324ffffc9fe7386a66e424d8f3b4427d4e5
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

    I18n: Update translation en_AU (89%).
    
    136 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/en_AU.po | 314 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 161 insertions(+), 153 deletions(-)

commit 55db26c27637df990fdbd7403318d43a2df199be
Author: Georg Eckert <eckert.georg@gmx.de>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/de.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 3b8283a1f210f408ed157eddf06e2289d58e1ab6
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/da.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 0a66953017ded225de2a7afe473e12e53148ffb5
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/cs.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 8d49cbf2018b10fe9670662a195aa19de76907fd
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/ca.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 6030b22a4bc4cf17dc810b447a6d772e6f8243e5
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 15 00:07:01 2020 +0200

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

 po/bg.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit f785f8d0f34d9b255420abfafae737301d027804
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 30 12:31:25 2020 +0200

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

 po/pl.po | 45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

commit c5e987ae9d15d21991f7c212c60329426ec1413e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 29 17:02:39 2020 -0400

    Updates for release

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 5cb3d0e217153aff036d9f4f5585a0f93f6e2a00
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sun Mar 29 06:32:34 2020 +0200

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

 po/gl.po | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit cc33cea3df2ab361cdbddecfa901fbc048ce278b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Mar 28 08:23:00 2020 -0400

    Send empty DBus responses (bug #16522)

 src/gs-listener-dbus.c | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

commit 672964e54ce03cede5f77c5ebb312101e5d9e99e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 22 19:59:29 2020 -0400

    Updates for release

 NEWS         | 26 +++++++++++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 26 insertions(+), 2 deletions(-)

commit 6688fbdb300d8daa45f500b891c422e27aad54a0
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 22 19:37:55 2020 -0400

    Reimplement g_date_time_format_iso8601 to drop GLib support from 2.62 to 2.50

 src/gs-listener-dbus.c | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

commit 8226d00f0952c45b2ba0f62b506631f1fd49766b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 22 13:30:22 2020 -0400

    Fix the remaining GTimeVal deprecations

 savers/floaters.c | 13 ++++++++++---
 src/xfce-bg.c     | 12 +++++++++---
 2 files changed, 19 insertions(+), 6 deletions(-)

commit 6f981a655a40a6888a934c2d15731bbdc8e2abbd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 22 06:57:27 2020 -0400

    Replace deprecated GTimeVal

 src/gs-listener-dbus.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

commit 75f6fbc073c477762989308c5f3901ae62a82340
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Mar 21 18:47:13 2020 -0400

    Add overlays to initial activation

 src/gs-manager.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit e90c61adcd09e55f769ba1d6733d46be4fb5118a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Mar 21 18:25:41 2020 -0400

    Rebuild windows on monitor reconfiguration, draw overlays during reconstruction to protect screen contents

 src/gs-manager.c | 74 ++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 53 insertions(+), 21 deletions(-)

commit 68d4c698abd821ffde4b627c98c7837a36a90e49
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Mar 21 15:21:45 2020 -0400

    Do not activate DPMS changes if the screensaver is not active; improve logging

 src/gs-listener-dbus.c |  2 --
 src/gs-manager.c       | 26 ++++++++++++++------------
 src/gs-window-x11.c    |  4 ++++
 3 files changed, 18 insertions(+), 14 deletions(-)

commit 50387ac51ca92effd3f533741513ae655302cced
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Fri Mar 13 18:31:26 2020 +0100

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

 po/be.po | 187 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 106 insertions(+), 81 deletions(-)

commit af3808583fbc1abae353cfc13b291effa1bc3b50
Author: Anonymous <noreply@xfce.org>
Date:   Wed Feb 12 12:31:37 2020 +0100

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

 po/fi.po | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

commit 8cb5b736090b72fd88dfad9b7be5ed557eef51d6
Author: Besnik <besnik@programeshqip.org>
Date:   Tue Jan 28 00:33:35 2020 +0100

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

 po/sq.po | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

commit c44e54350c786497b3bf3835e079d39c39a4951e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jan 23 22:21:43 2020 -0500

    Better handling of multi-monitor add/remove and lid-close events

 src/gs-manager.c    | 114 +++++++++++++++++++++++++++++++++++++++++++---------
 src/gs-window-x11.c |   6 +++
 src/gs-window.h     |   1 +
 3 files changed, 103 insertions(+), 18 deletions(-)

commit ae503d3089696d41e56b1fce0fac5176d4dabb7d
Author: Besnik <besnik@programeshqip.org>
Date:   Mon Jan 20 00:31:27 2020 +0100

    I18n: Update translation sq (92%).
    
    141 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sq.po | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

commit 6da67bd5b15f9efe5da36d3e3d18568dbb40a185
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 19 00:31:46 2020 +0100

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

 po/pt_BR.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 5e726f8702d2b72ebacef45e60bb61c8d268b400
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Jan 17 00:31:27 2020 +0100

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

 po/it.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit a84c60f18afc9442b8e9f3de40c1ae31385c480c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jan 15 21:56:35 2020 -0500

    Update LINGUAS (bug #15949)

 po/LINGUAS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 37b9637379f30f9d4ae7bc06482f551f6760721b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jan 15 06:44:49 2020 -0500

    Fix decimal properties when running through atof

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 93a49f7d15d2262fe65c58397085711ccb33df69
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jan 15 06:36:24 2020 -0500

    Return 1 on lock command failure (bug #15945)

 src/xfce4-screensaver-command.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit dfce57d969000e4a1426e242b5d558da113d4094
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jan 15 06:24:29 2020 -0500

    Rename 'Pictures folder' to 'Slideshow' since the path is now configurable (bug #15589)

 savers/xfce-personal-slideshow.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a5da8a4b5abb19dc88616dbe60974162041f2888
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Thu Aug 15 10:31:34 2019 +0200

    Raise NameError and TypeError (bug #15830)
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfce4-screensaver-configure | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 378c7881fe8cced2a2202373d5674ca8067d73e2
Author: Gusti Ridhoni Syahputera <syahputera.doni@gmail.com>
Date:   Sun Dec 22 20:02:35 2019 +0800

    Fix float parsing error (bug #16295)
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9d0eb923bb379ad2b4767d09fde6e87577c46cd
Author: Michael Weiser <michael.weiser@gmx.de>
Date:   Wed Jan 8 23:11:29 2020 +0100

    Fix inhibitor proxying (bug #16356)
    
    When inhibiting the screensaver using e.g. xfce4-screensaver-command -q,
    xfce4-screensaver would report an error:
    
    org.freedesktop.DBus.Error.ServiceUnknown raised: The name
    org.freedesktop.login1 was not provided by any .service files
    
    Consequently, no inhibitor was added to logind. This was due
    to the fact that the wrong connection was used for the dbus message and
    thus logind expected on the session bus.
    
    Switching to the system connection to correctly relay the inhibitor to
    logind.
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2568143245ae451776c015df53b0fe46df7af74b
Author: Michael Weiser <michael.weiser@gmx.de>
Date:   Wed Jan 8 22:57:43 2020 +0100

    Fix inhibitor listing in xfce4-screensaver-command (bug #16355)
    
    The command would not reflect inhibited status and would not show the
    inhibitors. This was due to the fact that unref'ing the reply gobject
    also invalidates the body extracted from it and the iterator was set up
    with the wrong format string.
    
    Also, the body is a container and always contains the inhibitor array
    element, even if it's empty. Therefore we have to check the number of
    children of the actual array variant and not the body.
    
    Change both to get inhibitors listed and inhibition status shown when
    querying status.
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfce4-screensaver-command.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f2d07a3736f6767e69bb1e1ab3e3efbe068d199d
Author: Michael Weiser <michael.weiser@gmx.de>
Date:   Wed Jan 15 05:32:15 2020 -0500

    Add systemd sleep inhibitor (bug #15929)
    
    Looking at the timestamps in debug output it seems to me that systemd is simply suspending too fast for xfce4-screensaver to activate the lock screen.
    
    Adding a sleep delay inhibitor lock makes the problem go away since it gives xfce4-screensaver time to activate the lock screen before allowing systemd to continue suspending the system.
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)

commit 69c32a115c1b66a53e726910beb60c298c175ceb
Author: Michael Weiser <michael.weiser@gmx.de>
Date:   Thu Jan 9 14:19:40 2020 +0100

    Fix dbus inhibition (bug #16365)
    
    Port over necessary routines from mate screensaver and wire them into
    idle screensaving and locking decisions. Do not inhibit explicit
    locking e.g. via dbus because it's security relevant and we should
    do it if requested explicitly.
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 12 ++++++++++++
 src/gs-listener-dbus.h |  7 +------
 src/gs-monitor.c       | 10 ++++++++++
 3 files changed, 23 insertions(+), 6 deletions(-)

commit 7e6fe76f548cd3e0ea1363e57f26aa9f3579fcfb
Author: Michael Weiser <michael.weiser@gmx.de>
Date:   Thu Jan 9 12:18:37 2020 +0100

    dbus: Prevent overzealous activiation (bug #16365)
    
    Port over a check from mate screensaver that prevents activation when
    clearing an inhibitor by first checking if the session is actually idle.
    If clearing the inhibitor is the result of some interactive user action,
    this should never be the case and thus prevent e.g. saver activation
    when stopping video playback that did inhibit the screen saver.
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 54ae3b50568e3b0913d3f2f22f0f5c82f3a2c82c
Author: Arve Eriksson <031299870@telia.com>
Date:   Sun Jan 5 18:33:15 2020 +0100

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

 po/sv.po | 329 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 173 insertions(+), 156 deletions(-)

commit 04c571f446dfeeeace1484e3f0d228b6200ef70c
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Fri Dec 27 12:31:33 2019 +0100

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

 po/ja.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6663585c124a18275b7762be6363caf2e9456699
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Thu Dec 26 12:31:42 2019 +0100

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

 po/ja.po | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

commit 1a8fb97f42b20c6c361e23823873d554773f649f
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Thu Dec 26 06:31:22 2019 +0100

    I18n: Update translation ja (92%).
    
    141 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/ja.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 2ce23db98a1c072c817eb90e661d362de7fdb693
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Thu Dec 26 00:32:10 2019 +0100

    I18n: Update translation ja (89%).
    
    136 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/ja.po | 49 ++++++++++++++++++++++++++++---------------------
 1 file changed, 28 insertions(+), 21 deletions(-)

commit 9e1fec7a4317045c40dc36763f6d696baee68f52
Author: Anonymous <noreply@xfce.org>
Date:   Thu Dec 26 00:32:09 2019 +0100

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

 po/it.po | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit 9d1139d2e88d4662340622be5371a4d7b829f7c8
Author: UTUMI Hirosi <utuhiro78@yahoo.co.jp>
Date:   Wed Dec 25 18:32:12 2019 +0100

    I18n: Add new translation ja (75%).
    
    114 translated messages, 38 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/ja.po | 673 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 673 insertions(+)

commit ce4886b38e041680a693b6e0849bfa60be436536
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Nov 10 18:32:33 2019 +0100

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

 po/cs.po | 136 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 81 insertions(+), 55 deletions(-)

commit 280184d476090f28372ff1c8863b80dfc4475bfa
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Fri Nov 8 00:31:42 2019 +0100

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

 po/sl.po | 678 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 678 insertions(+)

commit 032916ecabaca9a1b896fd3afb1d894d0d9b7adc
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Oct 31 00:32:03 2019 +0100

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

 po/sr.po | 325 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 169 insertions(+), 156 deletions(-)

commit ef74accfc7a421271027f999034a4ef88518867d
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 00:31:31 2019 +0200

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

 po/pl.po | 71 ++++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 47 insertions(+), 24 deletions(-)

commit 20f53a7d01e846aa15a3eace58337efe9709fa9d
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Oct 17 06:31:49 2019 +0200

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

 po/ko.po | 317 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 166 insertions(+), 151 deletions(-)

commit c6436b448a6cc6c0d65dac53f46d09d54dffff66
Author: abuyop <abuyop@gmail.com>
Date:   Mon Sep 30 12:34:28 2019 +0200

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

 po/ms.po | 265 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 153 insertions(+), 112 deletions(-)

commit 6670b7d0d2eb656e3d6ae2ee9cecccadf2f964f8
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Thu Sep 19 12:31:44 2019 +0200

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

 po/th.po | 677 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 677 insertions(+)

commit 648300c04be128b8e231b2f403e90aa6d293b9ff
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Sep 8 18:32:17 2019 +0200

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

 po/nb.po | 138 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 83 insertions(+), 55 deletions(-)

commit 0279b80af6abe38667e769a1343393bdae638eea
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Aug 30 12:32:51 2019 +0200

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

 po/gl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 45b497094ddbf2153055d02cfeb1e51676f774c6
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Aug 27 00:31:26 2019 +0200

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

 po/gl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e00cec1c850e2d4495af827ebe7945c30054edd
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Wed Aug 21 18:32:03 2019 +0200

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

 po/gl.po | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 96e8e258ceb805e69cbe249199c44cee3db14d5e
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sun Aug 18 00:32:12 2019 +0200

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

 po/he.po | 264 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 168 insertions(+), 96 deletions(-)

commit bab139f7df3f84f27b283d9b13ade4466dace39d
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Aug 14 18:31:50 2019 +0200

    I18n: Update translation sq (88%).
    
    134 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sq.po | 306 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 149 deletions(-)

commit 259036a0182961993065d87910de811bce0e4360
Author: prflr88 <prflr88@gmail.com>
Date:   Wed Aug 14 06:31:23 2019 +0200

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

 po/es.po | 99 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 49 deletions(-)

commit 3b6c285c916f40bfc87f59da3046fd368b17a601
Author: Serdar Sağlam <teknomobil@msn.com>
Date:   Mon Aug 12 12:31:25 2019 +0200

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

 po/tr.po | 172 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 108 insertions(+), 64 deletions(-)

commit cbcd4a970fa0b7b75a97fa0950d816b87000a968
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Aug 11 14:31:46 2019 -0400

    Release 0.1.8

 NEWS         | 7 ++++++-
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit ff7626b137d62bfa009ad7409527360acdec637c
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Sun Aug 11 12:32:34 2019 +0200

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

 po/zh_CN.po | 137 ++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 82 insertions(+), 55 deletions(-)

commit 842b85df9a1947d970e784fdb97ea7c7c71105c0
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Aug 10 18:31:04 2019 +0200

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

 po/fr.po | 50 ++++++++++++++++++++++++++++----------------------
 1 file changed, 28 insertions(+), 22 deletions(-)

commit 6be6dfe94546f1642d755cf1a7b491d69a79048f
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sat Aug 10 12:32:37 2019 +0200

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

 po/gl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 61f6997bf3b4d1a2a2986aca8e4b2858205149e7
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Thu Aug 8 18:34:05 2019 +0200

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

 po/it.po | 133 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 78 insertions(+), 55 deletions(-)

commit e24801d7cc6affd365a653bc5c18a24d375607d6
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Aug 8 12:31:20 2019 +0200

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

 po/fr.po | 60 ++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 38 insertions(+), 22 deletions(-)

commit 7e402a2d570b7892d51a1c0a10c1fa8ec8789b85
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Wed Aug 7 18:31:09 2019 +0200

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

 po/pt.po | 137 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 82 insertions(+), 55 deletions(-)

commit 2023483dd4b251d55731a42b22a005c4f63d36eb
Author: Anonymous <noreply@xfce.org>
Date:   Wed Aug 7 00:31:50 2019 +0200

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

 po/da.po | 137 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 82 insertions(+), 55 deletions(-)

commit f7f6b024f221b8af91fbbb884dfa97661cb99e70
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Aug 6 12:31:07 2019 +0200

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

 po/ca.po | 67 +++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 45 insertions(+), 22 deletions(-)

commit c159f21f0253a5f01b8f2a439ad385399af19004
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Tue Aug 6 00:31:48 2019 +0200

    I18n: Update translation fi (91%).
    
    139 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fi.po | 130 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 75 insertions(+), 55 deletions(-)

commit d5c736cbf192d7a77a3aa92c35d0865a96692c4a
Author: Anonymous <noreply@xfce.org>
Date:   Mon Aug 5 18:31:17 2019 +0200

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

 po/es.po | 139 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 83 insertions(+), 56 deletions(-)

commit 3b5b481a672a65f0bae19f8d3ccac6af9711ca2e
Author: Andre Miranda <andre42m@gmail.com>
Date:   Mon Aug 5 00:31:08 2019 +0200

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

 po/pt_BR.po | 138 ++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 83 insertions(+), 55 deletions(-)

commit ebb5db135b1dac24151125636c30a495c39fb91c
Author: Anonymous <noreply@xfce.org>
Date:   Mon Aug 5 00:31:08 2019 +0200

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

 po/lt.po | 67 +++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 45 insertions(+), 22 deletions(-)

commit bf1c883e8f43317928f18b4b4610abc972844f06
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sun Aug 4 18:31:49 2019 +0200

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

 po/zh_TW.po | 67 +++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 45 insertions(+), 22 deletions(-)

commit cba04d1ce802091a7d74a94c9106e52344f67632
Author: Igor <f2404@yandex.ru>
Date:   Sun Aug 4 18:31:48 2019 +0200

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

 po/ru.po | 67 +++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 45 insertions(+), 22 deletions(-)

commit 87ca949b54e1a23c966bf5fc37124d04468c1328
Author: Anonymous <noreply@xfce.org>
Date:   Sun Aug 4 18:31:48 2019 +0200

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

 po/hu.po | 135 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 80 insertions(+), 55 deletions(-)

commit fd37d35638e83b6b8aa71fefec320ff3d907ef9e
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Aug 4 12:31:13 2019 +0200

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

 po/nl.po | 68 +++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 46 insertions(+), 22 deletions(-)

commit 599022e222773f741763b00d6c637656d07c7e3e
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sun Aug 4 12:31:13 2019 +0200

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

 po/gl.po | 67 +++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 45 insertions(+), 22 deletions(-)

commit 01c79740f08e83cdd3c480e28b87c679c493c3be
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sun Aug 4 12:31:13 2019 +0200

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

 po/de.po | 137 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 82 insertions(+), 55 deletions(-)

commit 79771a06ca8ecc19cc70d391adbb12792b4f774d
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Aug 4 12:31:13 2019 +0200

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

 po/bg.po | 136 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 81 insertions(+), 55 deletions(-)

commit 05d47e76470b99595725417a671cc55a18f76237
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Aug 3 13:13:18 2019 -0400

    Add DPMS support for the Blank screen saver (bug #15216)

 NEWS                                |  1 +
 src/gs-manager.c                    | 68 +++++++++++++++++++++++++++++++++++--
 src/gs-prefs.c                      | 44 ++++++++++++++++++++++++
 src/gs-prefs.h                      | 19 +++++++++++
 src/xfce4-screensaver-configure     | 49 +++++++++++++++++++++++---
 src/xfce4-screensaver-preferences.c |  6 +++-
 6 files changed, 178 insertions(+), 9 deletions(-)

commit a17cc5002794be9d1dd197fa7fb910e53078faed
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sat Aug 3 18:31:10 2019 +0200

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

 po/zh_TW.po | 82 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

commit c82e1cfa2bd4046648ddd7b22c2ca08abfad5ad8
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Aug 3 18:31:10 2019 +0200

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

 po/ca.po | 83 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 39 deletions(-)

commit 97e36a3edbef96d8c4a0aef889523c953dbe3c41
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Sat Aug 3 12:31:56 2019 +0200

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

 po/gl.po | 94 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 45 deletions(-)

commit a597be63bc40231c4d2b49fda3fb16ad1fa64387
Author: Igor <f2404@yandex.ru>
Date:   Sat Aug 3 00:31:33 2019 +0200

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

 po/ru.po | 82 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

commit 2b1607125c17788c8205425f7b040dc95c975064
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Aug 3 00:31:33 2019 +0200

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

 po/nl.po | 82 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

commit 955b7b9fe1613ea4ff32154ee4dddcc80d535e5d
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Aug 3 00:31:33 2019 +0200

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

 po/fr.po | 86 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 41 deletions(-)

commit 925dbd7cf7baae94c954e99d83da8e9327f8022c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Aug 2 18:31:39 2019 +0200

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

 po/pl.po | 82 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

commit 9a31bac179320f31a081d0e9a26db62e07892b7c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Aug 2 18:31:39 2019 +0200

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

 po/lt.po | 82 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

commit 3cdf800d94211e08d67e0012789474b655941971
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Aug 1 21:37:11 2019 -0400

    Update NEWS

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 0b609052dc06932a4768daf534353fc8646f060b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Aug 1 21:34:47 2019 -0400

    Optional screensaver inhibition for fullscreen apps (games, videos, etc)

 configure.ac                         |  2 ++
 src/Makefile.am                      |  2 ++
 src/gs-listener-x11.c                | 40 ++++++++++++++++++++++++++--
 src/gs-prefs.c                       | 17 ++++++++++++
 src/gs-prefs.h                       |  8 ++++++
 src/xfce4-screensaver-preferences.c  | 51 ++++++++++++++++++++++++++++++++++++
 src/xfce4-screensaver-preferences.ui | 30 +++++++++++++++++++++
 7 files changed, 148 insertions(+), 2 deletions(-)

commit 15b1a5c05e7ad1979a136f81586d4ec04673c00c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Aug 1 12:32:12 2019 +0200

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

 po/eu.po | 315 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 150 insertions(+), 165 deletions(-)

commit c9c1230bc30b1c19032021d37d3d94a929466907
Author: Andre Miranda <andre42m@gmail.com>
Date:   Tue Jul 30 06:31:55 2019 +0200

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

 po/pt_BR.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 3b2858f3489eb71ebc0ac42ef2d590874246c9ac
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jul 28 13:12:06 2019 -0400

    Release 0.1.7

 NEWS         | 9 +++++----
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 78c10bf822fc933610c8df997d833e2e2db471cf
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jul 28 12:52:04 2019 -0400

    Fix distcheck with xfce4-screensaver-configure

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit f942c60a7be8734c7c7a2daea5117cd9253d6f3b
Author: Real School <translator_students@realschool.am>
Date:   Thu Jul 25 12:31:34 2019 +0200

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

 po/hy_AM.po | 262 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 138 insertions(+), 124 deletions(-)

commit ce457af61eae54bdc4796950e5859d527faea710
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Wed Jul 24 18:31:45 2019 +0200

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

 po/nb.po | 654 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 654 insertions(+)

commit 55524f8b26440d95bdee622aa8df34b7a978efb3
Author: Andre Miranda <andre42m@gmail.com>
Date:   Wed Jul 24 00:32:10 2019 +0200

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

 po/pt_BR.po | 201 +++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 123 insertions(+), 78 deletions(-)

commit 06598e1de36f691c903ea94818a420dd1b8288bd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jul 21 19:49:32 2019 -0400

    Update Changelog

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit d3fae75473a6a6ae44f3983aff51a9d5979ec7f4
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Mon Jul 15 13:16:05 2019 -0400

    drop libXxf86 dependency
    
    The X server hasn't implemented it in over 10 years.
    and it was dropped from debian since a long time.
    
    fixes https://github.com/mate-desktop/mate-screensaver/issues/199
    by raveit65 <mate@raveit.de>
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 configure.ac      | 17 -------------
 src/gs-grab-x11.c | 71 -------------------------------------------------------
 2 files changed, 88 deletions(-)

commit 08561ea5a6ff3777dfdb8d093c2b579e46f1851a
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Mon Jul 15 09:57:51 2019 -0400

    rework screensaver activation and locking
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 23 +++++-------
 src/gs-listener-dbus.h |  2 +-
 src/gs-manager.c       | 93 ++++++------------------------------------------
 src/gs-manager.h       | 12 ++-----
 src/gs-monitor.c       | 96 +++++++-------------------------------------------
 src/gs-window-x11.c    | 11 ------
 src/gs-window.h        |  2 --
 7 files changed, 35 insertions(+), 204 deletions(-)

commit acce1cb5b29b1b8007cd18b71f4bb5548c7a04d7
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Mon Jul 8 05:15:57 2019 -0400

    code cleanup
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-manager.c    | 11 -----------
 src/gs-window-x11.c | 15 +--------------
 2 files changed, 1 insertion(+), 25 deletions(-)

commit d87f199c2f25120f6d8b6398ed5b7e2702488ef2
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jul 7 14:30:28 2019 -0400

    simplify some lock-plug code
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-lock-plug.c | 59 +++++++++++++++++-------------------------------------
 1 file changed, 18 insertions(+), 41 deletions(-)

commit 49770ed32a070a54d81cf5dc7bc6748db5cd3a39
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jul 21 19:20:37 2019 -0400

    WIP Changelog

 NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 8e1ad76db6822c1d4dafde7dc3d140a5b09f9b8a
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jul 21 12:31:04 2019 +0200

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

 po/da.po | 260 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 137 insertions(+), 123 deletions(-)

commit 9685cd2ab0bcd113be7574e925b861966271d318
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Sun Jul 21 00:31:28 2019 +0200

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

 po/be.po | 311 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 149 insertions(+), 162 deletions(-)

commit 865567087a12b28fa832e25e6037e37726c82225
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jul 19 18:31:43 2019 +0200

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

 po/hu.po | 202 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 124 insertions(+), 78 deletions(-)

commit 6be898b54e6ffbaea1e35deeb3437c0cd1ea0be6
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Jul 17 12:33:45 2019 +0200

    I18n: Update translation fi (91%).
    
    137 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 71ec652afe4825da5870f11a541cd9eff7e4eec7
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Wed Jul 17 00:33:51 2019 +0200

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

 po/fr.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 9d1ae8d629be64a2e161c28ca1fabd339d9774d9
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Jul 17 00:33:51 2019 +0200

    I18n: Update translation fi (91%).
    
    137 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fi.po | 312 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 150 insertions(+), 162 deletions(-)

commit 98640ca8e9af74adfd93be257f853d04983c1120
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Tue Jul 16 18:31:31 2019 +0200

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

 po/it.po | 315 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 149 insertions(+), 166 deletions(-)

commit bf23e8780c67e37a911dfe331c8e908d0c5abdfa
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jul 16 18:31:31 2019 +0200

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

 po/ca.po | 294 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 138 insertions(+), 156 deletions(-)

commit 481dd8534620934792470bbc1a5d3cde2b2f9423
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Mon Jul 15 18:31:14 2019 +0200

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

 po/pt.po | 263 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 139 insertions(+), 124 deletions(-)

commit 353a7eb27e7c92e114cdbb614aab022c41cf6d4e
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Jul 15 12:31:16 2019 +0200

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

 po/gl.po | 312 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 149 insertions(+), 163 deletions(-)

commit 4a266e1bc868184c48e1a5c7c601207d8df0bd43
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Jul 15 06:31:18 2019 +0200

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

 po/zh_CN.po | 261 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 138 insertions(+), 123 deletions(-)

commit 606f5796f5f6558a29531b18b95a3deaacc0fb79
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Sun Jul 14 18:32:21 2019 +0200

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

 po/zh_TW.po | 264 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 139 insertions(+), 125 deletions(-)

commit aec1beb48cf76b164f6c04e85aa8e3b28cf911ed
Author: Igor <f2404@yandex.ru>
Date:   Sun Jul 14 18:32:21 2019 +0200

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

 po/ru.po | 103 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 60 insertions(+), 43 deletions(-)

commit a2815a3416453ac8e9567c2d8efba1e5a2ff7416
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Jul 14 18:32:21 2019 +0200

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

 po/cs.po | 324 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 155 insertions(+), 169 deletions(-)

commit ef259122c48907c8180d46c6fdcf73bebf7aca64
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/pl.po | 312 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 151 insertions(+), 161 deletions(-)

commit a0f92c654cd9e01ce2bb5767e4194dad2a87e6a0
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/nl.po | 293 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 137 insertions(+), 156 deletions(-)

commit ea65736f87873be13734d60ac31afe36b52e5afe
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/lt.po | 291 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 137 insertions(+), 154 deletions(-)

commit a930fc63a858fbe793c39a80a8db396299f3b680
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/fr.po | 261 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 138 insertions(+), 123 deletions(-)

commit caac87587bde99d483dffb85955b8a21581656b0
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/es.po | 99 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 58 insertions(+), 41 deletions(-)

commit c1598eca117fd27042ee05208e83d2a4f3b61b7c
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/de.po | 297 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 140 insertions(+), 157 deletions(-)

commit 3c710dde97a6f7bbe018a0757ce12e326082c9e9
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Jul 14 12:31:20 2019 +0200

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

 po/bg.po | 310 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 148 insertions(+), 162 deletions(-)

commit d292c1bb427dd9fb76ba34542f3e20b56b559425
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 20:02:30 2019 -0400

    Fix expectation of replies from dbus

 src/xfce4-screensaver-command.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6f9deef9b9fd5b4508bf1db4ab65f4e26be28084
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 19:37:57 2019 -0400

    Add toggle for on-screen keyboard for individual user/use preference

 src/Makefile.am                 |   2 +
 src/gs-lock-plug.c              |  35 ++++++++
 src/gs-prefs.c                  |  16 ++++
 src/gs-prefs.h                  |   8 ++
 src/gs-window-x11.c             |  18 +++++
 src/xfce4-screensaver-dialog.ui | 171 +++++++++++++++++++++++-----------------
 6 files changed, 176 insertions(+), 74 deletions(-)

commit 81041367275fb9ea9bf103ed2604f9e195f2bf9b
Author: Serdar Sağlam <teknomobil@msn.com>
Date:   Sun Jul 14 00:31:16 2019 +0200

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

 po/tr.po | 267 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 120 insertions(+), 147 deletions(-)

commit 880e6f1a922321028465b85d087239b0514776d4
Author: Igor <f2404@yandex.ru>
Date:   Sun Jul 14 00:31:16 2019 +0200

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

 po/ru.po | 215 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 106 insertions(+), 109 deletions(-)

commit ffb67fd7e670ceb2bb532d430f30979dc29c950b
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jul 14 00:31:16 2019 +0200

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

 po/es.po | 262 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 116 insertions(+), 146 deletions(-)

commit 4ae5821d5a21eabe037abe88c9598672dc9cbbfa
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 18:17:37 2019 -0400

    xfce-floaters: Enable 1000 mice at a time

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d56e4a4d6e2e10808cae3f68e9c4fce0be590e9c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 18:01:50 2019 -0400

    Reload theme previews as configuration changes

 src/xfce4-screensaver-preferences.c | 42 +++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 16d5fee5e2612ba50f5ce7133acc48332ec170e9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 18:01:29 2019 -0400

    Apply some fixes for various screensavers

 src/xfce4-screensaver-configure | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 28a6857f891cac6d73185f91d4ac99b547ecd4f6
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 17:20:27 2019 -0400

    Integrate xfce4-screensaver-configure with screensaver preferences

 src/Makefile.am                      |  4 ++
 src/xfce4-screensaver-configure      | 66 ++++++++++++++++++------
 src/xfce4-screensaver-preferences.c  | 61 ++++++++++++++++++++--
 src/xfce4-screensaver-preferences.ui | 99 ++++++++++++++++++++++++++----------
 4 files changed, 186 insertions(+), 44 deletions(-)

commit 8dec3c0f824c814d151715188b0b71915e56680f
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 15:40:27 2019 -0400

    Suppress deprecation warning for set_wmclass

 src/xfce4-screensaver-configure | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 659651e5a3ae474d95575490b140ed7c8266574e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 08:32:13 2019 -0400

    Various pylint fixes

 src/xfce4-screensaver-configure | 115 ++++++++++++++++++++++------------------
 1 file changed, 64 insertions(+), 51 deletions(-)

commit 676c9f26c85d8fe827e409c9d96f23b0a211e8d4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 06:28:08 2019 -0400

    Close email tag

 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6345a9da91be80390978640fee009f4d37afeee9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 06:25:59 2019 -0400

    Add license to src/xfce4-screensaver-configure

 src/xfce4-screensaver-configure | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit e9f01d5d56c851edb52e83089e4d1874bc7b1218
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 13 06:22:00 2019 -0400

    Enable translations for src/xfce4-screensaver-configure

 po/POTFILES.in                  |  1 +
 src/xfce4-screensaver-configure | 62 ++++++++++++++++++++++++++---------------
 2 files changed, 41 insertions(+), 22 deletions(-)

commit be690eafdabd498753e362ee7630daa69f9fc35d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Jul 12 06:45:12 2019 -0400

    Initial xfce4-screensaver-configure script and argument reading

 src/gs-job.c                        |  11 +-
 src/gs-prefs.c                      |  17 +
 src/gs-prefs.h                      |  10 +-
 src/gs-theme-manager.c              |   4 +-
 src/xfce4-screensaver-configure     | 617 ++++++++++++++++++++++++++++++++++++
 src/xfce4-screensaver-preferences.c |  27 +-
 6 files changed, 676 insertions(+), 10 deletions(-)

commit 545a500c5a8ac2b14dbfbe17836c5621ba287e9f
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jul 7 08:42:18 2019 -0400

    Remove unneeded login window construction code
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-lock-plug.c | 158 +----------------------------------------------------
 1 file changed, 2 insertions(+), 156 deletions(-)

commit 81d5b4cc961e15865be0487511ee9f65adc4b464
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jul 7 08:41:37 2019 -0400

    remove window shaking on failed login
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-window-x11.c | 78 +++++++++--------------------------------------------
 1 file changed, 13 insertions(+), 65 deletions(-)

commit 0f2cb4cbe13949dd3d0ffcc8fac085bd6c901635
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 30 21:51:25 2019 -0400

    remove session-idle signal since its not in use/not fully implemented
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 83 --------------------------------------------------
 1 file changed, 83 deletions(-)

commit 856892c2b725d932f9bf50f830b31e94e3f7894e
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 30 15:55:32 2019 -0400

    migrage -command to gdbus
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 configure.ac                    |   2 +-
 src/xfce4-screensaver-command.c | 370 +++++++++++-----------------------------
 2 files changed, 103 insertions(+), 269 deletions(-)

commit 3033763497c43bcd88cf8bd7350c0046ab09ea43
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jul 7 12:22:31 2019 -0400

    Enable on-screen keyboard overlay, improve wallpaper drawing at 2x scale

 src/gs-lock-plug.c                   |  20 +++---
 src/gs-window-x11.c                  |  54 +++++++++++---
 src/xfce-bg.c                        | 134 +----------------------------------
 src/xfce-bg.h                        |  10 +--
 src/xfce4-screensaver-preferences.ui |   8 +--
 5 files changed, 64 insertions(+), 162 deletions(-)

commit f79192366dba3ef2c43ddc39342e8d4ab0d70448
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jul 7 12:10:26 2019 -0400

    Add missing xfconf_init to test-window.c

 src/test-window.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit d1b032adf7227c3efc557af155c8a4644766829b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jul 6 05:46:21 2019 -0400

    Fix CID 218333: Unsigned compared against 0

 src/gs-manager.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit c2f7422492ea8be9492a62a47aa77ed98204a26f
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jul 3 06:18:37 2019 -0400

    floaters: Initialize draw_ops_pending, use gboolean where appropriate

 savers/floaters.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 2d8e1cb7b2d7fac67c0618b8980677f32ec4e5b7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Jul 2 23:31:09 2019 -0400

    Fix confusion between saver and lock timeouts

 src/gs-listener-x11.c | 89 +++++++++++++++++++++++++++++++++------------------
 src/gs-listener-x11.h |  3 +-
 src/gs-manager.c      |  4 +--
 src/gs-prefs.c        |  2 +-
 4 files changed, 61 insertions(+), 37 deletions(-)

commit 42b3503ccc82b10e658c78e2a1c6a76c855c62d5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Jun 30 11:07:17 2019 -0400

    Release 0.1.6

 NEWS         | 19 +++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

commit 7eb6cc6160eb21f560b9b0387387ced34aebf4a4
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Fri Jun 28 16:00:51 2019 -0400

    remove unused callbacks
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-manager.c | 21 ---------------------
 1 file changed, 21 deletions(-)

commit 4929c7b5e1e94ba91e55d91fdef9fc7e9e1012d6
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Fri Jun 28 14:13:00 2019 -0400

    move job theme processing out of manager
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/Makefile.am  |   2 +
 src/gs-job.c     |  34 +++++++++++++++
 src/gs-manager.c | 128 +++++++++++--------------------------------------------
 src/gs-prefs.c   |  36 +++++++++++++---
 src/gs-prefs.h   |   1 +
 5 files changed, 93 insertions(+), 108 deletions(-)

commit 6a70b11b7800d19ac71e67f6d08887f6e598a788
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Fri Jun 28 10:33:37 2019 -0400

    more of configuration processing refactoring
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 57 ++++--------------------------------------
 src/gs-listener-x11.c  | 40 ++++++++++++------------------
 src/gs-listener-x11.h  |  7 +-----
 src/gs-manager.c       | 67 +++-----------------------------------------------
 src/gs-manager.h       |  4 ---
 src/gs-monitor.c       | 21 ----------------
 6 files changed, 26 insertions(+), 170 deletions(-)

commit c6d00bb95176e6746ea10658279e5f17eed085bb
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Wed Jun 19 08:13:25 2019 -0400

    Refactor settings handling
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/Makefile.am     |   2 +
 src/gs-manager.c    | 391 +++++-----------------------------------------------
 src/gs-manager.h    |  26 ----
 src/gs-monitor.c    |  33 +----
 src/gs-window-x11.c | 277 ++++---------------------------------
 src/gs-window.h     |  22 +--
 src/test-window.c   |  11 +-
 7 files changed, 70 insertions(+), 692 deletions(-)

commit 3f246005acfe107546e23d965c6ef5fcf5d265a2
Author: Andre Miranda <andre42m@gmail.com>
Date:   Sun Jun 30 06:33:24 2019 +0200

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

 po/pt_BR.po | 177 +++++++++++++++++++++---------------------------------------
 1 file changed, 60 insertions(+), 117 deletions(-)

commit 109b2118ed9836fdb708ced1bbc4bf5d51d32c32
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Thu Jun 13 14:05:38 2019 +0200

    Remove reference to pkg-config file (.pc) (bug #15597)
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 configure.ac                 |  1 -
 data/Makefile.am             |  4 ----
 data/xfce4-screensaver.pc.in | 18 ------------------
 3 files changed, 23 deletions(-)

commit de594afe8d3e429538fcfd7eb19b358f44033b4c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 21 00:31:45 2019 +0200

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

 po/hu.po | 173 +++++++++++++++++++++------------------------------------------
 1 file changed, 58 insertions(+), 115 deletions(-)

commit 380deed41ad50a1a8fa193a10cfdcbc80a1219c0
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Tue Jun 18 18:32:23 2019 +0200

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

 po/he.po | 173 +++++++++++++++++++++------------------------------------------
 1 file changed, 58 insertions(+), 115 deletions(-)

commit 71a021f5a7819c1dcb58092f2200818e909cee45
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 21:25:04 2019 -0400

    Tidy up the glade template for easier maintenance

 src/xfce4-screensaver-dialog.ui | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

commit 829a751109c17c7aded58b8b557efc0aa63be7db
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 21:13:46 2019 -0400

    Fix dialog appearance with all themes that support lightdm-gtk-greeter

 src/gs-lock-plug.c               |  39 ++-
 src/xfce4-screensaver-dialog.css |   2 +-
 src/xfce4-screensaver-dialog.ui  | 510 +++++++++++++++++++++------------------
 3 files changed, 301 insertions(+), 250 deletions(-)

commit e95ef2e20a39edea956d728f9ceac15c18691e94
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 19:33:18 2019 -0400

    Remove src/copy-theme-dialog.c from POTFILES.in

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit b9d765a06c45292bed5f7bfb567870bdad300b8c
Merge: ee49e73 f8fbc41
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 19:31:05 2019 -0400

    Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

commit ee49e733a1329f3be3e6455be1686ad665f1bfe5
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 16 18:39:42 2019 -0400

    cleanup kbd indicator logic
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfcekbd-config-private.h       |  71 ----------
 src/xfcekbd-desktop-config.c       | 244 ----------------------------------
 src/xfcekbd-desktop-config.h       |  73 ----------
 src/xfcekbd-indicator-config.c     |  88 ------------
 src/xfcekbd-indicator-config.h     |  62 ---------
 src/xfcekbd-indicator-marshal.list |   1 -
 src/xfcekbd-indicator.c            | 265 +++++--------------------------------
 src/xfcekbd-keyboard-config.c      | 218 ------------------------------
 src/xfcekbd-keyboard-config.h      |  64 ---------
 9 files changed, 34 insertions(+), 1052 deletions(-)

commit 7219c5b9fb3bd4ebbb8fbf2f0b354e9fa06d65d0
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 16 18:39:42 2019 -0400

    cleanup kbd indicator logic
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/Makefile.am | 36 ------------------------------------
 1 file changed, 36 deletions(-)

commit be8298371f58759bd2484c2030f28b45d52247d1
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 16 16:20:58 2019 -0400

    fix password form flickering
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfcekbd-indicator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8d9cff9a21db69dcdf48ac52a36e91a507d75b69
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 16 16:09:12 2019 -0400

    use proper debug functions
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/xfcekbd-desktop-config.c  |  9 +++++----
 src/xfcekbd-indicator.c       | 31 ++++++++++++++++---------------
 src/xfcekbd-keyboard-config.c | 17 ++++++-----------
 3 files changed, 27 insertions(+), 30 deletions(-)

commit f8fbc41bae8f5c43c4e90d1e96dd5c9182c86931
Author: Igor <f2404@yandex.ru>
Date:   Mon Jun 17 18:32:31 2019 +0200

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

 po/ru.po | 90 +++++++++++++++++++++++-----------------------------------------
 1 file changed, 32 insertions(+), 58 deletions(-)

commit 2e4ddef8a159d85d0c60cf0321ea96af7349860f
Author: abuyop <abuyop@gmail.com>
Date:   Mon Jun 17 18:32:30 2019 +0200

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

 po/ms.po | 90 +++++++++++++++++++++++-----------------------------------------
 1 file changed, 32 insertions(+), 58 deletions(-)

commit 7b8eb8ce026867041483c87a1e06524215860241
Merge: b120646 a607e8b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 05:40:15 2019 -0400

    Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

commit b120646afabaed2ffb897d5f3d6765f30f76fae8
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 05:39:58 2019 -0400

    Replace duplicate named widget

 src/xfce4-screensaver-dialog.css | 2 +-
 src/xfce4-screensaver-dialog.ui  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2f96013db7bb384dbdc6b7e0deb0533e1696e820
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Jun 17 05:35:18 2019 -0400

    Revert "Fix lock dialog styling"
    
    This reverts commit 864f6fb3aea7dac95c16adf0e1c8b3c97d758962.

 src/Makefile.am                  |  5 +++++
 src/xfce4-screensaver-dialog.c   | 10 ++++++++++
 src/xfce4-screensaver-dialog.css |  2 ++
 src/xfce4-screensaver-dialog.ui  |  3 +--
 4 files changed, 18 insertions(+), 2 deletions(-)

commit 864f6fb3aea7dac95c16adf0e1c8b3c97d758962
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 16 15:46:58 2019 -0400

    Fix lock dialog styling
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/Makefile.am                  |  5 -----
 src/xfce4-screensaver-dialog.c   | 10 ----------
 src/xfce4-screensaver-dialog.css |  2 --
 src/xfce4-screensaver-dialog.ui  |  3 ++-
 4 files changed, 2 insertions(+), 18 deletions(-)

commit 4bb11bfe8578e2bf719cde3fb7d9344d12c03664
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sun Jun 16 14:57:14 2019 -0400

    remove drag n drop themes installation
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/Makefile.am                     |   2 -
 src/copy-theme-dialog.c             | 521 ------------------------------------
 src/copy-theme-dialog.h             |  56 ----
 src/xfce4-screensaver-preferences.c | 160 -----------
 4 files changed, 739 deletions(-)

commit a607e8bc5233449612b5a7129ffc1bf3f83ef1b9
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Jun 16 18:31:46 2019 +0200

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

 po/pt.po | 93 ++++++++++++++++++++++++----------------------------------------
 1 file changed, 34 insertions(+), 59 deletions(-)

commit 8c5eca041c50e900fac15774593ee55e74245ec5
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Fri Jun 14 18:31:45 2019 +0200

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

 po/hy_AM.po | 161 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 82 insertions(+), 79 deletions(-)

commit 7cb1c210b9d804cf26d48f9a677c03f169af2cf0
Author: Hayk Andreasyan <hayk.andreasyan@realschool.am>
Date:   Fri Jun 14 12:32:09 2019 +0200

    I18n: Add new translation hy_AM (83%).
    
    122 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/hy_AM.po | 634 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 634 insertions(+)

commit d7b7df91f37f053476a7ff6ded00084baa66ed0d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 13 06:11:08 2019 -0400

    Release 0.1.5

 NEWS         | 11 +++++++----
 configure.ac |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 29316aa02b021d29ac438b2292456263c6cf7334
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 11 00:32:40 2019 +0200

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

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6899587743cf30f45b71f3330471fde9a3dfaf50
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 10 18:33:04 2019 +0200

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

 po/da.po | 35 ++---------------------------------
 1 file changed, 2 insertions(+), 33 deletions(-)

commit 604692df5995247fa667b2ef3684a6d21c45d3fb
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Jun 10 12:31:57 2019 +0200

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

 po/fr.po | 91 +++++++++++++++++++++++-----------------------------------------
 1 file changed, 32 insertions(+), 59 deletions(-)

commit e70eb4bda3eca28f3c0696a669ea9bfec943bdbd
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Jun 10 06:31:37 2019 +0200

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

 po/zh_CN.po | 90 ++++++++++++++++++++++---------------------------------------
 1 file changed, 32 insertions(+), 58 deletions(-)

commit 65578fee573e68bd01e8a8e810a309da82b3716d
Author: Jeff Huang <s8321414@gmail.com>
Date:   Sat Jun 8 18:31:29 2019 +0200

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

 po/zh_TW.po | 90 ++++++++++++++++++++++---------------------------------------
 1 file changed, 32 insertions(+), 58 deletions(-)

commit 10b03fc5910a86a374651a9535cae24f4ffd297d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jun 8 09:11:58 2019 -0400

    Move spacing note to latest release note

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9b1fa9269029dab7a2daeb9bfc6eb88135553379
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jun 8 09:09:35 2019 -0400

    More consistent spacing in makefiles

 Makefile.am             |  90 +++++-----
 NEWS                    |   1 +
 data/Makefile.am        | 114 ++++++------
 data/images/Makefile.am |  10 +-
 doc/Makefile.am         |  14 +-
 savers/Makefile.am      | 146 ++++++++--------
 src/Makefile.am         | 456 ++++++++++++++++++++++++------------------------
 7 files changed, 416 insertions(+), 415 deletions(-)

commit 900b147e85aea511061b526ab311a8fbd381568e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jun 8 07:17:08 2019 -0400

    WIP changelog update

 NEWS | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

commit 4b33e41e776dde9975aa0a9d4190c49815ff3114
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jun 8 06:01:16 2019 -0400

    Cppcheck fixes

 src/gs-manager.c    | 3 +--
 src/gs-window-x11.c | 5 -----
 src/gs-window.h     | 1 -
 3 files changed, 1 insertion(+), 8 deletions(-)

commit bceb246c4466be79b4e8fa4d6b1fcca9bd75bb7b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jun 8 05:56:53 2019 -0400

    Disable system dbus debug

 src/gs-listener-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d8687b5c207a6f62034235b463e31e7e0b47be4
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Jun 8 05:43:36 2019 -0400

    Simplify monitor handling
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-manager.c    | 166 +++++++++++++---------------------------------------
 src/gs-monitor.c    |   3 +
 src/gs-window-x11.c |   2 +-
 3 files changed, 44 insertions(+), 127 deletions(-)

commit 5d52d2b4dcb4834d6e6b4f9c33575cbc7dce6874
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Jun 8 00:20:32 2019 -0400

    Drop xfce-rr.c from POTFILES.in

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit 4221bcca27b4499954e84d9ab9d5b1b04a7a7ad5
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 8 00:32:02 2019 +0200

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

 po/da.po | 71 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 33 deletions(-)

commit 2f2c328ab977e64d33b5a0fbf1b1198316736d05
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Jun 8 00:32:00 2019 +0200

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

 po/ca.po | 71 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 33 deletions(-)

commit 3119c21e1fb6fdb8d95e38a773d750b879081ca3
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Jun 7 18:32:24 2019 +0200

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

 po/nl.po | 71 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 33 deletions(-)

commit 55330756a52bbb0a6acb01ccf22754f583ce61f1
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 7 18:32:24 2019 +0200

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

 po/lt.po | 71 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 33 deletions(-)

commit 5257e84b738bfe59603c81453531b223426ef966
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Fri Jun 7 18:32:24 2019 +0200

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

 po/de.po | 75 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 40 insertions(+), 35 deletions(-)

commit d7fe409de8e81325d28ebfe207fdcb6c0224416b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Jun 7 06:12:02 2019 -0400

    Drop unused xfce-rr.*

 src/Makefile.am       |    3 -
 src/xfce-rr-private.h |   69 ---
 src/xfce-rr.c         | 1492 -------------------------------------------------
 src/xfce-rr.h         |  109 ----
 4 files changed, 1673 deletions(-)

commit b465d6dc6fe77b5414c91f8e18b61ef7bf6a4cd0
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Jun 7 06:11:06 2019 -0400

    Reduce variable scope

 savers/xdg-user-dir-lookup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b4a71cf07debf2bd3de6427fdec519385418a94c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 23:37:22 2019 -0400

    Fix CID 213280: Constant variable guards dead code

 src/xfce4-screensaver-dialog.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit d6d510d5b677c373cd0da85e9a1c93374cbc5be3
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 23:25:34 2019 -0400

    Fix CID 213274: Dereference before null check

 savers/gste-slideshow.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 601c0398e0874c45dacd12f7bbd790c092ab4b1d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 23:22:45 2019 -0400

    Fix CID 213275: Constant variable guards dead code

 savers/gste-popsquares.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fe282abe3f979a94dd21830c56563366222905dc
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 23:19:05 2019 -0400

    Fix CID 213278: Constant variable guards dead code

 savers/gste-popsquares.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit 7f6b7621c0a31daf9d429ec9fdfa723b49ef2657
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 23:14:34 2019 -0400

    Remove dead GSFade code

 .gitignore       |   1 -
 src/Makefile.am  |  19 --
 src/gs-fade.c    | 829 -------------------------------------------------------
 src/gs-fade.h    |  73 -----
 src/gs-manager.c |  69 +----
 src/gs-monitor.c |   4 -
 src/test-fade.c  | 117 --------
 7 files changed, 2 insertions(+), 1110 deletions(-)

commit 9685cc368d33c8f95ae368d2661061a64248c2f5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 23:01:41 2019 -0400

    Fix CID 213280: Constant variable guards dead code

 src/test-passwd.c | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

commit 64d503021482df19086781ebd59374a2f9c9ba28
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 22:57:56 2019 -0400

    Fix CID 213281: Dereference after null check

 src/xfce-bg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dac16b78fdbee08bbf545c5d9fa8e352d0a332d1
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 22:51:33 2019 -0400

    Fix CID 213283: Unchecked return value

 savers/floaters.c | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

commit a630fcd0e96c7d97fa279744b005f089b15db3e7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 22:46:03 2019 -0400

    Do not expect reply for Lock, Cycle, and SimulateUserActivity

 src/xfce4-screensaver-command.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit d1c07926f53c48e402e2f5596eb88ce02ccd2b22
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 22:45:25 2019 -0400

    Fix CID 213284: Resource leak

 src/xfce4-screensaver-command.c | 3 +++
 1 file changed, 3 insertions(+)

commit 9a3f5fac6589c9bc84b503d07c488bb19099c746
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 22:33:40 2019 -0400

    Refresh xdg-user-dir-lookup.c from upstream

 savers/xdg-user-dir-lookup.c | 114 ++++++++++++++++++++++++++++++++++---------
 savers/xdg-user-dir-lookup.h |   6 +--
 2 files changed, 93 insertions(+), 27 deletions(-)

commit f5eaa2e0d9e5b526e620cc797e996ec514e372ac
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 21:57:22 2019 -0400

    Fix CID 213286: Unused value

 src/xfce4-screensaver-command.c | 3 +++
 1 file changed, 3 insertions(+)

commit d0ecee37a59b56452689742c12183cc18ee8dd73
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 21:51:49 2019 -0400

    Fix CID 213287: Unchecked return value

 src/gs-theme-manager.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 84c7349a0ed31ecbdf8833d5bfe04cf819174a31
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Jun 6 21:47:28 2019 -0400

    Fix CID 213288: Dereference before null

 src/xfce-rr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9ffa3e90bcbf7ddfc66c1724ce92261113a17ac2
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jun 6 06:32:19 2019 +0200

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

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee027bb96b45e8cfb09ce126ae715265a51ac17e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jun 5 22:33:04 2019 -0400

    cpplint fixes

 savers/gs-theme-window.c            | 16 ++++++-------
 savers/gste-popsquares.c            | 17 +++++---------
 savers/gste-slideshow.c             | 23 +++++++++---------
 savers/gste-slideshow.h             |  2 +-
 savers/xdg-user-dir-lookup.c        | 16 -------------
 src/gs-auth-bsdauth.c               |  6 ++---
 src/gs-auth-helper.c                |  4 ++--
 src/gs-auth-pam.c                   | 23 +++++++-----------
 src/gs-auth-pwent.c                 |  4 ++--
 src/gs-debug.c                      |  2 +-
 src/gs-fade.c                       | 32 ++++---------------------
 src/gs-fade.h                       |  6 -----
 src/gs-grab-x11.c                   | 43 +++++++++------------------------
 src/gs-grab.h                       |  3 ---
 src/gs-listener-dbus.c              | 25 ++------------------
 src/gs-listener-dbus.h              |  2 --
 src/gs-listener-x11.c               | 15 ++++++------
 src/gs-lock-plug.c                  | 15 ++++++------
 src/gs-manager.c                    | 47 ++++---------------------------------
 src/gs-manager.h                    |  7 +-----
 src/gs-theme-manager.c              | 28 +++++++---------------
 src/gs-theme-manager.h              |  1 -
 src/gs-window-x11.c                 | 42 ++++++++++-----------------------
 src/gs-window.h                     |  2 --
 src/subprocs.c                      | 35 ---------------------------
 src/subprocs.h                      |  2 --
 src/test-fade.c                     |  5 ----
 src/xfce-bg.c                       | 47 ++++++++++++++++++-------------------
 src/xfce-rr.c                       |  8 +++----
 src/xfce4-screensaver-gl-helper.c   |  2 +-
 src/xfce4-screensaver-preferences.c | 15 ++++++------
 src/xfcekbd-indicator-config.h      | 12 +++++-----
 src/xfcekbd-indicator.c             |  1 -
 src/xfcekbd-indicator.h             |  2 +-
 src/xfcekbd-keyboard-config.c       | 36 +++++++++++-----------------
 src/xfcekbd-keyboard-config.h       |  2 +-
 36 files changed, 157 insertions(+), 391 deletions(-)

commit 630ecb61874b47dc06f3dc682a5a5fbeb2ae4cd0
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jun 6 00:32:22 2019 +0200

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

 po/da.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b35b5c07c72f54b5550b5b24231fa37b3c3ff5eb
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jun 5 06:12:32 2019 -0400

    Add debug for PrepareForSleep, free the used error

 src/gs-listener-dbus.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 822435eb47586a28103f96bce90eb7e869023004
Merge: b30dece 95a0cd9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jun 5 05:32:35 2019 -0400

    Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

commit b30dece8bde7845137d6f0e60495c62d18668377
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Jun 5 05:32:19 2019 -0400

    Add support for elogind in one other place

 src/gs-listener-dbus.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 7faa39544c7fbafb39daa55382d30be31a1a6950
Author: Michał Górny <mgorny@gentoo.org>
Date:   Sat Mar 23 08:03:56 2019 +0100

    Add support for elogind (bug #15243)
    
    Add support for elogind, the split-off implementation of systemd-logind
    for non-systemd systems.  It is mostly API-compatible, with the notable
    exception of renaming the library, so I've managed to keep changes
    to the minimum.  I've replaced 'systemd' and 'SYSTEMD_LOGIND' with plain
    'logind' to avoid the confusion that they are only used by systemd
    branches of the code.
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 Makefile.am            |  1 +
 configure.ac           | 32 +++++++++++++++++++++++++
 src/Makefile.am        |  2 ++
 src/gs-listener-dbus.c | 63 ++++++++++++++++++++++++++------------------------
 4 files changed, 68 insertions(+), 30 deletions(-)

commit 95a0cd9ce4295f58ef0f2dc58dce671f46c0c992
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Tue Jun 4 18:31:37 2019 +0200

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

 po/sr.po | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit 7379e84cb672b629a682957e289eead0db1cb4ba
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Jun 4 06:23:37 2019 -0400

    WIP changelog

 NEWS | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit 4a60e9d978eed72f603a5bf0ba3c2a7155eb3c2a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Jun 4 06:17:45 2019 -0400

    Fix whitespace error

 src/gs-lock-plug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa529620f734f197063a8e9401879f33a84771aa
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Thu Mar 28 16:57:09 2019 +0100

    Get user icon from AccountsService (bug 15235)
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-lock-plug.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 83 insertions(+), 10 deletions(-)

commit ccb8abfacc734735233886562114ae6d75ff6f84
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Jun 4 06:11:47 2019 -0400

    Add additional categories to correctly display in the Settings Manager (bug 15507)

 data/xfce4-screensaver-preferences.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f2f3f87de97d87985e19b28f616398a871534340
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Jun 4 06:07:49 2019 -0400

    Hide screensaver themes from 'Open with' options (bug 15531)

 savers/xfce-floaters.desktop.in.in           | 1 +
 savers/xfce-personal-slideshow.desktop.in.in | 1 +
 savers/xfce-popsquares.desktop.in.in         | 1 +
 3 files changed, 3 insertions(+)

commit e284490ab23a86794254edcc005865353e206178
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Tue Jun 4 10:42:09 2019 +0200

    Fix inhibitor lock
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-listener-dbus.c | 93 ++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 59 deletions(-)

commit 8b13b79a634a82adf7e89d605f59c0c331aed86f
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Tue Jun 4 10:56:19 2019 +0200

    Fix warning during configure stage
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 4f18fade46b323872dd3903fead7c9aadc7e0bd4
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Jun 2 00:31:34 2019 +0200

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

 po/pt_BR.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 66d9cab3cd722b5adef18e4e82807c62377f1941
Author: John Humphrys <john.humphrys@pm.me>
Date:   Wed May 29 18:32:51 2019 +0200

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

 po/en_AU.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 1fb4f818625eecbb408560ab0dbe9f1b50b9c337
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 29 18:32:51 2019 +0200

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

 po/da.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d06edc3793c84edf84ca56acec5d0b7bb2af0370
Author: Anonymous <noreply@xfce.org>
Date:   Mon May 27 18:33:08 2019 +0200

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

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53793e48c42e75b9fd146a06a4e1256737695b7f
Author: Anonymous <noreply@xfce.org>
Date:   Sun May 26 00:31:48 2019 +0200

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

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c86ff7d6ae34729aabe417fb6802d68359e82e3d
Author: Anonymous <noreply@xfce.org>
Date:   Sat May 25 18:32:32 2019 +0200

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

 po/da.po | 84 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 41 insertions(+), 43 deletions(-)

commit abadc59c1f0d8495a00d5e268240ae772cf5b410
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 17 18:34:49 2019 +0200

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

 po/da.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d751a90f5b02c0510604583ee8da57a6daf5bd1b
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 10 18:36:24 2019 +0200

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

 po/is.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit e3646988e58d91e3a27b536f02d354cb9294d50d
Author: Arve Eriksson <031299870@telia.com>
Date:   Wed May 8 19:39:33 2019 +0200

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

 po/sv.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit deb2a0604f80e0f1b64a8edfb28aca5e8d3387b9
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Wed May 8 19:39:33 2019 +0200

    I18n: Update translation sr (91%).
    
    138 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sr.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit eea95c1b73ae9b7cb81d54a0f5faac5bef96f388
Author: Besnik <besnik@programeshqip.org>
Date:   Wed May 8 19:39:33 2019 +0200

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

 po/sq.po | 254 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 129 insertions(+), 125 deletions(-)

commit b0fb20a95dfe2403c86cba1518d1c4ea218415cb
Author: Slavko <linux@slavino.sk>
Date:   Wed May 8 19:39:33 2019 +0200

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

 po/sk.po | 413 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 202 insertions(+), 211 deletions(-)

commit 5da5cbcc5a174b44248faa9d1d95eac70586e2d5
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 8 19:39:33 2019 +0200

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

 po/pl.po | 145 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 75 insertions(+), 70 deletions(-)

commit bd0bd835dc16c497de78cb33277947a4bb9d2274
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed May 8 19:39:32 2019 +0200

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

 po/it.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 86bffcce5933ac1fde665275a3a94aa78ed19a6c
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed May 8 19:39:32 2019 +0200

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

 po/is.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit 6ee2a8d27c1cb5380bbec5e8898268057c352a9e
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 8 19:39:31 2019 +0200

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

 po/eu.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 44b3c85a31f8253c68c205643b592b9f8a218038
Author: John Humphrys <john.humphrys@pm.me>
Date:   Wed May 8 19:39:31 2019 +0200

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

 po/en_AU.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit 9c5ce7d8361fe807ab3b397f21adfabce2b3d3be
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed May 8 19:39:31 2019 +0200

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

 po/cs.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit d2c975a9b332044e50453bcb6a328435153668a3
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed May 8 19:39:30 2019 +0200

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

 po/bg.po | 572 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 300 insertions(+), 272 deletions(-)

commit d90a7347998764a4a9dc5a4d7d6e69a7ad2812f0
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Mon May 6 12:32:09 2019 +0200

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

 po/pt_BR.po | 98 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 50 insertions(+), 48 deletions(-)

commit 14ffd4990dfdfe9cbcb17fce4935994aa2787767
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Mon May 6 06:31:17 2019 +0200

    I18n: Update translation pt_BR (67%).
    
    102 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pt_BR.po | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 8eb7e7f382aab695bdd91438ef88963bc5530ba8
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Mon May 6 00:32:42 2019 +0200

    I18n: Add new translation pt_BR (63%).
    
    96 translated messages, 55 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pt_BR.po | 666 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 666 insertions(+)

commit bd33c3e6651d598ded3c43cb86908ab48dcf5912
Author: abuyop <abuyop@gmail.com>
Date:   Wed May 1 12:32:34 2019 +0200

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

 po/ms.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit d75d2e5fbf15d90345b8373d8e49dd4b663d17ae
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 24 12:31:54 2019 +0200

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

 po/es.po | 96 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 53 insertions(+), 43 deletions(-)

commit 67e8fd4fb4d6b9511aada49d18bb0f30794a7548
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 24 00:32:12 2019 +0200

    I18n: Update translation es (67%).
    
    102 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/es.po | 67 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 31 deletions(-)

commit 0f3c9b289802163c681be3cbe7ff00c70b394a7e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Apr 14 15:36:06 2019 -0400

    Restore native timer to cover when X11 screensaver timer doesn't notify

 src/gs-listener-x11.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 105 insertions(+), 5 deletions(-)

commit 5740fe0bac5de996e7380445431ff02ce2fc0520
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Sun Apr 7 00:31:26 2019 +0200

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

 po/tr.po | 145 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 75 insertions(+), 70 deletions(-)

commit 1eef86468824521ae5d824a6debef36c154f5e68
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Sat Apr 6 12:32:47 2019 +0200

    I18n: Add new translation fi (97%).
    
    147 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fi.po | 670 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 670 insertions(+)

commit 4fffa171dfa168d1fbac28f3f5de5dc8c18eca1b
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon Apr 1 06:32:02 2019 +0200

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

 po/ko.po | 54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

commit 6f099166de38de247c62a435d28b779413ce4767
Author: Anonymous <noreply@xfce.org>
Date:   Wed Mar 27 18:31:02 2019 +0100

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

 po/hu.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 9e4ee36675f3f28e3f3cfecb20fdd909b09057e1
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Mar 25 06:31:23 2019 +0100

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

 po/zh_CN.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 95574474fb8946cad734f46bcd6636a3543bba01
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Mon Mar 25 00:32:50 2019 +0100

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

 po/be.po | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit b7cb53ed868e13986c19ba4a05403a176ffca33f
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sun Mar 24 00:31:09 2019 +0100

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

 po/he.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 24f94b4b539f224c6040dbfab28710f9d2405d39
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Mar 23 18:31:06 2019 +0100

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

 po/fr.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 994b1b34bdc7b164fe0c6297287d869de9bbbb26
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Mar 22 06:26:07 2019 -0400

    Release 0.1.4

 NEWS         | 8 ++++----
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 3eea699512f1cf6739d05bfa98905e2868885c39
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Thu Mar 21 12:31:15 2019 +0100

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

 po/gl.po | 149 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 77 insertions(+), 72 deletions(-)

commit 5e22900c41624a789c6a1fe511fec653d7032644
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 21 12:31:15 2019 +0100

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

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 23de8c766cf7132b9ea18e79be97fc9dd4eb54d7
Author: Anonymous <noreply@xfce.org>
Date:   Wed Mar 20 18:30:59 2019 +0100

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

 po/da.po | 145 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 75 insertions(+), 70 deletions(-)

commit ac1062b4c23d93d55215b25e786f041b46559bdf
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 18 12:31:13 2019 +0100

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

 po/lt.po | 145 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 75 insertions(+), 70 deletions(-)

commit 20df0e3b2d5aba5781be89a2c905c8c2094123cd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 17 07:23:43 2019 -0400

    Fix password entry after stealing focus (bug #15042)

 NEWS              |  2 ++
 src/gs-grab-x11.c | 38 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 1 deletion(-)

commit d27fa663214bf7c93554a12e42760f7e6830cd2a
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Mar 17 00:30:59 2019 +0100

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

 po/ca.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 7f0e5bdbd4ce782f0b940d7d0e11dd70ab6a7e00
Author: Igor <f2404@yandex.ru>
Date:   Sat Mar 16 18:30:59 2019 +0100

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

 po/ru.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit fe555320fe540d6bc1406842c5452b08b325e0ae
Author: Jeff Huang <s8321414@gmail.com>
Date:   Fri Mar 15 18:31:01 2019 +0100

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

 po/zh_TW.po | 145 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 75 insertions(+), 70 deletions(-)

commit a2b8a8c0b40191a7da95bd5411840c39a1872c6c
Author: Rui <xymarior@yandex.com>
Date:   Fri Mar 15 18:31:01 2019 +0100

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

 po/pt.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit df69c3c5b7ad52f98e1c43567c07c9e20731aaa6
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Mar 15 18:31:01 2019 +0100

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

 po/nl.po | 415 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 213 insertions(+), 202 deletions(-)

commit e211bed148653370cc6223206603857e82ab5088
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Fri Mar 15 18:31:01 2019 +0100

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

 po/it.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 4c38c61e6aec169788b9392871418847b574e0cc
Author: Andreas Eitel <github-aneitel@online.de>
Date:   Fri Mar 15 18:31:01 2019 +0100

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

 po/de.po | 52 ++++++++++++++++++++++++++++------------------------
 1 file changed, 28 insertions(+), 24 deletions(-)

commit 8cea5d3ecd895dba5ba69d5477fa9bb2ff17f040
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Mar 14 22:30:46 2019 -0400

    Add sleep lock option to the Preferences dialog

 src/gs-listener-dbus.c               | 31 ++++++++++++++++---
 src/gs-listener-dbus.h               | 28 +++++++++--------
 src/gs-monitor.c                     |  1 +
 src/gs-prefs.c                       | 51 +++++++++++++++++++++++-------
 src/gs-prefs.h                       | 10 ++++++
 src/xfce4-screensaver-preferences.c  | 58 ++++++++++++++++++++++++++++++++++
 src/xfce4-screensaver-preferences.ui | 60 +++++++++++++++++++++++++++---------
 7 files changed, 195 insertions(+), 44 deletions(-)

commit f103889937f5bc27e535f5cf5cccd08f035ce322
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Mar 14 20:58:07 2019 -0400

    Respect xfce4-power-manager lock-screen-suspend-hibernate property

 src/gs-listener-dbus.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 0357a6662e3976a7e186c3d04316c9a5649872e7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Mar 14 20:50:36 2019 -0400

    Handle no-window state gracefully

 src/gs-manager.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 5b122bbb1f85c58d494a1540ca12e49bc68127bd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 10 23:35:16 2019 -0400

    cpplint fixes

 src/gs-debug.c         |  4 ++--
 src/gs-listener-dbus.c |  2 +-
 src/gs-listener-x11.c  |  2 +-
 src/gs-lock-plug.c     |  1 -
 src/gs-manager.c       | 15 ++-------------
 5 files changed, 6 insertions(+), 18 deletions(-)

commit 8500820637d746437dbf23dee604003bb428f4a5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Mar 10 14:41:06 2019 -0400

    Improved low-power state, screensavers are now suspended when monitors are powered off via DPMS

 NEWS             |  2 ++
 src/gs-manager.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 55 insertions(+), 1 deletion(-)

commit 607f15488d960b78f4e6ae5b35aee28a9e2bf63a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Mar 9 16:43:30 2019 -0500

    Update NEWS with resolved bug (bug #15001)

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c4fa0360e08efb2540bee141f2245a360d3c1c9b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Mar 9 16:40:31 2019 -0500

    WIP release notes

 NEWS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 6f0735883cfc32688b0cb48dd94e76092470f608
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Mar 5 19:01:28 2019 -0500

    Revert "fix password prompt flickering"
    
    This reverts commit 03a8952fbb4eb468799e6a536d8f30c0db6e98a7.

 src/gs-manager.c    | 96 ++++++++++++++++++++++++++++++++---------------------
 src/gs-window-x11.c | 13 --------
 src/gs-window.h     |  2 --
 3 files changed, 59 insertions(+), 52 deletions(-)

commit 1ec0d62383b48567f3d450b2c453066583b061cb
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Mar 5 18:50:29 2019 -0500

    Revert "do not recreate already created auth windows"
    
    This reverts commit 686b678195ff7bfce1791807d0d18d6c1ff2c72f.

 src/gs-manager.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

commit e80392dc370f6e1bc8f772c42e4b43e270acc51d
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Feb 16 15:04:14 2019 -0400

    prevent auth window from disapearing on lid open

 src/gs-manager.c    |  3 +++
 src/gs-window-x11.c | 10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 6ac43a3ce695102456fcd11d0335de5f9d94f22b
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Feb 16 11:25:20 2019 -0400

    Do not try to lock already locked screen on idle

 src/gs-manager.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 333db9f20d57016da6a84a3be9994186fe9f0966
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Mon Feb 11 12:02:06 2019 -0400

    Fix screensaver and locking activation on idle

 src/gs-listener-x11.c | 132 ++++++--------------------------------------------
 src/gs-listener-x11.h |   6 +--
 src/gs-manager.c      |  21 +++-----
 src/gs-monitor.c      |   2 +-
 4 files changed, 25 insertions(+), 136 deletions(-)

commit 0fa525a0970e0c0db39d4d1c9bb351986642c8b9
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Feb 9 14:55:37 2019 -0400

    do not recreate already created auth windows

 src/gs-manager.c | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit dc72b93a2df318712287e81fe071e5d9069257f4
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Feb 9 14:19:41 2019 -0400

    fix password prompt flickering

 src/gs-manager.c    | 93 ++++++++++++++++++++---------------------------------
 src/gs-window-x11.c | 12 +++++++
 src/gs-window.h     |  2 ++
 3 files changed, 48 insertions(+), 59 deletions(-)

commit fc4ba5528baa67c71a372461557e200c615dbe40
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Feb 9 14:15:26 2019 -0400

    fix long delay before the lock

 src/gs-grab-x11.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 3e841a8bd5cde8fd624b1c979328db232db374d7
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Sat Feb 9 09:42:18 2019 -0400

    Fix incorrect monitor connected/disconnected events and monitor count

 src/gs-manager.c | 34 ++++++++++++++++++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)

commit cc3d218eeafef61cc3b634c6ac3b1b6626cec11d
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:59:11 2019 -0400

    speedup password window rendering

 src/gs-window-x11.c            | 1 +
 src/xfce4-screensaver-dialog.c | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f573f2d77075a840bb0f7b4108e9fa7a06270274
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:56:20 2019 -0400

    Revert "Remove 1 second delay before before showing lock screen"
    
    This reverts commit d6c392a915795a75adcd84ef0043ae4d671a18bd.

 src/gs-window-x11.c            | 1 -
 src/xfce4-screensaver-dialog.c | 3 ++-
 src/xfce4-screensaver.c        | 2 --
 src/xfcekbd-indicator.c        | 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)

commit b7ef086466674cf9cc0646cc248269a9c36e2d1d
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:54:11 2019 -0400

    Remove 1 second delay before before showing lock screen

 src/gs-window-x11.c            | 1 +
 src/xfce4-screensaver-dialog.c | 3 +--
 src/xfce4-screensaver.c        | 2 ++
 src/xfcekbd-indicator.c        | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

commit b18a8ffad690ae993584889acfab58923bc74e51
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:55:20 2019 -0400

    Revert "Remove 1 second delay before before showing lock screen"
    
    This reverts commit a0e8314f389b9ffdfd07cecfc754d77cc51b806d.

 src/gs-window-x11.c            | 1 -
 src/xfce4-screensaver-dialog.c | 3 ++-
 src/xfce4-screensaver.c        | 2 --
 src/xfcekbd-indicator.c        | 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)

commit 2fe862ee9658568ea0e8aff162b509c0cd61bceb
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:54:11 2019 -0400

    Remove 1 second delay before before showing lock screen

 src/gs-window-x11.c            | 1 +
 src/xfce4-screensaver-dialog.c | 3 +--
 src/xfce4-screensaver.c        | 2 ++
 src/xfcekbd-indicator.c        | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

commit 4bf8372e2b3051cff98285774599d75aaab35c7f
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:52:50 2019 -0400

    Remove unnecessary background draw to speed up locking (2nd try)

 src/gs-lock-plug.c |  3 +--
 src/gs-manager.c   | 35 -----------------------------------
 2 files changed, 1 insertion(+), 37 deletions(-)

commit 9e53bb2866f186b8f0c31198f4e8337040b2ad7c
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 22:48:53 2019 -0400

    Implement lock on suspend

 src/gs-listener-dbus.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 9ec9e8cb594e4ff7da05f2b21e14b5e6467b198f
Author: Alexander Butenko <a.butenka@gmail.com>
Date:   Tue Feb 5 21:14:04 2019 -0400

    add microseconds to gs_debug() output

 src/gs-debug.c | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

commit 46d030976c557eb9fffa2187e703240b21eef44e
Author: Anonymous <noreply@xfce.org>
Date:   Wed Mar 6 18:31:17 2019 +0100

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

 po/ru.po | 129 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 64 deletions(-)

commit 719521ba894066ddcece0ca02e327baf100d06fd
Author: beriain <beriain@bitmessage.ch>
Date:   Thu Feb 7 18:31:11 2019 +0100

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

 po/eu.po | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit 54042763a7891787d4f15dc17e68050e9d72b1be
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Feb 7 12:31:18 2019 +0100

    I18n: Add new translation sr (92%).
    
    138 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sr.po | 660 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 660 insertions(+)

commit 1930b75d2a95b7ba53b6b5d7ab971548915bc745
Author: Arve Eriksson <031299870@telia.com>
Date:   Wed Feb 6 06:32:08 2019 +0100

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

 po/sv.po | 568 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 296 insertions(+), 272 deletions(-)

commit bfb6cfebe294682e9d9ec1bc50ed35e4a7be09d6
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Tue Feb 5 00:31:07 2019 +0100

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

 po/pt.po | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit f0d5360f2032e76d9a647766e35b5208396a695d
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sat Feb 2 00:31:15 2019 +0100

    I18n: Update translation pt (90%).
    
    136 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pt.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit eab29de1799be08579ec954278b7fff88034c47e
Author: Rui <xymarior@yandex.com>
Date:   Thu Jan 31 18:33:00 2019 +0100

    I18n: Update translation pt (83%).
    
    125 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pt.po | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit 452f0f8ab3d995207ebd22d48ce87d7eb1f6577f
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 29 18:32:27 2019 +0100

    I18n: Update translation es (62%).
    
    94 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/es.po | 576 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 301 insertions(+), 275 deletions(-)

commit a901f3ba8918bdfff63a642b1e1b9935a1a05d8f
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Jan 27 00:32:03 2019 +0100

    I18n: Update translation pt (78%).
    
    118 translated messages, 32 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pt.po | 71 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 34 deletions(-)

commit ded372a4f7bcf06d74c2ec7c1b096e31869340ba
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sat Jan 26 18:32:11 2019 +0100

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

 po/pt.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 086f8be0a4b157ceaf6e1fbede1c78f0637e50e5
Author: abuyop <abuyop@gmail.com>
Date:   Sat Jan 26 18:32:11 2019 +0100

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

 po/ms.po | 398 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 197 insertions(+), 201 deletions(-)

commit cb8dfdb8eb9829268a470d695c05d33cf6bb5534
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Jan 26 12:32:11 2019 +0100

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

 po/ca.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0bd12802fe46d17c9fc2f11b36c7d62519f9111c
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Jan 20 18:31:45 2019 +0100

    I18n: Add new translation pt (50%).
    
    75 translated messages, 75 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pt.po | 659 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 659 insertions(+)

commit c0762e44239da43d5c92129df7081dc9a4cd11d1
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Tue Jan 15 12:31:18 2019 +0100

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

 po/be.po | 106 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 50 deletions(-)

commit 79aa49766cfe24ca4e70aab02adce8099d426c02
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jan 15 00:32:08 2019 +0100

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

 po/ca.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 12091a3a242da950a5d57996106ecc161caf1f35
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jan 14 18:34:03 2019 +0100

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

 po/ca.po | 416 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 212 insertions(+), 204 deletions(-)

commit 53826c3f799c56e3a28ddacce3ea6bfe43318ce1
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Mon Jan 14 00:31:32 2019 +0100

    I18n: Add new translation be (64%).
    
    96 translated messages, 54 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/be.po | 658 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 658 insertions(+)

commit 2aabe7cf4018d1645c0be8c65959d61a2b8802dc
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Jan 2 00:32:26 2019 +0100

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

 po/cs.po | 146 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 75 insertions(+), 71 deletions(-)

commit b07c44ea4e2ddb49ba4e99f13c634982c7676296
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Jan 1 18:31:07 2019 +0100

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

 po/cs.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 9ab88307351c5c03c353a49a3e861feb7cddd0f8
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Dec 29 14:50:04 2018 -0500

    Remove unnecessary background draw to speed up locking

 src/gs-manager.c | 2 --
 1 file changed, 2 deletions(-)

commit d8e97e85030d6be4700300bb2df28c6eefd4ce0c
Author: Anonymous <noreply@xfce.org>
Date:   Sat Dec 29 18:31:52 2018 +0100

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

 po/de.po | 414 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 212 insertions(+), 202 deletions(-)

commit d380401bb884c0b52cff8a81ea9f746261c2316b
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Sat Dec 29 12:31:19 2018 +0100

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

 po/it.po | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

commit c2987c8f30b3af588056524e556c4965538700ec
Author: beriain <beriain@bitmessage.ch>
Date:   Thu Dec 27 12:31:10 2018 +0100

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

 po/eu.po | 51 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 28 insertions(+), 23 deletions(-)

commit da2835dc31ce8f7fd700e827265f8a14224bb468
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Mon Dec 24 12:31:07 2018 +0100

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

 po/it.po | 505 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 255 insertions(+), 250 deletions(-)

commit 8cfb3884110d0239c25f03de04461a1e99d9d6a6
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Fri Dec 21 18:31:07 2018 +0100

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

 po/hu.po | 666 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 666 insertions(+)

commit 357e47562d4d4d8965ae21769cc6ef2b9e39cc7f
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sat Dec 15 12:31:23 2018 +0100

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

 po/fr.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 10ae44591cc6d39c974335b912400e6018ab0737
Author: beriain <beriain@bitmessage.ch>
Date:   Tue Dec 11 18:31:10 2018 +0100

    I18n: Update translation eu (76%).
    
    114 translated messages, 36 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/eu.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit acbbc7633f4d947e59a99de27116f1e4738e7fae
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Mon Dec 3 22:37:27 2018 +0100

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

 po/is.po | 397 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 195 insertions(+), 202 deletions(-)

commit b99cd5de481cf1200d40c06323220bba39b306ce
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Mon Dec 3 22:37:27 2018 +0100

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

 po/he.po | 403 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 195 insertions(+), 208 deletions(-)

commit 2d65ed1642c01ed2c9b77f13dfbf57f73f75ecdc
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 3 22:37:27 2018 +0100

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

 po/fr.po | 128 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 63 deletions(-)

commit cbe64aaf99aae9302030cae929ab0487b5a426b9
Author: beriain <beriain@bitmessage.ch>
Date:   Mon Nov 26 18:31:39 2018 +0100

    I18n: Update translation eu (72%).
    
    109 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/eu.po | 400 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 197 insertions(+), 203 deletions(-)

commit 90f02c49fd8c74d3b6bd9033fb311844909bc90c
Author: John Humphrys <john.humphrys@pm.me>
Date:   Mon Nov 26 12:32:29 2018 +0100

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

 po/en_AU.po | 658 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 658 insertions(+)

commit b9055c69295b94d99260f8f4a2d3c7dcf61d6f01
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Nov 26 06:31:43 2018 +0100

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

 po/zh_CN.po | 125 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 63 insertions(+), 62 deletions(-)

commit fac2a7c15ddb82a1bbe1367399d7aae70d094d8d
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date:   Mon Nov 26 00:31:39 2018 +0100

    I18n: Update translation cs (80%).
    
    121 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/cs.po | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 1ee4ca22792f472298d0a68b95b94d5abe74d54a
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date:   Sun Nov 25 18:32:07 2018 +0100

    I18n: Add new translation cs (76%).
    
    115 translated messages, 35 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/cs.po | 661 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 661 insertions(+)

commit ed3e806905b6c87d0cacfe051edc92dc894bd630
Author: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>
Date:   Fri Nov 23 18:32:02 2018 +0100

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

 po/ko.po | 399 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 198 insertions(+), 201 deletions(-)

commit c50dc0221c8d4c69f193bd465050aa21bdccf8fe
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Nov 23 05:58:51 2018 -0500

    Release 0.1.3

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a304115db3d90feb926c6327b89dee02bc86adca
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 11:03:09 2018 -0500

    Remove deprecated DBUS methods and signals from documentation

 NEWS                   |   2 +
 doc/dbus-interface.xml | 121 -------------------------------------------------
 2 files changed, 2 insertions(+), 121 deletions(-)

commit 5db905b75cbdb7ab43a86b612f215b1f0166f1af
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 07:25:18 2018 -0500

    Drop trailing whitespace

 src/xfcekbd-indicator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7b1914cd0e59a7db4b61cd8de774fcae0a8af93
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 07:23:19 2018 -0500

    Improved debug output

 src/gs-fade.c                  |  2 +-
 src/gs-grab-x11.c              |  4 ++--
 src/gs-job.c                   | 14 ++++++--------
 src/gs-listener-dbus.c         | 16 +++++++---------
 src/gs-listener-x11.c          | 10 +++++++---
 src/gs-manager.c               | 12 ++++++------
 src/gs-window-x11.c            | 14 +++++++-------
 src/xfce4-screensaver-dialog.c |  2 +-
 src/xfce4-screensaver.c        |  2 +-
 9 files changed, 38 insertions(+), 38 deletions(-)

commit ed2049d17fe4034870751b8dd9585ad71ed49dcd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 06:57:03 2018 -0500

    Fix the status message toggle

 README.md           |  1 -
 src/gs-manager.c    | 23 +++++++++++++++++++++++
 src/gs-manager.h    |  2 ++
 src/gs-monitor.c    |  1 +
 src/gs-window-x11.c | 16 +++++++++++++++-
 src/gs-window.h     |  2 ++
 6 files changed, 43 insertions(+), 2 deletions(-)

commit d309ad21d53469aa2394084212a488891be079f7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 06:30:31 2018 -0500

    Add frame to screensaver preview to make it feel more contained

 src/xfce4-screensaver-preferences.ui | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit be94465ae9d60ad7001e9008d4a0cfcc47d8373d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 06:24:27 2018 -0500

    Fixed minimum window size to allow resizing much smaller

 NEWS                                | 1 +
 src/xfce4-screensaver-preferences.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit cd6e2e20db505fd1934d3b5a54bf07470e81c441
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 22 06:05:10 2018 -0500

    Add /usr/lib and /usr/libexec as trusted engine paths (bug #14883)
    - Enables local installs with access to existing screensavers

 NEWS                   | 2 ++
 src/gs-theme-manager.c | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit d82550e06e6c2de83744847329a42a3187ce49fc
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Nov 20 20:55:51 2018 -0500

    WIP release notes for 0.1.3

 NEWS | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit 4b6cfb04f350726c656b417c1f78cb78e750def6
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Nov 20 19:48:24 2018 -0500

    Handle disconnect and reconnect of multiple monitors (docking stations, etc)

 src/gs-manager.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit f6d8e56e2d892797f9b34f2696ad334ad94da412
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Nov 20 06:56:05 2018 -0500

    Reduce flicker rate by reducing xkl drawing

 src/xfcekbd-indicator-config.c |  3 ---
 src/xfcekbd-indicator.c        | 17 ++++++++++++-----
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 3c2d55c69c95b39bccdc0e2f1991c314a4aa3611
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Nov 19 21:02:10 2018 -0500

    Remove subdirs from includes to fix distcheck

 CPPLINT.cfg                         |  2 +-
 savers/floaters.c                   |  2 +-
 savers/gs-theme-engine.c            |  4 ++--
 savers/gs-theme-window.c            |  2 +-
 savers/gste-popsquares.c            |  4 ++--
 savers/gste-popsquares.h            |  2 +-
 savers/gste-slideshow.c             |  4 ++--
 savers/gste-slideshow.h             |  2 +-
 savers/popsquares.c                 |  6 +++---
 savers/slideshow.c                  |  8 ++++----
 savers/xdg-user-dir-lookup.c        |  2 +-
 src/copy-theme-dialog.c             |  2 +-
 src/gs-auth-bsdauth.c               |  4 ++--
 src/gs-auth-helper.c                |  4 ++--
 src/gs-auth-pam.c                   |  4 ++--
 src/gs-auth-pwent.c                 |  2 +-
 src/gs-debug.c                      |  2 +-
 src/gs-fade.c                       |  6 +++---
 src/gs-grab-x11.c                   |  6 +++---
 src/gs-job.c                        |  6 +++---
 src/gs-listener-dbus.c              |  6 +++---
 src/gs-listener-x11.c               |  6 +++---
 src/gs-lock-plug.c                  | 12 ++++++------
 src/gs-manager.c                    | 18 +++++++++---------
 src/gs-manager.h                    |  2 +-
 src/gs-monitor.c                    | 18 +++++++++---------
 src/gs-prefs.c                      |  2 +-
 src/gs-theme-manager.c              |  4 ++--
 src/gs-visual-gl.c                  |  4 ++--
 src/gs-window-x11.c                 |  8 ++++----
 src/setuid.c                        |  2 +-
 src/subprocs.c                      |  2 +-
 src/test-fade.c                     |  4 ++--
 src/test-passwd.c                   |  4 ++--
 src/test-window.c                   |  6 +++---
 src/xfce-rr.c                       |  4 ++--
 src/xfce4-screensaver-dialog.c      | 10 +++++-----
 src/xfce4-screensaver-gl-helper.c   |  2 +-
 src/xfce4-screensaver-preferences.c | 14 +++++++-------
 src/xfce4-screensaver.c             |  6 +++---
 src/xfcekbd-config-private.h        |  4 ++--
 src/xfcekbd-desktop-config.c        |  4 ++--
 src/xfcekbd-indicator-config.c      |  6 +++---
 src/xfcekbd-indicator-config.h      |  2 +-
 src/xfcekbd-indicator.c             |  8 ++++----
 src/xfcekbd-keyboard-config.c       |  4 ++--
 46 files changed, 118 insertions(+), 118 deletions(-)

commit 78410ca7ac96de26edc4990fcf6a2f91546b0cfe
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Nov 19 20:37:36 2018 -0500

    cpplint cleanup

 src/xfce4-screensaver-preferences.c | 84 +++++++++++++++++++++++++++----------
 1 file changed, 63 insertions(+), 21 deletions(-)

commit a3097d9f4b968193e12d39130e395aaee0f7d504
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Nov 19 20:28:33 2018 -0500

    Restore previous datetime format

 src/gs-lock-plug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b63d30252a9b8d52209007172e4479fba615c270
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Sat Nov 3 21:42:03 2018 +0100

    Add context for translators for date and time in lock dialog
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-lock-plug.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 78accc915b4b1157812b2367c5070d06f04bad6a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Nov 19 20:18:31 2018 -0500

    Hide embedded keyboard options since it is currently non-functional

 src/xfce4-screensaver-preferences.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 841924bca121363f073cfc98f522a54af5a64f75
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Nov 19 20:15:57 2018 -0500

    Enable global screensaver switch

 src/gs-listener-x11.c                | 10 ++++++
 src/gs-listener-x11.h                |  2 ++
 src/gs-manager.c                     | 28 ++++++++++++++++-
 src/gs-manager.h                     |  4 +++
 src/gs-monitor.c                     |  2 ++
 src/gs-prefs.c                       | 17 ++++++++++
 src/gs-prefs.h                       |  8 +++++
 src/xfce4-screensaver-preferences.c  | 60 ++++++++++++++++++++++++++++++++++++
 src/xfce4-screensaver-preferences.ui |  3 +-
 9 files changed, 131 insertions(+), 3 deletions(-)

commit 7fd4c40c819bad9c8bc244da3cf4f8d2e4cdc99d
Author: Igor <f2404@yandex.ru>
Date:   Mon Nov 19 18:32:30 2018 +0100

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

 po/ru.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit d631d50f31c3dea07b3c5f31e6c0901a0a817d0a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Nov 19 06:18:12 2018 -0500

    Enable global lock switch

 src/gs-manager.c                     | 50 +++++++++++++++++++++++--
 src/gs-manager.h                     |  6 ++-
 src/gs-monitor.c                     |  3 ++
 src/gs-monitor.h                     |  2 +
 src/gs-prefs.c                       | 27 +++++++++++---
 src/gs-prefs.h                       | 19 +++++++---
 src/gs-window-x11.c                  | 32 +++++++++++++++-
 src/gs-window.h                      |  5 ++-
 src/test-window.c                    |  4 +-
 src/xfce4-screensaver-preferences.c  | 72 +++++++++++++++++++++++++++++++++---
 src/xfce4-screensaver-preferences.ui |  3 +-
 11 files changed, 198 insertions(+), 25 deletions(-)

commit 7dca79946acdfea5f57f68b58f43c52cafd46d80
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 18 21:18:48 2018 -0500

    Fix crash on laptop lid-close event (See https://gitlab.gnome.org/GNOME/gtk/issues/1466)

 src/gs-manager.c    | 25 +++++++++++++++++++++++++
 src/gs-window-x11.c | 10 ++++++++--
 src/gs-window.h     |  1 +
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 24791f2eded5701aa59502f6938eda12b81e685e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 18 15:02:51 2018 -0500

    Organize glade file

 src/xfce4-screensaver-preferences.c  |   2 +-
 src/xfce4-screensaver-preferences.ui | 420 +++++++++++++++++------------------
 2 files changed, 211 insertions(+), 211 deletions(-)

commit dd373cce4e800a32ad186e86123941cae9eb2a25
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 18 12:59:49 2018 -0500

    Rename preferences and update widget IDs for easier maintenance

 src/gs-prefs.h                       |  60 ++++++++--------
 src/xfce4-screensaver-preferences.c  | 128 +++++++++++++++++------------------
 src/xfce4-screensaver-preferences.ui |  76 ++++++++++-----------
 3 files changed, 132 insertions(+), 132 deletions(-)

commit 15b3b47288e0cd37e1c4c0e503acd8a3eb318816
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 18 12:09:53 2018 -0500

    Separate screensaver and lock screen signals. Lock delay will only apply to screensaver, lock commands lock the screen immediately.

 src/gs-listener-x11.c | 17 ++++++++++++++++-
 src/gs-listener-x11.h |  1 +
 src/gs-manager.c      | 34 ++++++++++++++++++++++++++++++++++
 src/gs-manager.h      |  4 ++++
 src/gs-monitor.c      | 29 +++++++++++++++++++++++++++++
 src/gs-window-x11.c   | 13 +++++++++++++
 src/gs-window.h       |  2 ++
 7 files changed, 99 insertions(+), 1 deletion(-)

commit d1bc7ce7e63a5f42bea762a6c612024b9d858510
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 18 08:14:20 2018 -0500

    Fix crash when scrolling through available themes quickly

 src/debug-screensaver.sh | 2 +-
 src/gs-prefs.c           | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit dafa8ecc9d382ea56a4fdf1a4e6e79e57ea498c2
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 18 07:53:18 2018 -0500

    Fix various bugs related to preferences

 src/xfce4-screensaver-preferences.c  | 19 +++++++-----
 src/xfce4-screensaver-preferences.ui | 58 ++++++++++++++++--------------------
 2 files changed, 37 insertions(+), 40 deletions(-)

commit 5335072db0451a8395fc0d7c4aab48c4b27ab745
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 17 06:44:58 2018 -0500

    Rename in po/ as well

 po/POTFILES.in   | 6 +++---
 po/POTFILES.skip | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 06b76e06949d257be5ab006d667057beec6c2294
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 17 06:41:17 2018 -0500

    Rename screensavers to fix conflicts with mate-screensaver

 savers/Makefile.am                                   | 20 ++++++++++----------
 ...p.in.in => xfce-personal-slideshow.desktop.in.in} |  0
 ...s.desktop.in.in => xfce-popsquares.desktop.in.in} |  0
 3 files changed, 10 insertions(+), 10 deletions(-)

commit a9c465f2d6606a685b045d9f87655984f59c77e2
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 17 05:48:06 2018 -0500

    Replace Help link with a link to the docs (bug #14877)

 src/xfce4-screensaver-preferences.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 397d02ca9754996c61c70b229525e85a434ebf1d
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 17 00:31:10 2018 +0100

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

 po/lt.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 4eadbfd1d9da7efa4ef608a4cd8076deece4e07c
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Fri Nov 16 12:31:19 2018 +0100

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

 po/tr.po | 525 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 275 insertions(+), 250 deletions(-)

commit 06dbcf5a95c5c3a52635488bd5a571a059c4de20
Author: vladi105 <vladi105@yandex.ru>
Date:   Fri Nov 16 06:31:12 2018 +0100

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

 po/ru.po | 370 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 182 insertions(+), 188 deletions(-)

commit 29ee3bfceca73aaa5eb50862a89bd735492738b5
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Nov 15 18:32:26 2018 +0100

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

 po/fr.po | 362 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 178 insertions(+), 184 deletions(-)

commit 787fb471a682b285c8c42f54800057e1d7b096a5
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 15 18:32:26 2018 +0100

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

 po/da.po | 358 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 177 insertions(+), 181 deletions(-)

commit d6723f6b21ba9e2b176ed520e97ec11b814bee6d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 15 06:53:36 2018 -0500

    Disable fade to black when entering screensaver or lock

 src/gs-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1fa2d85acbe417969353307930b4fb6d2fa4eda8
Author: Jeff Huang <s8321414@gmail.com>
Date:   Thu Nov 15 06:31:19 2018 +0100

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

 po/zh_TW.po | 349 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 172 insertions(+), 177 deletions(-)

commit 73c018cd809c64ffa03931ca16fb988ca72cea38
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Thu Nov 15 06:31:19 2018 +0100

    I18n: Update translation zh_CN (95%).
    
    143 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/zh_CN.po | 349 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 172 insertions(+), 177 deletions(-)

commit d1f370edf68cad54f14887e7f7d0d53a8134cd31
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Thu Nov 15 06:31:19 2018 +0100

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

 po/gl.po | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

commit 81ff1b2146f4b29219a1cee6b1a58e6dc6b874a5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Nov 14 21:17:50 2018 -0500

    Cleanup trailing whitespace

 src/gs-manager.c                    | 2 +-
 src/xfce4-screensaver-preferences.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 09812b707fa5b8c1555cd5e3f318fd01135343e1
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Nov 14 21:11:53 2018 -0500

    Fix lock after delay setting

 README.md           |  1 -
 src/gs-manager.c    | 11 +++++++++--
 src/gs-window-x11.c | 12 ++++++++++--
 src/gs-window.h     |  2 ++
 4 files changed, 21 insertions(+), 5 deletions(-)

commit 2b298e45a7d84f0755c51db3f9195237f9124956
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 15 00:31:22 2018 +0100

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

 po/lt.po | 358 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 172 insertions(+), 186 deletions(-)

commit ff8061f00968b29371902de61a5654d28b5e1d83
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Thu Nov 15 00:31:22 2018 +0100

    I18n: Update translation gl (90%).
    
    136 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/gl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 67eb175494e5a60aa07cca1e5fd0dd043a18b0f7
Author: Anonymous <noreply@xfce.org>
Date:   Wed Nov 14 18:31:30 2018 +0100

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

 po/pl.po | 531 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 274 insertions(+), 257 deletions(-)

commit 7d50f1151e77e19f440ead970df49561eea5996e
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Wed Nov 14 18:31:30 2018 +0100

    I18n: Update translation gl (90%).
    
    135 translated messages, 15 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/gl.po | 176 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 88 insertions(+), 88 deletions(-)

commit a6eb58d3a1d36b8cf2c12ebe33d014c90bed96d9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Nov 14 05:26:37 2018 -0500

    Fix idle-actionation-enabled flag

 README.md             |  1 -
 src/gs-listener-x11.c | 45 ++++++++++++++++++++++++---------------------
 src/gs-listener-x11.h | 14 ++++++++------
 src/gs-monitor.c      |  1 +
 4 files changed, 33 insertions(+), 28 deletions(-)

commit c0f6160b26b13f832d3da74fc96a00df9557fbc4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Nov 13 21:49:10 2018 -0500

    Update known issues

 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e2b0ce807da60a1e64d8ab65044fd382a324332f
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Nov 13 21:40:32 2018 -0500

    Add all settings to the preferences dialog

 src/xfce4-screensaver-preferences.c  | 775 +++++++++++++++++++++++++++--------
 src/xfce4-screensaver-preferences.ui | 713 +++++++++++++++++++++++++-------
 2 files changed, 1164 insertions(+), 324 deletions(-)

commit c8eec871b7e09292b854f95caf125db536135983
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Nov 13 18:31:10 2018 +0100

    I18n: Update translation gl (79%).
    
    114 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/gl.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit da964629cd8e9511601aad535a7116558535d114
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Nov 12 18:31:48 2018 +0100

    I18n: Add new translation gl (76%).
    
    110 translated messages, 33 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/gl.po | 672 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 672 insertions(+)

commit cc946a8732fc856906b8f5d45d29d981dca7e8ee
Author: Besnik <besnik@programeshqip.org>
Date:   Mon Nov 12 18:31:48 2018 +0100

    I18n: Update translation sq (83%).
    
    119 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sq.po | 496 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 264 insertions(+), 232 deletions(-)

commit cb0d647bd843b63a1c120fd52502832e28883ded
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Nov 12 00:31:33 2018 +0100

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

 po/sk.po | 314 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 172 insertions(+), 142 deletions(-)

commit 19b6031d7b16a3bfd908a761fa00330a8a621ddd
Author: nodiscc <nodiscc@gmail.com>
Date:   Mon Nov 12 00:31:33 2018 +0100

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

 po/fr.po | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

commit fe909f6b58a7654e67f39f3030c767cdef867dd9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 16:27:22 2018 -0500

    Rename /kbd/* parameters to /xkb/*

 src/gs-prefs.c                 |  3 ---
 src/xfcekbd-config-private.h   | 12 ++++++------
 src/xfcekbd-desktop-config.h   |  1 -
 src/xfcekbd-indicator-config.c |  4 ++--
 4 files changed, 8 insertions(+), 12 deletions(-)

commit da0997d63910dca508b13158f5f29ad2ca91fcef
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 16:21:14 2018 -0500

    Drop unused variable

 src/xfcekbd-indicator-config.h | 1 -
 1 file changed, 1 deletion(-)

commit fd98c90f11dd784dcd66abf9284ac0a647b6d3db
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 16:18:55 2018 -0500

    Drop show-flags setting from our embedded xkb to simplify the codebase and do less drawing

 src/xfcekbd-config-private.h   |   6 --
 src/xfcekbd-indicator-config.c | 115 -------------------------
 src/xfcekbd-indicator-config.h |   6 --
 src/xfcekbd-indicator.c        | 187 +++++++----------------------------------
 4 files changed, 32 insertions(+), 282 deletions(-)

commit 0c8bcc65a5f91c8801f97783453f16c93ff66509
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 16:05:46 2018 -0500

    Cleanup unused variables

 src/xfcekbd-indicator-config.c | 3 ---
 src/xfcekbd-indicator-config.h | 4 ----
 2 files changed, 7 deletions(-)

commit fc3e99386691151245be21d437bc2528b6cea1a9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 15:32:59 2018 -0500

    Drop unused config /power-management-delay

 src/gs-prefs.c | 26 --------------------------
 src/gs-prefs.h |  9 ---------
 2 files changed, 35 deletions(-)

commit d91f349650c606663ab65f324812b9654d5113ef
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 15:27:51 2018 -0500

    Drop unused kbd config options

 src/xfcekbd-config-private.h   | 31 ---------------
 src/xfcekbd-desktop-config.c   |  6 ---
 src/xfcekbd-indicator-config.c | 86 ------------------------------------------
 3 files changed, 123 deletions(-)

commit 0ce7fc71c7b49a3c9bd2f196e7ed80398443e6ab
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 12:11:56 2018 -0500

    Use floating point arithmetic to allow fading faster than 1s.
    See https://git.mate-desktop.org/mate-screensaver/commit/?id=3eb44db74e80fc18f9e53793c85fb1c9ebdfa106

 src/gs-fade.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 78a013e7f68f98cd6206ee668a0ec9254f98ad70
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 12:04:04 2018 -0500

    Apply cpplint fixes for */*.h

 savers/gs-theme-engine.h       |  6 +++---
 savers/gs-theme-window.h       |  6 +++---
 savers/gste-popsquares.h       |  9 +++++----
 savers/gste-slideshow.h        |  9 +++++----
 savers/xdg-user-dir-lookup.h   |  5 +++++
 src/copy-theme-dialog.h        |  6 +++---
 src/gs-auth.h                  |  6 +++---
 src/gs-debug.h                 |  6 +++---
 src/gs-fade.h                  |  6 +++---
 src/gs-grab.h                  |  7 +++----
 src/gs-job.h                   |  6 +++---
 src/gs-listener-dbus.h         | 15 +++++++--------
 src/gs-listener-x11.h          |  7 +++----
 src/gs-lock-plug.h             |  7 +++----
 src/gs-manager.h               |  9 ++++-----
 src/gs-monitor.h               |  6 +++---
 src/gs-prefs.h                 |  6 +++---
 src/gs-theme-manager.h         |  6 +++---
 src/gs-visual-gl.h             |  6 +++---
 src/gs-window.h                |  6 +++---
 src/setuid.h                   |  6 +++---
 src/subprocs.h                 |  6 +++---
 src/xfce-bg.h                  |  6 +++---
 src/xfce-desktop-utils.h       |  6 +++---
 src/xfce-rr-private.h          | 29 ++++++++++++++++++++++++++---
 src/xfce-rr.h                  |  6 +++---
 src/xfce4-screensaver.h        |  6 +++---
 src/xfcekbd-config-private.h   | 10 +++++-----
 src/xfcekbd-desktop-config.h   |  6 +++---
 src/xfcekbd-indicator-config.h |  8 ++++----
 src/xfcekbd-indicator.h        | 15 +++++++++------
 src/xfcekbd-keyboard-config.h  |  6 +++---
 32 files changed, 139 insertions(+), 111 deletions(-)

commit aa4ab2d41a5135b448a983df9b75ebcd84daed6c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Nov 11 11:34:53 2018 -0500

    Apply cpplint fixes for */*.c

 CPPLINT.cfg                         |   3 +
 savers/floaters.c                   | 203 +++------
 savers/gs-theme-engine.c            |  58 +--
 savers/gs-theme-window.c            |  35 +-
 savers/gste-popsquares.c            | 220 ++++------
 savers/gste-slideshow.c             | 323 +++++----------
 savers/popsquares.c                 |  15 +-
 savers/slideshow.c                  |  39 +-
 savers/xdg-user-dir-lookup.c        |  33 +-
 src/copy-theme-dialog.c             | 116 ++----
 src/gs-auth-bsdauth.c               |  33 +-
 src/gs-auth-helper.c                |  92 ++---
 src/gs-auth-pam.c                   | 318 ++++++---------
 src/gs-auth-pwent.c                 | 107 ++---
 src/gs-debug.c                      |  57 +--
 src/gs-fade.c                       | 288 +++++--------
 src/gs-grab-x11.c                   | 142 +++----
 src/gs-job.c                        | 205 ++++------
 src/gs-listener-dbus.c              | 766 ++++++++++++----------------------
 src/gs-listener-x11.c               |  87 ++--
 src/gs-lock-plug.c                  | 579 +++++++++-----------------
 src/gs-manager.c                    | 691 +++++++++++--------------------
 src/gs-monitor.c                    | 142 +++----
 src/gs-prefs.c                      | 242 +++++------
 src/gs-theme-manager.c              | 159 +++-----
 src/gs-visual-gl.c                  |  53 ++-
 src/gs-window-x11.c                 | 790 ++++++++++++------------------------
 src/setuid.c                        |  81 ++--
 src/subprocs.c                      |  60 ++-
 src/test-fade.c                     |  43 +-
 src/test-passwd.c                   | 123 +++---
 src/test-window.c                   |  44 +-
 src/xfce-bg.c                       | 369 ++++++-----------
 src/xfce-desktop-utils.c            |   9 +-
 src/xfce-rr.c                       | 322 +++++----------
 src/xfce4-screensaver-command.c     | 162 +++-----
 src/xfce4-screensaver-dialog.c      | 297 ++++++--------
 src/xfce4-screensaver-gl-helper.c   |  31 +-
 src/xfce4-screensaver-preferences.c | 600 +++++++++------------------
 src/xfce4-screensaver.c             |  52 +--
 src/xfcekbd-desktop-config.c        |  46 +--
 src/xfcekbd-indicator-config.c      |  50 +--
 src/xfcekbd-indicator.c             | 136 +++----
 src/xfcekbd-keyboard-config.c       |  34 +-
 44 files changed, 2914 insertions(+), 5341 deletions(-)

commit a1e073f23af8363bc8bb43475f626248cca0ce83
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Nov 11 12:32:24 2018 +0100

    I18n: Update translation fr (87%).
    
    126 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit fe26e32f7c37fbb28ff305204419b6210e2ee500
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Nov 10 18:34:41 2018 +0100

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

 po/ko.po | 661 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 661 insertions(+)

commit 1394e3bdf9bd680ba3f317d467357f6c04682ac8
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 10 10:10:55 2018 -0500

    Fix warning: Target given more than once in the same rule

 src/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

commit 46cc245c1c891f1076274daeb1ed30f65c09b362
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 10 07:22:09 2018 -0500

    Silence warning: ar: 'u' modifier ignored since 'D' is the default

 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)

commit 7329025e261e4fa83c5916f529b4a7aa8875fff6
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 10 06:56:51 2018 -0500

    Use 'fabs' for absolute values on doubles

 savers/floaters.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 3770c6b4c9917fdba287a41ce6aa726eef808295
Merge: 20ed364 54b4beb
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 10 06:44:46 2018 -0500

    Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

commit 20ed364cc2b19d615958f46c9ff4dd7d00cb0b7a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 10 06:44:35 2018 -0500

    Tidy up deprecations, drop GTK+ 2 code

 src/gs-listener-x11.c | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

commit 54b4beb971dcf5991aa28c473f5cb0458f482486
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sat Nov 10 12:31:10 2018 +0100

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

 po/he.po | 309 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 169 insertions(+), 140 deletions(-)

commit 520688f6206f36c0faca726e468ae108381444c7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Nov 10 06:26:42 2018 -0500

    More debug messages

 src/gs-listener-x11.c | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 6f9652435d5d577f8088da71c057661014e3410f
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Nov 9 20:05:53 2018 -0500

    Make sure xfce4-screensaver plays nicely with xdg-screensaver.
    This ensures caffeine, full screen browser videos, and other screensaver-inhibiting apps work with no configuration.

 src/gs-listener-x11.c | 78 ++++++++++++++++++++++++++++++++-------------------
 1 file changed, 49 insertions(+), 29 deletions(-)

commit dbf8d07fa1a8d6aa8d754019541698f37ad9d5ec
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Nov 9 07:39:32 2018 -0500

    Reenable fading, set timeout to 1 second

 src/gs-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c4158f45bf5e79f38e76f26f650e083b585b1e25
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Nov 9 05:35:06 2018 -0500

    Tabs to spaces in gs-listener-x11.{c,h}

 src/gs-listener-x11.c | 252 +++++++++++++++++++++++++-------------------------
 src/gs-listener-x11.h |  20 ++--
 2 files changed, 136 insertions(+), 136 deletions(-)

commit b8d36448cb444913705a2f688c77aafe35c1dad8
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 8 23:06:36 2018 -0500

    Fix screensaver-only mode, lock screen to screensaver instead of directly to unlock dialog

 src/gs-manager.c | 15 +--------------
 src/gs-monitor.c |  9 +--------
 2 files changed, 2 insertions(+), 22 deletions(-)

commit 739b41d226588a241516f7526a8297074a620184
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 8 22:01:14 2018 -0500

    Load lock timeout from preferences

 src/gs-listener-x11.c | 1 +
 src/gs-monitor.c      | 3 +--
 src/gs-prefs.c        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit d7762f706749eed2bd3bda5a57dda7e65071d56c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 8 21:50:09 2018 -0500

    Drop debug warning

 src/gs-prefs.c | 1 -
 1 file changed, 1 deletion(-)

commit 160aad2f539a6bcce8a7fc729a1955b1abefbae9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 8 21:23:36 2018 -0500

    Use X11 idle timer and ScreenSaver events instead of GNOME session presence

 src/Makefile.am       |  20 +-
 src/gs-listener-x11.c | 272 ++++++++++++++++++++
 src/gs-listener-x11.h |  60 +++++
 src/gs-monitor.c      | 186 ++------------
 src/gs-watcher-x11.c  | 676 --------------------------------------------------
 src/gs-watcher.h      |  67 -----
 src/test-watcher.c    | 106 --------
 7 files changed, 357 insertions(+), 1030 deletions(-)

commit ad89175327bad6f77339eeada00f9de23cf66863
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Nov 6 18:32:20 2018 +0100

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

 po/is.po | 671 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 671 insertions(+)

commit 2a06e1fe050451530a9b477d9a8f4ebf0ce76aa6
Author: beriain <beriain@bitmessage.ch>
Date:   Tue Nov 6 18:32:20 2018 +0100

    I18n: Update translation eu (74%).
    
    107 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/eu.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit dd494a519ff3b45a95da1dacd33d6bc32c8bd7dd
Author: beriain <beriain@bitmessage.ch>
Date:   Mon Nov 5 18:31:42 2018 +0100

    I18n: Update translation eu (71%).
    
    103 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/eu.po | 311 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 170 insertions(+), 141 deletions(-)

commit b3c83382914bb17780e4421cf90da61db58129ba
Author: bebabi34 <bebabi34@email.it>
Date:   Mon Nov 5 12:31:11 2018 +0100

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

 po/it.po | 66 ++++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 41 insertions(+), 25 deletions(-)

commit ae2f1b7c6c497ba813230b9af05ca983cfdb8f53
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Sat Nov 3 18:31:11 2018 +0100

    I18n: Update translation fr (86%).
    
    124 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 60 ++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 38 insertions(+), 22 deletions(-)

commit 78073dbfc6f8dc07175b3d2c634137e59da49c20
Author: abuyop <abuyop@gmail.com>
Date:   Sat Nov 3 06:31:14 2018 +0100

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

 po/ms.po | 53 ++++++++++++++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 21 deletions(-)

commit 7a20e7ef5c04778c7fe4b999732365a4c7422b69
Author: Jeff Huang <s8321414@gmail.com>
Date:   Fri Nov 2 06:31:14 2018 +0100

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

 po/zh_TW.po | 54 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 33 insertions(+), 21 deletions(-)

commit 44f8a17b57df2a4b9ce1f1ac34c8fb82a2ddb32e
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Fri Nov 2 06:31:14 2018 +0100

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

 po/zh_CN.po | 311 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 170 insertions(+), 141 deletions(-)

commit a3aefe2fa1dd1e080c32a5bc72fba7fca4c247db
Author: Anonymous <noreply@xfce.org>
Date:   Fri Nov 2 00:31:32 2018 +0100

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

 po/lt.po | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit ca363f7c003932158490889e811e29c69be613c1
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 1 18:59:06 2018 -0400

    Release 0.1.2

 NEWS         | 3 ++-
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit ef53b90d8ce956e7e03f5a583aa8b992b513b2f9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 1 18:47:37 2018 -0400

    Add missing sentinel for provided patch (bug #14822)

 src/xfce-bg.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 99d44ea3a07eaa32f7256f08fac5cc76098d08bf
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Thu Nov 1 19:23:38 2018 +0100

    Avoid to hard code path (bug #14822)
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-theme-manager.c |  3 +--
 src/xfce-bg.c          | 30 ++++++++++++++++++++++++++++--
 2 files changed, 29 insertions(+), 4 deletions(-)

commit 168afbab12eb293d0f832daf8cc262d453b7d443
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 1 18:40:05 2018 -0400

    Fix bad copy-paste job (bug #14821)

 src/xfce4-screensaver-preferences.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8c04927e33675e3e76d82b5c0788cb3df97d6584
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Nov 1 18:39:04 2018 -0400

    Resolve hidden libxfce4ui 4.13 requirement (bug #14821)

 NEWS                                | 5 +++++
 src/xfce4-screensaver-preferences.c | 8 ++++++++
 2 files changed, 13 insertions(+)

commit f1b1f252561bb5b71bb3affce32a62a398b9bc4a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 31 20:01:23 2018 -0400

    Release 0.1.1

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b9cae3aecf4dfc4da0ca55bd72675f8c65bfe844
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 1 00:31:11 2018 +0100

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

 po/da.po | 48 ++++++++++++++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 20 deletions(-)

commit 162cebdc2e91e2bb3142952aec641cd729b86787
Author: Igor <f2404@yandex.ru>
Date:   Wed Oct 31 18:31:13 2018 +0100

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

 po/ru.po | 48 ++++++++++++++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 20 deletions(-)

commit f9d3a9733bd469ff7a8e439a6b7802b2978e2ac1
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 31 18:31:13 2018 +0100

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

 po/lt.po | 48 ++++++++++++++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 20 deletions(-)

commit 85562d6e54508a27de6dce38af88aca0778e374d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 30 19:43:52 2018 -0400

    Enabled embedding in the Xfce Settings Manager

 NEWS                                          |  1 +
 data/xfce4-screensaver-preferences.desktop.in |  2 +
 src/xfce4-screensaver-preferences.c           | 84 ++++++++++++++++++++++-----
 src/xfce4-screensaver-preferences.ui          |  4 +-
 4 files changed, 74 insertions(+), 17 deletions(-)

commit 2a37ef2f07994a5650244f2580131883fd77274c
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 31 00:31:16 2018 +0100

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

 po/lt.po | 262 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 122 deletions(-)

commit e9268cd0e51956542b8402e96cf007a83a0531ca
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 30 18:11:11 2018 -0400

    Add bz2 to .gitignore

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 100f7ff208cebd6c2c946ccaaa32facebc63eeb4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 30 17:56:38 2018 -0400

    Add Malay language to NEWS

 NEWS       | 4 ++--
 po/LINGUAS | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 38c6104b58f511c8938817b4b88a8c625f03199f
Author: abuyop <abuyop@gmail.com>
Date:   Tue Oct 30 12:31:11 2018 +0100

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

 po/ms.po | 657 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 657 insertions(+)

commit 78cd032021a679709b40f5ecdb375c2d48be7762
Author: Edoardo Maria Elidoro <edoardo.elidoro@gmail.com>
Date:   Tue Oct 30 12:31:11 2018 +0100

    I18n: Update translation it (57%).
    
    82 translated messages, 60 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/it.po | 278 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 148 insertions(+), 130 deletions(-)

commit a7327dcef17b5770e4df07e54f7bf3bc17b656c8
Author: Jeff Huang <s8321414@gmail.com>
Date:   Tue Oct 30 06:31:14 2018 +0100

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

 po/zh_TW.po | 260 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 138 insertions(+), 122 deletions(-)

commit a20c518ecbac1e41fed88c1ecd68024f7e3c8c21
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 30 06:31:14 2018 +0100

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

 po/da.po | 262 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 122 deletions(-)

commit ffac1fedcde2f51a2da0b4a5d34cf90ba55237c1
Author: nodiscc <nodiscc@gmail.com>
Date:   Tue Oct 30 00:32:27 2018 +0100

    I18n: Update translation fr (85%).
    
    122 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 263 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 139 insertions(+), 124 deletions(-)

commit ad02b0a4618ff589a052a099bb62386377a56095
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Tue Oct 30 00:32:27 2018 +0100

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

 po/de.po | 265 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 142 insertions(+), 123 deletions(-)

commit 0231559e577837c0c51edfb8dd218dce48fe1043
Author: Igor <f2404@yandex.ru>
Date:   Mon Oct 29 18:31:13 2018 +0100

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

 po/ru.po | 261 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 139 insertions(+), 122 deletions(-)

commit f5e210065b9853a3ec30a7783f0d9bbd5c830063
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Mon Oct 29 18:31:13 2018 +0100

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

 po/nl.po | 266 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 142 insertions(+), 124 deletions(-)

commit 863fbab034afdb2268509c7ebfe9fa483e817cd8
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Oct 29 18:31:13 2018 +0100

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

 po/ca.po | 262 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 122 deletions(-)

commit cd5a6610c1306586321d2f3e72f02131096e951d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 28 20:56:50 2018 -0400

    Move the root warning to a GtkInfoBar

 NEWS                                 |   1 +
 src/xfce4-screensaver-preferences.c  |  12 ++--
 src/xfce4-screensaver-preferences.ui | 116 +++++++++++++++++++++++++++++------
 3 files changed, 105 insertions(+), 24 deletions(-)

commit b3e0658a43d8fd3e06196bc4eb8060be793e2f5f
Merge: bd8c16e 2f065df
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 28 18:12:55 2018 -0400

    Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

commit bd8c16e580cad3abb3f0f62c514e0a5242342dd3
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 28 18:12:40 2018 -0400

    Notify invalid lid-switch configuration and add Resolve button (bug #14782)

 NEWS                                 |   3 +-
 src/xfce4-screensaver-preferences.c  |  50 ++++++++++++++++
 src/xfce4-screensaver-preferences.ui | 109 ++++++++++++++++++++++++++++++++++-
 3 files changed, 158 insertions(+), 4 deletions(-)

commit 2f065df2cf83b5f4cd3a4ca2f5dae9dc1e4a5e23
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sat Oct 27 18:31:31 2018 +0200

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

 po/he.po | 640 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 640 insertions(+)

commit c8572afae56db3ffb436bc3c39555f9396bd769f
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 08:14:35 2018 -0400

    WIP changelog

 NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit e888a362c7214d379b1d63d0bafe26217034267d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 07:56:11 2018 -0400

    Drop the Adwaita issue from the README now that it's resolved

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4286b6c7c45e36822997867f035c00694fc13e33
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 07:44:32 2018 -0400

    Remove item from TODO

 TODO | 1 -
 1 file changed, 1 deletion(-)

commit 983258d556477ca5e9abf76dbd711998aaa7a32a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 07:43:14 2018 -0400

    Compile and include the preferences ui file

 .gitignore                                     |  1 +
 data/Makefile.am                               |  6 ------
 po/POTFILES.in                                 |  2 +-
 src/Makefile.am                                | 15 +++++++++++++--
 src/xfce4-screensaver-preferences.c            | 12 +++++-------
 {data => src}/xfce4-screensaver-preferences.ui |  0
 6 files changed, 20 insertions(+), 16 deletions(-)

commit 2d1c4d592eda2cbdf77aa08bfa44eab15fdd48d5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 07:32:04 2018 -0400

    Compile and include the dialog ui file

 .gitignore                                         |  1 +
 data/Makefile.am                                   |  1 -
 po/POTFILES.in                                     |  2 +-
 src/Makefile.am                                    |  6 +++-
 src/gs-lock-plug.c                                 | 39 +++-------------------
 .../xfce4-screensaver-dialog.ui                    |  0
 6 files changed, 12 insertions(+), 37 deletions(-)

commit f8bb2af9af3acf272f9a33e927975ae1a1a86cf4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 07:15:15 2018 -0400

    Apply keycap and background classes to fix appearance with Adwaita

 .gitignore                       |   1 +
 data/lock-dialog-default.ui      | 406 ++++++++++++++++++++-------------------
 src/Makefile.am                  |  18 ++
 src/xfce4-screensaver-dialog.c   |   9 +-
 src/xfce4-screensaver-dialog.css |   2 +
 5 files changed, 238 insertions(+), 198 deletions(-)

commit 73380ffb2dcdc473d71370557abd4d1ca2b256fd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 06:28:44 2018 -0400

    Update LINGUAS with the latest translations

 po/LINGUAS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 55bafd4fb1f97910b1b1bfcd69c7e2198f71745e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 27 06:20:38 2018 -0400

    Use the default Xfdesktop background color as a fallback

 src/xfce-bg.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit cd9719cd212ab3d4bf546ca0ecd041860c5cc04a
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 27 06:31:25 2018 +0200

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

 po/lt.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b3b121b1141f02a5d2a0a3d6cc4c7138ec95d202
Author: nodiscc <nodiscc@gmail.com>
Date:   Sat Oct 27 06:31:25 2018 +0200

    I18n: Update translation fr (88%).
    
    122 translated messages, 16 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d492af78aa4854f688128dd29ec7d6e262e72e31
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 26 21:55:28 2018 -0400

    Add missing $

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9ac974f0ccd35e9ed29b62ef978184b2360c5232
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 26 06:43:09 2018 -0400

    Handle Xfconf's storage of GdkColors

 src/xfce-bg.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 20ccbec35c9d537144712ce7a08410ff562ed6a4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 26 06:37:48 2018 -0400

    Add support for Xfdesktop 4.12 color properties

 src/xfce-bg.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 51 insertions(+), 6 deletions(-)

commit f890b1ecb4c91651d4812e9add75f652a897d9f4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 26 06:11:43 2018 -0400

    Add PAM auth type detection and configuration flag (bug #14779)

 README.md                          |  4 ++++
 configure.ac                       | 18 ++++++++++++++++++
 data/Makefile.am                   | 11 +++++++----
 data/xfce4-screensaver             |  2 --
 data/xfce4-screensaver.common-auth |  2 ++
 data/xfce4-screensaver.system-auth |  2 ++
 6 files changed, 33 insertions(+), 6 deletions(-)

commit 52b2f4a25e8e35223d47c84c276a5e27d447e38d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 25 19:27:58 2018 -0400

    Handle monitor change events more reliably (bug #14796)

 src/gs-manager.c    | 22 ++++++++++++++++------
 src/gs-window-x11.c |  1 -
 2 files changed, 16 insertions(+), 7 deletions(-)

commit 9cb48e62b6a38dda941dd698115707af85193594
Author: César Enrique García <cquike@gmail.com>
Date:   Fri Oct 26 00:31:33 2018 +0200

    I18n: Update translation es (67%).
    
    93 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/es.po | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 7d3507310fee7d561de9158d81ff28857d6297d2
Author: nodiscc <nodiscc@gmail.com>
Date:   Thu Oct 25 18:31:35 2018 +0200

    I18n: Update translation fr (84%).
    
    117 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 341d377055671b4de087e0748a39b9a9d1e22494
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 25 05:51:16 2018 -0400

    Fix color property pulling, support background filename with no placement (bug #14769)

 src/xfce-bg.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit fab766ee727560f1fc1f66e02da0efe42dd476c6
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Oct 25 00:31:36 2018 +0200

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

 po/ca.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6609b7abf0ce771c03ea0caef3ab500e94e623a6
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 24 12:31:29 2018 +0200

    I18n: Add new translation es (65%).
    
    91 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/es.po | 634 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 634 insertions(+)

commit ed6eb48bcd0ea385b39defc27b44c65f522b4153
Author: Stefan Höök <stefan.hook@gmail.com>
Date:   Tue Oct 23 18:31:12 2018 +0200

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

 po/sv.po | 636 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 636 insertions(+)

commit 61a4fefccc10c2bb6f7783e7ec3e84805225869f
Author: beriain <beriain@bitmessage.ch>
Date:   Tue Oct 23 18:31:12 2018 +0200

    I18n: Update translation eu (73%).
    
    101 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/eu.po | 41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

commit e189646db3553aa4dc67761bd16095aaebd10368
Author: nodiscc <nodiscc@gmail.com>
Date:   Tue Oct 23 00:32:08 2018 +0200

    I18n: Update translation fr (84%).
    
    116 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 073f67d385945bfbb9fdd55941d22500a48141f1
Author: nodiscc <nodiscc@gmail.com>
Date:   Sat Oct 20 18:31:58 2018 +0200

    I18n: Update translation fr (82%).
    
    114 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

commit e359b869ae7740e0046ba67ceec85e96bdeac496
Author: Aitor Beriain <beriain@bitmessage.ch>
Date:   Sat Oct 20 12:31:10 2018 +0200

    I18n: Add new translation eu (59%).
    
    82 translated messages, 56 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/eu.po | 636 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 636 insertions(+)

commit 95ec6c0b7e64668ee746af829b4ae1c51c02383b
Author: nodiscc <nodiscc@gmail.com>
Date:   Sat Oct 20 12:31:10 2018 +0200

    I18n: Update translation fr (69%).
    
    96 translated messages, 42 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 4b5068db76c7d8db14912a0076e54dda6d1b84cb
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 20 00:31:43 2018 +0200

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

 po/zh_CN.po | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

commit 79e0cb08e0ca8036fe84c0da9c846f5f9cfe0d54
Author: Georgi Georgiev <georgiev_1994@abv.bg>
Date:   Sat Oct 20 00:31:43 2018 +0200

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

 po/bg.po | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

commit 6f87bf5600f3a18d1cdb01270ac6096d8bd1c3eb
Author: Emin Tufan <etcetin@gmail.com>
Date:   Fri Oct 19 18:31:54 2018 +0200

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

 po/tr.po | 54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

commit 450a756ae5f89358fec7e1dd528b9d20bd6ce465
Author: Demiray Muhterem <mdemiray@msn.com>
Date:   Fri Oct 19 12:32:27 2018 +0200

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

 po/tr.po | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 637 insertions(+)

commit 0cb8b6f6b2b89614488f4be033a225e293379bb2
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Oct 19 12:32:27 2018 +0200

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

 po/ca.po | 650 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 650 insertions(+)

commit 653434e349c0263a1728f1228c1b46aa025837b5
Author: Jeff Huang <s8321414@gmail.com>
Date:   Fri Oct 19 12:32:27 2018 +0200

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

 po/zh_TW.po | 106 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

commit 50b2ec952213fe724a3a0cac06985e32d64d9c30
Author: nodiscc <nodiscc@gmail.com>
Date:   Fri Oct 19 12:32:27 2018 +0200

    I18n: Update translation fr (65%).
    
    91 translated messages, 47 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit b2c8cc53a78d27ba8a70a64273e23e372c379bc5
Author: Georgi Georgiev <georgiev_1994@abv.bg>
Date:   Fri Oct 19 12:32:26 2018 +0200

    I18n: Update translation bg (84%).
    
    116 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/bg.po | 39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

commit 6909ae4793fc118d2614087cc28bcaf76842f7bf
Author: Jeff Huang <s8321414@gmail.com>
Date:   Fri Oct 19 06:31:30 2018 +0200

    I18n: Add new translation zh_TW (61%).
    
    85 translated messages, 53 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/zh_TW.po | 631 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 631 insertions(+)

commit 52678ba6d4f66d47e89d58f8fb90b2c487e4576a
Author: Igor <f2404@yandex.ru>
Date:   Fri Oct 19 00:31:34 2018 +0200

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

 po/ru.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 1f5480ccbe9c36d4597587184e434ecb2bc3c895
Author: Edoardo Maria Elidoro <edoardo.elidoro@gmail.com>
Date:   Thu Oct 18 18:31:53 2018 +0200

    I18n: Add new translation it (53%).
    
    74 translated messages, 64 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/it.po | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 637 insertions(+)

commit 37cc5a96c6f74b4f39a9a4af58ac500a9c3037a8
Author: nodiscc <nodiscc@gmail.com>
Date:   Thu Oct 18 18:31:53 2018 +0200

    I18n: Update translation fr (58%).
    
    81 translated messages, 57 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit 87b3aa84662f899115b799d14919b12cdd50811d
Author: Georgi Georgiev <georgiev_1994@abv.bg>
Date:   Thu Oct 18 18:31:52 2018 +0200

    I18n: Update translation bg (69%).
    
    96 translated messages, 42 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/bg.po | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit b58e006bead11836f4f6342b94a82837b2cb57d8
Author: nodiscc <nodiscc@gmail.com>
Date:   Thu Oct 18 12:31:11 2018 +0200

    I18n: Update translation fr (55%).
    
    77 translated messages, 61 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d35cb131fcc8231ccda321ad1423fabc365e8c68
Author: Georgi Georgiev <georgiev_1994@abv.bg>
Date:   Thu Oct 18 12:31:11 2018 +0200

    I18n: Update translation bg (64%).
    
    89 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/bg.po | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 0e9470c18f200c450d46eab860248ede02c7b9b3
Author: Igor <f2404@yandex.ru>
Date:   Thu Oct 18 06:31:51 2018 +0200

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

 po/ru.po | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit 79f27f3c73e6084a832873423c85d6f2c27833e5
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 18 06:31:50 2018 +0200

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

 po/da.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 07ea9cd036a71d57a2825c8ef992311484502b1c
Author: nodiscc <nodiscc@gmail.com>
Date:   Thu Oct 18 00:31:47 2018 +0200

    I18n: Add new translation fr (55%).
    
    76 translated messages, 62 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/fr.po | 636 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 636 insertions(+)

commit 84c94fd1d47e92b196b466b4729209c78f22ec53
Author: Igor <f2404@yandex.ru>
Date:   Thu Oct 18 00:31:46 2018 +0200

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

 po/ru.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 73bc01ecc0c93817c8d1cf608c7e1407597fe548
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 18 00:31:46 2018 +0200

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

 po/da.po | 133 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 69 insertions(+), 64 deletions(-)

commit 9a744922ae91e827dcf29f2d0ebd85af67a91949
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Oct 17 18:31:40 2018 +0200

    I18n: Add new translation sk (79%).
    
    110 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sk.po | 640 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 640 insertions(+)

commit 6e72d01bcf0817175a119085182424ab8a5a8733
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Wed Oct 17 18:31:40 2018 +0200

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

 po/de.po | 647 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 647 insertions(+)

commit ffa70025f6059f8fe91c3848534aedec518c8753
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 17 18:31:39 2018 +0200

    I18n: Add new translation da (51%).
    
    71 translated messages, 67 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/da.po | 634 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 634 insertions(+)

commit a22eb5e44edc903ab84807d808ab592a3266d68e
Author: Igor <f2404@yandex.ru>
Date:   Wed Oct 17 18:31:39 2018 +0200

    I18n: Update translation ru (85%).
    
    118 translated messages, 20 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/ru.po | 51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

commit 77190ab326909182c476d0faed1abae8bf10e865
Author: Marcin Mikołajczak <me@m4sk.in>
Date:   Wed Oct 17 18:31:39 2018 +0200

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

 po/pl.po | 122 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 65 insertions(+), 57 deletions(-)

commit 8f0adadecb712927d344c84a904c4f74975666ff
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Oct 17 18:31:39 2018 +0200

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

 po/nl.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit ab25d4802cb12c09073e97dac97eabda3b51c57f
Author: Georgi Georgiev <georgiev_1994@abv.bg>
Date:   Wed Oct 17 18:31:39 2018 +0200

    I18n: Update translation bg (60%).
    
    84 translated messages, 54 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/bg.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 2c28f4ac8c54f9353b1cb87d512730005ddaffb2
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Oct 17 12:31:53 2018 +0200

    I18n: Add new translation sq (62%).
    
    86 translated messages, 52 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/sq.po | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 637 insertions(+)

commit b229cfa6713936705f9a8407185b199401fc2f22
Author: Marcin Mikołajczak <me@m4sk.in>
Date:   Wed Oct 17 12:31:53 2018 +0200

    I18n: Add new translation pl (66%).
    
    92 translated messages, 46 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/pl.po | 643 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 643 insertions(+)

commit 52cc36987605a3f4b2011876ac5aa20022e3debb
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Oct 17 12:31:52 2018 +0200

    I18n: Add new translation nl (94%).
    
    131 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/nl.po | 654 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 654 insertions(+)

commit f654d7885494ccd38327b2927f62e0c05daf2fba
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 17 12:31:52 2018 +0200

    I18n: Add new translation lt (97%).
    
    134 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/lt.po | 651 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 651 insertions(+)

commit a5b4fd73590626b6e8f17ac376187bab5c914a62
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Oct 17 12:31:51 2018 +0200

    I18n: Add new translation bg (53%).
    
    74 translated messages, 64 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/bg.po | 636 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 636 insertions(+)

commit 7daac0e77adfcece41c6e1ed5f3138c651b1d36e
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Oct 17 06:31:37 2018 +0200

    I18n: Add new translation zh_CN (83%).
    
    115 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/zh_CN.po | 631 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 631 insertions(+)

commit fa1030fc38351ae168262d5f7c747af00d1ba9bf
Author: Igor <f2404@yandex.ru>
Date:   Wed Oct 17 00:31:34 2018 +0200

    I18n: Add new translation ru (73%).
    
    101 translated messages, 37 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

 po/ru.po | 642 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 642 insertions(+)

commit df7f9e2a8117d5aedfb9c19277124680b3cfd5b9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 15 05:54:11 2018 -0400

    Update automate rules, release 0.1.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 21dcf420e7ba18039625f5dbc0aff99ea0142899
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 15 05:48:36 2018 -0400

    Add missing INSTALL, prepare for release.

 .gitignore   |   1 -
 INSTALL      | 368 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS         | 109 +-----------------
 configure.ac |   2 +-
 4 files changed, 372 insertions(+), 108 deletions(-)

commit d6a9705327f96131cfe29ee888d812e16c5daa29
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 14 20:21:58 2018 -0400

    Cleanup GH references, update manpages

 .github/issue_template.md            | 19 -------------------
 README.md                            |  4 ++--
 configure.ac                         |  2 +-
 data/xfce4-screensaver-command.1     |  2 +-
 data/xfce4-screensaver-preferences.1 | 13 ++++++-------
 data/xfce4-screensaver.1             | 13 ++++++-------
 6 files changed, 16 insertions(+), 37 deletions(-)

commit ef117802ac5fa099c3b6c26ca1b28a8ac32a21a2
Author: Sean Davis <bluesabre@users.noreply.github.com>
Date:   Sun Oct 14 15:23:40 2018 -0400

    Update README.md

 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 11ac2109b93218fbbf96e5093649828e066911e6
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 14 15:20:43 2018 -0400

    Update README.md

 README.md | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

commit f2b9d1f77816190bc8b2ce364af8e02df45483fb
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 14 14:45:34 2018 -0400

    Add TODO

 TODO | 4 ++++
 1 file changed, 4 insertions(+)

commit 63a55e8cd14d943080cfb91b172884d6bbbccf4d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 14 14:35:28 2018 -0400

    Add src/xfcekbd-indicator.c to POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 202de7de3d8089c832dc5b47f6d4571f93f6e7f9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 14 14:29:20 2018 -0400

    Update copyrights

 AUTHORS                             | 4 ++++
 savers/floaters.c                   | 2 ++
 savers/gs-theme-engine.c            | 1 +
 savers/gs-theme-window.c            | 1 +
 savers/gste-popsquares.c            | 1 +
 savers/gste-slideshow.c             | 1 +
 src/copy-theme-dialog.c             | 2 ++
 src/gs-auth-pam.c                   | 1 +
 src/gs-fade.c                       | 1 +
 src/gs-grab-x11.c                   | 1 +
 src/gs-job.c                        | 1 +
 src/gs-listener-dbus.c              | 1 +
 src/gs-lock-plug.c                  | 2 ++
 src/gs-manager.c                    | 1 +
 src/gs-monitor.c                    | 1 +
 src/gs-prefs.c                      | 1 +
 src/gs-prefs.h                      | 1 +
 src/gs-theme-manager.c              | 1 +
 src/gs-visual-gl.c                  | 1 +
 src/gs-watcher-x11.c                | 1 +
 src/gs-window-x11.c                 | 1 +
 src/xfce-bg.c                       | 1 +
 src/xfce-bg.h                       | 1 +
 src/xfce-desktop-utils.c            | 1 +
 src/xfce-desktop-utils.h            | 1 +
 src/xfce-rr.c                       | 3 +--
 src/xfce-rr.h                       | 1 +
 src/xfce4-screensaver-dialog.c      | 1 +
 src/xfce4-screensaver-preferences.c | 1 +
 src/xfce4-screensaver.c             | 1 +
 src/xfcekbd-config-private.h        | 1 +
 src/xfcekbd-desktop-config.c        | 1 +
 src/xfcekbd-desktop-config.h        | 1 +
 src/xfcekbd-indicator-config.c      | 1 +
 src/xfcekbd-indicator-config.h      | 1 +
 src/xfcekbd-indicator.c             | 1 +
 src/xfcekbd-indicator.h             | 1 +
 src/xfcekbd-keyboard-config.c       | 1 +
 src/xfcekbd-keyboard-config.h       | 1 +
 39 files changed, 45 insertions(+), 2 deletions(-)

commit 8695d5732c8f2ddb7e6370ac324f7a5d78dd3f36
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 14 08:25:56 2018 -0400

    Convert tabs to spaces for src/*.{c,h}

 src/copy-theme-dialog.c             |  761 ++++----
 src/copy-theme-dialog.h             |   24 +-
 src/gs-auth-bsdauth.c               |   58 +-
 src/gs-auth-helper.c                |  238 +--
 src/gs-auth-pam.c                   | 1222 ++++++------
 src/gs-auth-pwent.c                 |  254 +--
 src/gs-auth.h                       |   20 +-
 src/gs-debug.c                      |  148 +-
 src/gs-debug.h                      |   10 +-
 src/gs-fade.c                       | 1141 ++++++------
 src/gs-fade.h                       |   38 +-
 src/gs-grab-x11.c                   |  632 +++----
 src/gs-grab.h                       |   34 +-
 src/gs-job.c                        |  708 +++----
 src/gs-job.h                        |   16 +-
 src/gs-listener-dbus.c              | 3511 +++++++++++++++++------------------
 src/gs-listener-dbus.h              |   34 +-
 src/gs-lock-plug.c                  | 2537 ++++++++++++-------------
 src/gs-lock-plug.h                  |   42 +-
 src/gs-manager.c                    | 2382 ++++++++++++------------
 src/gs-manager.h                    |  112 +-
 src/gs-monitor.c                    |  534 +++---
 src/gs-monitor.h                    |   18 +-
 src/gs-prefs.c                      |  638 +++----
 src/gs-prefs.h                      |   49 +-
 src/gs-theme-manager.c              |  444 ++---
 src/gs-theme-manager.h              |   10 +-
 src/gs-visual-gl.c                  |  118 +-
 src/gs-visual-gl.h                  |    2 +-
 src/gs-watcher-x11.c                |  850 +++++----
 src/gs-watcher.h                    |   32 +-
 src/gs-window-x11.c                 | 3261 ++++++++++++++++----------------
 src/gs-window.h                     |  104 +-
 src/setuid.c                        |  380 ++--
 src/setuid.h                        |    2 +-
 src/subprocs.c                      |  138 +-
 src/subprocs.h                      |    6 +-
 src/test-fade.c                     |  121 +-
 src/test-passwd.c                   |  364 ++--
 src/test-watcher.c                  |   60 +-
 src/test-window.c                   |  156 +-
 src/xfce-bg.c                       | 3229 ++++++++++++++++----------------
 src/xfce-bg.h                       |   60 +-
 src/xfce-desktop-utils.c            |   28 +-
 src/xfce-desktop-utils.h            |    6 +-
 src/xfce-rr-private.h               |   46 +-
 src/xfce-rr.c                       |  925 ++++-----
 src/xfce-rr.h                       |   60 +-
 src/xfce4-screensaver-command.c     |  822 ++++----
 src/xfce4-screensaver-dialog.c      |  885 ++++-----
 src/xfce4-screensaver-gl-helper.c   |   68 +-
 src/xfce4-screensaver-preferences.c | 2305 +++++++++++------------
 src/xfce4-screensaver.c             |  183 +-
 src/xfce4-screensaver.h             |    2 +-
 src/xfcekbd-config-private.h        |   16 +-
 src/xfcekbd-desktop-config.c        |  368 ++--
 src/xfcekbd-desktop-config.h        |   58 +-
 src/xfcekbd-indicator-config.c      |  419 +++--
 src/xfcekbd-indicator-config.h      |   55 +-
 src/xfcekbd-indicator.c             | 1173 ++++++------
 src/xfcekbd-indicator.h             |   31 +-
 src/xfcekbd-keyboard-config.c       |  314 ++--
 src/xfcekbd-keyboard-config.h       |   36 +-
 63 files changed, 16162 insertions(+), 16136 deletions(-)

commit e05784c8a7fcbfa7baee836517700d1f5c04301a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 13:49:21 2018 -0400

    Convert tabs to spaces for savers/*.{c,h}

 savers/floaters.c            | 1536 +++++++++++++++++++++---------------------
 savers/gs-theme-engine.c     |  176 ++---
 savers/gs-theme-engine.h     |   30 +-
 savers/gs-theme-window.c     |  208 +++---
 savers/gs-theme-window.h     |   22 +-
 savers/gste-popsquares.c     |  852 +++++++++++------------
 savers/gste-popsquares.h     |   12 +-
 savers/gste-slideshow.c      | 1515 ++++++++++++++++++++---------------------
 savers/gste-slideshow.h      |   16 +-
 savers/popsquares.c          |   55 +-
 savers/slideshow.c           |  200 +++---
 savers/xdg-user-dir-lookup.c |  240 +++----
 12 files changed, 2431 insertions(+), 2431 deletions(-)

commit b13a1e7e1645db933cc3fee5f6d966e6435527e6
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 12:53:30 2018 -0400

    Tidy up trailing whitespace

 data/xfce4-screensaver-preferences.ui |   2 +-
 doc/docbook.css                       |   4 +-
 src/gs-prefs.h                        |  26 +++---
 src/xfce-bg.c                         |   2 +-
 src/xfce-rr-private.h                 |   4 +-
 src/xfce-rr.c                         | 148 +++++++++++++++++-----------------
 src/xfce-rr.h                         |   6 +-
 src/xfce4-screensaver-preferences.c   |   2 +-
 src/xfcekbd-config-private.h          |   6 +-
 9 files changed, 100 insertions(+), 100 deletions(-)

commit 6ea47a76e1ae28d7bf21a2e9b16fae16a4b2255e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 12:49:02 2018 -0400

    Fix more GdkScreen related deprecations
    - See https://github.com/mate-desktop/mate-screensaver/commit/dbd37df02231b8f2fb57b064c05c4a6886ee0357 for the original commit and more information

 src/gs-manager.c    | 144 ++++++++++++++++++++++++----------------------------
 src/gs-window-x11.c |  32 +++++++-----
 src/gs-window.h     |   3 +-
 src/test-window.c   |   2 +-
 4 files changed, 85 insertions(+), 96 deletions(-)

commit 29c9e1b7b12aa91303f72c310e4ea6c3371ee113
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 12:34:47 2018 -0400

    Fix distcheck

 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)

commit b00748f189196ce86706cc20e354817dff878da6
Author: Sean Davis <bluesabre@users.noreply.github.com>
Date:   Sat Oct 13 10:30:06 2018 -0400

    Update README.md

 README.md | 1 +
 1 file changed, 1 insertion(+)

commit a8448da94a2029629e2fec6039b1403898971491
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 10:11:11 2018 -0400

    Add missing LGPL license, include it in the copyright notices

 COPYING.LGPL                   | 502 +++++++++++++++++++++++++++++++++++++++++
 Makefile.am                    |   1 +
 autogen.sh                     |   7 +-
 savers/floaters.c              |   4 +-
 savers/gs-theme-window.c       |   6 +-
 savers/gs-theme-window.h       |   6 +-
 src/xfce-bg.h                  |   8 +-
 src/xfce-desktop-utils.c       |   8 +-
 src/xfce-desktop-utils.h       |   8 +-
 src/xfce-rr.c                  |   8 +-
 src/xfce-rr.h                  |   8 +-
 src/xfcekbd-config-private.h   |   6 +-
 src/xfcekbd-desktop-config.c   |   6 +-
 src/xfcekbd-desktop-config.h   |   6 +-
 src/xfcekbd-indicator-config.c |   6 +-
 src/xfcekbd-indicator-config.h |   6 +-
 src/xfcekbd-indicator.c        |   6 +-
 src/xfcekbd-indicator.h        |   6 +-
 src/xfcekbd-keyboard-config.c  |   6 +-
 src/xfcekbd-keyboard-config.h  |   6 +-
 20 files changed, 557 insertions(+), 63 deletions(-)

commit 1bf2eae911324cda194f1589ac78a5589078050a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 09:21:31 2018 -0400

    Vacuum xfce-logo-white.svg

 data/images/xfce-logo-white.svg | 37 ++++++-------------------------------
 1 file changed, 6 insertions(+), 31 deletions(-)

commit 35f642470364f16edd635a0f01571606750a37f3
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 09:13:32 2018 -0400

    Drop ChangeLog, update .gitignore with more rules

 .gitignore | 6 ++++++
 ChangeLog  | 2 --
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 0775599131c919ac94118f43871037e39571d5c5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 09:05:13 2018 -0400

    Cleanup some leftover GSettings and XfceMenu code

 configure.ac            | 25 ++++++++-----------------
 data/Makefile.am        |  1 -
 src/xfcekbd-indicator.c |  8 ++++----
 3 files changed, 12 insertions(+), 22 deletions(-)

commit 55005eb0c1b748ca59bded4b39a25deb2063619d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 13 08:20:49 2018 -0400

    Replace autogen.sh with the standard xdt-autogen one, drop po/ChangeLog

 autogen.sh   |   50 +-
 po/ChangeLog | 2622 ----------------------------------------------------------
 2 files changed, 32 insertions(+), 2640 deletions(-)

commit fe6c8cba748498cfb289278dfb451eb9e123a3be
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 12 22:54:17 2018 -0400

    Fix builds and start making distcheck work

 Makefile.am     | 2 +-
 configure.ac    | 2 +-
 src/Makefile.am | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 80c536c280c65c4a1d3fa557297681aa38f022c5
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 12 22:29:19 2018 -0400

    Drop .tx/config

 .tx/config | 7 -------
 1 file changed, 7 deletions(-)

commit 90fe4741036c3e7abe1d7d9413f2b38331ba1668
Merge: 729c34e 48043c6
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 12 19:58:53 2018 -0400

    Merge branch 'master' of github.com:bluesabre/xfce4-screensaver

commit 729c34e6694c99ba595a9e045348bb59235e3839
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 12 19:58:46 2018 -0400

    Drop Comsos theme

 .gitignore                              |   2 -
 configure.ac                            |   5 --
 data/images/Makefile.am                 |   1 -
 data/images/cosmos/CREDITS              |  29 ----------
 data/images/cosmos/Makefile.am          |  54 -------------------
 data/images/cosmos/background-1.xml.in  |  92 --------------------------------
 data/images/cosmos/blue-marble-west.jpg | Bin 456110 -> 0 bytes
 data/images/cosmos/cloud.jpg            | Bin 1314514 -> 0 bytes
 data/images/cosmos/comet.jpg            | Bin 141297 -> 0 bytes
 data/images/cosmos/cosmos.xml.in.in     |  11 ----
 data/images/cosmos/earth-horizon.jpg    | Bin 210180 -> 0 bytes
 data/images/cosmos/galaxy-ngc3370.jpg   | Bin 460107 -> 0 bytes
 data/images/cosmos/helix-nebula.jpg     | Bin 138039 -> 0 bytes
 data/images/cosmos/jupiter.jpg          | Bin 44528 -> 0 bytes
 data/images/cosmos/sombrero.jpg         | Bin 552723 -> 0 bytes
 data/images/cosmos/whirlpool.jpg        | Bin 1059826 -> 0 bytes
 po/POTFILES.in                          |   2 -
 po/POTFILES.skip                        |   2 -
 savers/Makefile.am                      |   7 ---
 savers/cosmos-slideshow.desktop.in.in   |  10 ----
 20 files changed, 215 deletions(-)

commit 48043c6b0eee43522fcc71d882dcc1ba34e28ebc
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 12 22:17:16 2018 +0200

    Another small Readme tweak

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 606acd75b329df12d577564311a6cc9d90348f6e
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 12 22:16:08 2018 +0200

    Improve Readme a bit more

 README.md | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit 074461ddbb0531dce08607666ebcf5ee88098e62
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 12 22:09:27 2018 +0200

    Update Readme file
    
    Add some debug hints and drop the --with-libnotify flag from the
    installation instructions.

 README => README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit e047ab91410ec37dd14301480c5d67ed33391521
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 12 05:59:35 2018 -0400

    Tidy up .gitignore, drop po/gnome-copyrights.txt since we dropped translations

 .gitignore              |  93 ++---
 po/gnome-copyrights.txt | 939 ------------------------------------------------
 2 files changed, 32 insertions(+), 1000 deletions(-)

commit 235bb2f02924395ef89a7338b20deb9f54ade1bc
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 12 05:19:17 2018 -0400

    Rename footlogo-floaters to xfce-floaters

 .gitignore                                                   |  4 ++--
 configure.ac                                                 |  4 ++--
 po/POTFILES.in                                               |  2 +-
 po/POTFILES.skip                                             |  2 +-
 savers/Makefile.am                                           | 12 ++++++------
 ...go-floaters.desktop.in.in => xfce-floaters.desktop.in.in} |  2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

commit 4a73a407f500807fc1070a9fe0acd5fe59961abc
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 22:59:34 2018 -0400

    Drop Floating GNOME screensaver

 .gitignore                              |  2 --
 configure.ac                            |  2 --
 data/images/Makefile.am                 |  1 -
 data/images/gnome-logo-white.svg        | 14 --------------
 po/POTFILES.in                          |  1 -
 po/POTFILES.skip                        |  1 -
 savers/Makefile.am                      |  7 -------
 savers/gnomelogo-floaters.desktop.in.in | 10 ----------
 8 files changed, 38 deletions(-)

commit 50fb6af19b666261c1254d65596ac7adbafdfbaa
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 22:47:14 2018 -0400

    Drop all leftovers from the garcon port

 src/Makefile.am         |   48 -
 src/canonicalize.c      |  330 -------
 src/canonicalize.h      |   38 -
 src/desktop-entries.c   |  786 ----------------
 src/desktop-entries.h   |   85 --
 src/entry-directories.c | 1105 ----------------------
 src/entry-directories.h |   67 --
 src/menu-layout.c       | 2359 -----------------------------------------------
 src/menu-layout.h       |  161 ----
 src/menu-monitor.c      |  431 ---------
 src/menu-monitor.h      |   70 --
 src/menu-util.c         |  436 ---------
 src/menu-util.h         |   59 --
 13 files changed, 5975 deletions(-)

commit 32d287dcb017be4cfcffbf98825db2218cffe074
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 22:39:32 2018 -0400

    Port to garcon, drop xfcemenu-tree.{c,h}

 configure.ac           |    5 +-
 src/Makefile.am        |    4 -
 src/gs-theme-manager.c |  108 +-
 src/xfcemenu-tree.c    | 4142 ------------------------------------------------
 src/xfcemenu-tree.h    |   92 --
 5 files changed, 44 insertions(+), 4307 deletions(-)

commit c1c2d0938c54f428a0a2ec5e1697a35139fd7325
Merge: 224f718 6dff3c7
Author: Sean Davis <bluesabre@users.noreply.github.com>
Date:   Thu Oct 11 20:44:55 2018 -0400

    Merge pull request #7 from bluesabre/fix-user-avatar
    
    Fix and simplify user avatar loading

commit 224f7180362c08c6358be74432fb5c2de4d467c0
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 20:41:11 2018 -0400

    Disable deprecations for g_type_class_add_private where difficult to resolve

 src/copy-theme-dialog.c | 2 ++
 src/xfce-rr.c           | 2 ++
 2 files changed, 4 insertions(+)

commit 52013ccd845db46db49c115006bbfa1475a4fc40
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 20:25:57 2018 -0400

    Do not free pixbuf from the background image

 src/gs-lock-plug.c | 7 -------
 1 file changed, 7 deletions(-)

commit 6dff3c77610d689994968b9fb14a58605046526c
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Thu Oct 11 22:35:10 2018 +0200

    Fix and simplify user avatar loading
    
    The old code did several things we don't want or need anymore.
    1) Lots of cairo drawing to achieve a rounded rectangle as border for
    the user avatar.
    2) Lots of file checks, which we don't really need as
    gdk_pixbuf_new_from_file gives us a proper error message if the image
    cannot be loaded. The old code contained no workarounds for when an
    image file didn't comply, so we may as well rely on gdk to decide.

 src/gs-lock-plug.c | 312 ++---------------------------------------------------
 1 file changed, 6 insertions(+), 306 deletions(-)

commit 8750426286198d1cd2b0a54f4ea53c65a6e6b154
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 07:00:45 2018 -0400

    Reduce usage of deprecated g_type_class_add_private

 savers/gs-theme-engine.c |  8 ++------
 savers/gste-popsquares.c |  8 ++------
 savers/gste-slideshow.c  |  8 ++------
 src/gs-fade.c            |  8 ++------
 src/gs-grab-x11.c        | 10 +++-------
 src/gs-job.c             |  8 ++------
 src/gs-listener-dbus.c   |  8 ++------
 src/gs-lock-plug.c       | 10 +++-------
 src/gs-manager.c         |  8 ++------
 src/gs-monitor.c         |  9 ++-------
 src/gs-prefs.c           |  9 ++-------
 src/gs-theme-manager.c   |  8 ++------
 src/gs-watcher-x11.c     |  8 ++------
 src/gs-window-x11.c      |  8 ++------
 14 files changed, 30 insertions(+), 88 deletions(-)

commit 078f23d20ad77e0c38e216f42a133cac67f1aac4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 05:57:11 2018 -0400

    Fix more GdkDisplay issues

 src/gs-grab-x11.c  | 13 ++++++++-----
 src/gs-visual-gl.c |  4 ++--
 2 files changed, 10 insertions(+), 7 deletions(-)

commit 9939a484a7c45b65bb1d12ae005cb8346b08194b
Author: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
Date:   Tue Aug 14 16:47:37 2018 +0800

    Remove "monitor" pointer from debug information
    
    Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-manager.c    | 4 ++--
 src/gs-window-x11.c | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

commit d6a010453bee82ac6baa3f498b64e8a5d0b914ba
Author: Victor Kareh <vkareh@vkareh.net>
Date:   Mon Aug 13 12:17:32 2018 -0400

    lock-plug: Only scale lock-screen widgets on older versions of GTK
    
    Signed-off-by: Sean Davis <smd.seandavis@gmail.com>

 src/gs-lock-plug.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 2126a674e4dd139e30482801463ca5729dc28ff0
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 05:49:39 2018 -0400

    Fix various GdkDisplay issues

 savers/floaters.c   |  5 ++++-
 src/gs-fade.c       |  2 +-
 src/gs-grab-x11.c   | 10 +++++-----
 src/gs-manager.c    |  4 ++--
 src/gs-window-x11.c | 32 +++++++++++++++++++++-----------
 5 files changed, 33 insertions(+), 20 deletions(-)

commit 8c09d597a9b5440688c96f382d4f2b5a6e43fc58
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 11 05:31:36 2018 -0400

    Tidy up older deprecations

 savers/floaters.c        |  4 +++-
 savers/gs-theme-window.c |  2 ++
 savers/gste-popsquares.c |  4 ++++
 savers/gste-slideshow.c  |  2 ++
 src/copy-theme-dialog.c  | 10 ++++++++--
 src/gs-fade.c            |  2 +-
 src/gs-grab-x11.c        | 10 +++++-----
 src/gs-lock-plug.c       |  4 +++-
 src/gs-manager.c         |  4 ++--
 src/gs-visual-gl.c       |  4 ++--
 src/gs-window-x11.c      | 14 +++++++-------
 11 files changed, 39 insertions(+), 21 deletions(-)

commit 4c19412a29f4e2066bc9bf9206b01ac734652edd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 10 05:23:47 2018 -0400

    Switch to libxfce4util.h for i18n

 configure.ac                        | 3 ++-
 savers/floaters.c                   | 3 ++-
 savers/gs-theme-window.c            | 1 -
 savers/popsquares.c                 | 2 +-
 savers/slideshow.c                  | 2 +-
 src/copy-theme-dialog.c             | 2 +-
 src/gs-auth-pam.c                   | 2 +-
 src/gs-auth-pwent.c                 | 2 +-
 src/gs-listener-dbus.c              | 2 +-
 src/gs-lock-plug.c                  | 2 +-
 src/test-fade.c                     | 2 +-
 src/test-passwd.c                   | 2 +-
 src/test-watcher.c                  | 2 +-
 src/test-window.c                   | 2 +-
 src/xfce-desktop-utils.c            | 2 +-
 src/xfce-rr.c                       | 2 +-
 src/xfce4-screensaver-command.c     | 2 +-
 src/xfce4-screensaver-dialog.c      | 2 +-
 src/xfce4-screensaver-gl-helper.c   | 2 +-
 src/xfce4-screensaver-preferences.c | 1 -
 src/xfce4-screensaver.c             | 2 +-
 src/xfcekbd-desktop-config.c        | 2 +-
 src/xfcekbd-indicator-config.c      | 2 +-
 src/xfcekbd-indicator.c             | 2 +-
 src/xfcekbd-keyboard-config.c       | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

commit 7e8dbfdba989437952b1ddb9135b2d3d84d9cf7c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 9 22:45:44 2018 -0400

    Drop Xfce requirements to 4.12.1

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 808615eca162f43dd24599c7b53b21bd2607435c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 9 22:06:35 2018 -0400

    Port org.xfce.peripherals-keyboard-xkb.gschema.xml.in to Xfconf

 data/Makefile.am                                   |  8 +--
 ...rg.xfce.peripherals-keyboard-xkb.gschema.xml.in | 59 ------------------
 po/POTFILES.in                                     |  1 -
 src/xfcekbd-config-private.h                       | 70 +++++++++++++++++++++-
 src/xfcekbd-desktop-config.c                       | 50 +++++++---------
 src/xfcekbd-desktop-config.h                       |  9 +--
 src/xfcekbd-indicator-config.c                     | 50 +++++++---------
 src/xfcekbd-indicator-config.h                     |  7 ++-
 src/xfcekbd-indicator.c                            |  8 +--
 9 files changed, 127 insertions(+), 135 deletions(-)

commit f8e14b09d84559075f9458b3f2f69f1d6d5099d9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 9 20:16:50 2018 -0400

    Port org.xfce.screensaver.gschema.xml to Xfconf

 configure.ac                             |   4 +-
 data/Makefile.am                         |   2 +-
 data/org.xfce.screensaver.gschema.xml.in |  89 ------------------
 po/POTFILES.in                           |   1 -
 src/gs-lock-plug.c                       |  23 +----
 src/gs-prefs.c                           | 146 +++++++++++++----------------
 src/gs-prefs.h                           | 155 +++++++++++++++++++++++++++----
 src/xfce4-screensaver-preferences.c      | 114 +++++++++++------------
 8 files changed, 259 insertions(+), 275 deletions(-)

commit 35cd83fc76ba4357c03a37c268f8cdc6d20f0fe9
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 8 21:55:07 2018 -0400

    Enable access to OnlyShowIn=MATE and OnlyShowIn=GNOME screensavers since we have the same codebase

 src/desktop-entries.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0f7955d344f77c70cae4d21c2a2502d208e84f90
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 8 21:37:20 2018 -0400

    Fix background pulling for different monitors

 src/gs-lock-plug.c             | 91 +++++++++++++++++++++++++++++++++---------
 src/gs-window-x11.c            | 18 +++++++++
 src/xfce4-screensaver-dialog.c |  4 ++
 3 files changed, 95 insertions(+), 18 deletions(-)

commit d9e48ad7b970efee205b5c0560ac777104a90b73
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 8 20:37:41 2018 -0400

    Add missing org.xfce.peripherals-keyboard-xkb.gschema.xml

 .gitignore                                         |  1 +
 data/Makefile.am                                   |  2 +-
 data/lock-dialog-default.ui                        |  5 +-
 ...rg.xfce.peripherals-keyboard-xkb.gschema.xml.in | 59 ++++++++++++++++++++++
 po/POTFILES.in                                     |  1 +
 src/xfcekbd-indicator-config.c                     |  3 --
 src/xfcekbd-keyboard-config.c                      | 18 -------
 src/xfcekbd-keyboard-config.h                      |  1 -
 8 files changed, 63 insertions(+), 27 deletions(-)

commit 8685846ed053552368850afc00d54e4f04084194
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 8 07:29:08 2018 -0400

    Drop org.xfce.session.gschema.xml

 data/Makefile.am                         |  2 +-
 data/org.xfce.screensaver.gschema.xml.in |  5 +++
 data/org.xfce.session.gschema.xml.in     | 68 --------------------------------
 po/POTFILES.in                           |  1 -
 src/gs-prefs.c                           | 17 +-------
 src/xfce4-screensaver-preferences.c      | 18 ++-------
 6 files changed, 12 insertions(+), 99 deletions(-)

commit d51c3c6da2a6661381fb0c744dd34a054b5af76f
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 8 06:51:31 2018 -0400

    Drop org.xfce.lockdown.gschema.xml

 data/Makefile.am                      |  2 +-
 data/org.xfce.lockdown.gschema.xml.in | 49 ---------------------------------
 po/POTFILES.in                        |  1 -
 src/gs-monitor.c                      |  6 ++--
 src/gs-prefs.c                        | 52 -----------------------------------
 src/gs-prefs.h                        |  2 --
 src/xfce4-screensaver-preferences.c   | 44 -----------------------------
 7 files changed, 4 insertions(+), 152 deletions(-)

commit ec0669b8f9b54487f7f3c1e1e354f2cab7d63508
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 8 06:30:32 2018 -0400

    Fix Xfdesktop wallpaper integration

 src/xfce-bg.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 60 insertions(+), 4 deletions(-)

commit 875302711ec7e5739a42af07bcf26207d08a2059
Merge: c9d3115 4e58a4b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 7 21:15:42 2018 -0400

    Merge branch 'ochosi-fullscreen-buttons'

commit 4e58a4b8499ee6ea3d58f0c00e0ee072f291b11e
Merge: c9d3115 431bf76
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 7 21:15:14 2018 -0400

    Merge branch 'fullscreen-buttons' of https://github.com/ochosi/xfce4-screensaver into ochosi-fullscreen-buttons

commit c9d31153e8186ee4651037b9b6d86c10b74b057d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 7 21:03:07 2018 -0400

    Fix libxfce4ui include, improve layout of preferences dialog

 data/xfce4-screensaver-preferences.ui | 71 +++++++++++++++++++++++++----------
 src/xfce4-screensaver-preferences.c   |  4 ++
 2 files changed, 55 insertions(+), 20 deletions(-)

commit d15bc18b09dbc83c8cabe9ef4d330374bc7ab49e
Merge: c992082 e96a25a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 7 20:42:39 2018 -0400

    Merge branch 'ochosi-libxfce4ui-prefs'

commit 431bf769c59865fb30097fd5cbc66fc495fa818b
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Mon Oct 8 00:51:38 2018 +0200

    Improve button layout in fullscreen preview

 data/xfce4-screensaver-preferences.ui | 62 ++++++++++++++++++++++-------------
 1 file changed, 40 insertions(+), 22 deletions(-)

commit e96a25a39296f21624442ef0284a4f3a40fae540
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Mon Oct 8 00:49:55 2018 +0200

    Try to make prefs a XfceTitledDialog
    
    Somehow this isn't enough.

 configure.ac                          | 12 +++++++-----
 data/xfce4-screensaver-preferences.ui |  7 +++++--
 src/xfce4-screensaver-preferences.c   |  2 ++
 3 files changed, 14 insertions(+), 7 deletions(-)

commit c992082b222702b3ab397ceebfea131a051ce2f5
Merge: a1500bd 32be5f3
Author: Sean Davis <bluesabre@users.noreply.github.com>
Date:   Sun Oct 7 15:39:31 2018 -0400

    Merge pull request #3 from ochosi/improve-panel
    
    Improve panel

commit 32be5f3d168deb68e0a7024b8a3fa65d97a699a3
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sun Oct 7 20:09:53 2018 +0200

    Drop deprecated GtkStock and unused var

 src/gs-lock-plug.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit e247e402dbae56a48210fb3c106c4de9841c2321
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sun Oct 7 20:07:11 2018 +0200

    Improve panel style and show time in minutes
    
    The .panel and .xfce4-panel style classes will both be picked up to
    style the panel more nicely by default.
    Also, the quite hectic time in seconds is changed to a time in minutes,
    which should provide enough detail for a simple (un)lock screen.

 data/lock-dialog-default.ui | 34 +++++++++++++++++++++++++---------
 src/gs-lock-plug.c          |  8 ++++----
 2 files changed, 29 insertions(+), 13 deletions(-)

commit a1500bd3b993005ad696bfbda2fc7af8b69598f0
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Oct 7 13:31:08 2018 -0400

    Restore the panel

 data/lock-dialog-default.ui    | 347 +++++++++++++++++++++++------------------
 src/Makefile.am                |   2 +
 src/gs-lock-plug.c             | 140 +++++++++++------
 src/gs-window-x11.c            |   5 +-
 src/xfce-bg.c                  |  39 ++++-
 src/xfce-bg.h                  |   6 +
 src/xfce4-screensaver-dialog.c |  44 ++++--
 7 files changed, 357 insertions(+), 226 deletions(-)

commit 5d1a874e0d649acb6fa742e010ea0e7f7d853396
Merge: 49c3db8 cf8fceb
Author: Sean Davis <bluesabre@users.noreply.github.com>
Date:   Sat Oct 6 20:48:57 2018 -0400

    Merge pull request #2 from ochosi/drop-leave-message
    
    Drop leave-message feature

commit cf8fceb4fb3a70263f620d0edbd2b9db01237d44
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sun Oct 7 00:31:40 2018 +0200

    Drop leave-message feature
    
    Also cleanup unneeded widgetry (GtkNotebooks etc).

 configure.ac                |  16 --
 data/lock-dialog-default.ui | 522 ++++++++++++++++----------------------------
 src/Makefile.am             |   2 -
 src/gs-lock-plug.c          | 154 -------------
 4 files changed, 188 insertions(+), 506 deletions(-)

commit 49c3db8cb658179c3c2236b14e2a515c04321b79
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Oct 6 18:01:53 2018 -0400

    Use background information from Xfdesktop

 configure.ac                            |   2 +
 data/Makefile.am                        |   2 +-
 data/org.xfce.background.gschema.xml.in |  62 ------
 po/POTFILES.in                          |   1 -
 src/gs-manager.c                        |  26 ++-
 src/xfce-bg.c                           | 326 +++++++++++++++-----------------
 src/xfce-bg.h                           |  28 +--
 src/xfce4-screensaver.c                 |  10 +
 8 files changed, 195 insertions(+), 262 deletions(-)

commit 261404fa48e3a215a6527997dcdc9265951b08f4
Merge: 56a6101 3bad840
Author: Sean Davis <bluesabre@users.noreply.github.com>
Date:   Sat Oct 6 07:14:30 2018 -0400

    Merge pull request #1 from ochosi/master
    
    Improve layout and theming

commit 3bad8404a8257a326df4cb028879e67011e72912
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 5 23:59:48 2018 +0200

    Fix build

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e7f7b8ec356fe0069c38f021df652cca3d08036e
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 5 23:38:14 2018 +0200

    Improve layout and theming based on lightdm-gtk-greeter
    
    These theming tweaks should work with all themes that support
    lightdm-gtk-greeter (like Greybird).

 data/lock-dialog-default.ui | 426 ++++++++++++++++++++++++--------------------
 src/gs-lock-plug.c          |   4 +-
 2 files changed, 235 insertions(+), 195 deletions(-)

commit 6cb2c29894d4229942af7b228ef9ca009e4a733d
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 5 23:37:37 2018 +0200

    Replace deprecated GtkStock stuff

 src/copy-theme-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3dd93dce3e541c5e0eb184fbabbdc4da06101b2c
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Fri Oct 5 23:37:18 2018 +0200

    Fix build

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit 56a6101c41cfccadf63d55ac59c82ac6c3047576
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 5 12:04:57 2018 -0400

    Update README

 README | 5 +++++
 1 file changed, 5 insertions(+)

commit c3afe263e9021166a2db25a3cb9541c8b9815b35
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 5 12:03:42 2018 -0400

    Fix unexpected crash with g_source_remove

 src/gs-auth-pam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c3b21811947a813c1422be2c2f325e52021e03ef
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 5 12:01:32 2018 -0400

    Remove removed languages from LINGUAS

 po/LINGUAS | 93 --------------------------------------------------------------
 1 file changed, 93 deletions(-)

commit ecb0eb6ecc238f7ad7851d0b78d89c0a2663c4f1
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 5 10:52:24 2018 -0400

    Drop translations since various MATE -> Xfce strings were included

 po/am.po          | 1043 -------------------------------------------------
 po/ar.po          | 1063 --------------------------------------------------
 po/as.po          | 1050 -------------------------------------------------
 po/ast.po         | 1055 --------------------------------------------------
 po/be.po          | 1065 --------------------------------------------------
 po/bg.po          | 1111 ----------------------------------------------------
 po/bn.po          | 1056 --------------------------------------------------
 po/bn_IN.po       | 1056 --------------------------------------------------
 po/br.po          | 1042 -------------------------------------------------
 po/bs.po          | 1042 -------------------------------------------------
 po/ca.po          | 1112 ----------------------------------------------------
 po/ca@valencia.po | 1112 ----------------------------------------------------
 po/cmn.po         | 1048 -------------------------------------------------
 po/crh.po         | 1051 -------------------------------------------------
 po/cs.po          | 1097 ----------------------------------------------------
 po/cy.po          | 1051 -------------------------------------------------
 po/da.po          | 1089 ---------------------------------------------------
 po/de.po          | 1116 -----------------------------------------------------
 po/dz.po          | 1047 -------------------------------------------------
 po/el.po          | 1110 ----------------------------------------------------
 po/en_AU.po       | 1085 ---------------------------------------------------
 po/en_CA.po       | 1044 -------------------------------------------------
 po/en_GB.po       | 1087 ---------------------------------------------------
 po/es.po          | 1109 ----------------------------------------------------
 po/es_AR.po       | 1041 -------------------------------------------------
 po/es_CO.po       | 1041 -------------------------------------------------
 po/et.po          | 1085 ---------------------------------------------------
 po/eu.po          | 1057 --------------------------------------------------
 po/fa.po          | 1051 -------------------------------------------------
 po/fi.po          | 1054 --------------------------------------------------
 po/fr.po          | 1113 ----------------------------------------------------
 po/fr_CA.po       | 1039 -------------------------------------------------
 po/frp.po         | 1039 -------------------------------------------------
 po/ga.po          | 1050 -------------------------------------------------
 po/gl.po          | 1066 --------------------------------------------------
 po/gu.po          | 1050 -------------------------------------------------
 po/he.po          | 1049 -------------------------------------------------
 po/hi.po          | 1049 -------------------------------------------------
 po/hr.po          | 1101 ----------------------------------------------------
 po/hu.po          | 1095 ----------------------------------------------------
 po/hy.po          | 1092 ---------------------------------------------------
 po/id.po          | 1092 ---------------------------------------------------
 po/is.po          | 1082 ---------------------------------------------------
 po/it.po          | 1105 ----------------------------------------------------
 po/ja.po          | 1093 ---------------------------------------------------
 po/ka.po          | 1040 -------------------------------------------------
 po/kk.po          | 1040 -------------------------------------------------
 po/kn.po          | 1050 -------------------------------------------------
 po/ko.po          | 1076 ---------------------------------------------------
 po/ku.po          | 1048 -------------------------------------------------
 po/ku_IQ.po       | 1039 -------------------------------------------------
 po/ky.po          | 1037 -------------------------------------------------
 po/lt.po          | 1096 ----------------------------------------------------
 po/lv.po          | 1061 --------------------------------------------------
 po/mai.po         | 1045 -------------------------------------------------
 po/mg.po          | 1056 --------------------------------------------------
 po/mk.po          | 1057 --------------------------------------------------
 po/ml.po          | 1051 -------------------------------------------------
 po/mn.po          | 1048 -------------------------------------------------
 po/mr.po          | 1046 -------------------------------------------------
 po/ms.po          | 1094 ---------------------------------------------------
 po/nb.po          | 1083 ---------------------------------------------------
 po/nds.po         | 1059 --------------------------------------------------
 po/ne.po          | 1051 -------------------------------------------------
 po/nl.po          | 1109 ----------------------------------------------------
 po/nn.po          | 1052 --------------------------------------------------
 po/oc.po          | 1042 -------------------------------------------------
 po/or.po          | 1050 -------------------------------------------------
 po/pa.po          | 1048 -------------------------------------------------
 po/pl.po          | 1105 ----------------------------------------------------
 po/ps.po          | 1042 -------------------------------------------------
 po/pt.po          | 1106 ----------------------------------------------------
 po/pt_BR.po       | 1114 ----------------------------------------------------
 po/ro.po          | 1072 --------------------------------------------------
 po/ru.po          | 1113 ----------------------------------------------------
 po/si.po          | 1042 -------------------------------------------------
 po/sk.po          | 1098 ----------------------------------------------------
 po/sl.po          | 1098 ----------------------------------------------------
 po/sq.po          | 1047 -------------------------------------------------
 po/sr.po          | 1087 ---------------------------------------------------
 po/sr@latin.po    | 1055 --------------------------------------------------
 po/sv.po          | 1093 ---------------------------------------------------
 po/ta.po          | 1047 -------------------------------------------------
 po/te.po          | 1046 -------------------------------------------------
 po/th.po          | 1067 --------------------------------------------------
 po/tr.po          | 1099 ----------------------------------------------------
 po/uk.po          | 1098 ----------------------------------------------------
 po/ur.po          | 1044 -------------------------------------------------
 po/uz.po          | 1037 -------------------------------------------------
 po/vi.po          | 1090 ---------------------------------------------------
 po/zh_CN.po       | 1069 --------------------------------------------------
 po/zh_HK.po       | 1046 -------------------------------------------------
 po/zh_TW.po       | 1072 --------------------------------------------------
 93 files changed, 99350 deletions(-)

commit d6544612371e7fc8688604e04ba67ead762c770a
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Fri Oct 5 07:04:42 2018 -0400

    Refresh PAM config

 data/xfce4-screensaver | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

commit 2cab122aa8ab3180139148f1462bce4cea5d064d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 4 22:37:18 2018 -0400

    XFCE -> Xfce where necessary

 autogen.sh                             | 2 +-
 data/xfce4-screensaver-command.1       | 2 +-
 data/xfce4-screensaver-preferences.1   | 8 ++++----
 data/xfce4-screensaver.1               | 8 ++++----
 data/xfce4-screensaver.pc.in           | 2 +-
 doc/dbus-interface.xml                 | 2 +-
 doc/xfce4-screensaver.xml.in           | 2 +-
 po/am.po                               | 4 ++--
 po/ar.po                               | 4 ++--
 po/as.po                               | 4 ++--
 po/ast.po                              | 4 ++--
 po/be.po                               | 4 ++--
 po/bg.po                               | 4 ++--
 po/bn.po                               | 4 ++--
 po/bn_IN.po                            | 4 ++--
 po/br.po                               | 4 ++--
 po/bs.po                               | 4 ++--
 po/ca.po                               | 4 ++--
 po/ca@valencia.po                      | 4 ++--
 po/cmn.po                              | 4 ++--
 po/crh.po                              | 4 ++--
 po/cs.po                               | 4 ++--
 po/cy.po                               | 4 ++--
 po/da.po                               | 4 ++--
 po/de.po                               | 4 ++--
 po/dz.po                               | 4 ++--
 po/el.po                               | 4 ++--
 po/en_AU.po                            | 4 ++--
 po/en_CA.po                            | 4 ++--
 po/en_GB.po                            | 4 ++--
 po/es.po                               | 4 ++--
 po/es_AR.po                            | 4 ++--
 po/es_CO.po                            | 4 ++--
 po/et.po                               | 4 ++--
 po/eu.po                               | 4 ++--
 po/fa.po                               | 4 ++--
 po/fi.po                               | 4 ++--
 po/fr.po                               | 4 ++--
 po/fr_CA.po                            | 4 ++--
 po/frp.po                              | 4 ++--
 po/ga.po                               | 4 ++--
 po/gl.po                               | 4 ++--
 po/gu.po                               | 4 ++--
 po/he.po                               | 4 ++--
 po/hi.po                               | 4 ++--
 po/hr.po                               | 4 ++--
 po/hu.po                               | 4 ++--
 po/hy.po                               | 4 ++--
 po/id.po                               | 4 ++--
 po/is.po                               | 4 ++--
 po/it.po                               | 4 ++--
 po/ja.po                               | 4 ++--
 po/ka.po                               | 4 ++--
 po/kk.po                               | 4 ++--
 po/kn.po                               | 4 ++--
 po/ko.po                               | 4 ++--
 po/ku.po                               | 4 ++--
 po/ku_IQ.po                            | 4 ++--
 po/ky.po                               | 4 ++--
 po/lt.po                               | 4 ++--
 po/lv.po                               | 4 ++--
 po/mai.po                              | 4 ++--
 po/mg.po                               | 4 ++--
 po/mk.po                               | 4 ++--
 po/ml.po                               | 4 ++--
 po/mn.po                               | 4 ++--
 po/mr.po                               | 4 ++--
 po/ms.po                               | 4 ++--
 po/nb.po                               | 4 ++--
 po/nds.po                              | 4 ++--
 po/ne.po                               | 4 ++--
 po/nl.po                               | 4 ++--
 po/nn.po                               | 4 ++--
 po/oc.po                               | 4 ++--
 po/or.po                               | 4 ++--
 po/pa.po                               | 4 ++--
 po/pl.po                               | 4 ++--
 po/ps.po                               | 4 ++--
 po/pt.po                               | 4 ++--
 po/pt_BR.po                            | 4 ++--
 po/ro.po                               | 4 ++--
 po/ru.po                               | 4 ++--
 po/si.po                               | 4 ++--
 po/sk.po                               | 4 ++--
 po/sl.po                               | 4 ++--
 po/sq.po                               | 4 ++--
 po/sr.po                               | 4 ++--
 po/sr@latin.po                         | 4 ++--
 po/sv.po                               | 4 ++--
 po/ta.po                               | 4 ++--
 po/te.po                               | 4 ++--
 po/th.po                               | 4 ++--
 po/tr.po                               | 4 ++--
 po/uk.po                               | 4 ++--
 po/ur.po                               | 4 ++--
 po/uz.po                               | 4 ++--
 po/vi.po                               | 4 ++--
 po/zh_CN.po                            | 4 ++--
 po/zh_HK.po                            | 4 ++--
 po/zh_TW.po                            | 4 ++--
 savers/footlogo-floaters.desktop.in.in | 4 ++--
 src/xfce-desktop-utils.c               | 2 +-
 src/xfce-desktop-utils.h               | 2 +-
 103 files changed, 203 insertions(+), 203 deletions(-)

commit d208d5f551ca3b1fea74027952f9b5eacaecdecf
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Thu Oct 4 22:22:36 2018 -0400

    Add the new Floating Xfce screensaver

 configure.ac                        |   2 +-
 data/images/Makefile.am             |   2 +-
 data/images/mate-logo-white.svg     | 128 ------------------------------------
 data/images/xfce-logo-white.svg     |  55 ++++++++++++++++
 src/xfce4-screensaver-preferences.c |   2 +-
 5 files changed, 58 insertions(+), 131 deletions(-)

commit e84cc8952375c74ca5d2ffc9834b85eb65344e0b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 3 22:34:49 2018 -0400

    Refresh translation templates

 .gitignore                              |   1 +
 data/org.xfce.background.gschema.xml.in |   2 +-
 po/POTFILES.in                          |  20 +-
 po/am.po                                | 763 +++++++++++++++++++--------
 po/ar.po                                | 783 +++++++++++++++++++---------
 po/as.po                                | 782 +++++++++++++++++++---------
 po/ast.po                               | 787 +++++++++++++++++++---------
 po/be.po                                | 802 +++++++++++++++++++---------
 po/bg.po                                | 885 ++++++++++++++++++++++---------
 po/bn.po                                | 784 +++++++++++++++++++---------
 po/bn_IN.po                             | 788 +++++++++++++++++++---------
 po/br.po                                | 762 +++++++++++++++++++--------
 po/bs.po                                | 737 ++++++++++++++++++--------
 po/ca.po                                | 888 ++++++++++++++++++++++---------
 po/ca@valencia.po                       | 889 +++++++++++++++++++++++---------
 po/cmn.po                               | 783 +++++++++++++++++++---------
 po/crh.po                               | 790 +++++++++++++++++++---------
 po/cs.po                                | 851 +++++++++++++++++++++---------
 po/cy.po                                | 772 ++++++++++++++++++---------
 po/da.po                                | 849 +++++++++++++++++++++---------
 po/de.po                                | 885 ++++++++++++++++++++++---------
 po/dz.po                                | 781 +++++++++++++++++++---------
 po/el.po                                | 879 ++++++++++++++++++++++---------
 po/en_AU.po                             | 844 +++++++++++++++++++++---------
 po/en_CA.po                             | 764 +++++++++++++++++++--------
 po/en_GB.po                             | 844 +++++++++++++++++++++---------
 po/es.po                                | 875 ++++++++++++++++++++++---------
 po/es_AR.po                             | 761 +++++++++++++++++++--------
 po/es_CO.po                             | 738 ++++++++++++++++++--------
 po/et.po                                | 848 +++++++++++++++++++++---------
 po/eu.po                                | 791 +++++++++++++++++++---------
 po/fa.po                                | 794 +++++++++++++++++++---------
 po/fi.po                                | 778 +++++++++++++++++++---------
 po/fr.po                                | 880 ++++++++++++++++++++++---------
 po/fr_CA.po                             | 733 ++++++++++++++++++--------
 po/frp.po                               | 745 ++++++++++++++++++--------
 po/ga.po                                | 763 +++++++++++++++++++--------
 po/gl.po                                | 804 ++++++++++++++++++++---------
 po/gu.po                                | 778 +++++++++++++++++++---------
 po/he.po                                | 777 +++++++++++++++++++---------
 po/hi.po                                | 783 +++++++++++++++++++---------
 po/hr.po                                | 866 ++++++++++++++++++++++---------
 po/hu.po                                | 857 +++++++++++++++++++++---------
 po/hy.po                                | 857 +++++++++++++++++++++---------
 po/id.po                                | 858 +++++++++++++++++++++---------
 po/is.po                                | 843 +++++++++++++++++++++---------
 po/it.po                                | 880 ++++++++++++++++++++++---------
 po/ja.po                                | 861 ++++++++++++++++++++++---------
 po/ka.po                                | 769 ++++++++++++++++++---------
 po/kk.po                                | 763 +++++++++++++++++++--------
 po/kn.po                                | 789 +++++++++++++++++++---------
 po/ko.po                                | 827 ++++++++++++++++++++---------
 po/ku.po                                | 775 +++++++++++++++++++---------
 po/ku_IQ.po                             | 747 +++++++++++++++++++--------
 po/ky.po                                | 750 +++++++++++++++++++--------
 po/lt.po                                | 858 +++++++++++++++++++++---------
 po/lv.po                                | 794 +++++++++++++++++++---------
 po/mai.po                               | 773 ++++++++++++++++++---------
 po/mg.po                                | 796 +++++++++++++++++++---------
 po/mk.po                                | 788 +++++++++++++++++++---------
 po/ml.po                                | 784 +++++++++++++++++++---------
 po/mn.po                                | 775 +++++++++++++++++++---------
 po/mr.po                                | 771 ++++++++++++++++++---------
 po/ms.po                                | 870 ++++++++++++++++++++++---------
 po/nb.po                                | 839 +++++++++++++++++++++---------
 po/nds.po                               | 799 +++++++++++++++++++---------
 po/ne.po                                | 778 +++++++++++++++++++---------
 po/nl.po                                | 881 ++++++++++++++++++++++---------
 po/nn.po                                | 785 +++++++++++++++++++---------
 po/oc.po                                | 766 +++++++++++++++++++--------
 po/or.po                                | 780 +++++++++++++++++++---------
 po/pa.po                                | 774 ++++++++++++++++++---------
 po/pl.po                                | 868 ++++++++++++++++++++++---------
 po/ps.po                                | 761 +++++++++++++++++++--------
 po/pt.po                                | 873 ++++++++++++++++++++++---------
 po/pt_BR.po                             | 872 ++++++++++++++++++++++---------
 po/ro.po                                | 820 ++++++++++++++++++++---------
 po/ru.po                                | 875 ++++++++++++++++++++++---------
 po/si.po                                | 768 ++++++++++++++++++---------
 po/sk.po                                | 859 +++++++++++++++++++++---------
 po/sl.po                                | 859 +++++++++++++++++++++---------
 po/sq.po                                | 771 +++++++++++++++++++--------
 po/sr.po                                | 844 +++++++++++++++++++++---------
 po/sr@latin.po                          | 789 +++++++++++++++++++---------
 po/sv.po                                | 846 +++++++++++++++++++++---------
 po/ta.po                                | 771 ++++++++++++++++++---------
 po/te.po                                | 771 ++++++++++++++++++---------
 po/th.po                                | 820 ++++++++++++++++++++---------
 po/tr.po                                | 857 +++++++++++++++++++++---------
 po/uk.po                                | 858 +++++++++++++++++++++---------
 po/ur.po                                | 773 ++++++++++++++++++---------
 po/uz.po                                | 756 +++++++++++++++++++--------
 po/vi.po                                | 865 ++++++++++++++++++++++---------
 po/zh_CN.po                             | 822 ++++++++++++++++++++---------
 po/zh_HK.po                             | 774 ++++++++++++++++++---------
 po/zh_TW.po                             | 821 ++++++++++++++++++++---------
 src/xfce-bg.c                           |   2 +-
 src/xfce-bg.h                           |   4 +-
 98 files changed, 53083 insertions(+), 22232 deletions(-)

commit 711ffbaaf4c4c25a8feb087d3b46ade1e9541a63
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 3 22:22:44 2018 -0400

    Bulk rename MATE -> XFCE

 .github/issue_template.md                          |   2 +-
 .gitignore                                         |   6 +-
 autogen.sh                                         |   8 +-
 configure.ac                                       |  48 ++---
 data/Makefile.am                                   |   6 +-
 data/images/cosmos/Makefile.am                     |   2 +-
 data/images/cosmos/cosmos.xml.in.in                |   2 +-
 ....service.in => org.xfce.ScreenSaver.service.in} |   2 +-
 data/org.xfce.background.gschema.xml.in            |  62 +++++++
 data/org.xfce.lockdown.gschema.xml.in              |  49 +++++
 ....xml.in => org.xfce.screensaver.gschema.xml.in} |   6 +-
 data/org.xfce.session.gschema.xml.in               |  68 +++++++
 data/xfce4-screensaver-command.1                   |   4 +-
 data/xfce4-screensaver-preferences.1               |  10 +-
 data/xfce4-screensaver-preferences.desktop.in      |   8 +-
 data/xfce4-screensaver.1                           |  10 +-
 data/xfce4-screensaver.directory.in                |   2 +-
 data/xfce4-screensaver.pc.in                       |   2 +-
 data/xscreensaver-config.xsl                       |   2 +-
 doc/dbus-interface.xml                             |  28 +--
 doc/xfce4-screensaver.xml.in                       |   2 +-
 po/POTFILES.in                                     |   2 +-
 savers/Makefile.am                                 |  12 +-
 savers/cosmos-slideshow.desktop.in.in              |   2 +-
 savers/floaters.c                                  |   2 +-
 savers/footlogo-floaters.desktop.in.in             |   6 +-
 savers/gnomelogo-floaters.desktop.in.in            |   2 +-
 savers/personal-slideshow.desktop.in.in            |   2 +-
 savers/popsquares.c                                |   2 +-
 savers/popsquares.desktop.in.in                    |   2 +-
 savers/slideshow.c                                 |   2 +-
 src/Makefile.am                                    |  34 ++--
 src/debug-screensaver.sh                           |   2 +-
 src/desktop-entries.c                              |  32 ++--
 src/desktop-entries.h                              |   2 +-
 src/gs-listener-dbus.c                             |  14 +-
 src/gs-lock-plug.c                                 |   2 +-
 src/gs-prefs.c                                     |   6 +-
 src/gs-theme-manager.c                             |  10 +-
 src/menu-monitor.c                                 |  26 +--
 src/menu-monitor.h                                 |  16 +-
 src/test-fade.c                                    |   2 +-
 src/test-passwd.c                                  |   2 +-
 src/test-watcher.c                                 |   2 +-
 src/test-window.c                                  |   2 +-
 src/xfce-bg.c                                      |   4 +-
 src/xfce-bg.h                                      |  12 +-
 src/xfce-desktop-utils.c                           |  10 +-
 src/xfce-desktop-utils.h                           |  10 +-
 src/xfce-rr.c                                      |   8 +-
 src/xfce-rr.h                                      |   8 +-
 src/xfce4-screensaver-command.c                    |   8 +-
 src/xfce4-screensaver-dialog.c                     |   2 +-
 src/xfce4-screensaver-gl-helper.c                  |   2 +-
 src/xfce4-screensaver-preferences.c                |  14 +-
 src/xfce4-screensaver.c                            |   2 +-
 src/xfce4-screensaver.desktop.in.in                |  14 +-
 src/xfce4-screensaver.h                            |   4 +-
 src/xfcekbd-config-private.h                       |   2 +-
 src/xfcekbd-indicator-config.c                     |   6 +-
 src/xfcekbd-indicator.c                            |   4 +-
 src/xfcemenu-tree.c                                | 204 ++++++++++-----------
 src/xfcemenu-tree.h                                |  50 ++---
 63 files changed, 529 insertions(+), 350 deletions(-)

commit 3fabc5afcb0caa726f4e752046708fb53eea46a0
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 3 18:19:41 2018 -0400

    Tidy up desktop-entries.{c,h}

 src/desktop-entries.c | 31 -------------------------------
 src/desktop-entries.h |  5 -----
 2 files changed, 36 deletions(-)

commit 7c16c979f9c504a3229c959d8731a07eed72f7af
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 3 17:53:29 2018 -0400

    Drop unused xfce-desktop-thumbnail.{c,h}

 src/Makefile.am              |   2 -
 src/xfce-bg.h                |   1 -
 src/xfce-desktop-thumbnail.c | 945 -------------------------------------------
 src/xfce-desktop-thumbnail.h |  77 ----
 4 files changed, 1025 deletions(-)

commit b011935a055e802d8f1b17c7f9e85413eb738cea
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 3 07:18:38 2018 -0400

    Tidy up xfce-rr-private.h

 src/xfce-rr-private.h | 73 +++++++++++++++------------------------------------
 src/xfce-rr.c         | 16 -----------
 2 files changed, 21 insertions(+), 68 deletions(-)

commit 16b09f8fe328e53caced224a8f93688bce8d3518
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Wed Oct 3 06:42:17 2018 -0400

    More header cleanup

 src/xfce-rr.c                 | 387 ++----------------------------------------
 src/xfce-rr.h                 |  55 ------
 src/xfcekbd-config-private.h  |  26 ---
 src/xfcekbd-keyboard-config.c |  69 --------
 src/xfcemenu-tree.h           |  16 --
 5 files changed, 14 insertions(+), 539 deletions(-)

commit 2c742beac24b83dff1faf95ec34bc7ca88b5e62c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 2 07:16:16 2018 -0400

    Cleanup deprecated MATE code

 src/xfce-rr.c | 16 ----------------
 src/xfce-rr.h | 11 -----------
 2 files changed, 27 deletions(-)

commit f7cf31f0a9cf7ba9530721f5c9157dac41ea0fc7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 2 07:09:48 2018 -0400

    Drop unused xfcekbd-util.{c,h}

 src/Makefile.am               |  8 -------
 src/xfcekbd-keyboard-config.c |  1 -
 src/xfcekbd-util.c            | 53 -------------------------------------------
 src/xfcekbd-util.h            | 30 ------------------------
 4 files changed, 92 deletions(-)

commit 18b0b8c850b3f2162669dedf07e71094712d5f4c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Tue Oct 2 07:00:45 2018 -0400

    Drop unused edid.h, xfce-rr-config.{c,h}, xfce-rr-output-info.c

 src/edid.h                |  184 -----
 src/xfce-rr-config.c      | 1690 ---------------------------------------------
 src/xfce-rr-config.h      |   80 ---
 src/xfce-rr-output-info.c |   64 --
 src/xfce-rr-private.h     |    7 -
 src/xfce-rr.c             |    1 -
 6 files changed, 2026 deletions(-)

commit 07b12d4a2f06f2a9ab17fd2059eaee975268157c
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 23:05:44 2018 -0400

    Drop unused private.h

 src/Makefile.am          |  1 -
 src/private.h            | 36 ------------------------------------
 src/xfce-desktop-utils.c | 15 ---------------
 3 files changed, 52 deletions(-)

commit 1b5f5b4963d3bb14919facda973276fad1a5e5ef
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 22:53:37 2018 -0400

    Drop unused xfce-bg-crossfade.{c,h}

 src/Makefile.am         |   2 -
 src/xfce-bg-crossfade.c | 752 ------------------------------------------------
 src/xfce-bg-crossfade.h |  76 -----
 src/xfce-bg.c           |   1 -
 src/xfce-bg.h           |   1 -
 5 files changed, 832 deletions(-)

commit 3ea61b8b6c2ab7f9318903d295ec5f30c273879e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 22:47:29 2018 -0400

    Tidy up xfce-bg.{c,h}

 src/xfce-bg.c | 1099 ++-------------------------------------------------------
 src/xfce-bg.h |   74 ----
 2 files changed, 29 insertions(+), 1144 deletions(-)

commit eb447b3d990d82ca8a5a6cca66001c2cc37df776
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 22:15:47 2018 -0400

    Tidy up xfce-desktop-thumbnail.{c,h}

 src/xfce-desktop-thumbnail.c | 341 ++-----------------------------------------
 src/xfce-desktop-thumbnail.h |  22 ---
 2 files changed, 10 insertions(+), 353 deletions(-)

commit 7d7901025a1af20fa785d57ed5ad913a9315bc48
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 22:06:47 2018 -0400

    Drop MATE_DESKTOP_USE_UNSTABLE_API

 src/xfce-bg-crossfade.c      | 1 -
 src/xfce-desktop-thumbnail.c | 1 -
 src/xfce-desktop-utils.c     | 1 -
 3 files changed, 3 deletions(-)

commit 5b4efdd19fb242946a78ba49f5224f0c65527a80
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 22:05:38 2018 -0400

    Tidy up xfce-desktop-utils.{c,h}

 src/xfce-desktop-utils.c | 370 -----------------------------------------------
 src/xfce-desktop-utils.h |  13 --
 2 files changed, 383 deletions(-)

commit 3a56a7be210f0c9f85b21faeca855288319c790e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 22:00:46 2018 -0400

    Tidy up xfce-rr-{config,output-info}.{c,h}

 src/xfce-rr-config.c      | 326 +++-------------------------------------------
 src/xfce-rr-config.h      |  67 ----------
 src/xfce-rr-output-info.c | 190 ---------------------------
 3 files changed, 19 insertions(+), 564 deletions(-)

commit 1096f7ddb71418b9bd2de0f694739a07dc913f12
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 21:32:32 2018 -0400

    Delete unused xfce-rr-labeler.{c,h}

 src/xfce-rr-labeler.c | 550 --------------------------------------------------
 src/xfce-rr-labeler.h |  61 ------
 2 files changed, 611 deletions(-)

commit f8ca8886403c038bdc85e85030a3f139ead8a649
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 21:27:58 2018 -0400

    Tidy up xfcekbd-desktop-config.{c,h}

 src/xfcekbd-desktop-config.c | 38 --------------------------------------
 src/xfcekbd-desktop-config.h |  7 -------
 2 files changed, 45 deletions(-)

commit 950143c8fff51c2cbc5ebf0de9d3cf32795b36d8
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 21:24:28 2018 -0400

    Tidy up xfcekbd-indicator-config.{c,h}

 src/xfcekbd-indicator-config.c | 27 +--------------------------
 src/xfcekbd-indicator-config.h | 10 ----------
 2 files changed, 1 insertion(+), 36 deletions(-)

commit 9c0f624a8af2f9f062f07de638afd6223a789ac1
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 21:19:40 2018 -0400

    Tidy up xfcekbd-indicator.{c,h}

 src/xfcekbd-indicator.c | 68 +------------------------------------------------
 src/xfcekbd-indicator.h | 16 ------------
 2 files changed, 1 insertion(+), 83 deletions(-)

commit c8106a83174a561e7309373be7e5e5e70128c5b7
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 21:10:46 2018 -0400

    Tidy up xfcekbd-keyboard-config.{c,h}

 src/xfcekbd-config-private.h  |   8 -
 src/xfcekbd-keyboard-config.c | 474 +-----------------------------------------
 src/xfcekbd-keyboard-config.h |  55 -----
 3 files changed, 1 insertion(+), 536 deletions(-)

commit 8797c65f0787b494c06df19fe426c18ae36a2c84
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Mon Oct 1 20:42:43 2018 -0400

    Update README

 README | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit ee3798570b69a8d69a20b1aa3109f5bb677601a3
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Sep 30 23:04:53 2018 -0400

    Tidy up xfcekbd-util.{c,h}

 src/xfcekbd-config-private.h |  5 ---
 src/xfcekbd-util.c           | 79 --------------------------------------------
 src/xfcekbd-util.h           |  6 ----
 3 files changed, 90 deletions(-)

commit 7ba00e25e580ba2210b9fce1966dcdc8507fb978
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Sep 30 22:55:04 2018 -0400

    Tidy up xfcemenu-tree.{c,h}

 src/xfcemenu-tree.c | 428 +---------------------------------------------------
 src/xfcemenu-tree.h |  27 ----
 2 files changed, 7 insertions(+), 448 deletions(-)

commit 37e0b342297885a9c2f47ea9d806ea494800ed5b
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Sep 30 22:24:38 2018 -0400

    Tidy up xfce-rr.{c,h}

 src/xfce-rr.c | 204 ----------------------------------------------------------
 src/xfce-rr.h |  20 ------
 2 files changed, 224 deletions(-)

commit 711cd10e296bcb0b1859a258c5118e43a924d068
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Sep 30 21:51:24 2018 -0400

    Add RANDER support, drop unused definitions

 .gitignore                   |  59 +++++++++
 configure.ac                 |  21 +++-
 src/xfce-desktop-thumbnail.c | 281 -------------------------------------------
 3 files changed, 79 insertions(+), 282 deletions(-)

commit 2958215a243f2221121a2de00a7c96c38c31ea44
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Sep 30 20:55:59 2018 -0400

    Bulk rename mate-screensaver -> xfce4-screensaver

 .gitignore                                         |  29 +++
 .tx/config                                         |   4 +-
 README                                             |   8 +-
 autogen.sh                                         |   2 +-
 configure.ac                                       |  26 +--
 data/Makefile.am                                   |  34 +--
 data/org.mate.ScreenSaver.service.in               |   2 +-
 data/{mate-screensaver => xfce4-screensaver}       |   0
 ...saver-command.1 => xfce4-screensaver-command.1} |  10 +-
 ...eferences.1 => xfce4-screensaver-preferences.1} |  16 +-
 ...in => xfce4-screensaver-preferences.desktop.in} |   4 +-
 ...erences.ui => xfce4-screensaver-preferences.ui} |   2 +-
 data/{mate-screensaver.1 => xfce4-screensaver.1}   |  20 +-
 ...directory.in => xfce4-screensaver.directory.in} |   0
 ...e-screensaver.pc.in => xfce4-screensaver.pc.in} |   2 +-
 ...ensavers.menu.in => xfce4-screensavers.menu.in} |   2 +-
 doc/Makefile.am                                    |  12 +-
 ...screensaver.xml.in => xfce4-screensaver.xml.in} |   0
 po/POTFILES.in                                     |  16 +-
 po/POTFILES.skip                                   |   2 +-
 po/am.po                                           | 174 +++++++--------
 po/ar.po                                           | 174 +++++++--------
 po/as.po                                           | 174 +++++++--------
 po/ast.po                                          | 174 +++++++--------
 po/be.po                                           | 174 +++++++--------
 po/bg.po                                           | 174 +++++++--------
 po/bn.po                                           | 174 +++++++--------
 po/bn_IN.po                                        | 174 +++++++--------
 po/br.po                                           | 174 +++++++--------
 po/bs.po                                           | 174 +++++++--------
 po/ca.po                                           | 174 +++++++--------
 po/ca@valencia.po                                  | 174 +++++++--------
 po/cmn.po                                          | 174 +++++++--------
 po/crh.po                                          | 174 +++++++--------
 po/cs.po                                           | 174 +++++++--------
 po/cy.po                                           | 174 +++++++--------
 po/da.po                                           | 174 +++++++--------
 po/de.po                                           | 174 +++++++--------
 po/dz.po                                           | 174 +++++++--------
 po/el.po                                           | 174 +++++++--------
 po/en_AU.po                                        | 174 +++++++--------
 po/en_CA.po                                        | 174 +++++++--------
 po/en_GB.po                                        | 174 +++++++--------
 po/es.po                                           | 174 +++++++--------
 po/es_AR.po                                        | 174 +++++++--------
 po/es_CO.po                                        | 174 +++++++--------
 po/et.po                                           | 174 +++++++--------
 po/eu.po                                           | 174 +++++++--------
 po/fa.po                                           | 174 +++++++--------
 po/fi.po                                           | 174 +++++++--------
 po/fr.po                                           | 174 +++++++--------
 po/fr_CA.po                                        | 174 +++++++--------
 po/frp.po                                          | 174 +++++++--------
 po/ga.po                                           | 174 +++++++--------
 po/gl.po                                           | 174 +++++++--------
 po/gnome-copyrights.txt                            | 238 ++++++++++-----------
 po/gu.po                                           | 174 +++++++--------
 po/he.po                                           | 174 +++++++--------
 po/hi.po                                           | 174 +++++++--------
 po/hr.po                                           | 174 +++++++--------
 po/hu.po                                           | 174 +++++++--------
 po/hy.po                                           | 174 +++++++--------
 po/id.po                                           | 174 +++++++--------
 po/is.po                                           | 174 +++++++--------
 po/it.po                                           | 174 +++++++--------
 po/ja.po                                           | 176 +++++++--------
 po/ka.po                                           | 174 +++++++--------
 po/kk.po                                           | 174 +++++++--------
 po/kn.po                                           | 174 +++++++--------
 po/ko.po                                           | 174 +++++++--------
 po/ku.po                                           | 174 +++++++--------
 po/ku_IQ.po                                        | 174 +++++++--------
 po/ky.po                                           | 174 +++++++--------
 po/lt.po                                           | 174 +++++++--------
 po/lv.po                                           | 174 +++++++--------
 po/mai.po                                          | 174 +++++++--------
 po/mg.po                                           | 174 +++++++--------
 po/mk.po                                           | 174 +++++++--------
 po/ml.po                                           | 174 +++++++--------
 po/mn.po                                           | 174 +++++++--------
 po/mr.po                                           | 174 +++++++--------
 po/ms.po                                           | 174 +++++++--------
 po/nb.po                                           | 174 +++++++--------
 po/nds.po                                          | 174 +++++++--------
 po/ne.po                                           | 174 +++++++--------
 po/nl.po                                           | 174 +++++++--------
 po/nn.po                                           | 174 +++++++--------
 po/oc.po                                           | 174 +++++++--------
 po/or.po                                           | 174 +++++++--------
 po/pa.po                                           | 174 +++++++--------
 po/pl.po                                           | 174 +++++++--------
 po/ps.po                                           | 174 +++++++--------
 po/pt.po                                           | 174 +++++++--------
 po/pt_BR.po                                        | 174 +++++++--------
 po/ro.po                                           | 174 +++++++--------
 po/ru.po                                           | 174 +++++++--------
 po/si.po                                           | 174 +++++++--------
 po/sk.po                                           | 174 +++++++--------
 po/sl.po                                           | 174 +++++++--------
 po/sq.po                                           | 174 +++++++--------
 po/sr.po                                           | 174 +++++++--------
 po/sr@latin.po                                     | 174 +++++++--------
 po/sv.po                                           | 174 +++++++--------
 po/ta.po                                           | 174 +++++++--------
 po/te.po                                           | 174 +++++++--------
 po/th.po                                           | 174 +++++++--------
 po/tr.po                                           | 174 +++++++--------
 po/uk.po                                           | 174 +++++++--------
 po/ur.po                                           | 174 +++++++--------
 po/uz.po                                           | 174 +++++++--------
 po/vi.po                                           | 174 +++++++--------
 po/zh_CN.po                                        | 174 +++++++--------
 po/zh_HK.po                                        | 174 +++++++--------
 po/zh_TW.po                                        | 174 +++++++--------
 savers/Makefile.am                                 |   2 +-
 src/Makefile.am                                    |  62 +++---
 src/debug-screensaver.sh                           |   8 +-
 src/gs-auth-bsdauth.c                              |   2 +-
 src/gs-auth-helper.c                               |   4 +-
 src/gs-debug.c                                     |   2 +-
 src/gs-listener-dbus.c                             |   2 +-
 src/gs-lock-plug.c                                 |   2 +-
 src/gs-monitor.c                                   |   4 +-
 src/gs-theme-manager.c                             |   4 +-
 src/gs-window-x11.c                                |   4 +-
 ...saver-command.c => xfce4-screensaver-command.c} |   0
 ...ensaver-dialog.c => xfce4-screensaver-dialog.c} |   2 +-
 ...r-gl-helper.c => xfce4-screensaver-gl-helper.c} |   0
 ...eferences.c => xfce4-screensaver-preferences.c} |   4 +-
 src/{mate-screensaver.c => xfce4-screensaver.c}    |   8 +-
 ...sktop.in.in => xfce4-screensaver.desktop.in.in} |   4 +-
 src/{mate-screensaver.h => xfce4-screensaver.h}    |   2 +-
 132 files changed, 8379 insertions(+), 8350 deletions(-)

commit b43a21a7c112db83b19f19afa3b82341b635e467
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Sep 30 16:53:42 2018 -0400

    Move external MATE dependencies in to begin port

 NEWS                               |    4 +-
 configure.ac                       |   23 +-
 src/Makefile.am                    |  126 +
 src/canonicalize.c                 |  330 +++
 src/canonicalize.h                 |   38 +
 src/desktop-entries.c              |  816 +++++++
 src/desktop-entries.h              |   90 +
 src/edid.h                         |  184 ++
 src/entry-directories.c            | 1105 +++++++++
 src/entry-directories.h            |   67 +
 src/gs-fade.c                      |   30 +-
 src/gs-lock-plug.c                 |   14 +-
 src/gs-manager.c                   |   16 +-
 src/gs-theme-manager.c             |   58 +-
 src/mate-screensaver-preferences.c |    5 +-
 src/menu-layout.c                  | 2359 +++++++++++++++++++
 src/menu-layout.h                  |  161 ++
 src/menu-monitor.c                 |  431 ++++
 src/menu-monitor.h                 |   70 +
 src/menu-util.c                    |  436 ++++
 src/menu-util.h                    |   59 +
 src/private.h                      |   36 +
 src/xfce-bg-crossfade.c            |  753 ++++++
 src/xfce-bg-crossfade.h            |   76 +
 src/xfce-bg.c                      | 3262 ++++++++++++++++++++++++++
 src/xfce-bg.h                      |  168 ++
 src/xfce-desktop-thumbnail.c       | 1548 ++++++++++++
 src/xfce-desktop-thumbnail.h       |   99 +
 src/xfce-desktop-utils.c           |  460 ++++
 src/xfce-desktop-utils.h           |   54 +
 src/xfce-rr-config.c               | 1978 ++++++++++++++++
 src/xfce-rr-config.h               |  147 ++
 src/xfce-rr-labeler.c              |  550 +++++
 src/xfce-rr-labeler.h              |   61 +
 src/xfce-rr-output-info.c          |  254 ++
 src/xfce-rr-private.h              |   84 +
 src/xfce-rr.c                      | 2164 +++++++++++++++++
 src/xfce-rr.h                      |  196 ++
 src/xfcekbd-config-private.h       |   80 +
 src/xfcekbd-desktop-config.c       |  312 +++
 src/xfcekbd-desktop-config.h       |   91 +
 src/xfcekbd-indicator-config.c     |  341 +++
 src/xfcekbd-indicator-config.h     |   90 +
 src/xfcekbd-indicator-marshal.list |    1 +
 src/xfcekbd-indicator.c            |  918 ++++++++
 src/xfcekbd-indicator.h            |   80 +
 src/xfcekbd-keyboard-config.c      |  796 +++++++
 src/xfcekbd-keyboard-config.h      |  123 +
 src/xfcekbd-util.c                 |  132 ++
 src/xfcekbd-util.h                 |   36 +
 src/xfcemenu-tree.c                | 4556 ++++++++++++++++++++++++++++++++++++
 src/xfcemenu-tree.h                |  135 ++
 52 files changed, 25923 insertions(+), 80 deletions(-)

commit c0038c0725cb0adcb1b2b1e4a13d66b9dc06dd87
Author: raveit65 <mate@raveit.de>
Date:   Thu Feb 1 18:48:12 2018 +0100

    release 1.20

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 4b7261b7e52d86a1cf2888bf084ff0e5cc9268fb
Author: raveit65 <mate@raveit.de>
Date:   Thu Feb 1 18:36:19 2018 +0100

    sync with transifex

 po/ar.po       |  2 +-
 po/as.po       |  2 +-
 po/ast.po      |  2 +-
 po/bn.po       |  2 +-
 po/bn_IN.po    |  2 +-
 po/br.po       |  2 +-
 po/cmn.po      |  2 +-
 po/crh.po      |  2 +-
 po/cs.po       |  2 +-
 po/cy.po       |  2 +-
 po/de.po       |  2 +-
 po/dz.po       |  2 +-
 po/en_AU.po    |  2 +-
 po/en_CA.po    |  2 +-
 po/en_GB.po    |  2 +-
 po/es.po       |  4 ++--
 po/es_AR.po    |  2 +-
 po/et.po       |  8 ++++----
 po/eu.po       |  2 +-
 po/fa.po       |  2 +-
 po/fr.po       |  2 +-
 po/fr_CA.po    |  2 +-
 po/ga.po       |  2 +-
 po/gl.po       |  2 +-
 po/gu.po       |  2 +-
 po/he.po       |  4 ++--
 po/hi.po       |  2 +-
 po/hr.po       |  4 ++--
 po/hu.po       |  2 +-
 po/hy.po       |  4 ++--
 po/ja.po       |  2 +-
 po/ka.po       |  2 +-
 po/kn.po       |  2 +-
 po/ku.po       |  2 +-
 po/ky.po       |  2 +-
 po/lv.po       |  2 +-
 po/mai.po      |  2 +-
 po/mg.po       |  2 +-
 po/mk.po       |  2 +-
 po/ml.po       |  2 +-
 po/mn.po       |  2 +-
 po/mr.po       |  2 +-
 po/ms.po       |  2 +-
 po/nds.po      |  2 +-
 po/ne.po       |  2 +-
 po/or.po       |  2 +-
 po/pa.po       |  2 +-
 po/ps.po       |  2 +-
 po/ru.po       |  4 ++--
 po/si.po       |  2 +-
 po/sq.po       |  2 +-
 po/sr.po       |  2 +-
 po/sr@latin.po |  2 +-
 po/sv.po       | 24 ++++++++++++------------
 po/ta.po       |  2 +-
 po/te.po       |  2 +-
 po/tr.po       |  2 +-
 po/ur.po       |  2 +-
 po/zh_HK.po    |  2 +-
 po/zh_TW.po    |  2 +-
 60 files changed, 79 insertions(+), 79 deletions(-)

commit 4adeed72b79d1cfade262f5b2a63fdb8a796b1cb
Author: monsta <monsta@inbox.ru>
Date:   Thu Feb 1 17:31:15 2018 +0300

    require GTK+ 3.22 and GLib 2.50

 configure.ac                       |  8 +---
 src/gs-grab-x11.c                  | 46 ----------------------
 src/gs-lock-plug.c                 | 40 -------------------
 src/gs-manager.c                   | 79 --------------------------------------
 src/gs-window-x11.c                | 73 -----------------------------------
 src/gs-window.h                    | 11 +-----
 src/mate-screensaver-preferences.c |  4 --
 src/test-window.c                  | 10 -----
 8 files changed, 3 insertions(+), 268 deletions(-)

commit c862d81db1e0ae1ce1f62a3aac1d915f5036c81c
Author: Victor Kareh <vkareh@vkareh.net>
Date:   Thu Feb 1 09:20:32 2018 -0500

    Add HiDPI support for lock screen (#148)
    
    * Password dialog is now scaled
    * Background of lock screen is now scaled

 src/gs-lock-plug.c | 32 +++++++++++++++++++++++++++++---
 src/gs-manager.c   |  6 ++++--
 2 files changed, 33 insertions(+), 5 deletions(-)

commit 64d47ad9e43da564ea4c2b2ae2dd4b1ca22a8770
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jan 2 12:36:29 2018 +0100

    gs-lock-plug.c: Fix build warning:
    
    ignoring return value of ‘fscanf’, declared with attribute warn_unused_result

 src/gs-lock-plug.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 663b2f1eb9c20af84448f2266a88a724a00bd224
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 26 15:12:35 2017 +0100

    release 1.19.1

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 691b4b31dd8254a4950e371d194874bc41415b15
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 26 15:09:48 2017 +0100

    sync with transifex

 po/am.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ar.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/as.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ast.po         | 77 +++++++++++++++++++++++++++++------------------------
 po/be.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/bg.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/bn.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/bn_IN.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/br.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/bs.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ca.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ca@valencia.po | 77 +++++++++++++++++++++++++++++------------------------
 po/cmn.po         | 77 +++++++++++++++++++++++++++++------------------------
 po/crh.po         | 77 +++++++++++++++++++++++++++++------------------------
 po/cs.po          | 79 +++++++++++++++++++++++++++++++------------------------
 po/cy.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/da.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/de.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/dz.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/el.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/en_AU.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/en_CA.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/en_GB.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/es.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/es_AR.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/es_CO.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/et.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/eu.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/fa.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/fi.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/fr.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/fr_CA.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/frp.po         | 77 +++++++++++++++++++++++++++++------------------------
 po/ga.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/gl.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/gu.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/he.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/hi.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/hr.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/hu.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/hy.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/id.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/is.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/it.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ja.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ka.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/kk.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/kn.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ko.po          | 79 +++++++++++++++++++++++++++++++------------------------
 po/ku.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ku_IQ.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/ky.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/lt.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/lv.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/mai.po         | 77 +++++++++++++++++++++++++++++------------------------
 po/mg.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/mk.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ml.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/mn.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/mr.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ms.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/nb.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/nds.po         | 77 +++++++++++++++++++++++++++++------------------------
 po/ne.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/nl.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/nn.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/oc.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/or.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/pa.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/pl.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ps.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/pt.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/pt_BR.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/ro.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ru.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/si.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/sk.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/sl.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/sq.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/sr.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/sr@latin.po    | 77 +++++++++++++++++++++++++++++------------------------
 po/sv.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ta.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/te.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/th.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/tr.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/uk.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/ur.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/uz.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/vi.po          | 77 +++++++++++++++++++++++++++++------------------------
 po/zh_CN.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/zh_HK.po       | 77 +++++++++++++++++++++++++++++------------------------
 po/zh_TW.po       | 77 +++++++++++++++++++++++++++++------------------------
 93 files changed, 4001 insertions(+), 3164 deletions(-)

commit 65094d38e0982e735bfd966854f8a106e4001a16
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Dec 11 20:02:10 2017 +0100

    WidthOfScreen and HeightOfScreen implementation
    
    This commit reverts:
    
    https://github.com/mate-desktop/mate-screensaver/commit/816394c1a6ce9968dba3e1b0ecc884c8ccca4d43
    
    And it applies an alternative to fix the deprecated functions:
    
    gdk_screen_get_width
    gdk_screen_get_height

 src/gs-manager.c                   |  6 ++----
 src/gs-window-x11.c                | 13 ++-----------
 src/mate-screensaver-preferences.c |  6 +-----
 3 files changed, 5 insertions(+), 20 deletions(-)

commit 02cddedebbfa962fdeba0324e2786bd221459ad5
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 14 13:11:51 2017 +0300

    restore the correct mate-screensaver-command manpage
    
    revert 9075047d57bfdde4419ce37e043a23ec5691bf2b and update info a bit
    
    fixes https://github.com/mate-desktop/mate-screensaver/issues/94

 data/mate-screensaver-command.1 | 94 ++++++++++++++++++++---------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

commit 2fa3dbb7bb47a4055cbac650681f783271527217
Author: raveit65 <mate@raveit.de>
Date:   Wed Nov 8 11:27:56 2017 +0100

    sync with transifex

 po/am.po          |  4 ++--
 po/ar.po          |  2 +-
 po/as.po          |  2 +-
 po/ast.po         |  2 +-
 po/be.po          |  2 +-
 po/bg.po          |  2 +-
 po/bn.po          |  2 +-
 po/bn_IN.po       |  2 +-
 po/br.po          |  2 +-
 po/bs.po          |  2 +-
 po/ca.po          |  2 +-
 po/ca@valencia.po |  4 ++--
 po/cmn.po         |  2 +-
 po/crh.po         |  2 +-
 po/cs.po          |  2 +-
 po/cy.po          |  2 +-
 po/da.po          |  2 +-
 po/de.po          |  2 +-
 po/dz.po          |  2 +-
 po/el.po          |  2 +-
 po/en_AU.po       |  2 +-
 po/en_CA.po       |  2 +-
 po/en_GB.po       |  2 +-
 po/es.po          |  6 +++---
 po/es_AR.po       |  2 +-
 po/es_CO.po       |  2 +-
 po/et.po          |  2 +-
 po/eu.po          |  2 +-
 po/fa.po          |  2 +-
 po/fi.po          | 13 +++++++------
 po/fr.po          |  2 +-
 po/fr_CA.po       |  2 +-
 po/frp.po         |  2 +-
 po/ga.po          |  2 +-
 po/gl.po          |  2 +-
 po/gu.po          |  2 +-
 po/he.po          |  5 +++--
 po/hi.po          |  2 +-
 po/hr.po          |  7 ++++---
 po/hu.po          |  2 +-
 po/hy.po          |  7 ++++---
 po/id.po          |  2 +-
 po/is.po          |  2 +-
 po/it.po          |  2 +-
 po/ja.po          |  2 +-
 po/ka.po          |  2 +-
 po/kk.po          |  2 +-
 po/kn.po          |  2 +-
 po/ko.po          |  2 +-
 po/ku.po          |  2 +-
 po/ku_IQ.po       |  2 +-
 po/ky.po          |  2 +-
 po/lt.po          |  2 +-
 po/lv.po          |  2 +-
 po/mai.po         |  2 +-
 po/mg.po          |  2 +-
 po/mk.po          |  2 +-
 po/ml.po          |  2 +-
 po/mn.po          |  2 +-
 po/mr.po          |  2 +-
 po/ms.po          |  2 +-
 po/nb.po          |  2 +-
 po/nds.po         |  2 +-
 po/ne.po          |  2 +-
 po/nl.po          |  2 +-
 po/nn.po          |  2 +-
 po/oc.po          |  2 +-
 po/or.po          |  2 +-
 po/pa.po          |  2 +-
 po/pl.po          |  2 +-
 po/ps.po          |  2 +-
 po/pt.po          |  2 +-
 po/pt_BR.po       |  2 +-
 po/ro.po          |  2 +-
 po/ru.po          |  2 +-
 po/si.po          |  2 +-
 po/sk.po          |  2 +-
 po/sl.po          |  2 +-
 po/sq.po          |  2 +-
 po/sr.po          |  2 +-
 po/sr@latin.po    |  4 ++--
 po/sv.po          |  2 +-
 po/ta.po          |  2 +-
 po/te.po          |  2 +-
 po/th.po          |  2 +-
 po/tr.po          |  2 +-
 po/uk.po          |  2 +-
 po/ur.po          |  2 +-
 po/uz.po          |  2 +-
 po/vi.po          |  2 +-
 po/zh_CN.po       |  2 +-
 po/zh_HK.po       |  2 +-
 po/zh_TW.po       |  2 +-
 93 files changed, 112 insertions(+), 108 deletions(-)

commit 465c24d0ad6c09a8463885e4fd70bba146a58d75
Author: raveit65 <mate@raveit.de>
Date:   Mon Sep 11 11:04:54 2017 +0200

    fix loop initial declarations

 src/mate-screensaver-preferences.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f2228cc60f2516a53a637971b9c8daf6eb2e1a3a
Author: raveit65 <mate@raveit.de>
Date:   Sun Sep 10 12:06:27 2017 +0200

    release 1.19.1

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 59e6433c1be222f436159cfd8872479a1308db8b
Author: raveit65 <mate@raveit.de>
Date:   Sun Sep 10 12:01:12 2017 +0200

    sync with transifex

 po/es.po |   9 ++---
 po/fi.po |  11 ++++---
 po/lt.po |  10 +++---
 po/nl.po | 113 ++++++++++++++++++++++++++++++++-------------------------------
 po/pl.po |  13 ++++----
 po/pt.po |  27 +++++++--------
 po/ru.po |   2 +-
 po/sl.po |  65 ++++++++++++++++++------------------
 po/sv.po |  19 ++++++-----
 po/vi.po |  89 ++++++++++++++++++++++++-------------------------
 10 files changed, 183 insertions(+), 175 deletions(-)

commit 92e73b9d3d2fccd6f6c3f3f719f0fbee18a1ed11
Author: ZenWalker <scow@riseup.net>
Date:   Sat Sep 9 20:20:41 2017 +0200

     Fix: idle slider display in all languages

 src/mate-screensaver-preferences.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 52df89dc6ce7c3c58dcac6b781b8ff540336fce8
Author: ZenWalker <scow@riseup.net>
Date:   Wed Sep 6 16:22:42 2017 +0200

    Fix: idle slider display bug
    
    Fixes #101

 src/mate-screensaver-preferences.c | 63 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

commit 500250bbdc4066fbcda7d398faad82442f32c4ff
Author: raveit65 <mate@raveit.de>
Date:   Fri Sep 8 21:22:49 2017 +0200

    drop glib required max version

 configure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 816394c1a6ce9968dba3e1b0ecc884c8ccca4d43
Author: ZenWalker <scow@riseup.net>
Date:   Thu Aug 10 02:02:48 2017 +0200

    avoid deprecated gdk_screen_get_width/height

 src/gs-manager.c                   |  6 ++++--
 src/gs-window-x11.c                | 13 +++++++++++--
 src/mate-screensaver-preferences.c |  6 +++++-
 3 files changed, 20 insertions(+), 5 deletions(-)

commit a96cc1c494032c740b5ebda705992213609fbb18
Author: raveit65 <mate@raveit.de>
Date:   Wed Jul 26 15:26:10 2017 +0200

    don't use deprecated gtk_show_uri

 src/mate-screensaver-preferences.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 1f0b9f4de01dc1924ee713fbbd78710577e3eaf5
Author: raveit65 <mate@raveit.de>
Date:   Tue Jul 18 15:33:40 2017 +0200

    update issue_template

 .github/issue_template.md | 3 +++
 1 file changed, 3 insertions(+)

commit 9fcf6ac2b2660f590f2fd7cad7b111cffc683838
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 8 19:13:22 2017 +0200

    create issue_template.md

 .github/issue_template.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit a51b1b00626b1cb859a7daaf7a7f8a21acbf4cfc
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat May 20 17:28:19 2017 +0200

    Restore Polish translation credits from GNOME

 po/gnome-copyrights.txt | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit 74b8774c7efeec80ba9f19e180b25043e72e9449
Author: monsta <monsta@inbox.ru>
Date:   Tue Apr 18 21:30:55 2017 +0300

    build: put new bsdauth file in the tarball

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 5f70d320a0d3d1fef0bc6b7b77ef2a7c2923b990
Author: Robert Nagy <robert@openbsd.org>
Date:   Tue Mar 28 20:31:42 2017 +0200

    Implement OpenBSD authentication using bsd_auth(3).
    
    OpenBSD does not have nor use pam(8) for password authentication but
    instead uses bsd_auth(3): add a bsd_auth authentication scheme to
    make locking possible.
    This has been a part of gnome-screensaver already but was probably
    removed at one point. This is mostly identical to that code, with some
    minor modifications.

 configure.ac          |  50 +++++++++++++++++++++++-
 src/Makefile.am       |  10 +++--
 src/gs-auth-bsdauth.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/gs-auth-pwent.c   |   8 ++--
 src/setuid.c          |   9 +++++
 5 files changed, 171 insertions(+), 9 deletions(-)

commit f2567e0fe617c8cfd88bd6fd9dfe2505f497654f
Author: raveit65 <mate@raveit.de>
Date:   Sun Apr 16 08:08:31 2017 +0200

    sync with transifex

 po/kk.po | 107 ++++++++++++++++++++++++++++++++-------------------------------
 po/lt.po |   6 ++--
 po/pt.po |  22 ++++++-------
 po/ru.po |   7 +++--
 4 files changed, 72 insertions(+), 70 deletions(-)

commit 14db5d0087d5b519adb87abaa3f4825a448d88a8
Author: Hao Lee <haolee.swjtu@gmail.com>
Date:   Tue Apr 11 20:58:49 2017 +0800

    Bug Fix: g_get_real_name will never return NULL pointer
    
    The function g_get_real_name is used to get user's full name, but when the full
    name is not existed, it will return an empty string instead of NULL.

 src/gs-lock-plug.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6ed40a06cd7fc6d70842fa386e6612e71e291ab9
Author: raveit65 <mate@raveit.de>
Date:   Mon Apr 10 10:59:31 2017 +0200

    lock-dialog UI: remove deprecated GtkAlignment

 data/lock-dialog-default.ui | 641 ++++++++++++++++++++++----------------------
 1 file changed, 314 insertions(+), 327 deletions(-)

commit c9781e60369fa48381af550f838bac476f551b02
Author: raveit65 <mate@raveit.de>
Date:   Mon Apr 10 10:32:02 2017 +0200

    lock-dialog UI: avoid deprecated widgets

 data/lock-dialog-default.ui | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

commit fd66fc47779b7f14c9b46682607c24af6ed075d4
Author: fuzaburo <fuzaburo@users.noreply.github.com>
Date:   Sat Apr 15 00:27:14 2017 +0900

    Bug fix: screensaver and lock screen not correctly displayed in configurations with overlapping monitor geometries

 src/gs-window-x11.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 9a448b152b3ee72d2141a6e71f82b54e0f79ba76
Author: raveit65 <mate@raveit.de>
Date:   Thu Mar 30 18:14:57 2017 +0200

    pre-bump version

 NEWS         | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit e16722e6b7558102c591a41f88e26e09e96100cd
Merge: db52398 a7b8a68
Author: Scott Balneaves <sbalneav.sb@gmail.com>
Date:   Tue Mar 28 14:26:23 2017 -0500

    Merge pull request #116 from mate-desktop/dev-gdkseat
    
    Switch to GdkSeat for GTK+ 3.20 and newer

commit a7b8a687fa461b752b944bcdfda5a73a61088d12
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Mar 28 16:18:00 2017 +0300

    [GTK+3.20] Switch to GdkSeat
    
    This changes the code quite a lot as both grabbing the pointer and the keyboard
    have to be done simultaneously now.

 src/gs-grab-x11.c | 453 +++++++++++++++++++++---------------------------------
 src/gs-grab.h     |  11 +-
 src/gs-manager.c  |  56 ++++---
 src/gs-monitor.c  |   4 +-
 src/test-window.c |   7 +-
 5 files changed, 227 insertions(+), 304 deletions(-)

commit db523987bdf9048d91d4d519b0516281a86ff6b0
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Mar 28 20:15:03 2017 +0300

    Set input purpose for the password entry widget

 data/lock-dialog-default.ui | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

commit 5c52f7867c7e46897b6c4966cade4975042f383e
Author: monsta <monsta@inbox.ru>
Date:   Sat Mar 18 13:24:09 2017 +0300

    copy theme dialog: fix build warning about wrong variable type
    
    and set grid property only once, after grid is created

 src/copy-theme-dialog.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 8a7710504a73860678f5a46ea2bdf8f929fad000
Author: raveit65 <mate@raveit.de>
Date:   Mon Mar 13 12:18:56 2017 +0100

    release 1.18.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 33f1e8e163e11963ee81080d1c40bc6220ddbf16
Author: raveit65 <mate@raveit.de>
Date:   Mon Mar 13 12:15:02 2017 +0100

    sync with transifex

 po/am.po          | 242 +++++++++++++++++++++++-----------------------
 po/ar.po          | 206 +++++++++++++++++++--------------------
 po/as.po          | 206 +++++++++++++++++++--------------------
 po/ast.po         | 206 +++++++++++++++++++--------------------
 po/be.po          | 206 +++++++++++++++++++--------------------
 po/bg.po          | 206 +++++++++++++++++++--------------------
 po/bn.po          | 206 +++++++++++++++++++--------------------
 po/bn_IN.po       | 206 +++++++++++++++++++--------------------
 po/br.po          | 206 +++++++++++++++++++--------------------
 po/bs.po          | 200 +++++++++++++++++++-------------------
 po/ca.po          | 213 +++++++++++++++++++++--------------------
 po/ca@valencia.po | 206 +++++++++++++++++++--------------------
 po/cmn.po         | 206 +++++++++++++++++++--------------------
 po/crh.po         | 206 +++++++++++++++++++--------------------
 po/cs.po          | 206 +++++++++++++++++++--------------------
 po/cy.po          | 206 +++++++++++++++++++--------------------
 po/da.po          | 206 +++++++++++++++++++--------------------
 po/de.po          | 206 +++++++++++++++++++--------------------
 po/dz.po          | 206 +++++++++++++++++++--------------------
 po/el.po          | 227 +++++++++++++++++++++----------------------
 po/en_AU.po       | 206 +++++++++++++++++++--------------------
 po/en_CA.po       | 204 +++++++++++++++++++--------------------
 po/en_GB.po       | 206 +++++++++++++++++++--------------------
 po/es.po          | 206 +++++++++++++++++++--------------------
 po/es_AR.po       | 206 +++++++++++++++++++--------------------
 po/es_CO.po       | 200 +++++++++++++++++++-------------------
 po/et.po          | 206 +++++++++++++++++++--------------------
 po/eu.po          | 206 +++++++++++++++++++--------------------
 po/fa.po          | 206 +++++++++++++++++++--------------------
 po/fi.po          | 206 +++++++++++++++++++--------------------
 po/fr.po          | 206 +++++++++++++++++++--------------------
 po/fr_CA.po       | 196 ++++++++++++++++++-------------------
 po/frp.po         | 204 +++++++++++++++++++--------------------
 po/ga.po          | 206 +++++++++++++++++++--------------------
 po/gl.po          | 206 +++++++++++++++++++--------------------
 po/gu.po          | 206 +++++++++++++++++++--------------------
 po/he.po          | 206 +++++++++++++++++++--------------------
 po/hi.po          | 206 +++++++++++++++++++--------------------
 po/hr.po          | 206 +++++++++++++++++++--------------------
 po/hu.po          | 208 ++++++++++++++++++++--------------------
 po/hy.po          | 206 +++++++++++++++++++--------------------
 po/id.po          | 206 +++++++++++++++++++--------------------
 po/is.po          | 206 +++++++++++++++++++--------------------
 po/it.po          | 208 ++++++++++++++++++++--------------------
 po/ja.po          | 206 +++++++++++++++++++--------------------
 po/ka.po          | 206 +++++++++++++++++++--------------------
 po/kk.po          | 196 ++++++++++++++++++-------------------
 po/kn.po          | 206 +++++++++++++++++++--------------------
 po/ko.po          | 206 +++++++++++++++++++--------------------
 po/ku.po          | 206 +++++++++++++++++++--------------------
 po/ku_IQ.po       | 206 +++++++++++++++++++--------------------
 po/ky.po          | 206 +++++++++++++++++++--------------------
 po/lt.po          | 206 +++++++++++++++++++--------------------
 po/lv.po          | 206 +++++++++++++++++++--------------------
 po/mai.po         | 206 +++++++++++++++++++--------------------
 po/mg.po          | 206 +++++++++++++++++++--------------------
 po/mk.po          | 206 +++++++++++++++++++--------------------
 po/ml.po          | 206 +++++++++++++++++++--------------------
 po/mn.po          | 206 +++++++++++++++++++--------------------
 po/mr.po          | 206 +++++++++++++++++++--------------------
 po/ms.po          | 206 +++++++++++++++++++--------------------
 po/nb.po          | 214 ++++++++++++++++++++---------------------
 po/nds.po         | 206 +++++++++++++++++++--------------------
 po/ne.po          | 206 +++++++++++++++++++--------------------
 po/nl.po          | 206 +++++++++++++++++++--------------------
 po/nn.po          | 227 +++++++++++++++++++++----------------------
 po/oc.po          | 281 +++++++++++++++++++++++++++---------------------------
 po/or.po          | 206 +++++++++++++++++++--------------------
 po/pa.po          | 206 +++++++++++++++++++--------------------
 po/pl.po          | 211 ++++++++++++++++++++--------------------
 po/ps.po          | 206 +++++++++++++++++++--------------------
 po/pt.po          | 216 ++++++++++++++++++++---------------------
 po/pt_BR.po       | 206 +++++++++++++++++++--------------------
 po/ro.po          | 206 +++++++++++++++++++--------------------
 po/ru.po          | 206 +++++++++++++++++++--------------------
 po/si.po          | 206 +++++++++++++++++++--------------------
 po/sk.po          | 206 +++++++++++++++++++--------------------
 po/sl.po          | 206 +++++++++++++++++++--------------------
 po/sq.po          | 204 +++++++++++++++++++--------------------
 po/sr.po          | 206 +++++++++++++++++++--------------------
 po/sr@latin.po    | 206 +++++++++++++++++++--------------------
 po/sv.po          | 212 ++++++++++++++++++++--------------------
 po/ta.po          | 206 +++++++++++++++++++--------------------
 po/te.po          | 206 +++++++++++++++++++--------------------
 po/th.po          | 206 +++++++++++++++++++--------------------
 po/tr.po          | 210 ++++++++++++++++++++--------------------
 po/uk.po          | 212 ++++++++++++++++++++--------------------
 po/ur.po          | 206 +++++++++++++++++++--------------------
 po/uz.po          | 206 +++++++++++++++++++--------------------
 po/vi.po          | 206 +++++++++++++++++++--------------------
 po/zh_CN.po       | 206 +++++++++++++++++++--------------------
 po/zh_HK.po       | 206 +++++++++++++++++++--------------------
 po/zh_TW.po       | 206 +++++++++++++++++++--------------------
 93 files changed, 9665 insertions(+), 9658 deletions(-)

commit 5346d0212dd3770b10e7832a75fae50f21f4dbda
Author: monsta <monsta@inbox.ru>
Date:   Mon Mar 13 13:47:27 2017 +0300

    update NEWS for 1.18, also add 1.16.1 entries

 NEWS | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit fa960aeb54ed960ea8d6afe923c91af877b6361c
Author: monsta <monsta@inbox.ru>
Date:   Mon Feb 13 17:52:21 2017 +0400

    man: fix indent of --debug option

 data/mate-screensaver.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 09385db4d7dd3c6a09dfa699064cde5f1ea16e3c
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sun Feb 5 17:12:56 2017 +0100

    copy-theme-dialog: port GtkTable to GtkGrid

 src/copy-theme-dialog.c | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

commit 09c008f40ace04d763798b5160678463b3bede8d
Author: Martin Wimpress <martin@mate-desktop.org>
Date:   Wed Jan 18 23:07:50 2017 +0000

    Bump version to 1.17.1

 NEWS         | 14 +++++++++++++-
 configure.ac |  2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 0350bcf252e202fce0d67e04a26721cc606f02ce
Merge: 00b0f94 3881a6e
Author: Martin Wimpress <code@flexion.org>
Date:   Wed Jan 18 15:02:27 2017 +0000

    Merge pull request #112 from hao-lee/master
    
    Change shake times to even number, so the dialog can return to its original position.

commit 00b0f944837025b61bdffd893d4614ed1d5e7dde
Merge: 2197434 5d4416a
Author: Martin Wimpress <code@flexion.org>
Date:   Wed Jan 18 14:39:59 2017 +0000

    Merge pull request #110 from XRevan86/master
    
    Avoid deprecated gdk_window_set_background functions

commit 3881a6e4c2fdbb2c072d06d8b33e46d444d2e0c3
Author: Hao Lee <haolee.swjtu@gmail.com>
Date:   Tue Jan 17 17:28:49 2017 +0800

    Change shake times to even number, so the dialog can return to its original position.

 src/gs-window-x11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5d4416aa5853de486e62ca97207ee1da4b35b199
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Jan 17 00:10:40 2017 +0300

    GTK+3.22: fix some GdkScreen related deprecations

 src/gs-fade.c                      |   8 +-
 src/gs-grab-x11.c                  | 119 ++++++++++++-------------
 src/gs-grab.h                      |  16 ++--
 src/gs-job.c                       |  12 +--
 src/gs-manager.c                   | 156 +++++++++++++++++++++++---------
 src/gs-visual-gl.c                 |  20 +++--
 src/gs-visual-gl.h                 |   2 +-
 src/gs-window-x11.c                | 178 ++++++++++++++++++++++++-------------
 src/gs-window.h                    |  24 +++--
 src/mate-screensaver-gl-helper.c   |   4 +-
 src/mate-screensaver-preferences.c |  38 ++++----
 src/test-window.c                  |  28 ++++--
 12 files changed, 371 insertions(+), 234 deletions(-)

commit 6672c9811a6c6fe76810d2c66c69c4727910d91d
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Sun Jan 15 18:24:34 2017 +0300

    avoid deprecated gdk_window_set_background functions
    
    Which are completely broken in GTK+ 3.22.

 data/mate-screensaver-preferences.ui |   2 +
 savers/floaters.c                    |   5 +-
 savers/gs-theme-engine.c             |  33 +++--------
 src/gs-window-x11.c                  | 110 +++++++++++++++--------------------
 src/mate-screensaver-preferences.c   |  39 ++++++++-----
 5 files changed, 85 insertions(+), 104 deletions(-)

commit 2197434c213600c42b264602c4331eac7761db11
Author: Martin Wimpress <martin@mate-desktop.org>
Date:   Fri Jan 13 16:13:04 2017 +0000

    Update mate-screensaver NEWS to use consistent, project wide, markdown-like formatting. This will make generating release announcements easier.

 NEWS | 145 +++++++++++++++++++++++++++++--------------------------------------
 1 file changed, 62 insertions(+), 83 deletions(-)

commit 053377b57baf4ba277c1795a8cd52cb50394fd6d
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sun Jan 8 22:27:52 2017 +0100

    preferences UI: fix vertical expand of the scrolledwindow of the themetreeview

 data/mate-screensaver-preferences.ui | 1 +
 1 file changed, 1 insertion(+)

commit f5a8baf2b8e82079664abec3a382ff71f5353cce
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Dec 27 08:59:33 2016 +0100

    preferences UI: don't use gtk+ deprecations

 data/mate-screensaver-preferences.ui | 73 ++++++++++++++++++++++--------------
 1 file changed, 45 insertions(+), 28 deletions(-)

commit b2f48abf744a58f63cff97219e31532d361eb27f
Author: Oliver Mangold <o.mangold@gmail.com>
Date:   Mon Dec 26 17:06:17 2016 +0100

    patch to use user's background for lock screen also.

 src/gs-manager.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 743b12c07883feef52e902a945642d16ac3ae6e0
Author: monsta <monsta@inbox.ru>
Date:   Mon Nov 28 12:44:03 2016 +0300

    po: actually add new languages from Transifex

 po/LINGUAS | 3 +++
 1 file changed, 3 insertions(+)

commit 19d3527a86129018a38e848d7566cad3ab4aa4f5
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Nov 24 20:31:32 2016 +0100

    release 1.17.0

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit a3ef5c8e05937731f0cb632bfff9de4b902eb236
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Nov 24 20:26:16 2016 +0100

    sync with transifex

 po/bg.po    |  69 +++---
 po/bs.po    | 728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/es.po    |   4 +-
 po/es_CO.po | 726 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/hr.po    |   2 +-
 po/hu.po    |   2 +-
 po/ja.po    |   2 +-
 po/ku_IQ.po | 725 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/lt.po    |  10 +-
 po/nb.po    |  26 +--
 po/pt.po    |   9 +-
 po/ro.po    |   4 +-
 po/sv.po    |  25 ++-
 po/zh_CN.po |   2 +-
 14 files changed, 2258 insertions(+), 76 deletions(-)

commit 030632057c5c65a46d218c9ed2ffed5277513c6e
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 20 23:35:35 2016 +0300

    move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
    
    and require libmatekbd and libmate-desktop >= 1.17

 Makefile.am                        |   3 +-
 NEWS                               |   4 +
 configure.ac                       |  39 +----
 savers/floaters.c                  |  69 --------
 savers/gs-theme-engine.c           |  27 ---
 savers/gs-theme-window.c           |  54 ------
 savers/gste-popsquares.c           | 116 -------------
 savers/gste-slideshow.c            |  56 -------
 savers/popsquares.c                |   2 -
 src/copy-theme-dialog.c            |  35 +---
 src/gs-fade.c                      | 184 ---------------------
 src/gs-fade.h                      |   2 +
 src/gs-grab-x11.c                  |  28 ----
 src/gs-job.c                       |  16 +-
 src/gs-listener-dbus.h             |   2 +
 src/gs-lock-plug.c                 | 191 +--------------------
 src/gs-lock-plug.h                 |   2 +
 src/gs-manager.c                   |  64 --------
 src/gs-monitor.h                   |   2 +
 src/gs-prefs.h                     |   2 +
 src/gs-theme-manager.h             |   2 +
 src/gs-visual-gl.c                 |   8 -
 src/gs-watcher-x11.c               |   1 -
 src/gs-watcher.h                   |   2 +
 src/gs-window-x11.c                | 329 +------------------------------------
 src/gs-window.h                    |   5 -
 src/mate-screensaver-dialog.c      |   2 -
 src/mate-screensaver-preferences.c | 105 ------------
 src/mate-screensaver.h             |   2 +
 src/setuid.h                       |   2 +
 src/subprocs.h                     |   1 +
 31 files changed, 39 insertions(+), 1318 deletions(-)

commit cceaaea0b336b9d288ac9399979427f5fd78b74d
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 20 23:32:26 2016 +0300

    fix indent a bit

 src/gs-grab-x11.c | 2 +-
 src/gs-manager.c  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit f3172afc24677eec06b6684cb0373c1ed52f43da
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 20 23:22:53 2016 +0300

    build: require libmate-menu 1.10

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 93acfd028369e921997e91e3d8b4e11c394fb783
Author: George Vlahavas <vlahavas@gmail.com>
Date:   Wed Oct 19 23:42:13 2016 +0300

    Also look for gdm-binary process
    
    In some systems the gdm binary is actually called "gdm-binary", so we
    need to check for that too.

 src/gs-lock-plug.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 15d98b9835333ba174687b4ec58eae7bcc7d94e2
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sun Oct 2 07:48:32 2016 +0200

    GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK
    
    fixes https://github.com/mate-desktop/mate-screensaver/issues/104

 src/gs-grab-x11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9835dcc22ecd878e9dbfdd8239a5c23c196a0cfc
Author: raveit65 <chat-to-me@raveit.de>
Date:   Mon Sep 19 06:44:23 2016 +0200

    release 1.16.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cd2ed869a3ee8eeda19c4df10f4f783897d756ef
Author: monsta <monsta@inbox.ru>
Date:   Sun Sep 18 15:42:41 2016 +0300

    update NEWS for 1.16

 NEWS | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 0c0b9cdb7837fc19fb1d6dd8acbd76444530ac48
Author: monsta <monsta@inbox.ru>
Date:   Sun Sep 18 15:33:03 2016 +0300

    sync with Transifex

 po/ca.po          |  20 ++++----
 po/ca@valencia.po | 136 +++++++++++++++++++++++++++---------------------------
 po/lt.po          |  24 +++++-----
 po/pt_BR.po       | 103 +++++++++++++++++++++--------------------
 4 files changed, 143 insertions(+), 140 deletions(-)

commit d3aabf8903608e071af9965367ffede901633e7c
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 15 21:49:23 2016 +0200

    distcheck: explicitly use currently selected GTK+ version

 Makefile.am  | 4 +++-
 configure.ac | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit f9bb37f250edde1f09f9e9426a144447ce0eee81
Author: monsta <monsta@inbox.ru>
Date:   Thu Jun 30 16:03:52 2016 +0300

    fix minor warning

 src/copy-theme-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd837483d4435bfac418ef9c006cff642990a83f
Author: monsta <monsta@inbox.ru>
Date:   Thu Jun 30 15:55:55 2016 +0300

    fix UI issues introduced in 296b056

 src/copy-theme-dialog.c | 17 ++++++++++++-----
 src/gs-lock-plug.c      | 27 +++++++++++++++++++++------
 src/gs-window-x11.c     | 17 ++++++++++++-----
 3 files changed, 45 insertions(+), 16 deletions(-)

commit 38d5cd1e7b60611e57bf8690f01d6f3baf030029
Author: monsta <monsta@inbox.ru>
Date:   Thu Jun 30 15:23:27 2016 +0300

    po: drop languages not present on Transifex

 po/LINGUAS     |    2 -
 po/be@latin.po | 1000 --------------------------------------------------------
 po/en@shaw.po  |  656 -------------------------------------
 3 files changed, 1658 deletions(-)

commit 395fadde456f9f6d22fe646df5e4894b804b5e26
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jun 25 19:10:59 2016 +0200

    pre-bump version

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 296b0562f1f9c8c65f1578fc36fb57f1d435238d
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Jun 24 22:25:51 2016 +0300

    use gtk_box_new instead of gtk_{h,v}box_new properly

 src/copy-theme-dialog.c | 13 +++++++------
 src/gs-lock-plug.c      | 20 ++++++++++----------
 src/gs-window-x11.c     | 12 ++++++------
 3 files changed, 23 insertions(+), 22 deletions(-)

commit 86bc5aaa1a8a4aefee2c675d83da055ea6e913b5
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Jun 22 19:17:14 2016 +0300

    Gtk3, popsquares: use color from view style class for fallback

 savers/gste-popsquares.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 5088db97655b97ff888cb5b485cf7c88f6e8e61f
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Jun 22 19:03:23 2016 +0300

    Gtk2, popsquares: fix a memory leak

 savers/gste-popsquares.c | 2 ++
 1 file changed, 2 insertions(+)

commit 051d9df1ca81e586f43d1d95a1ac3159452d4f17
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Jun 18 23:48:12 2016 +0300

    Gtk3: fix several deprecations

 savers/floaters.c                  |  41 ++++------
 savers/gs-theme-window.c           |  11 +++
 savers/gste-popsquares.c           | 131 +++++++++++++++++++++++-------
 src/copy-theme-dialog.c            |   4 +
 src/gs-fade.c                      | 162 +++++++++++++++++++++++++++++++++++--
 src/gs-grab-x11.c                  |  47 +++++++----
 src/gs-lock-plug.c                 |  64 +++++++++++----
 src/gs-manager.c                   |  48 ++++++++++-
 src/gs-window-x11.c                |  33 +++++---
 src/mate-screensaver-preferences.c |  15 ++--
 10 files changed, 442 insertions(+), 114 deletions(-)

commit 156f1b626cdd4e22beea0fbdba5869e2f693020a
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Date:   Tue Jan 31 20:28:26 2012 +0400

    properly lock even if already active
    
    If the screensaver is already active without a lock, and it got a
    request to lock, it would bail out without switching to a locked
    state.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668967

 src/gs-monitor.c | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

commit 7c08aca1346391fc884a71a02cfc1d51593a227a
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Jun 18 23:31:40 2016 +0300

    update GtkBuilder files

 data/lock-dialog-default.ui          | 767 +++++++++++++++--------------------
 data/mate-screensaver-preferences.ui | 581 +++++++++++---------------
 2 files changed, 560 insertions(+), 788 deletions(-)

commit d2ab714567671ab6c006bbdac59952e51f279425
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Jun 18 16:22:40 2016 +0300

    fix clear background

 savers/gs-theme-engine.c | 23 +++++++++--------
 src/gs-window-x11.c      | 67 ++++++++++++++++++++++++------------------------
 2 files changed, 46 insertions(+), 44 deletions(-)

commit 8b76c13a915f6060f3bcfde9f0d5f4177c1f6114
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jul 17 19:41:12 2012 +0000

    Gtk3, gs-window-x11: defer setting bg color until realization
    
    commit adfc280 changed the drawing area associated with each
    monitors screensaver window to get realized early.
    
    That change is seemingly causing problems for users.
    
    This commit stops preemptively realizing the drawing areas, and
    instead makes the background color settings get applied reactively
    in response to realization.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=679441

 src/gs-window-x11.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 4d0671b45247da95a4abd80743ad9be29019b852
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jun 7 17:51:07 2016 +0200

    release 1.15.0

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 68c4089c091352753aecdc8e9c6b8a9f163b7185
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jun 7 17:30:46 2016 +0200

    sync with Transiflex

 po/hu.po | 2 +-
 po/sk.po | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit ff79ed30653f6bda413b3c53bb7e2016ae32801f
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat May 21 18:13:00 2016 +0200

    update to 1.14.1 release

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 484f95209ee5ebc60ba767e5b295c68e2b777736
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat May 21 17:51:02 2016 +0200

    sync with transiflex

 po/cs.po    |   2 +-
 po/el.po    |  51 ++++++++++++++--------------
 po/es.po    |   4 +--
 po/frp.po   |   6 ++--
 po/hi.po    |   2 +-
 po/hr.po    | 110 ++++++++++++++++++++++++++++++------------------------------
 po/hu.po    |   2 +-
 po/pt.po    |   2 +-
 po/pt_BR.po |   7 ++--
 po/sv.po    |   7 ++--
 po/uz.po    |  79 ++++++++++++++++++++++---------------------
 11 files changed, 138 insertions(+), 134 deletions(-)

commit 9489810db63347e602eaebaf2c8fa6d9c305b589
Author: Denis Gorodnichev <denis.gorodnichev@gmail.com>
Date:   Mon Apr 18 18:40:20 2016 +0300

    gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failed

 src/gs-grab-x11.c   | 2 +-
 src/gs-window-x11.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e3d8ca494335bcea1aa776614ed17c75012e1f2b
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Apr 9 19:49:42 2016 +0200

    add style class lock-dialog

 src/gs-lock-plug.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 53302f74f9e7488d33f78dc80d328e37370cba37
Author: monsta <monsta@inbox.ru>
Date:   Thu Apr 7 16:13:52 2016 +0300

     po: add missing languages to LINGUAS

 po/LINGUAS | 2 ++
 1 file changed, 2 insertions(+)

commit f78d592107a9b019e4643e71de1f4de6c216c3c4
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Apr 6 11:55:21 2016 +0200

    release 1.14.0

 NEWS         | 3 ++-
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d86fdb25aa6f628defed935ae4249406a5ed32a7
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Apr 6 11:53:36 2016 +0200

    Add Changelog generation

 Makefile.am | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 8b53edaecf1fa6d0ca73d11dc238cc0d06b54df9
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Apr 6 11:51:17 2016 +0200

    add new languages and sync with transiflex

 po/LINGUAS        |   2 +
 po/am.po          | 342 +++++++++++++++++---------
 po/ar.po          | 324 ++++++++++++++++--------
 po/as.po          | 318 ++++++++++++++++--------
 po/ast.po         | 318 ++++++++++++++++--------
 po/be.po          |   2 +-
 po/bg.po          | 326 ++++++++++++++++--------
 po/bn.po          | 318 ++++++++++++++++--------
 po/bn_IN.po       | 318 ++++++++++++++++--------
 po/br.po          | 316 ++++++++++++++++--------
 po/ca@valencia.po | 318 ++++++++++++++++--------
 po/cmn.po         | 320 ++++++++++++++++--------
 po/crh.po         | 318 ++++++++++++++++--------
 po/cs.po          | 327 ++++++++++++++++--------
 po/cy.po          | 326 ++++++++++++++++--------
 po/da.po          |  11 +-
 po/de.po          | 327 ++++++++++++++++--------
 po/dz.po          | 316 ++++++++++++++++--------
 po/el.po          | 324 ++++++++++++++++--------
 po/en_AU.po       | 328 ++++++++++++++++--------
 po/en_CA.po       | 316 ++++++++++++++++--------
 po/en_GB.po       | 324 ++++++++++++++++--------
 po/es.po          | 323 ++++++++++++++++--------
 po/es_AR.po       | 322 ++++++++++++++++--------
 po/et.po          | 326 ++++++++++++++++--------
 po/eu.po          | 320 ++++++++++++++++--------
 po/fa.po          | 324 ++++++++++++++++--------
 po/fi.po          | 324 ++++++++++++++++--------
 po/fr.po          | 323 ++++++++++++++++--------
 po/fr_CA.po       |  84 +++----
 po/frp.po         | 725 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ga.po          | 318 ++++++++++++++++--------
 po/gl.po          | 328 ++++++++++++++++--------
 po/gu.po          | 318 ++++++++++++++++--------
 po/he.po          | 318 ++++++++++++++++--------
 po/hi.po          | 324 ++++++++++++++++--------
 po/hr.po          | 324 ++++++++++++++++--------
 po/hu.po          | 327 ++++++++++++++++--------
 po/id.po          | 334 +++++++++++++++++--------
 po/ja.po          | 351 +++++++++++++++++---------
 po/ka.po          | 316 ++++++++++++++++--------
 po/kk.po          | 316 ++++++++++++++++--------
 po/kn.po          | 318 ++++++++++++++++--------
 po/ko.po          | 333 +++++++++++++++++--------
 po/ku.po          | 316 ++++++++++++++++--------
 po/ky.po          | 314 +++++++++++++++--------
 po/lt.po          |   8 +-
 po/lv.po          | 318 ++++++++++++++++--------
 po/mai.po         | 316 ++++++++++++++++--------
 po/mg.po          | 316 ++++++++++++++++--------
 po/mk.po          | 316 ++++++++++++++++--------
 po/ml.po          | 320 ++++++++++++++++--------
 po/mn.po          | 316 ++++++++++++++++--------
 po/mr.po          | 318 ++++++++++++++++--------
 po/ms.po          | 324 ++++++++++++++++--------
 po/nb.po          | 350 +++++++++++++++++---------
 po/nds.po         | 318 ++++++++++++++++--------
 po/ne.po          | 316 ++++++++++++++++--------
 po/nl.po          | 326 ++++++++++++++++--------
 po/nn.po          | 316 ++++++++++++++++--------
 po/oc.po          | 318 ++++++++++++++++--------
 po/or.po          | 320 ++++++++++++++++--------
 po/pa.po          | 318 ++++++++++++++++--------
 po/pl.po          | 325 ++++++++++++++++--------
 po/ps.po          | 316 ++++++++++++++++--------
 po/pt.po          | 327 ++++++++++++++++--------
 po/pt_BR.po       | 327 ++++++++++++++++--------
 po/ro.po          | 402 +++++++++++++++++++-----------
 po/ru.po          | 323 ++++++++++++++++--------
 po/si.po          | 316 ++++++++++++++++--------
 po/sl.po          | 326 ++++++++++++++++--------
 po/sq.po          | 316 ++++++++++++++++--------
 po/sr.po          | 324 ++++++++++++++++--------
 po/sr@latin.po    | 318 ++++++++++++++++--------
 po/sv.po          | 325 ++++++++++++++++--------
 po/ta.po          | 318 ++++++++++++++++--------
 po/te.po          | 318 ++++++++++++++++--------
 po/th.po          |   2 +-
 po/tr.po          | 323 ++++++++++++++++--------
 po/uk.po          |  36 +--
 po/ur.po          | 318 ++++++++++++++++--------
 po/uz.po          | 721 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/vi.po          | 316 ++++++++++++++++--------
 po/zh_CN.po       | 328 ++++++++++++++++--------
 po/zh_HK.po       | 318 ++++++++++++++++--------
 po/zh_TW.po       | 329 +++++++++++++++++--------
 86 files changed, 18658 insertions(+), 7813 deletions(-)

commit 0289a085b70025315e4c47445a4ed819f5b4ccd2
Author: monsta <monsta@inbox.ru>
Date:   Tue Apr 5 10:33:51 2016 +0300

    NEWS: drop ancient gnome 2.xx changes

 NEWS | 1577 ------------------------------------------------------------------
 1 file changed, 1577 deletions(-)

commit c46e68e19a8416c1380e81d1d504a33a1f3cd7a5
Author: monsta <monsta@inbox.ru>
Date:   Tue Apr 5 10:33:08 2016 +0300

    update NEWS a bit

 NEWS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 8637623baa6b078f6bcce54fa62060d072592f4b
Author: Martin Wimpress <code@flexion.org>
Date:   Fri Feb 19 14:21:32 2016 +0000

    Sync with Transifex

 po/be.po | 338 ++++++++++++++++++++++++++++++++++-----------------
 po/ca.po | 369 +++++++++++++++++++++++++++++++++++++-------------------
 po/da.po | 332 ++++++++++++++++++++++++++++++++++----------------
 po/hy.po | 258 ++++++++++++++++++---------------------
 po/is.po | 354 ++++++++++++++++++++++++++++++++++++------------------
 po/it.po | 330 ++++++++++++++++++++++++++++++++++----------------
 po/lt.po | 337 ++++++++++++++++++++++++++++++++++-----------------
 po/sk.po | 327 ++++++++++++++++++++++++++++++++++----------------
 po/th.po | 345 +++++++++++++++++++++++++++++++++++-----------------
 po/uk.po | 413 +++++++++++++++++++++++++++++++++++++++++----------------------
 10 files changed, 2244 insertions(+), 1159 deletions(-)

commit b34717c1a3c9bd2cce18c100d7d0834387e231db
Author: monsta <monsta@inbox.ru>
Date:   Mon Feb 1 21:30:17 2016 +0300

    fix build warnings about unused variables

 savers/floaters.c        | 4 ----
 savers/gste-popsquares.c | 4 +---
 2 files changed, 1 insertion(+), 7 deletions(-)

commit d12106d0091762b869ac5cdfb2a985edb82bc0ae
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Tue Jan 26 10:46:43 2016 +0100

    release 1.13.0

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit 3ccd1dd7e006e32c78b14f8c00946d5cdeacc3ae
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Tue Jan 26 10:33:14 2016 +0100

    GTK3: fix GtkMisc decperation commit

 src/copy-theme-dialog.c |  8 ++++----
 src/gs-lock-plug.c      | 38 +++++++++++++++++++-------------------
 src/gs-window-x11.c     |  6 +++---
 3 files changed, 26 insertions(+), 26 deletions(-)

commit 5401618f546c8486c99491f32139638ffb3ea45d
Author: monsta <monsta@inbox.ru>
Date:   Thu Jan 21 15:15:39 2016 +0300

    configure.ac: no need to parse and print dbus version anymore

 configure.ac | 34 ----------------------------------
 1 file changed, 34 deletions(-)

commit 2d7ff68afb228f3a8d34f227c68f9a9b743fb915
Author: monsta <monsta@inbox.ru>
Date:   Thu Jan 21 15:12:44 2016 +0300

    drop defines for ancient dbus version

 src/gs-listener-dbus.c         | 6 ------
 src/mate-screensaver-command.c | 5 -----
 2 files changed, 11 deletions(-)

commit ac2302ed641397ca0087045f09f97068a4cf2848
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Tue Jan 5 02:57:15 2016 +0100

    pre-bump version to 1.13.0

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2be3674021557a9bee5d6e2d0ffa4d7b3ea364b0
Author: Monsta <monsta@inbox.ru>
Date:   Sun Jan 3 00:14:49 2016 +0300

    drop MateConf migration script

 data/Makefile.am                          |  4 ----
 data/org.mate.screensaver.gschema.migrate | 15 ---------------
 2 files changed, 19 deletions(-)

commit 5c32ef035d8a18d865e8419d0cf2b8d932039b52
Author: monsta <monsta@inbox.ru>
Date:   Tue Dec 22 12:18:22 2015 +0300

    mate_gdk_spawn_command_line_on_screen can be used with any GTK+

 src/gs-lock-plug.c                 | 10 +++++-----
 src/mate-screensaver-preferences.c |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 19cfcdd0df1d6a1d1c64b3b8c7d8b183316629bd
Author: monsta <monsta@inbox.ru>
Date:   Wed Dec 16 17:04:48 2015 +0300

    removed some strings from translation - nothing to translate there

 data/lock-dialog-default.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 9ce0f59d8ac39db98ae1e5148dbf88a933c7918a
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 14 15:09:23 2015 +0300

    get rid of some build warnings when --without-console-kit is set

 src/gs-listener-dbus.c | 2 ++
 1 file changed, 2 insertions(+)

commit cc02e012cdd075a1a061603f0ade12f3eee20915
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 13 19:52:51 2015 +0100

    GTK3: replace deprecated gdk_window_set_background

 savers/gs-theme-engine.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit b8d7f35570dad2b6285a4c7f02712c6111e79902
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 13 17:36:55 2015 +0100

    GTK3: don't use deprecated GtkMisc

 src/copy-theme-dialog.c | 19 +++++++++++++++++++
 src/gs-lock-plug.c      | 34 ++++++++++++++++++++++++++++++++++
 src/gs-window-x11.c     | 12 ++++++++++++
 3 files changed, 65 insertions(+)

commit f78b6c9444c46c54440b8f6367d88f0e80e72a36
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 13 16:30:40 2015 +0100

    remove more unused variables
    
    this avoid some build warnings

 savers/gs-theme-engine.c           | 8 ++------
 savers/gs-theme-window.c           | 3 +--
 savers/gste-popsquares.c           | 8 ++------
 src/gs-listener-dbus.c             | 3 +--
 src/mate-screensaver-preferences.c | 3 +--
 5 files changed, 7 insertions(+), 18 deletions(-)

commit 77a6698715849b735d41b40c319936eea670ce3d
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 13 16:12:20 2015 +0100

    GTK3: don't use deprecated gdk_cursor_new

 src/gs-grab-x11.c   |  8 ++++++++
 src/gs-lock-plug.c  | 16 ++++++++++++++++
 src/gs-window-x11.c |  9 +++++++++
 3 files changed, 33 insertions(+)

commit c654bc42b3c6b08fc094b6e4bf70bf123c3e42e8
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Fri Dec 11 15:00:26 2015 +0100

    drop some unused variables
    
    taken from:
    https://git.gnome.org/browse/gnome-screensaver/commit/?id=214ab95
    https://git.gnome.org/browse/gnome-screensaver/commit/?id=4f0124a

 src/gs-fade.c        | 3 +--
 src/gs-watcher-x11.c | 7 +++----
 src/gs-window-x11.c  | 8 ++------
 3 files changed, 6 insertions(+), 12 deletions(-)

commit a7b99cf5d0d72fa3c62bb18053e03cffcfbf5323
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Fri Dec 11 14:40:52 2015 +0100

    GTK3: don't use deprecated gdk_cursor_unref

 src/gs-grab-x11.c  | 4 ++++
 src/gs-lock-plug.c | 8 ++++++++
 2 files changed, 12 insertions(+)

commit adfc2809795fa6b740c34120bb0438ddd07e8dff
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Dec 10 20:42:58 2015 +0100

    GTK3 window: don't use GtkRC to override drawing area's background
    
    That won't work correctly with GTK3, even more so given that we set
    app_paintable = TRUE on the drawing area.
    Instead, set the background GdkRGBA to black directly
    on the GtkDrawingArea's GdkWindow.
    
    taken from:
    https://git.gnome.org/browse/gnome-screensaver/commit/?id=43ee32e

 src/gs-window-x11.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 1ddc241afa5cff81bac8876869974cb43f9cbf2e
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Dec 10 20:38:45 2015 +0100

    GTK3: don't use deprecated gtk_widget_size_request

 savers/gs-theme-window.c           | 4 ++++
 src/gs-window-x11.c                | 4 ++++
 src/mate-screensaver-preferences.c | 4 ++++
 3 files changed, 12 insertions(+)

commit 7b6b7b641c8a33703692333bfeccd87238ae1c73
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Dec 10 20:36:09 2015 +0100

    GTK3: use new gdk_error_trap_ignored api
    
    This gets rid of some compile warnings
    
    taken from:
    https://git.gnome.org/browse/gnome-screensaver/commit/?id=73c0e41

 src/gs-grab-x11.c   | 22 ++++++++++++++++++++++
 src/gs-window-x11.c | 12 ++++++++++++
 2 files changed, 34 insertions(+)

commit b2cfa83c0cff0211ac63356fe16cd2ad2144bd91
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Dec 10 20:32:24 2015 +0100

    GTK3: don't use deprecated GDK_THREADS_ENTER/LEAVE

 savers/gste-slideshow.c | 8 ++++++++
 src/gs-lock-plug.c      | 4 ++++
 2 files changed, 12 insertions(+)

commit b57cfccec02400b470670c988adda6e99fe7a18f
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Dec 10 20:29:47 2015 +0100

    GTK3: don't use deprecated gtk_button_box_new

 src/gs-lock-plug.c | 4 ++++
 1 file changed, 4 insertions(+)

commit ecc616fc774a3bf576283cd291fc6cc5d7400a77
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Dec 10 20:27:00 2015 +0100

    GTK3: don't use deprecated gtk_{v/h}box_new

 src/copy-theme-dialog.c | 5 +++++
 src/gs-lock-plug.c      | 5 +++++
 src/gs-window-x11.c     | 5 +++++
 3 files changed, 15 insertions(+)

commit 8b30ebf59492dca891a847b1ba4cf23edb693266
Author: monsta <monsta@inbox.ru>
Date:   Thu Nov 12 12:02:14 2015 +0300

    fix warnings due to wrong id passed to g_source_remove

 savers/floaters.c       | 8 ++++++--
 savers/gste-slideshow.c | 1 +
 src/gs-auth-pam.c       | 1 +
 src/gs-watcher-x11.c    | 2 ++
 src/gs-window-x11.c     | 1 +
 5 files changed, 11 insertions(+), 2 deletions(-)

commit 43cd79f4d620167bd72736a811dc4d6b627b124f
Author: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Date:   Tue Nov 3 14:28:22 2015 +0000

    1.12.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6eccdfac6ac95c528219db480344c7cbe5a919a4
Author: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Date:   Tue Nov 3 14:28:05 2015 +0000

    Sync translations with transifex

 po/fr_CA.po | 745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/hy.po    | 745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1490 insertions(+)

commit d8cfd89102b7d591909163f3a0727117ebc9754f
Author: monsta <monsta@inbox.ru>
Date:   Fri Oct 30 16:24:48 2015 +0300

    update NEWS for 1.12

 NEWS | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

commit 3fed509f59d23a3815274c7a9537276e7ca6ea2e
Author: monsta <monsta@inbox.ru>
Date:   Tue Oct 27 15:33:01 2015 +0300

    some corrections in NEWS

 NEWS | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 4deb7df782f3fa1160506d898e7e841ab727404e
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Oct 21 04:00:58 2015 +0200

    release 1.11.1

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 372da14ddaf723f5da64413676d774223ab1b68f
Author: monsta <monsta@inbox.ru>
Date:   Fri Oct 16 14:02:16 2015 +0300

    Revert "Lock the screen on systemd sleep under systemd"
    
    This reverts commit f1739c03e00a51e87bd49d04827e5b765d1c70de.

 src/gs-listener-dbus.c | 17 -----------------
 1 file changed, 17 deletions(-)

commit f8bbdafb5374419040037c1e94999f9c967b3942
Author: Monsta <monsta@inbox.ru>
Date:   Tue Oct 20 14:39:29 2015 +0300

    add datarootdir to .pc.in file, fix warning during configure process

 data/mate-screensaver.pc.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f1739c03e00a51e87bd49d04827e5b765d1c70de
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Tue Sep 15 01:31:07 2015 +0300

    Lock the screen on systemd sleep under systemd
    
    Add a handler for the PrepareForSleep event on the system bus under
    systemd and lock the screen in such an event. This addresses the issue
    where "systemctl suspend" suspends the system but the system isn't
    locked on resume, with the obvious negative security connotations.

 src/gs-listener-dbus.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 306599bdbae51788ed2c2faa061adc6966fd814d
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Tue Sep 15 01:26:01 2015 +0300

    Fix systemd event handling
    
    Right now the systemd event handling is not actually working at all.
    This happens because _listener_message_path_is_our_session() has code to
    check if the event came to our session (e.g. "10") and, under systemd,
    does this by trying to compare it with the object path, by stripping the
    /org/freedesktop/login1/session/ prefix.
    
    However, under -at least recent versions- of systemd, the session ID
    part of the path is escaped separately, and following D-Bus rules
    initial numbers are escaped. In the example above, the obj_path is
    /org/freedesktop/login1/session/_310, so the comparison actually fails.
    
    Port a fix that has been present on various distributions (e.g. Arch)
    and pieces of software (e.g. cinnamon-screensaver) since at least March
    2013.  The original author is Peter de Ridder <peter@xfce.org>.
    
    The bug and the fix can both be easily verified by running "loginctl
    lock-sessions".

 src/gs-listener-dbus.c | 56 +++++++++++++++++++++++++++++++-------------------
 1 file changed, 35 insertions(+), 21 deletions(-)

commit b8dcae2ef6ca908250ac5d7c86591f556a37c4e8
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Oct 9 23:57:39 2015 +0200

    release 1.11.0

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit ba3abd99de0c9a16cea2e48265ed57f30983d9d6
Merge: 73775ed e53692c
Author: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Date:   Thu Oct 8 11:33:15 2015 +0100

    Merge pull request #79 from paravoid/no-fade
    
    Don't fade to black when locking the screen

commit 73775ed80bc1958b3a7548a1e10f1c06f75bb3fc
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Oct 6 17:38:20 2015 +0200

    pre-bump version to 1.11.0

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 6d4a81780e3598435b565569e8e16f1410cb5761
Author: Monsta <monsta@inbox.ru>
Date:   Mon Oct 5 16:30:14 2015 +0300

    fix build w/o systemd support
    
    fixes https://github.com/mate-desktop/mate-screensaver/issues/83

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 95b8f96ad66ab555c763dafebac8a49b9c6f3d51
Author: Monsta <monsta@inbox.ru>
Date:   Thu Oct 1 11:20:49 2015 +0300

    configure.ac: add support for new libsystemd library

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 599bc816e0dca82f921e6d77c2018d7818e7b7b2
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 16 15:26:01 2015 +0200

    manager: fade out explicitly locks more quickly
    If the screensaver is explicitly asked to lock
    (as opposed to locking because of idle), then
    we should do it very quickly.  1 second is
    too long.
    
    This commit changes the fade to 60 steps per
    second and a quarter of second long
    (put another way, about 15 fade increments).
    
    Taken from gnome-screensaver,
    commit:44edc03104f9757f4d866f24df8793f064b6ce70
    And applied to MATE by infirit

 src/gs-fade.c    | 2 +-
 src/gs-manager.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e53692cc3700b4987812718d03894addda3a4117
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Tue Sep 15 01:33:40 2015 +0300

    Don't fade to black when locking the screen
    
    Fading to black has negative security consequences: the screen locking
    and actual suspend race with each other, and this can result in the
    screen's contents being briefly visible after resume.
    
    This has been reported as #54 but has been known and patched for in
    Debian/Ubuntu since at least 2010 (see LP 546578).

 src/gs-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ca6e8d35f029cc22dba9ff0a9be8a873e30aa7d2
Author: infirit <infirit@gmail.com>
Date:   Tue Sep 8 14:23:17 2015 +0200

    define max/min version of GLib

 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9beb2876641d84bdbfd5860dae998d3ac50d386c
Author: infirit <infirit@gmail.com>
Date:   Tue Sep 8 14:23:02 2015 +0200

    Rework gsettings schema building
    
    * Bump intltool required version for gsettings support
    * Extract strings with intltool directly

 configure.ac                             | 2 +-
 data/Makefile.am                         | 5 +++--
 data/org.mate.screensaver.gschema.xml.in | 4 ++--
 po/POTFILES.in                           | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

commit e9d168637f58e924f4f0503d4efa1a05dc3e075a
Merge: 7ddb61c 1a9fbec
Author: Martin Wimpress <code@flexion.org>
Date:   Tue Sep 8 12:23:38 2015 +0100

    Merge pull request #77 from monsta/patch-2
    
    configure.ac: drop obsolete macro

commit 7ddb61c4cb9f17a79a935ff55244f8594b250848
Author: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Date:   Fri Sep 4 21:57:30 2015 +0100

    Switch to org.gnome.SessionManager

 src/gs-listener-dbus.c |  6 +++---
 src/gs-watcher-x11.c   | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 106b6907fbd05c72eabcd1d9fb77984866cdf277
Merge: 0ebac28 4f31527
Author: Martin Wimpress <code@flexion.org>
Date:   Tue Aug 25 16:48:25 2015 +0100

    Merge pull request #78 from monsta/laundry
    
    stop caring for osx

commit 4f315278c52261dfdbf564a854511d481fb9d385
Author: Monsta <monsta@inbox.ru>
Date:   Tue Aug 25 16:22:51 2015 +0300

    stop caring for osx

 configure.ac | 10 ----------
 1 file changed, 10 deletions(-)

commit 1a9fbecc2b64a3973c555505144f6e7f490ec76f
Author: monsta <monsta@inbox.ru>
Date:   Wed Aug 19 10:48:34 2015 +0300

    configure.ac: drop obsolete macro
    
    It's been a no-op for a long time.
    See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit 0ebac28cb393a12b15c8122dbb85d8a6cb354dad
Author: infirit <infirit@gmail.com>
Date:   Sun Jul 12 15:08:38 2015 +0200

    slideshow: Cleanup cairo drawing between gtk versions

 savers/gste-slideshow.c | 42 ++++++++++++------------------------------
 1 file changed, 12 insertions(+), 30 deletions(-)

commit 575cb06d41e46d701b69b77da37817cf69854777
Author: infirit <infirit@gmail.com>
Date:   Sun Jul 12 15:01:25 2015 +0200

    slideshow: Drop GdkPixmap and use retrieve GdkPixbuf directly

 savers/gste-slideshow.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

commit 71a3f61d25d6998c07db899148bd0bac48ad0026
Author: infirit <infirit@gmail.com>
Date:   Sun Jul 12 14:33:00 2015 +0200

    popsquares: Use cairo for Gtk+2

 savers/gste-popsquares.c | 70 +++++++++++++++---------------------------------
 1 file changed, 21 insertions(+), 49 deletions(-)

commit c7fee045db811e12a76894cddbf5604af7d57941
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 13:27:15 2015 +0200

    Simplify cursur hiding
    
    Use GDK_BLANK_CURSOR across Gtk versions for new cursors.

 src/gs-grab-x11.c   | 31 -------------------------------
 src/gs-window-x11.c | 23 +----------------------
 2 files changed, 1 insertion(+), 53 deletions(-)

commit d69d9dd6a7fabb18ac207c348cac5e2475380c21
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 13:03:15 2015 +0200

    Remove useless call to gtk_dialog_set_has_separator
    
    The default is already FALSE

 src/copy-theme-dialog.c | 3 ---
 1 file changed, 3 deletions(-)

commit 72dd61aa3a3a98bf38c2cc3aa7e36f99b620be24
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 12:08:18 2015 +0200

    Use accessor functions instead of direct access
    
    Make Gtk2 build with GSEAL_ENABLE And cut down on ifdef hell.

 savers/floaters.c                  |  10 ++--
 savers/gs-theme-engine.c           |  34 ++++---------
 savers/gs-theme-window.c           |  12 -----
 savers/gste-popsquares.c           |   8 ---
 savers/gste-slideshow.c            |   8 +--
 src/copy-theme-dialog.c            |   4 --
 src/gs-grab-x11.c                  |   4 --
 src/gs-job.c                       |   4 --
 src/gs-lock-plug.c                 |  37 +++-----------
 src/gs-window-x11.c                | 100 ++++++++-----------------------------
 src/mate-screensaver-dialog.c      |   4 --
 src/mate-screensaver-preferences.c |   6 +--
 12 files changed, 44 insertions(+), 187 deletions(-)

commit a3c426e1e81dc56f4fdd56f8c736125798fec26b
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 10:47:04 2015 +0200

    Don't use gdkkeysyms-compat for Gtk+2

 src/gs-lock-plug.c  |  3 +--
 src/gs-window-x11.c | 15 +++++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

commit 1b8f66d0f995b2f9ccf56c9ab7a27c2f68442c50
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 10:39:04 2015 +0200

    Always use GDK_DISPLAY_XDISPLAY instead of GDK_DISPLAY
    
    Has been in Gtk since 2.22

 src/gs-fade.c        | 28 ----------------------------
 src/gs-grab-x11.c    | 13 -------------
 src/gs-lock-plug.c   |  4 ----
 src/gs-watcher-x11.c | 16 ----------------
 src/gs-window-x11.c  | 20 ++------------------
 src/test-fade.c      |  8 --------
 6 files changed, 2 insertions(+), 87 deletions(-)

commit c1d1e089a69c5e90e8b0cf4b96335899f209e7f0
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 10:24:33 2015 +0200

    Remove gtk version check around gdk_x11_screen_lookup_visual
    
    The function has been in Gtk 2 since 2.2.

 src/gs-visual-gl.c                 | 4 ----
 src/gs-window-x11.c                | 4 ----
 src/mate-screensaver-preferences.c | 8 --------
 3 files changed, 16 deletions(-)

commit ff534bee884ac262696786038099ef17c5d447f0
Author: infirit <infirit@gmail.com>
Date:   Wed Jul 8 15:35:29 2015 +0200

    Use the string screensaver consistantly
    
    closes #56

 src/mate-screensaver.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6fa21604bdea33239878ed5b83755ecd14066dc4
Author: infirit <infirit@gmail.com>
Date:   Tue Jul 7 01:48:08 2015 +0200

    popsquares: do not return a value in void function draw_frame

 savers/gste-popsquares.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c2a0fb407b5dbd5054555b3faaf4d09bcaf4cb9a
Author: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Date:   Fri Jun 26 14:18:03 2015 +0200

    [joequant] fix segfault due to wrong object being destroyed (ported from https://github.com/linuxmint/cinnamon-screensaver/pull/106)

 src/gs-lock-plug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8556c854a90d6e50a9861aea5fda48cfb2262bc3
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Fri Jun 12 11:17:54 2015 +0200

    Sync translations with transifex

 po/es.po | 11 ++++++-----
 po/ru.po |  7 +++++--
 po/uk.po | 34 +++++++++++++++++-----------------
 3 files changed, 28 insertions(+), 24 deletions(-)

commit e8abc58c94bb7a25a73bb848a8f95dfc2490baf7
Author: Martin Wimpress <code@flexion.org>
Date:   Thu Jun 11 20:59:59 2015 +0100

    Bump version to 1.10.1

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 269333e2683e6dd9975f298267cac177b889541a
Merge: 7054185 ef6a9ff
Author: Martin Wimpress <code@flexion.org>
Date:   Tue May 19 02:34:12 2015 +0100

    Merge pull request #70 from NiceandGently/master
    
    check for running DM for user switching

commit 70541859c5798d6c6cfb0853e8dc775b77a83319
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon May 4 14:54:59 2015 +0200

    Bump version to 1.10.0

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f656d4b7eac23a289990e865e71a708d69da7a71
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Mon May 4 14:54:40 2015 +0200

    Sync translations with transifex

 po/id.po | 23 ++++++++++++-----------
 po/tr.po |  4 ++--
 2 files changed, 14 insertions(+), 13 deletions(-)

commit 4dfcc1c5808dcfdf16223b6dd0c4d8e4a3e5dd30
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Apr 4 17:08:51 2015 +0200

    Bump version to 1.9.90

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d2d1867e63a47a9f3d5fcaaa3051ca76c9e8f8ee
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Sat Apr 4 16:53:39 2015 +0200

    Sync translations with transifex

 po/ar.po | 15 ++++++++-------
 po/be.po | 67 ++++++++++++++++++++++++++++++++--------------------------------
 po/de.po | 10 +++++-----
 po/ro.po |  9 +++++----
 po/sk.po |  8 ++++----
 5 files changed, 56 insertions(+), 53 deletions(-)

commit ef6a9ffce59463fcbdddf82b9838d0e14d5744a3
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Apr 1 22:00:34 2015 +0200

    check for running DM for user switching

 src/gs-lock-plug.c | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

commit a6e588cec63f2559b06304ec0859210d7b9de859
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Jan 20 21:53:34 2015 +0100

    Bump version to 1.9.2

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1995693f8214fcd796569cfdc62dbe60d0ce3adb
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Tue Jan 20 21:50:39 2015 +0100

    Sync translations with transifex

 po/cy.po    |  23 ++++----
 po/de.po    |  30 +++++------
 po/en_AU.po |  10 ++--
 po/en_GB.po |   6 +--
 po/es.po    |  11 ++--
 po/et.po    |  55 +++++++++----------
 po/fi.po    |  13 ++---
 po/fr.po    |   9 ++--
 po/ja.po    |  35 +++++++------
 po/lt.po    |  19 +++----
 po/pt.po    |   4 +-
 po/pt_BR.po |   9 ++--
 po/sk.po    |   4 +-
 po/sr.po    | 171 ++++++++++++++++++++++++++++++------------------------------
 po/uk.po    |  10 ++--
 15 files changed, 209 insertions(+), 200 deletions(-)

commit b30f374584e6d80cb7f3e6fc83aa07768547e92f
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 13:09:43 2014 +0100

    Revert "Add back Glib 2.32 support"
    
    This reverts commit ddc4152abebd61f14055dec8c2f7c4c1e0d2ddd0.

 src/mate-screensaver-command.c   | 4 ----
 src/mate-screensaver-dialog.c    | 4 ----
 src/mate-screensaver-gl-helper.c | 4 ----
 3 files changed, 12 deletions(-)

commit 0e9379b3e1f4cca21448267472e1deb01da7e5ab
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 13:09:35 2014 +0100

    Revert "Drop back to Glib 2.32 in configure.ac"
    
    This reverts commit d1381afe0285c1fb4dabb2ccf3ad496efab9f3ff.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1381afe0285c1fb4dabb2ccf3ad496efab9f3ff
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 12:24:38 2014 +0100

    Drop back to Glib 2.32 in configure.ac

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ddc4152abebd61f14055dec8c2f7c4c1e0d2ddd0
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 12:23:08 2014 +0100

    Add back Glib 2.32 support

 src/mate-screensaver-command.c   | 4 ++++
 src/mate-screensaver-dialog.c    | 4 ++++
 src/mate-screensaver-gl-helper.c | 4 ++++
 3 files changed, 12 insertions(+)

commit 7173fdd3c392d415775525e6470895fde27b2de6
Author: infirit <infirit@gmail.com>
Date:   Mon Dec 15 18:14:51 2014 +0100

    Bump mate-desktop required to version 1.9.4
    
    The materr* changes are not in mate-desktop 1.9.3 yet.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1feee34b97abf52606ce4b1f0911a3d336fe84c
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 30 14:53:21 2014 +0300

    configure.ac: use dots when printing dbus version

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1dac1df4ff36d72e4e8ccd7c9493d0c19835fd1
Author: infirit <infirit@gmail.com>
Date:   Sun Nov 30 18:43:01 2014 +0100

    Update NEWS

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 33ee33a280cdac8e9463ef3d3180b7925b022507
Author: infirit <infirit@gmail.com>
Date:   Sun Nov 30 18:31:00 2014 +0100

    Bump required mate-desktop version for materr* changes

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bbc70e6c7a1701f1e036ad174dbb401be9250ed4
Author: infirit <infirit@gmail.com>
Date:   Mon Nov 24 15:06:01 2014 +0100

    Update to api changes for MateRR* in mate-desktop

 src/gs-fade.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 94aecb2f6832701add2c93cf87dadcd510764604
Author: Monsta <monsta@inbox.ru>
Date:   Sat Nov 8 15:05:17 2014 +0300

    don't leak memory

 src/gs-lock-plug.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 19aa553b919f336c5f44e59451f52b6f679b953b
Author: Monsta <monsta@inbox.ru>
Date:   Sat Nov 8 15:04:54 2014 +0300

    avoid dereferencing NULL pointers

 src/gs-manager.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit e54ce9cf54ed6cec762038899b988c95fbb14170
Author: monsta <monsta@inbox.ru>
Date:   Tue Oct 28 17:51:44 2014 +0300

    zero-init signals array

 src/gs-lock-plug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit df141a7ccd527f8b004eff66e784359bba177bcc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 19 09:21:17 2014 +0100

    Bump version to 1.9.1

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 057877c9a5ad0fa00f2ec3c86d027747024962b3
Merge: edb89a7 3fe7bdd
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Aug 21 11:18:50 2014 +0200

    Merge pull request #51 from NiceandGently/master
    
    fix for glib2-2.41.2

commit edb89a74aa0440cd0f59bddf9205d50d91634e2d
Merge: bac3bf0 aa395dc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Jul 21 13:16:09 2014 +0200

    Merge pull request #52 from tagatac/master
    
    Prevent SegFault in the absence of XRANDR

commit aa395dc912c8fe57ecb3162055288a039d287c89
Author: David Tagatac <dtagatac@cs.columbia.edu>
Date:   Mon Jul 21 06:35:13 2014 -0400

    Prevent SegFault in the absence of XRANDR
    (Fix #46) Patch by Steven Chamberlain
    https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=bug749629.patch;att=1;bug=749629

 src/gs-fade.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3fe7bddc6b5aa79f28f3e42b0b651a7872c87947
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sun Jul 20 22:11:39 2014 +0200

    fix for glib2-2.41.2
    this will fix https://github.com/mate-desktop/mate-screensaver/issues/50

 data/mate-screensaver-preferences.ui | 2 --
 1 file changed, 2 deletions(-)

commit bac3bf0c3dd1ca68a20cc1e81e66f9cb3941dd4d
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Sat Jul 12 10:28:02 2014 +0200

    Sync translations with transifex

 po/eu.po    |   7 +-
 po/hr.po    | 226 ++++++++++++++++++++++++++++++------------------------------
 po/pt.po    | 114 +++++++++++++++---------------
 po/pt_BR.po |  24 ++++---
 po/sk.po    |   8 +--
 po/sv.po    |  56 +++++++--------
 po/tr.po    |  12 ++--
 7 files changed, 227 insertions(+), 220 deletions(-)

commit ae84d24ec2557014212487164c1b4fce615a8203
Author: infirit <infirit@gmail.com>
Date:   Wed Jul 2 18:55:45 2014 +0200

    Don't use deprecated GLib threading API.

 savers/gste-slideshow.c | 12 +-----------
 src/gs-auth-pam.c       | 40 ++++++++++++++--------------------------
 2 files changed, 15 insertions(+), 37 deletions(-)

commit 19b8391037abcfbae0de67a40b77e6eff2a8a8f4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jul 2 16:49:29 2014 +0200

    Dont call g_thread_init

 savers/slideshow.c | 1 -
 src/test-passwd.c  | 5 -----
 2 files changed, 6 deletions(-)

commit c3291dc17754e015c8994352fba2d8c7a5db6ef9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jul 2 16:46:26 2014 +0200

    Remove some old code after GLIB and GTK2 minimum version bump

 src/gs-listener-dbus.c             | 25 +------------------------
 src/mate-screensaver-command.c     |  4 ----
 src/mate-screensaver-dialog.c      | 11 -----------
 src/mate-screensaver-gl-helper.c   |  2 --
 src/mate-screensaver-preferences.c |  2 --
 5 files changed, 1 insertion(+), 43 deletions(-)

commit 5b1dfd26f8e66410c01f59e22fcfe304dd129502
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jul 2 16:42:54 2014 +0200

    Bump minimum GTK2 and GLIB versions

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fc4dfbcb1c56d5347162dfc1f28f9b4c256f8fac
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jun 25 13:01:10 2014 +0200

    Honor locale time settings in lock screen
    
    Closes https://github.com/mate-desktop/mate-screensaver/pull/47

 src/gs-lock-plug.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 8fe598d87e203b9d956a83fa60ab0e481b85f5df
Author: infirit <infirit@gmail.com>
Date:   Thu Jun 12 12:34:29 2014 +0200

    Revert "Honor locale time settings in lock screen."
    
    This reverts commit debbeac50a48c78fd0ca1559228e54eebc4d7aa8.

 src/gs-lock-plug.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit debbeac50a48c78fd0ca1559228e54eebc4d7aa8
Author: brian m. carlson <sandals@crustytoothpaste.net>
Date:   Fri May 30 21:36:05 2014 +0000

    Honor locale time settings in lock screen.
    
    The time display in the lock screen should honor the LC_TIME variable,
    including the locale-specific settings for whether to display a 12-hour or
    24-hour time.  Sending the time and date strings through gettext results in
    a value which is specific to LC_MESSAGES, which can be different from
    LC_TIME.  Use the %X value for time, which is guaranteed to be appropriate
    for the locale in question.
    
    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>

 src/gs-lock-plug.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit d27a591a9a930741aeda5c82f5e9016091f37f12
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Tue May 6 18:28:07 2014 +0200

    Sync translations with transifex

 po/lt.po | 21 +++++++++++----------
 po/pt.po | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 21 deletions(-)

commit b8cdd8a57596389164c4ab3b583b77e2c3d0a117
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Mar 27 14:34:01 2014 +0100

    Bump version to 1.9.0

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 417ef3f98b3ae7ba6e4deb53b13fcf105a9f4390
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Mar 16 16:32:20 2014 +0100

    Sync translations with transifex
    
    Closes https://github.com/mate-desktop/mate-screensaver/pull/42

 po/hi.po    | 35 ++++++++++++++++++-----------------
 po/id.po    | 35 ++++++++++++++++++-----------------
 po/pl.po    |  7 ++++---
 po/zh_CN.po | 28 ++++++++++++++--------------
 4 files changed, 54 insertions(+), 51 deletions(-)

commit c565706520591eeb7690bbe6eb59d0f06c30ed30
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Mar 1 12:24:28 2014 +0100

    Bump version to 1.8.0

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 43c6060ab1a743f5da593cc7af6356a1daec7c6d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Mar 1 12:24:06 2014 +0100

    Sync translations with transifex

 po/be.po | 144 +++++++++++++++++++++++++++++++--------------------------------
 po/fa.po |  83 ++++++++++++++++++------------------
 po/ko.po |  61 ++++++++++++++-------------
 3 files changed, 146 insertions(+), 142 deletions(-)

commit d0c6cd49ad92079bf285cf88a3b2679e491e8400
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Feb 23 19:04:26 2014 +0100

    Sync translations with transifex

 po/sk.po | 10 +++++-----
 po/sl.po |  2 +-
 po/tr.po |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 0c77cd519d857a1b460811acef17dc84cc9bac83
Author: infirit <infirit@gmail.com>
Date:   Fri Feb 21 09:17:42 2014 +0100

    Fix help button in preferences dialog.

 src/mate-screensaver-preferences.c | 39 +++-----------------------------------
 1 file changed, 3 insertions(+), 36 deletions(-)

commit 78f0cd08479e8576ba75c17c767df6f79b512932
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 18 20:49:01 2014 +0100

    Bump version to 1.7.90

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 03b18858c66b102d67f62ed6283864b63f2619f5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 18 20:48:43 2014 +0100

    Update NEWS

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 00d5ff6a8e77db5ae745ad404de3838d61a4aa9c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 18 20:47:02 2014 +0100

    configure: Add check-news

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b9b68347fdbc4d6b11552efd2806e3d59517be63
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 18 20:46:45 2014 +0100

    Sync translations with transifex

 po/LINGUAS  |   1 +
 po/ar.po    |  28 +--
 po/bg.po    |  37 ++--
 po/cs.po    |  23 +--
 po/da.po    |  28 +--
 po/el.po    |  34 ++--
 po/en_AU.po |  22 +--
 po/en_GB.po |  31 ++--
 po/es.po    |  35 ++--
 po/es_AR.po | 603 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/is.po    |  45 ++---
 po/ms.po    |  12 +-
 po/pt_BR.po |  15 +-
 po/ru.po    |  28 +--
 po/sk.po    |  67 +++----
 po/zh_TW.po |  35 ++--
 16 files changed, 829 insertions(+), 215 deletions(-)

commit 21fdbe089f01f13de70e1a3def1c5ca2f5e213b2
Merge: 9b7c663 9075047
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 10:56:14 2014 +0100

    Merge pull request #41 from hekel/master
    
    Update Manual

commit 9075047d57bfdde4419ce37e043a23ec5691bf2b
Author: hekel <hekel@archlinux.info>
Date:   Fri Feb 14 04:13:20 2014 -0500

    Update Manual and make it more uniform with others

 data/mate-screensaver-command.1 | 95 ++++++++++++++++++++---------------------
 1 file changed, 46 insertions(+), 49 deletions(-)

commit b4d0679d02b1c813ddb64182a49f969aa542b52c
Author: hekel <hekel@archlinux.info>
Date:   Fri Feb 14 04:12:30 2014 -0500

    Update Manual and make it more uniform with others

 data/mate-screensaver-preferences.1 | 47 +++++++++++++++++++++++--------------
 1 file changed, 30 insertions(+), 17 deletions(-)

commit 7c2b11740105dd6be867e8ee477b9d5077f209f9
Author: hekel <hekel@archlinux.info>
Date:   Fri Feb 14 04:12:02 2014 -0500

    Update Manual Page

 data/mate-screensaver.1 | 70 +++++++++++++++++++++++++++++++++----------------
 1 file changed, 48 insertions(+), 22 deletions(-)

commit 9b7c66333038947422a91f61adb4bf03e7c2bb76
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 11 10:51:55 2014 +0100

    Include autogen.sh in tarball

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 72f72479cf1fc4596682747e295b96dd776f1a0d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Feb 9 23:25:41 2014 +0100

    Bump version to 1.7.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eb475737aba6ac3f3f4dd0ceddc83da95de16bb4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Feb 9 23:25:19 2014 +0100

    Sync translations with transifex

 po/am.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ar.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/as.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ast.po         | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/be.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/bg.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/bn.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/bn_IN.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/br.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ca.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ca@valencia.po | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/cmn.po         | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/crh.po         | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/cs.po          | 55 ++++++++++++++++++++++++++++++++++++++++++-------
 po/cy.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/da.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/de.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/dz.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/el.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/en_AU.po       | 55 ++++++++++++++++++++++++++++++++++++++++++-------
 po/en_CA.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/en_GB.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/es.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/et.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/eu.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/fa.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/fi.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/fr.po          | 57 +++++++++++++++++++++++++++++++++++++++++++--------
 po/ga.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/gl.po          | 55 ++++++++++++++++++++++++++++++++++++++++++-------
 po/gu.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/he.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/hi.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/hr.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/hu.po          | 57 +++++++++++++++++++++++++++++++++++++++++++--------
 po/id.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/is.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/it.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ja.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ka.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/kk.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/kn.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ko.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ku.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ky.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/lt.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/lv.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/mai.po         | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/mg.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/mk.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ml.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/mn.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/mr.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ms.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/nb.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/nds.po         | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ne.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/nl.po          | 56 +++++++++++++++++++++++++++++++++++++++++++-------
 po/nn.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/oc.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/or.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/pa.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/pl.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ps.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/pt.po          | 55 ++++++++++++++++++++++++++++++++++++++++++-------
 po/pt_BR.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ro.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ru.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/si.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/sk.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/sl.po          | 61 ++++++++++++++++++++++++++++++++++++++++++++++---------
 po/sq.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/sr.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/sr@latin.po    | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/sv.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ta.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/te.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/th.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/tr.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/uk.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/ur.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/vi.po          | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/zh_CN.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/zh_HK.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 po/zh_TW.po       | 53 +++++++++++++++++++++++++++++++++++++++++------
 85 files changed, 4009 insertions(+), 523 deletions(-)

commit 52b38d21bd9b77bab9ca1562669dae82ea37f809
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Feb 8 13:26:24 2014 +0100

    Fix POTFILES.in

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit 821a498c53f80d8117253135d79c5d4cbd026e02
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Feb 8 13:11:41 2014 +0100

    Sync translations with transifex

 po/am.po          | 196 ++++++++++++++---------------
 po/ar.po          | 196 ++++++++++++++---------------
 po/as.po          | 194 ++++++++++++++--------------
 po/ast.po         | 194 ++++++++++++++--------------
 po/be.po          | 194 ++++++++++++++--------------
 po/bg.po          | 194 ++++++++++++++--------------
 po/bn.po          | 194 ++++++++++++++--------------
 po/bn_IN.po       | 194 ++++++++++++++--------------
 po/br.po          | 194 ++++++++++++++--------------
 po/ca.po          | 196 ++++++++++++++---------------
 po/ca@valencia.po | 194 ++++++++++++++--------------
 po/cmn.po         |  32 +++--
 po/crh.po         | 194 ++++++++++++++--------------
 po/cs.po          | 196 ++++++++++++++---------------
 po/cy.po          | 194 ++++++++++++++--------------
 po/da.po          | 199 ++++++++++++++---------------
 po/de.po          | 206 +++++++++++++++---------------
 po/dz.po          | 194 ++++++++++++++--------------
 po/el.po          | 196 ++++++++++++++---------------
 po/en_AU.po       | 196 ++++++++++++++---------------
 po/en_CA.po       | 194 ++++++++++++++--------------
 po/en_GB.po       | 196 ++++++++++++++---------------
 po/es.po          | 196 ++++++++++++++---------------
 po/et.po          | 194 ++++++++++++++--------------
 po/eu.po          | 194 ++++++++++++++--------------
 po/fa.po          | 194 ++++++++++++++--------------
 po/fi.po          | 194 ++++++++++++++--------------
 po/fr.po          | 197 ++++++++++++++---------------
 po/ga.po          | 194 ++++++++++++++--------------
 po/gl.po          | 196 ++++++++++++++---------------
 po/gu.po          | 194 ++++++++++++++--------------
 po/he.po          | 194 ++++++++++++++--------------
 po/hi.po          | 194 ++++++++++++++--------------
 po/hr.po          | 201 ++++++++++++++---------------
 po/hu.po          | 197 ++++++++++++++---------------
 po/id.po          | 196 ++++++++++++++---------------
 po/is.po          | 194 ++++++++++++++--------------
 po/it.po          | 196 ++++++++++++++---------------
 po/ja.po          | 194 ++++++++++++++--------------
 po/ka.po          | 194 ++++++++++++++--------------
 po/kk.po          |  30 +++--
 po/kn.po          | 194 ++++++++++++++--------------
 po/ko.po          |  32 +++--
 po/ku.po          | 194 ++++++++++++++--------------
 po/ky.po          | 365 +++++++++++++++--------------------------------------
 po/lt.po          | 194 ++++++++++++++--------------
 po/lv.po          | 194 ++++++++++++++--------------
 po/mai.po         | 194 ++++++++++++++--------------
 po/mg.po          | 194 ++++++++++++++--------------
 po/mk.po          | 194 ++++++++++++++--------------
 po/ml.po          | 194 ++++++++++++++--------------
 po/mn.po          | 194 ++++++++++++++--------------
 po/mr.po          | 194 ++++++++++++++--------------
 po/ms.po          | 196 ++++++++++++++---------------
 po/nb.po          | 194 ++++++++++++++--------------
 po/nds.po         | 194 ++++++++++++++--------------
 po/ne.po          | 194 ++++++++++++++--------------
 po/nl.po          | 196 ++++++++++++++---------------
 po/nn.po          | 194 ++++++++++++++--------------
 po/oc.po          | 194 ++++++++++++++--------------
 po/or.po          | 194 ++++++++++++++--------------
 po/pa.po          | 194 ++++++++++++++--------------
 po/pl.po          | 198 ++++++++++++++---------------
 po/ps.po          | 194 ++++++++++++++--------------
 po/pt.po          | 202 ++++++++++++++---------------
 po/pt_BR.po       |  32 +++--
 po/ro.po          | 194 ++++++++++++++--------------
 po/ru.po          | 197 ++++++++++++++---------------
 po/si.po          | 194 ++++++++++++++--------------
 po/sk.po          | 196 ++++++++++++++---------------
 po/sl.po          | 369 +++++++++++++++--------------------------------------
 po/sq.po          | 194 ++++++++++++++--------------
 po/sr.po          | 194 ++++++++++++++--------------
 po/sr@latin.po    | 194 ++++++++++++++--------------
 po/sv.po          | 194 ++++++++++++++--------------
 po/ta.po          | 194 ++++++++++++++--------------
 po/te.po          | 194 ++++++++++++++--------------
 po/th.po          | 194 ++++++++++++++--------------
 po/tr.po          | 199 ++++++++++++++---------------
 po/uk.po          | 370 +++++++++++++++---------------------------------------
 po/ur.po          | 367 +++++++++++++++--------------------------------------
 po/vi.po          | 194 ++++++++++++++--------------
 po/zh_CN.po       | 196 ++++++++++++++---------------
 po/zh_HK.po       | 194 ++++++++++++++--------------
 po/zh_TW.po       | 369 +++++++++++++++--------------------------------------
 85 files changed, 7546 insertions(+), 9244 deletions(-)

commit ce4d1059de86051ff25081260132c11fbc3ac4b3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Jan 28 10:14:37 2014 +0100

    Show date and time in lock dialog
    
    Closes #18
    https://github.com/mate-desktop/mate-screensaver/issues/18

 configure.ac                |  2 +-
 data/lock-dialog-default.ui | 60 +++++++++++++++++++++++++++++++++++++++++
 src/gs-lock-plug.c          | 65 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 126 insertions(+), 1 deletion(-)

commit d5b35083e4de1d7457ebd937172bb0054e1fa089
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Jan 25 16:52:22 2014 +0100

    Sync translations with transifex

 po/LINGUAS  |   2 +
 po/cmn.po   | 551 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/kk.po    | 546 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ko.po    | 187 +++++++++------------
 po/pt_BR.po | 185 +++++++++-----------
 5 files changed, 1262 insertions(+), 209 deletions(-)

commit 96288200d362110cb567c7acff7e6c94acc1a031
Merge: f446c58 c6c6e3c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jan 22 13:01:22 2014 -0800

    Merge pull request #40 from infirit/master
    
    pam: Use pam_gnome-keyring.so

commit c6c6e3c96002d1cafe568d022c03fdaa62711b41
Author: infirit <infirit@gmail.com>
Date:   Wed Jan 22 18:52:28 2014 +0100

    pam: Use pam_gnome-keyring.so

 data/mate-screensaver | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f446c58ce581878ab9bc8abf93dadce8fc8fceb3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Jan 14 16:36:51 2014 +0100

    Remove autogenerated file

 po/Makefile.in.in | 217 ------------------------------------------------------
 1 file changed, 217 deletions(-)

commit c7ffe41758c80f5c626edda4e61430be7c649542
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Oct 3 21:08:49 2013 +0200

    Check for logind, not for systemd

 configure.ac           | 2 +-
 src/gs-listener-dbus.c | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 891196bc95d9be45c446206407383b65454b404f
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Oct 3 20:50:36 2013 +0200

    configure: fix --with-systemd=auto

 configure.ac | 32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)

commit 0c3dd853a5c4c7bb5742f2ee3e58ccc7e633958b
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Oct 3 21:00:51 2013 +0200

    Fix compile warning if not compiled with systemd

 src/gs-listener-dbus.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit ffb0cf1ca417f7f069862ec65e86e0e19c2df92d
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Oct 3 20:58:00 2013 +0200

    listener-dbus: s/ConsoleKit/systemd/

 src/gs-listener-dbus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9eb5b768dd8ce3f6983da8f6d8e55c8c6b6fea06
Merge: 0460034 342dd3d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Jan 6 02:48:49 2014 -0800

    Merge pull request #38 from infirit/master
    
    Add  to ACLOCAL_AMFLAGS for user added flags

commit 342dd3d580650ef2d0ff6a69bb64ddf2c510648c
Author: infirit <infirit@gmail.com>
Date:   Sun Jan 5 14:06:59 2014 +0100

    Add  to ACLOCAL_AMFLAGS for user added flags

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 046003436dd183c94ec08aba12c1edf370ae52a0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 13 14:09:31 2013 +0100

    Sync translations with transifex

 po/am.po          |  231 ++--------
 po/ar.po          |  561 +++++++++---------------
 po/as.po          |  505 ++++++++--------------
 po/ast.po         |  576 +++++++++----------------
 po/be.po          |  600 ++++++++++----------------
 po/bg.po          |  571 ++++++++-----------------
 po/bn.po          |  546 ++++++++----------------
 po/bn_IN.po       |  537 ++++++++---------------
 po/br.po          |  490 ++++++++-------------
 po/ca.po          |  875 ++++++++------------------------------
 po/ca@valencia.po |  873 ++++++++------------------------------
 po/crh.po         |  602 ++++++++------------------
 po/cs.po          |  544 ++++++++----------------
 po/cy.po          |  951 +++++++++++++++--------------------------
 po/da.po          |  828 ++++++++----------------------------
 po/de.po          |  629 ++++++++-------------------
 po/dz.po          |  709 +++++++++----------------------
 po/el.po          |  561 ++++++++----------------
 po/en_AU.po       |  237 ++---------
 po/en_CA.po       |  941 +++++++++++++++-------------------------
 po/en_GB.po       |  867 ++++++++-----------------------------
 po/es.po          |  568 ++++++++-----------------
 po/et.po          |  410 +++++++++---------
 po/eu.po          |  527 ++++++++---------------
 po/fa.po          |  892 ++++++++++++--------------------------
 po/fi.po          |  905 ++++++++-------------------------------
 po/fr.po          |  576 ++++++++-----------------
 po/ga.po          |  494 ++++++++-------------
 po/gl.po          |  234 ++--------
 po/gu.po          |  538 ++++++++---------------
 po/he.po          |  519 ++++++++---------------
 po/hi.po          |  519 ++++++++---------------
 po/hr.po          |  559 +++++++++---------------
 po/hu.po          |  542 ++++++++---------------
 po/id.po          |  239 ++---------
 po/is.po          |  571 +++++++++----------------
 po/it.po          |  607 ++++++++------------------
 po/ja.po          |  547 ++++++++----------------
 po/ka.po          |  757 +++++++++++----------------------
 po/kn.po          |  532 ++++++++---------------
 po/ko.po          |  801 ++++++++--------------------------
 po/ku.po          |  917 +++++++++++----------------------------
 po/lt.po          |  547 ++++++++----------------
 po/lv.po          |  544 ++++++++----------------
 po/mai.po         |  490 ++++++++-------------
 po/mg.po          |  844 ++++++++++++------------------------
 po/mk.po          |  591 +++++++++-----------------
 po/ml.po          |  525 ++++++++---------------
 po/mn.po          |  906 ++++++++++++---------------------------
 po/mr.po          |  515 ++++++++--------------
 po/ms.po          |  276 +++---------
 po/nb.po          |  519 ++++++++---------------
 po/nds.po         |  577 ++++++++-----------------
 po/ne.po          |  619 ++++++++++-----------------
 po/nl.po          | 1226 ++++++++---------------------------------------------
 po/nn.po          |  787 +++++++++-------------------------
 po/oc.po          |  505 ++++++++--------------
 po/or.po          |  526 ++++++++---------------
 po/pa.po          |  564 ++++++++----------------
 po/pl.po          |  476 ++++++++-------------
 po/ps.po          |  522 +++++++++--------------
 po/pt.po          |  820 ++++++++---------------------------
 po/pt_BR.po       |  563 ++++++++----------------
 po/ro.po          |  545 ++++++++----------------
 po/ru.po          |  241 ++---------
 po/si.po          |  679 +++++++++++------------------
 po/sk.po          |  545 ++++++++----------------
 po/sq.po          |  940 +++++++++++++++-------------------------
 po/sr.po          |  614 ++++++++-------------------
 po/sr@latin.po    |  614 ++++++++-------------------
 po/sv.po          |  656 ++++++++--------------------
 po/ta.po          |  521 ++++++++---------------
 po/te.po          |  516 ++++++++--------------
 po/th.po          |  849 +++++++++----------------------------
 po/tr.po          |  812 +++++++++--------------------------
 po/vi.po          |  501 +++++++++-------------
 po/zh_CN.po       |  559 ++++++++----------------
 po/zh_HK.po       |  727 ++++++++-----------------------
 78 files changed, 14214 insertions(+), 33535 deletions(-)

commit 7ffc7af8b8896227f9f9ba7080027637b5a77813
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 13 10:39:52 2013 +0100

    Bump version to 1.7.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c09ade5577d1ccd7ab9739713da3a8f0db25d83c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 13 10:29:01 2013 +0100

    Bump minimum libmatekbd version
    
    This is required due to:
    http://git.mate-desktop.org/libmatekbd/commit/?id=15dc595

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1cb5116c12d7081665deb2f2b2fa5ae24dadd4e
Merge: 79db828 b1b187c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 13 01:27:04 2013 -0800

    Merge pull request #34 from infirit/master
    
    Fix --with-libgl config option plus readd opening semicolon

commit b1b187cdb8bdfb075177f55ab27c8a1e2e5d1913
Author: infirit <infirit@gmail.com>
Date:   Wed Nov 13 01:27:49 2013 +0100

    Re-add erroneously removed opening semicolon

 savers/floaters.c | 1 +
 1 file changed, 1 insertion(+)

commit 79db828acd87190c9c7e1b91bde4b6ec4322224f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 23:56:34 2013 +0100

    Improvements for GTK3

 src/gs-visual-gl.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 483b70e814cf2c012a9186da78d15cdbcd3aec1e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 23:56:21 2013 +0100

    Fix segfault with GTK3

 src/gs-window-x11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 67857be6ac7b6e2072761472a6479ca0c7fff18d
Author: infirit <infirit@gmail.com>
Date:   Tue Nov 12 17:43:33 2013 +0100

    Fix --with-libgl config option

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0e33476937b0a5c9fd3892dfa9d9d3e4b215c02d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 17:19:40 2013 +0100

    Add theme to use GNOME foot logo as floaters screensaver

 configure.ac                            |  2 ++
 data/images/Makefile.am                 |  1 +
 data/images/gnome-logo-white.svg        | 14 ++++++++++++++
 po/POTFILES.in                          |  1 +
 po/POTFILES.skip                        |  1 +
 savers/Makefile.am                      |  7 +++++++
 savers/gnomelogo-floaters.desktop.in.in | 10 ++++++++++
 7 files changed, 36 insertions(+)

commit 4a3dfc72264b99a2919b3439364e5866c8ef919e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 17:13:30 2013 +0100

    Re add removed variable for GTK2

 src/gs-window-x11.c | 1 +
 1 file changed, 1 insertion(+)

commit 289f88cac3057908e54bf1540743c7926d07bdb8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:55:17 2013 +0100

    savers: Add GTK3 support

 savers/gste-slideshow.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

commit a22116dfbffaf2526de2368668e243a4847f7ec9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:54:55 2013 +0100

    popsquares: Add GTK3 support

 savers/gste-popsquares.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++-
 savers/popsquares.c      |  1 +
 2 files changed, 70 insertions(+), 1 deletion(-)

commit cc15a63fd8aeb9fa02049578e9efe628b7bacb56
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:54:14 2013 +0100

    floaters: Add GTK3 support

 savers/floaters.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 52 insertions(+), 4 deletions(-)

commit 3430ce6cb75adfc8185426d50844e12dfc7f4e3a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:53:49 2013 +0100

    savers: Add GTK3 support

 savers/gs-theme-engine.c | 26 ++++++++++++++++++++++++++
 savers/gs-theme-window.c | 20 ++++++++++++++++++++
 2 files changed, 46 insertions(+)

commit 31d78b8027002647879a0c3ffd508b0c93c2202b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:53:07 2013 +0100

    test-fade: Add GTK3 support

 src/test-fade.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 48d434125bb52e3f61556876546c91dd3b361ec7
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:52:51 2013 +0100

    mate-screensaver-preferences: Add GTK3 support

 src/mate-screensaver-preferences.c | 175 +++++++++++++++++++++++++++++++++++++
 1 file changed, 175 insertions(+)

commit e82d5777877a372a350bed163b95879b32a7a99b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:52:16 2013 +0100

    mate-screensaver-command: Fix glib deprecation

 src/mate-screensaver-command.c | 2 ++
 1 file changed, 2 insertions(+)

commit c16f1bb1fa58041a1dd3282207aff3b5774371f0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:51:47 2013 +0100

    mate-screensaver-dialog: Add GTK3 support and fix GLIB deprecations

 src/mate-screensaver-dialog.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 21661b23a40abdcbc6987790d93ed814e55596dc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:51:13 2013 +0100

    copy-theme-dialog: Add GTK3 support

 src/copy-theme-dialog.c | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

commit d5027c1631b5db4197f9d3a6aa518ce0265ac05f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:50:44 2013 +0100

    Add GTK3 support

 src/gs-fade.c        |  30 ++++-
 src/gs-grab-x11.c    |  24 +++-
 src/gs-job.c         |  18 +++
 src/gs-lock-plug.c   | 218 ++++++++++++++++++++++++++++++++++++-
 src/gs-manager.c     |  23 +++-
 src/gs-visual-gl.c   |   4 +
 src/gs-watcher-x11.c |  17 +++
 src/gs-window-x11.c  | 302 +++++++++++++++++++++++++++++++++++++++++++++++++--
 src/gs-window.h      |   5 +
 9 files changed, 627 insertions(+), 14 deletions(-)

commit fa5f117527e6674168ef613b5e50190fa08d9e26
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 12 16:50:22 2013 +0100

    Configure: Improve GTK3 support

 configure.ac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit a4bffb26f344b88e70335634c90938a40b58acc9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Nov 3 21:21:42 2013 +0100

    Fix m4 path

 Makefile.am  | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f5caef19e9e4cf68a697f94b4f6f4c023079d244
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Nov 3 21:21:15 2013 +0100

    Add GTK3 support in configure

 configure.ac | 32 +++++++++++++++++++++++++-------
 1 file changed, 25 insertions(+), 7 deletions(-)

commit 302e88b4259e21db0db34533b766023a67ad2efb
Merge: d2f0604 b84af9e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Oct 10 07:42:53 2013 -0700

    Merge pull request #29 from infirit/master
    
    Various fixes/cleanups for tests and autofoo

commit b84af9e34c88910c7418fafeed3c7cfa984b7e13
Author: infirit <infirit@gmail.com>
Date:   Thu Oct 10 16:36:44 2013 +0200

    add missing file to POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit aaca4200673b6f2de93f8b80ae60df2ede8a8729
Author: infirit <infirit@gmail.com>
Date:   Thu Oct 10 16:35:52 2013 +0200

     Make autofoo happy

 Makefile.am  | 1 +
 configure.ac | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit d2f06044b77a9908969b886aeadd51c812a3a298
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Oct 1 14:01:12 2013 +0200

    Rename Floating Feet as Floating MATE

 savers/footlogo-floaters.desktop.in.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8bfc741d71dc925c887922b647e0dd7191090544
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Aug 6 08:44:37 2013 +0200

    Sync translations with transifex

 po/LINGUAS  |   2 +
 po/gl.po    | 612 ++++++++++++++++++++++-------------------------
 po/ky.po    | 728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sl.po    | 553 ++++++++++++++++++++++---------------------
 po/uk.po    | 574 +++++++++++++++++++++-----------------------
 po/ur.po    | 730 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po | 774 +++++++++++++++++++++---------------------------------------
 7 files changed, 2561 insertions(+), 1412 deletions(-)

commit d20f31bef39003a18ac1dc46c66d6d204cf0b949
Merge: 8357416 75ec2ce
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Aug 3 09:43:03 2013 -0700

    Merge pull request #22 from infirit/master
    
    Replace ghelp: with help: for user-guide

commit 835741634fa8e33f09c99cb883f5fcfdf4e86b65
Merge: fbcb18d 8dc835c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Aug 3 09:41:29 2013 -0700

    Merge pull request #23 from NiceandGently/master
    
    fix htmldocdir

commit 8dc835ce8620549ed71d269972effccb0bf1a243
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Fri Aug 2 19:22:24 2013 +0200

    fix htmldocdir

 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 75ec2cec87b1572249268446bd1edf73f9428c9c
Author: infirit <infirit@gmail.com>
Date:   Fri Aug 2 17:05:44 2013 +0200

    Replace mate-open with gvfs-open

 src/mate-screensaver-preferences.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fbcb18d4b1f57694006eb4760b6ebfeaf7de8fb1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Aug 2 15:59:17 2013 +0200

    Bump version to 1.6.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3166eb479b5f51216eb09637153bdbb063533594
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Aug 2 14:42:20 2013 +0200

    Fixes for make dist and make distcheck

 Makefile.am      | 4 ++--
 configure.ac     | 2 +-
 data/Makefile.am | 2 +-
 po/POTFILES.in   | 3 ++-
 4 files changed, 6 insertions(+), 5 deletions(-)

commit 2a02a25ac73eddda0dcf787adc8eb576538a3d8d
Author: infirit <infirit@gmail.com>
Date:   Thu Aug 1 13:39:28 2013 +0200

    Replace ghelp: with help: for user-guide

 src/mate-screensaver-preferences.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 71f21726cb5d3c8c62bc36578958d4f3b9a79200
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon May 6 17:17:54 2013 +0200

    Add xscrnsaver in configure

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 311a5fd6c2f9396f4af3085a0a1ac5a5b21e25f5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon May 6 17:12:21 2013 +0200

    Use idle-delay key in org.mate.session schema
    
    Remove it from screensaver schema
    Closes #17 (https://github.com/mate-desktop/mate-screensaver/issues/17)

 data/org.mate.screensaver.gschema.migrate |   1 -
 data/org.mate.screensaver.gschema.xml.in  |   5 -
 src/gs-prefs.c                            |  20 +++-
 src/mate-screensaver-preferences.c        | 183 ++++++++++++------------------
 4 files changed, 90 insertions(+), 119 deletions(-)

commit ad6b8532ba50a2655dc34ee9ddf912a6bd943407
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Apr 27 20:05:46 2013 +0200

    Use GDK to detect caps lock state
    
    Close #16 (https://github.com/mate-desktop/mate-screensaver/issues/16)
    
    Code adapted from:
    https://git.gnome.org/browse/gnome-screensaver/commit/?id=d30694d542ebe7db6d254bdfd8c9ba77e4b54df2
    https://git.gnome.org/browse/gnome-screensaver/commit/?id=372b4d024b367d2fa6a868a272fd994745f92fac

 src/gs-lock-plug.c | 43 ++++++++++++++++++++++++++-----------------
 1 file changed, 26 insertions(+), 17 deletions(-)

commit 68eb30a9f05541c3807f5c4f9dd06c8a3bc895a7
Author: Scott Balneaves <sbalneav@mate-desktop.org>
Date:   Thu Apr 25 11:31:12 2013 -0500

    Fix for issue #4

 configure.ac       | 2 +-
 savers/Makefile.am | 1 +
 src/gs-monitor.c   | 8 +++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit a72f0972e46ffc35781eafa547825dc07831e524
Merge: 523abce 2429676
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 23 03:27:28 2013 -0700

    Merge pull request #15 from dmashal/master
    
    Update makefiles for automake 1.13

commit 24296767098190f1404d889aa910a03fcbc70c62
Author: Dan Mashal <dan.mashal@fedoraproject.org>
Date:   Sun Apr 21 04:20:51 2013 -0700

    Update makefiles for automake 1.13

 savers/Makefile.am |  4 ++--
 src/Makefile.am    | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 523abce71252bed89941901233911497d4df415c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Apr 13 18:39:35 2013 +0200

    Add support to switch user with LightDM

 src/gs-lock-plug.c | 108 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 63 insertions(+), 45 deletions(-)

commit f99931df3e4a9af5d9aa98756ab5f73cd2bb8067
Author: Scott Balneaves <sbalneav@mate-desktop.org>
Date:   Tue Apr 2 14:47:10 2013 -0500

    Move Changelog to ChangeLog

 ChangeLog | 2 ++
 Changelog | 0
 2 files changed, 2 insertions(+)

commit beb522e62ffc77fd2e7144521de2fb3fc2f63a46
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Mar 31 18:24:08 2013 -0400

    Preparing for 1.6.0 release.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 731d364215e605e786b2a93fbeb5dad7af7c4ad6
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Mar 31 18:23:33 2013 -0400

    Added empty ChangeLog.

 Changelog | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 5b4e4298713607b6a12fc4841fdbdf8f8be78a89
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Mar 24 16:33:15 2013 -0400

    "Removed ChangeLog"

 ChangeLog | 561 --------------------------------------------------------------
 1 file changed, 561 deletions(-)

commit 898d8414b54c0840163ba60154ba4d4c8d4ddbeb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Mar 14 16:04:52 2013 +0100

    Bump version to 1.5.2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fcfe0d12e626a9e7ce88a68313fdd5f495841d09
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Mar 14 16:02:47 2013 +0100

    Sync translations with transifex

 po/LINGUAS  |   3 +
 po/am.po    | 731 +++++++++++++++++++++++++++++++++++++++++++++
 po/en_AU.po | 732 +++++++++++++++++++++++++++++++++++++++++++++
 po/id.po    | 970 ++++++++++++++++++++++++------------------------------------
 po/ms.po    | 728 +++++++++++++++++++++++++++++++++++++++++++++
 po/ru.po    | 580 +++++++++++++++++-------------------
 6 files changed, 2845 insertions(+), 899 deletions(-)

commit 8012193dc00a84ad194b702c6707836379901aeb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Feb 28 10:04:47 2013 +0100

    Add transifex configuration file

 .tx/config | 7 +++++++
 1 file changed, 7 insertions(+)

commit a5f06dc69e0696c0f64246ee2debaa5d504c1c10
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Feb 28 00:05:01 2013 +0100

    Use libnotify instead of libmatenotify
    Fix some things in leave message feature

 configure.ac       | 20 ++++++++++----------
 src/Makefile.am    |  4 ++--
 src/gs-lock-plug.c | 22 +++++++++++-----------
 3 files changed, 23 insertions(+), 23 deletions(-)

commit 6c92b95a3d4782471508d3a40cbfe4d6f50713a3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Feb 28 00:04:18 2013 +0100

    Remove obsolete distro folder

 distro/archlinux/PKGBUILD                 | 44 -------------------------------
 distro/archlinux/mate-screensaver.install | 18 -------------
 distro/archlinux/mate-screensaver.pam     |  3 ---
 3 files changed, 65 deletions(-)

commit 3a93241e1a78dfeb959afac42052e938be388efa
Merge: 56feede 6746504
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 5 14:13:05 2013 -0800

    Merge pull request #13 from MDykstra/master
    
    AC_CONFIG_HEADERS to please automake 1.13

commit 674650489225c9a752d2c68af09847cd23239441
Author: Marcel Dijkstra <marcel.dykstra@gmail.com>
Date:   Thu Jan 31 01:22:28 2013 +0100

    AC_CONFIG_HEADERS to please automake 1.13

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 56feede13bb174845df74b328d0f6b5864f43463
Merge: 97b9833 ea114cb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Dec 6 07:03:26 2012 -0800

    Merge pull request #12 from ketheriel/master
    
    only allow one instance of mate-screensaver per user

commit ea114cb40c0ecd06ccc633d010b25d6101006645
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Wed Dec 5 16:48:53 2012 +0000

    fix indentation

 src/gs-listener-dbus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ca4b57cdd02c223763c9d60742630127340bbeee
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Wed Dec 5 16:12:28 2012 +0000

    prevent mate-screensaver to launch a 2nd instance

 src/gs-listener-dbus.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 97b9833a9a50572798e97a47f4dfa69f3363f00a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Nov 23 17:47:04 2012 +0100

    bump version to 1.5.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e62023ad120276ed867a665bde5df9d5a2fd3589
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Nov 18 20:45:13 2012 -0500

    fixed incorrect fsf addresses

 savers/floaters.c                  | 4 ++--
 savers/gs-theme-engine.c           | 4 ++--
 savers/gs-theme-engine.h           | 2 +-
 savers/gs-theme-window.c           | 4 ++--
 savers/gs-theme-window.h           | 4 ++--
 savers/gste-popsquares.c           | 4 ++--
 savers/gste-popsquares.h           | 2 +-
 savers/gste-slideshow.c            | 4 ++--
 savers/gste-slideshow.h            | 2 +-
 savers/popsquares.c                | 4 ++--
 savers/slideshow.c                 | 4 ++--
 src/copy-theme-dialog.c            | 4 ++--
 src/copy-theme-dialog.h            | 4 ++--
 src/gs-auth-pam.c                  | 4 ++--
 src/gs-auth-pwent.c                | 4 ++--
 src/gs-auth.h                      | 4 ++--
 src/gs-debug.c                     | 2 +-
 src/gs-debug.h                     | 2 +-
 src/gs-fade.c                      | 2 +-
 src/gs-fade.h                      | 2 +-
 src/gs-grab-x11.c                  | 4 ++--
 src/gs-grab.h                      | 2 +-
 src/gs-job.c                       | 2 +-
 src/gs-job.h                       | 2 +-
 src/gs-listener-dbus.c             | 2 +-
 src/gs-listener-dbus.h             | 2 +-
 src/gs-lock-plug.c                 | 2 +-
 src/gs-lock-plug.h                 | 2 +-
 src/gs-manager.c                   | 2 +-
 src/gs-manager.h                   | 2 +-
 src/gs-monitor.c                   | 2 +-
 src/gs-monitor.h                   | 2 +-
 src/gs-prefs.c                     | 2 +-
 src/gs-prefs.h                     | 2 +-
 src/gs-theme-manager.c             | 2 +-
 src/gs-theme-manager.h             | 2 +-
 src/gs-visual-gl.c                 | 4 ++--
 src/gs-visual-gl.h                 | 2 +-
 src/gs-watcher-x11.c               | 2 +-
 src/gs-watcher.h                   | 2 +-
 src/gs-window-x11.c                | 2 +-
 src/gs-window.h                    | 2 +-
 src/mate-screensaver-command.c     | 4 ++--
 src/mate-screensaver-dialog.c      | 4 ++--
 src/mate-screensaver-gl-helper.c   | 4 ++--
 src/mate-screensaver-preferences.c | 4 ++--
 src/mate-screensaver.c             | 4 ++--
 src/mate-screensaver.h             | 2 +-
 src/test-fade.c                    | 4 ++--
 src/test-passwd.c                  | 4 ++--
 src/test-watcher.c                 | 4 ++--
 src/test-window.c                  | 4 ++--
 52 files changed, 76 insertions(+), 76 deletions(-)

commit 71641f29f8847239e8ad3b940d859506caf68d70
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 13 00:06:22 2012 +0100

    fix typo in configure.ac

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed678dc9ee000372a6516c39f20dab70c45cfc20
Merge: 49b028e 3b0bf40
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 12 11:41:21 2012 -0800

    Merge pull request #11 from ketheriel/master
    
    Revert changes made previously in screensaver .desktop files

commit 3b0bf409dcc2d8cb6384c0710afbfda84ddd91bf
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Mon Nov 12 16:31:21 2012 +0000

    Update savers/popsquares.desktop.in.in

 savers/popsquares.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2b2172aa8a0d3cc3cdbdd83470e92b076e78961a
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Mon Nov 12 16:30:59 2012 +0000

    Update savers/personal-slideshow.desktop.in.in

 savers/personal-slideshow.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1291d308bb108b5492c6bb2a33796592e0f99953
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Mon Nov 12 16:30:37 2012 +0000

    Update savers/footlogo-floaters.desktop.in.in

 savers/footlogo-floaters.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62b322cea5e8c3b6dfc43633e03fd03b5618c380
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Mon Nov 12 16:30:17 2012 +0000

    Update savers/cosmos-slideshow.desktop.in.in

 savers/cosmos-slideshow.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 49b028e85839da7006b4857cf323a7cbee91316c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 12 14:33:34 2012 +0100

    add support for systemd-logind
    http://git.gnome.org/browse/gnome-screensaver/commit/?id=6bb98e9acb9391d1aec8f7dcb44ef7d16b3dcb91
    https://bugzilla.gnome.org/show_bug.cgi?id=669787

 configure.ac           |  40 ++++++++-
 src/Makefile.am        |   2 +
 src/gs-listener-dbus.c | 221 ++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 252 insertions(+), 11 deletions(-)

commit 77ac5c607d0f0562aad4ab9573c4b85003216c0c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 12 11:53:23 2012 +0100

    remove daemonizing
    it isn't needed and it breaks things like GSettings apparently.
    http://git.gnome.org/browse/gnome-screensaver/commit/?id=c0ad16d66f3d547a9a45818bc193a34c428e977b
    https://bugzilla.gnome.org/show_bug.cgi?id=644400

 src/mate-screensaver.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

commit 84cc7f6ebdb569b53decf944aa59108a68c75967
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 12 11:50:28 2012 +0100

    fix some indentation

 src/gs-prefs.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c89b62d210646c8ceedc18ec601795f34d672e6e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 12 11:38:17 2012 +0100

    fix indentation

 src/gs-prefs.c | 122 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 61 insertions(+), 61 deletions(-)

commit 8fbe2e552847b4ec1d5f49f35a2c2565cf3afeba
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 6 14:44:39 2012 +0100

    fix gschema path

 data/org.mate.screensaver.gschema.xml.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 91e754cb2bd0f382b06bac24f489e5bd5781045a
Merge: af7fe11 c462130
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sat Nov 3 20:26:05 2012 -0700

    Merge pull request #9 from ketheriel/master
    
    Add missing Main Category to screensaver desktop files

commit c4621309e419aa0be33fb19ad4b408d504aa78b5
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sun Nov 4 03:25:02 2012 +0000

    Add 'System' as main category in desktop file

 savers/popsquares.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2616913f88a180f245a730b64a5adb5ee2ded585
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sun Nov 4 03:24:36 2012 +0000

    Add 'System' as main category in desktop file

 savers/personal-slideshow.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 106e6675e23f1baed84e1f3cc280610fd0b191c7
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sun Nov 4 03:24:16 2012 +0000

    Add 'System' as main category in desktop file

 savers/footlogo-floaters.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d8ed382fda1d3d0e2ee95a43c4b591f314e999a8
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sun Nov 4 03:23:49 2012 +0000

    Add 'System' as main category in desktop file

 savers/cosmos-slideshow.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit af7fe1153393f00b7180558e15864d4b411533ea
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sun Nov 4 01:51:08 2012 +0000

    update licenses (FSF address)
     - COPYING - http://www.gnu.org/licenses/gpl-2.0.txt
     - COPYING.LIB - http://www.gnu.org/licenses/lgpl-2.0.txt

 COPYING     | 43 +++++++++++++++++++++----------------------
 COPYING.LIB | 23 +++++++++++------------
 2 files changed, 32 insertions(+), 34 deletions(-)

commit 9f40e783d1e56c4ad39efcfdddb81f31dbf8f37e
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Sun Nov 4 01:48:59 2012 +0000

    remove 'MATE' from Categories in desktop files

 data/mate-screensaver-preferences.desktop.in | 2 +-
 savers/cosmos-slideshow.desktop.in.in        | 2 +-
 savers/footlogo-floaters.desktop.in.in       | 2 +-
 savers/personal-slideshow.desktop.in.in      | 2 +-
 savers/popsquares.desktop.in.in              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 89da311b36aab8dbd39d33a4e49a62a32b594c97
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 20:48:45 2012 +0100

    use background system settings from latest libmate-desktop

 configure.ac     |  6 +++---
 src/gs-manager.c | 61 +++++---------------------------------------------------
 2 files changed, 8 insertions(+), 59 deletions(-)

commit 994009c15ad8198dc38964bf49823e90609d4029
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 14:48:27 2012 +0100

    fix org.mate.background gschema name

 src/gs-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa42fed10e2f092b8f61af8abc9194fae9d6dde4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:43:14 2012 +0100

    fix org.mate.lockdown schema name

 src/gs-prefs.c                     | 2 +-
 src/mate-screensaver-preferences.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e2449d21e3e616558f65643c63710c7963ac578a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:40:18 2012 +0100

    bump version to 1.5.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5e636d108223b3caaa4ed30be24890092787a395
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:40:10 2012 +0100

    fix string in gschema

 data/org.mate.screensaver.gschema.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 63da66a55db941f94b770a86f1e57374f05d8351
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:17:06 2012 +0100

    fix mate_bg_load_from_preferences call

 src/gs-manager.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 56fc31b7cee8107ed5c02c747676a6dc3337c02b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:07:48 2012 +0100

    fix data/Makefile.am

 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8a6f3e2f9e70cf0563c01be5e4381276be319e2f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:07:36 2012 +0100

    remove mateconf schema

 data/mate-screensaver.schemas.in | 257 ---------------------------------------
 1 file changed, 257 deletions(-)

commit 152d09c4e586aa2417ea6e25b0dac278d3a113f3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 12:06:08 2012 +0100

    add missing lock-dialog-theme key in gschema

 data/org.mate.screensaver.gschema.xml.in | 5 +++++
 src/gs-lock-plug.c                       | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2256a902e87b28697407c304bcb96ab1aeb3f669
Merge: ce7da34 8d80642
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 3 03:52:31 2012 -0700

    Merge pull request #8 from NiceandGently/master
    
    gsettings migration

commit 8d80642d5cd6ce3522029525505abc991087f258
Author: raveit <chat-to-me@raveit.de>
Date:   Sat Nov 3 01:12:52 2012 +0100

    Port MATE Screensaver to GSettings

 configure.ac                              |  16 +-
 data/Makefile.am                          |  34 +-
 data/org.mate.screensaver.gschema.migrate |  16 +
 data/org.mate.screensaver.gschema.xml.in  |  85 ++++
 po/POTFILES.in                            |   3 +-
 src/gs-lock-plug.c                        |  12 +-
 src/gs-manager.c                          | 122 +++---
 src/gs-prefs.c                            | 667 +++++++-----------------------
 src/mate-screensaver-preferences.c        | 340 +++++----------
 9 files changed, 433 insertions(+), 862 deletions(-)

commit ce7da346624297407644a1be28f75de0856e1f49
Merge: cfb5872 6f79f82
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Jul 16 02:46:48 2012 -0700

    Merge pull request #3 from MDykstra/master
    
    restoration of Hubble images from original source

commit 6f79f82a0fdc9da23ccd608f2f40707a266e2108
Author: Marcel Dijkstra <marcel.dykstra@gmail.com>
Date:   Sun Jul 15 12:36:32 2012 +0200

    restoration of Hubble images from original source

 data/images/cosmos/cloud.jpg     | Bin 1379759 -> 1314514 bytes
 data/images/cosmos/whirlpool.jpg | Bin 659143 -> 1059826 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit cfb5872d089b74cae64ef1de3c00fced7e3b4b85
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu Jul 12 14:48:37 2012 -0400

    Preparing for 1.4 release.

 ChangeLog    | 106 +++++++++++++++++++++++++++++++++++++++++++++++++----------
 configure.ac |   2 +-
 2 files changed, 90 insertions(+), 18 deletions(-)

commit c3ffeed1a2f6ca874d7659e60195d5682175d323
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jul 12 15:20:16 2012 +0200

    add po gnome copyrights file

 po/gnome-copyrights.txt | 936 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 936 insertions(+)

commit 16f130591e7aff07e31ea7f1aea7bf294591ef80
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jul 12 15:19:52 2012 +0200

    use mate logo instead of gnome one (thanks to Rowen_Stipe)

 data/images/mate-logo-white.svg | 138 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 126 insertions(+), 12 deletions(-)

commit 113e07aab983171b14e781d97ff385fcf48ca58f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat May 26 13:02:08 2012 +0200

    fix summary in configure.ac

 configure.ac | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 2c5525c07a233d39d3bb50bf55aff3c611a84e3b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat May 26 12:26:55 2012 +0200

    move is_program_in_path() functon

 src/gs-lock-plug.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit bd675919a09f0fc9c8dded090b746c3cec03fdf2
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri May 25 15:10:50 2012 +0200

    removed distro/ubuntu folder

 distro/ubuntu/build                | 38 --------------------------------------
 distro/ubuntu/mate-screensaver.pam |  2 --
 distro/ubuntu/postinst             | 11 -----------
 distro/ubuntu/postrm               |  8 --------
 distro/ubuntu/preinst              |  8 --------
 distro/ubuntu/prerm                | 11 -----------
 6 files changed, 78 deletions(-)

commit f51cc7168688b39495a55fa37a38d3a1a1fdce6b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri May 25 14:49:24 2012 +0200

    add GDM support for user switch

 src/gs-lock-plug.c | 77 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 63 insertions(+), 14 deletions(-)

commit 7147ea499581b17738a31207bc0e3af36f675574
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Mar 7 22:25:48 2012 +0100

    update to 1.2

 AUTHORS      |   7 +-
 ChangeLog    | 490 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 README       |  21 +--
 autogen.sh   |   4 +-
 configure.ac |   2 +-
 5 files changed, 496 insertions(+), 28 deletions(-)

commit 54177b5f8b76f05395ba760b7294a4ea2456adc8
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Tue Jan 10 14:32:07 2012 -0500

    Changed mate.gr.jp to gnome.gr.jp as requested in issue #86

 po/ChangeLog | 88 ++++++++++++++++++++++++++++++------------------------------
 po/ja.po     |  4 +--
 2 files changed, 46 insertions(+), 46 deletions(-)

commit 9d56c4253a096555c112bdbd1e0f115e207a13fe
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Dec 15 11:55:51 2011 +0100

    fixed pam for debian/ubuntu

 distro/ubuntu/mate-screensaver.pam | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit f5c9e6aff100a5c740ffa85ab7154ca4a3f06dfe
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Dec 13 23:22:33 2011 +0100

    updated version to 1.1.0

 AUTHORS                   |  1 +
 NEWS                      |  7 +++++++
 configure.ac              | 12 ++++++------
 distro/archlinux/PKGBUILD |  2 +-
 distro/ubuntu/build       |  2 +-
 5 files changed, 16 insertions(+), 8 deletions(-)

commit da245ed081b3da4052f8f4f3190b4310cd56eaac
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Fri Dec 2 21:16:05 2011 -0500

    Changed version to 2011.12.01 and corrected url in configure.ac

 configure.ac              | 4 ++--
 distro/archlinux/PKGBUILD | 2 +-
 distro/ubuntu/build       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 9ca3489532f60e0942f09582eef7e1cc5361b5df
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 14 18:47:21 2011 -0300

    updating autogen.sh

 autogen.sh | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit d02290be62508e6ec69e9dc87d6ce38c76af1f46
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 16:22:55 2011 -0300

    removing mate-menus from depends array

 distro/archlinux/PKGBUILD | 2 +-
 distro/ubuntu/build       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2e08290789b8ec206aefd6b69b809369837b9dfb
Author: Perberos <perberos@gmail.com>
Date:   Sun Nov 6 12:53:37 2011 -0300

    links to sourceforge.net

 distro/archlinux/PKGBUILD | 8 ++++----
 distro/ubuntu/build       | 5 +----
 2 files changed, 5 insertions(+), 8 deletions(-)

commit d164249c38a547be375657762e1617ed40a0920e
Author: Perberos <perberos@gmail.com>
Date:   Sun Nov 6 11:13:28 2011 -0300

    mate-menus no es necesario

 distro/archlinux/PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 99b77b6da47f2cf186616a5bdaabf4fb23ff9ebc
Author: Perberos <perberos@gmail.com>
Date:   Sun Nov 6 11:02:09 2011 -0300

    actualizando archlinux script y ubuntu script

 distro/archlinux/PKGBUILD | 14 ++++++++------
 distro/ubuntu/build       |  9 ++++++---
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 8e617a6b7b9742e055148b0e8ebb5982fe64bf9b
Author: Perberos <perberos@gmail.com>
Date:   Sun Nov 6 10:21:31 2011 -0300

    allman

 src/gs-monitor.c              | 419 +++++++++++++-----------------
 src/mate-screensaver-dialog.c | 583 +++++++++++++++++++-----------------------
 src/mate-screensaver.c        |  91 +++----
 src/mate-screensaver.h        |   2 +-
 4 files changed, 490 insertions(+), 605 deletions(-)

commit 43cee15f735cfdf2615306209990a3cecae21724
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 5 11:22:38 2011 -0300

    cambiando la posicion del boton vista previa, para que se vea equilibrado

 data/mate-screensaver-preferences.ui | 46 ++++++++++++------------------------
 1 file changed, 15 insertions(+), 31 deletions(-)

commit f60fe9a0e93e5a988f0025c94daf104a4e0d1055
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 5 10:59:33 2011 -0300

    agregando pam a ubuntu script

 distro/ubuntu/build                | 5 +++++
 distro/ubuntu/mate-screensaver.pam | 3 +++
 2 files changed, 8 insertions(+)

commit 3137f394f1c36916177dab7a4528cabe93b5fba3
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 5 10:42:01 2011 -0300

    soporte para bloqueo de pantalla en archlinux

 distro/archlinux/PKGBUILD             | 11 +++++++++--
 distro/archlinux/mate-screensaver.pam |  3 +++
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 35febbbe2a6a9777f4f1462902fa8a0b3965e353
Author: Perberos <perberos@gmail.com>
Date:   Fri Nov 4 23:38:21 2011 -0300

    hay un error al intentar bloquear la pantalla, voy a deshabilitar la opcion de bloquear por defecto

 data/mate-screensaver.schemas.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1edf6684b4713b0848f425d474fc1a43b073942d
Author: Perberos <perberos@gmail.com>
Date:   Fri Nov 4 22:37:08 2011 -0300

    quitando archivos generados por astyle

 savers/floaters.c.orig                  | 1256 ---------------
 savers/gs-theme-engine.c.orig           |  216 ---
 savers/gs-theme-engine.h.orig           |   88 -
 savers/gs-theme-window.c.orig           |  208 ---
 savers/gs-theme-window.h.orig           |   72 -
 savers/gste-popsquares.c.orig           |  563 -------
 savers/gste-popsquares.h.orig           |   57 -
 savers/gste-slideshow.c.orig            | 1001 ------------
 savers/gste-slideshow.h.orig            |   69 -
 savers/popsquares.c.orig                |   72 -
 savers/slideshow.c.orig                 |  127 --
 savers/xdg-user-dir-lookup.c.orig       |  168 --
 src/copy-theme-dialog.c.orig            |  545 -------
 src/copy-theme-dialog.h.orig            |   56 -
 src/gs-auth-helper.c.orig               |  213 ---
 src/gs-auth-pam.c.orig                  |  843 ----------
 src/gs-auth-pwent.c.orig                |  291 ----
 src/gs-auth.h.orig                      |   65 -
 src/gs-debug.c.orig                     |  163 --
 src/gs-fade.c.orig                      |  987 ------------
 src/gs-fade.h.orig                      |   77 -
 src/gs-grab-x11.c.orig                  |  672 --------
 src/gs-grab.h.orig                      |   79 -
 src/gs-job.c.orig                       |  567 -------
 src/gs-job.h.orig                       |   69 -
 src/gs-listener-dbus.c.orig             | 2272 --------------------------
 src/gs-listener-dbus.h.orig             |   89 --
 src/gs-lock-plug.c.orig                 | 2050 ------------------------
 src/gs-lock-plug.h.orig                 |   82 -
 src/gs-manager.c.orig                   | 2030 ------------------------
 src/gs-manager.h.orig                   |  107 --
 src/gs-monitor.c.orig                   |  528 ------
 src/gs-monitor.h.orig                   |   57 -
 src/gs-prefs.c.orig                     |  995 ------------
 src/gs-prefs.h.orig                     |   85 -
 src/gs-theme-manager.c.orig             |  453 ------
 src/gs-theme-manager.h.orig             |   65 -
 src/gs-visual-gl.c.orig                 |  116 --
 src/gs-watcher-x11.c.orig               |  680 --------
 src/gs-watcher.h.orig                   |   65 -
 src/gs-window-x11.c.orig                | 2647 -------------------------------
 src/gs-window.h.orig                    |  106 --
 src/mate-screensaver-command.c.orig     |  551 -------
 src/mate-screensaver-dialog.c.orig      |  665 --------
 src/mate-screensaver-gl-helper.c.orig   |   83 -
 src/mate-screensaver-preferences.c.orig | 1781 ---------------------
 src/mate-screensaver.c.orig             |  132 --
 src/setuid.c.orig                       |  247 ---
 src/setuid.h.orig                       |   25 -
 src/subprocs.c.orig                     |  166 --
 src/subprocs.h.orig                     |   39 -
 src/test-fade.c.orig                    |  134 --
 src/test-passwd.c.orig                  |  288 ----
 src/test-watcher.c.orig                 |  106 --
 src/test-window.c.orig                  |  180 ---
 55 files changed, 25348 deletions(-)

commit 497dc1c333aeb0c327f073317e3c55491687f4cd
Author: Perberos <perberos@gmail.com>
Date:   Fri Nov 4 22:31:11 2011 -0300

    actualizando readme

 README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 515c3ef7b02ccded0024402cacb6244f94a1eb02
Author: Perberos <perberos@gmail.com>
Date:   Fri Nov 4 22:26:05 2011 -0300

    agregando ubuntu script

 distro/archlinux/PKGBUILD |  9 ++++-----
 distro/ubuntu/build       | 33 +++++++++++++++++++++++++++++++++
 distro/ubuntu/postinst    | 11 +++++++++++
 distro/ubuntu/postrm      |  8 ++++++++
 distro/ubuntu/preinst     |  8 ++++++++
 distro/ubuntu/prerm       | 11 +++++++++++
 6 files changed, 75 insertions(+), 5 deletions(-)

commit fff4ecc82f2bcfa7427596e7ad9c3769fcab040b
Author: Perberos <perberos@gmail.com>
Date:   Fri Nov 4 22:16:15 2011 -0300

    first commit

 AUTHORS                                      |    1 +
 COPYING                                      |  340 ++++
 COPYING.LIB                                  |  482 +++++
 ChangeLog                                    |    7 +
 Makefile.am                                  |   56 +
 NEWS                                         | 1576 +++++++++++++++
 README                                       |   59 +
 autogen.sh                                   |   23 +
 configure.ac                                 | 1129 +++++++++++
 data/Makefile.am                             |  116 ++
 data/images/Makefile.am                      |   14 +
 data/images/cosmos/CREDITS                   |   29 +
 data/images/cosmos/Makefile.am               |   54 +
 data/images/cosmos/background-1.xml.in       |   92 +
 data/images/cosmos/blue-marble-west.jpg      |  Bin 0 -> 456110 bytes
 data/images/cosmos/cloud.jpg                 |  Bin 0 -> 1379759 bytes
 data/images/cosmos/comet.jpg                 |  Bin 0 -> 141297 bytes
 data/images/cosmos/cosmos.xml.in.in          |   11 +
 data/images/cosmos/earth-horizon.jpg         |  Bin 0 -> 210180 bytes
 data/images/cosmos/galaxy-ngc3370.jpg        |  Bin 0 -> 460107 bytes
 data/images/cosmos/helix-nebula.jpg          |  Bin 0 -> 138039 bytes
 data/images/cosmos/jupiter.jpg               |  Bin 0 -> 44528 bytes
 data/images/cosmos/sombrero.jpg              |  Bin 0 -> 552723 bytes
 data/images/cosmos/whirlpool.jpg             |  Bin 0 -> 659143 bytes
 data/images/mate-logo-white.svg              |   14 +
 data/lock-dialog-default.ui                  |  505 +++++
 data/mate-screensaver                        |   15 +
 data/mate-screensaver-command.1              |   70 +
 data/mate-screensaver-preferences.1          |   37 +
 data/mate-screensaver-preferences.desktop.in |   13 +
 data/mate-screensaver-preferences.ui         |  620 ++++++
 data/mate-screensaver.1                      |   41 +
 data/mate-screensaver.directory.in           |    8 +
 data/mate-screensaver.pc.in                  |   17 +
 data/mate-screensaver.schemas.in             |  257 +++
 data/mate-screensavers.menu.in               |   20 +
 data/migrate-xscreensaver-config.sh          |   34 +
 data/org.mate.ScreenSaver.service.in         |    3 +
 data/xscreensaver-config.xsl                 |   27 +
 distro/archlinux/PKGBUILD                    |   35 +
 distro/archlinux/mate-screensaver.install    |   18 +
 doc/Makefile.am                              |   27 +
 doc/config.xsl                               |    6 +
 doc/dbus-interface.xml                       |  479 +++++
 doc/docbook.css                              |   18 +
 doc/mate-screensaver.xml.in                  |   23 +
 po/ChangeLog                                 | 2622 +++++++++++++++++++++++++
 po/LINGUAS                                   |   82 +
 po/Makefile.in.in                            |  217 +++
 po/POTFILES.in                               |   24 +
 po/POTFILES.skip                             |    6 +
 po/ar.po                                     |  766 ++++++++
 po/as.po                                     |  739 +++++++
 po/ast.po                                    |  764 ++++++++
 po/be.po                                     |  742 ++++++++
 po/be@latin.po                               | 1000 ++++++++++
 po/bg.po                                     |  783 ++++++++
 po/bn.po                                     |  774 ++++++++
 po/bn_IN.po                                  |  767 ++++++++
 po/br.po                                     |  694 +++++++
 po/ca.po                                     | 1097 +++++++++++
 po/ca@valencia.po                            | 1096 +++++++++++
 po/crh.po                                    |  829 ++++++++
 po/cs.po                                     |  772 ++++++++
 po/cy.po                                     |  831 ++++++++
 po/da.po                                     | 1056 ++++++++++
 po/de.po                                     |  839 ++++++++
 po/dz.po                                     |  859 +++++++++
 po/el.po                                     |  786 ++++++++
 po/en@shaw.po                                |  656 +++++++
 po/en_CA.po                                  |  811 ++++++++
 po/en_GB.po                                  | 1107 +++++++++++
 po/es.po                                     |  787 ++++++++
 po/et.po                                     |  600 ++++++
 po/eu.po                                     |  762 ++++++++
 po/fa.po                                     |  938 +++++++++
 po/fi.po                                     | 1142 +++++++++++
 po/fr.po                                     |  788 ++++++++
 po/ga.po                                     |  721 +++++++
 po/gl.po                                     |  788 ++++++++
 po/gu.po                                     |  772 ++++++++
 po/he.po                                     |  756 ++++++++
 po/hi.po                                     |  754 ++++++++
 po/hr.po                                     |  744 ++++++++
 po/hu.po                                     |  772 ++++++++
 po/id.po                                     |  933 +++++++++
 po/is.po                                     |  729 +++++++
 po/it.po                                     |  824 ++++++++
 po/ja.po                                     |  769 ++++++++
 po/ka.po                                     |  812 ++++++++
 po/kn.po                                     |  759 ++++++++
 po/ko.po                                     | 1031 ++++++++++
 po/ku.po                                     |  978 ++++++++++
 po/lt.po                                     |  778 ++++++++
 po/lv.po                                     |  775 ++++++++
 po/mai.po                                    |  728 +++++++
 po/mg.po                                     |  866 +++++++++
 po/mk.po                                     |  754 ++++++++
 po/ml.po                                     |  758 ++++++++
 po/mn.po                                     |  957 ++++++++++
 po/mr.po                                     |  752 ++++++++
 po/nb.po                                     |  759 ++++++++
 po/nds.po                                    |  781 ++++++++
 po/ne.po                                     |  762 ++++++++
 po/nl.po                                     | 1458 ++++++++++++++
 po/nn.po                                     |  955 ++++++++++
 po/oc.po                                     |  710 +++++++
 po/or.po                                     |  760 ++++++++
 po/pa.po                                     |  796 ++++++++
 po/pl.po                                     |  707 +++++++
 po/ps.po                                     |  699 +++++++
 po/pt.po                                     | 1046 ++++++++++
 po/pt_BR.po                                  |  787 ++++++++
 po/ro.po                                     |  774 ++++++++
 po/ru.po                                     |  781 ++++++++
 po/si.po                                     |  765 ++++++++
 po/sk.po                                     |  776 ++++++++
 po/sl.po                                     |  718 +++++++
 po/sq.po                                     |  808 ++++++++
 po/sr.po                                     |  846 ++++++++
 po/sr@latin.po                               |  846 ++++++++
 po/sv.po                                     |  887 +++++++++
 po/ta.po                                     |  755 ++++++++
 po/te.po                                     |  749 ++++++++
 po/th.po                                     | 1039 ++++++++++
 po/tr.po                                     |  994 ++++++++++
 po/uk.po                                     |  771 ++++++++
 po/vi.po                                     |  691 +++++++
 po/zh_CN.po                                  |  790 ++++++++
 po/zh_HK.po                                  |  959 ++++++++++
 po/zh_TW.po                                  |  978 ++++++++++
 savers/Makefile.am                           |  142 ++
 savers/cosmos-slideshow.desktop.in.in        |   10 +
 savers/floaters.c                            | 1269 ++++++++++++
 savers/floaters.c.orig                       | 1256 ++++++++++++
 savers/footlogo-floaters.desktop.in.in       |   10 +
 savers/gs-theme-engine-marshal.list          |    1 +
 savers/gs-theme-engine.c                     |  226 +++
 savers/gs-theme-engine.c.orig                |  216 +++
 savers/gs-theme-engine.h                     |   88 +
 savers/gs-theme-engine.h.orig                |   88 +
 savers/gs-theme-window.c                     |  214 +++
 savers/gs-theme-window.c.orig                |  208 ++
 savers/gs-theme-window.h                     |   72 +
 savers/gs-theme-window.h.orig                |   72 +
 savers/gste-popsquares.c                     |  622 ++++++
 savers/gste-popsquares.c.orig                |  563 ++++++
 savers/gste-popsquares.h                     |   57 +
 savers/gste-popsquares.h.orig                |   57 +
 savers/gste-slideshow.c                      | 1082 +++++++++++
 savers/gste-slideshow.c.orig                 | 1001 ++++++++++
 savers/gste-slideshow.h                      |   69 +
 savers/gste-slideshow.h.orig                 |   69 +
 savers/personal-slideshow.desktop.in.in      |   10 +
 savers/popsquares.c                          |   73 +
 savers/popsquares.c.orig                     |   72 +
 savers/popsquares.desktop.in.in              |   10 +
 savers/slideshow.c                           |  143 ++
 savers/slideshow.c.orig                      |  127 ++
 savers/xdg-user-dir-lookup.c                 |  168 ++
 savers/xdg-user-dir-lookup.c.orig            |  168 ++
 savers/xdg-user-dir-lookup.h                 |   28 +
 src/Makefile.am                              |  268 +++
 src/copy-theme-dialog.c                      |  545 ++++++
 src/copy-theme-dialog.c.orig                 |  545 ++++++
 src/copy-theme-dialog.h                      |   56 +
 src/copy-theme-dialog.h.orig                 |   56 +
 src/debug-screensaver.sh                     |   42 +
 src/gs-auth-helper.c                         |  213 +++
 src/gs-auth-helper.c.orig                    |  213 +++
 src/gs-auth-pam.c                            |  843 ++++++++
 src/gs-auth-pam.c.orig                       |  843 ++++++++
 src/gs-auth-pwent.c                          |  291 +++
 src/gs-auth-pwent.c.orig                     |  291 +++
 src/gs-auth.h                                |   67 +
 src/gs-auth.h.orig                           |   65 +
 src/gs-debug.c                               |  163 ++
 src/gs-debug.c.orig                          |  163 ++
 src/gs-debug.h                               |   71 +
 src/gs-fade.c                                |  987 ++++++++++
 src/gs-fade.c.orig                           |  987 ++++++++++
 src/gs-fade.h                                |   77 +
 src/gs-fade.h.orig                           |   77 +
 src/gs-grab-x11.c                            |  672 +++++++
 src/gs-grab-x11.c.orig                       |  672 +++++++
 src/gs-grab.h                                |   79 +
 src/gs-grab.h.orig                           |   79 +
 src/gs-job.c                                 |  567 ++++++
 src/gs-job.c.orig                            |  567 ++++++
 src/gs-job.h                                 |   69 +
 src/gs-job.h.orig                            |   69 +
 src/gs-listener-dbus.c                       | 2272 ++++++++++++++++++++++
 src/gs-listener-dbus.c.orig                  | 2272 ++++++++++++++++++++++
 src/gs-listener-dbus.h                       |   89 +
 src/gs-listener-dbus.h.orig                  |   89 +
 src/gs-lock-plug.c                           | 2050 ++++++++++++++++++++
 src/gs-lock-plug.c.orig                      | 2050 ++++++++++++++++++++
 src/gs-lock-plug.h                           |   82 +
 src/gs-lock-plug.h.orig                      |   82 +
 src/gs-manager.c                             | 2030 ++++++++++++++++++++
 src/gs-manager.c.orig                        | 2030 ++++++++++++++++++++
 src/gs-manager.h                             |  107 ++
 src/gs-manager.h.orig                        |  107 ++
 src/gs-marshal.list                          |    4 +
 src/gs-monitor.c                             |  528 +++++
 src/gs-monitor.c.orig                        |  528 +++++
 src/gs-monitor.h                             |   57 +
 src/gs-monitor.h.orig                        |   57 +
 src/gs-prefs.c                               |  995 ++++++++++
 src/gs-prefs.c.orig                          |  995 ++++++++++
 src/gs-prefs.h                               |   85 +
 src/gs-prefs.h.orig                          |   85 +
 src/gs-theme-manager.c                       |  453 +++++
 src/gs-theme-manager.c.orig                  |  453 +++++
 src/gs-theme-manager.h                       |   65 +
 src/gs-theme-manager.h.orig                  |   65 +
 src/gs-visual-gl.c                           |  116 ++
 src/gs-visual-gl.c.orig                      |  116 ++
 src/gs-visual-gl.h                           |   32 +
 src/gs-watcher-x11.c                         |  680 +++++++
 src/gs-watcher-x11.c.orig                    |  680 +++++++
 src/gs-watcher.h                             |   65 +
 src/gs-watcher.h.orig                        |   65 +
 src/gs-window-x11.c                          | 2647 ++++++++++++++++++++++++++
 src/gs-window-x11.c.orig                     | 2647 ++++++++++++++++++++++++++
 src/gs-window.h                              |  106 ++
 src/gs-window.h.orig                         |  106 ++
 src/mate-screensaver-command.c               |  551 ++++++
 src/mate-screensaver-command.c.orig          |  551 ++++++
 src/mate-screensaver-dialog.c                |  665 +++++++
 src/mate-screensaver-dialog.c.orig           |  665 +++++++
 src/mate-screensaver-gl-helper.c             |   83 +
 src/mate-screensaver-gl-helper.c.orig        |   83 +
 src/mate-screensaver-preferences.c           | 1781 +++++++++++++++++
 src/mate-screensaver-preferences.c.orig      | 1781 +++++++++++++++++
 src/mate-screensaver.c                       |  132 ++
 src/mate-screensaver.c.orig                  |  132 ++
 src/mate-screensaver.desktop.in.in           |   14 +
 src/mate-screensaver.h                       |   32 +
 src/setuid.c                                 |  247 +++
 src/setuid.c.orig                            |  247 +++
 src/setuid.h                                 |   25 +
 src/setuid.h.orig                            |   25 +
 src/subprocs.c                               |  166 ++
 src/subprocs.c.orig                          |  166 ++
 src/subprocs.h                               |   39 +
 src/subprocs.h.orig                          |   39 +
 src/test-fade.c                              |  134 ++
 src/test-fade.c.orig                         |  134 ++
 src/test-passwd.c                            |  288 +++
 src/test-passwd.c.orig                       |  288 +++
 src/test-watcher.c                           |  106 ++
 src/test-watcher.c.orig                      |  106 ++
 src/test-window.c                            |  180 ++
 src/test-window.c.orig                       |  180 ++
 255 files changed, 127227 insertions(+)
