dwww Home | Show directory contents | Find package

commit 7f0b13a90de361c4fd10b49eadaa00a861f53542
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Sun Dec 27 22:30:38 2020 +0100

    Modernize configure.ac.in

commit bae9d1994becbb64bdb9c76e9b9e7759712f0935
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:34 2020 +0100

    Fix xfce_rc_read_entry usage
    
    [    9s] verve-plugin.c:787:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    [    9s] verve-plugin.c:790:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    [    9s] verve-plugin.c:791:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    [    9s] verve-plugin.c:792:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    [    9s] verve-plugin.c:808:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 5a7033407443a16a30813275bf59056ffe3ee245
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:33 2020 +0100

    Fix gdk_rgba_to_string usage
    
    The returned pointer is just gchar.
    
    verve-plugin.c:919:11: warning: passing argument 1 of 'g_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit d4641536888946b4b830389e2c00b19222d7a362
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:31 2020 +0100

    Fix GtkAdjustment usage
    
    verve-plugin.c:1187:14: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
    verve-plugin.c:1308:14: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit eece8198842c07189d06cac4edbee3a8221a5404
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:30 2020 +0100

    Fix GtkColorChooser usage
    
    verve-plugin.c:932:31: error: passing argument 1 of 'gtk_color_chooser_get_rgba' from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 1ab9414c21f7f6e698f933646eaf13722b23c8de
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:29 2020 +0100

    Fix GtkColorChooser usage
    
    verve-plugin.c:914:31: error: passing argument 1 of 'gtk_color_chooser_get_rgba' from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit fe2206d12dc2ebe3c081b82c6518b8dc45c1e1cd
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:28 2020 +0100

    Fix GtkLabel usage
    
    verve-plugin.c:861:60: error: passing argument 1 of 'gtk_label_get_text' from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 162b7ef82c74211964aee37859c60a2c6317f824
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:27 2020 +0100

    Fix GIOStream usage
    
    verve-plugin.c:659:65: error: passing argument 1 of 'g_io_stream_get_output_stream' from incompatible pointer type [-Werror=incompatible-pointer-types]
    verve-plugin.c:686:22: error: passing argument 1 of 'g_io_stream_close' from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit cc5dfef64d31ed505a8c3b27e837255c633aad0f
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:26 2020 +0100

    Fix gtk_label_set_text call
    
    verve-plugin.c:629:22: error: passing argument 1 of 'gtk_label_set_text' from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit e7cc7b7b129d3561633454fedb3486a034d353fb
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:25 2020 +0100

    Fix gtk_style_context_add_provider call
    
    verve-plugin.c:545:80: error: passing argument 2 of 'gtk_style_context_add_provider' from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 927e67ea401325948a28cbbe0eaf5b585e1405b5
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:24 2020 +0100

    Fix discarded-qualifiers
    
    verve.c:365:16: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 59ad59e0003ff7fb60481363e0202f4bc6fd5e1b
Author: Olaf Hering <olaf@aepfle.de>
Date:   Sat Dec 19 18:36:21 2020 +0100

    Fix missing-prototypes
    
    verve.c:91:1: error: no previous prototype for 'verve_command_callback' [-Werror=missing-prototypes]
    verve-plugin.c:92:1: error: no previous prototype for 'verve_plugin_load_completion' [-Werror=missing-prototypes]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 64e5f9c569d80161783dbe687bb2281a6a491ccb
Author: Olaf Hering <olaf@aepfle.de>
Date:   Mon Nov 30 21:04:41 2020 +0100

    Remove GSourceFunc casts
    
    Convert the callback into a real GSourceFunc.
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit dff7f2dfc94d1f147d2e6fd58c1d0678f3360c95
Author: Emin Tufan <etcetin@gmail.com>
Date:   Mon Nov 16 12:52:33 2020 +0100

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

commit e3d716d006b94cfd5f94b576138119b135279d5d
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:27 2020 +0200

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

commit 76d0efbe3f5391d18bd2c70d367d452a35f25bbd
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit 56c73b3b47a52c576c5a18a2082e9cd587f65684
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit de040e41316532ebe1ee3fda2e5f83f851097f5f
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit 2a3a4a391cb0612de561667f8f22cd360979aba0
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit 62184641d202f67d174d43d70b895c1e0fb47044
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit fdfa740efd1c17143902d8155cadb70e646886ec
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit 18e7bbb9d51d947a7852a25fa265200e349f82bb
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit 6827cbc481abb2839a91dc9169c7332e3c7587d5
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit 8fa62fe50cbc68d2fac95c1420008199f8a7a85c
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:26 2020 +0200

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

commit d24fcba1d371fd701f7a1644fe1bdc55f6439778
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit 472033e779637576dbe70bf08d0b7ebe36d45ea4
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit 8b0f12601dd146f7a2a0f877519b84c4045e3c77
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit 5202146f8562df220e47a296b8c8ac19a565625e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit ebfd32a4d5cb2804f69cb8c9793d30eb8c9b5d98
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit a66808449c7f29ce7257eb129eb220d0af609d2f
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit 7570833e735f974c4463fd3150c2425b1d261297
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:25 2020 +0200

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

commit 63c2b4a7608b9af68f51bd1634df925b24dd9d53
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:24 2020 +0200

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

commit 3b5318957ca902e26bdc624e4c22cefed3e22d88
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:24 2020 +0200

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

commit 2263ba5bdd127f95fcb173f29cac32a7cfcdb44e
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:24 2020 +0200

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

commit 565059973fb09cf1e8a66cefd4af8198fd90fcc6
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:24 2020 +0200

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

commit a3e4cf34bbd9a15466e16d44edd1ef7232d72ea4
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:24 2020 +0200

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

commit e249a43e5db1e57fc83d3f76a2d5b3e196925cce
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:24 2020 +0200

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

commit fa779d8c3e641a3ce83d23674253e7958c10369c
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:23 2020 +0200

    I18n: Update translation ie (96%).
    
    25 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2936612097f0ea167544ae430a6a069a2634d3ba
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:23 2020 +0200

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

commit 051e1c91c9c334b971daf7563651b406fb58e6e5
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:23 2020 +0200

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

commit 2cc17bc996eb8ebac074c9490667b6986b8922b1
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:23 2020 +0200

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

commit 7f7fbe5d68a331f1c470aac9383bf67a9bffb325
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:23 2020 +0200

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

commit b6fc0dfe5aa751d7ca4b325d19a631e64391bd53
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:22 2020 +0200

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

commit 9ed8c8510e75224f15d50b8c2d689ce07c3177ff
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:22 2020 +0200

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

commit 884764b62e9ef4dff07f5d81231be075911d8ee7
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:22 2020 +0200

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

commit f0296e539e2e20d688827b02d1381892491d2148
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:22 2020 +0200

    I18n: Update translation fi (84%).
    
    22 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 59add0d4c2c1bc5bcb971036e3c16140c137704b
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:22 2020 +0200

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

commit fa589be5e437f492cfa3bae3057851d4f38055b2
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:21 2020 +0200

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

commit 5d94a4e55b096044dd57129e8d7f08c4101fb7cc
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:21 2020 +0200

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

commit 34a6427214a95bb41d45303694137f1362c48566
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:21 2020 +0200

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

commit 7e0a4406bcafbd99dc6c5e45df715274a450ec05
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:21 2020 +0200

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

commit 61d535adb98f09b9e6a746e378cb5c24ad3f93e3
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:20 2020 +0200

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

commit a17f7264f845697a1527daaf7e4d3b4a0ee4aa29
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:20 2020 +0200

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

commit 7122221ecae352705667f598c2d0b6166f26ea7a
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:20 2020 +0200

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

commit 6d06c71fe7e5f2f97b6f908a3ceafd1f20d48de7
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:49:20 2020 +0200

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

commit 864ada0f6ddd0990197afb0ccaab2760cd67e981
Author: kevinbowen777 <kevin.bowen@gmail.com>
Date:   Sat Sep 19 13:39:21 2020 -0700

    Create README.md. Update configure.ac.in

commit 6d00cd509f7a514feca4f3539c08fe3aa9df83b7
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Tue Sep 8 12:51:42 2020 +0200

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

commit 21943a9f6e0cbabd862acf42a2920285c001e4dd
Author: Steve Harris <steve@cultureofweb.com>
Date:   Fri Jun 26 12:51:44 2020 +0200

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

commit 9e952f1f38c472263cae7d6c9e569ffd0880a41f
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Thu Jun 25 16:21:53 2020 +0200

    Fix build with panel 4.15
    
    - Update obsoletes macros
    - Add gitignore
    - Add basic gitlab-ci

commit e0d60c6b4ab4935174d70f70620ca333746cee6c
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Tue Apr 24 09:28:23 2018 -0500

    Use GtkColorButton to pick foreground and background colors

commit 1668cfbfd636f35ed57e05eaeb10618405e25486
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Apr 15 12:44:29 2018 -0500

    Update version number to 2.0.0

commit 47eed86084e9bab2e79945c3de1b3d9b087996da
Author: libertyernie <maybeway36@gmail.com>
Date:   Wed Nov 22 16:36:43 2017 -0600

    Update README with note about removal of verve-focus

commit 4795d5e6197c46984b257bfeba26e6c223c77a87
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Fri Nov 17 19:56:56 2017 -0600

    Use CSS to customize background and foreground colors

commit 88dc654a9d092e1986a42a911a739dd0c3b4d521
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Fri Nov 17 19:08:43 2017 -0600

    Remove verve-focus flashing

commit b5477269d3112bddfa241277d144e442552606a5
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Jul 3 16:28:06 2016 -0500

    Port to GTK3

commit e34babfe00563df9fd3363fc45219f2ab2183bfc
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Jul 3 16:11:17 2016 -0500

    Remove verve-focus and libdbus-glib-1 support in preparation for move to GTK3

commit 7e40bf1d5e8f1b0961ade536144d7f5a8e8e306a
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Thu Jun 11 00:49:14 2020 +0200

    I18n: Update translation fi (85%).
    
    24 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4cab0751b797b8c417bcbbc16d2e0989f6fc88f0
Author: Triyan W. Nugroho <triyan.wn@gmail.com>
Date:   Fri May 29 00:48:51 2020 +0200

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

commit 45520e96f89e1148ccd5b03972cdf5108aab845b
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Mon May 25 12:55:09 2020 +0200

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

commit cd7c6758cee76f460af5791f16161ad8adbcc5b6
Author: 黃柏諺 <s8321414@gmail.com>
Date:   Wed Apr 15 00:18:50 2020 +0200

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

commit f76427ad8f5846c1bab28ed995eed839b5b6ab89
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:18:48 2020 +0200

    I18n: Update translation ie (92%).
    
    26 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 758982577fded5f5f4c673c56f91c7ddead899b0
Author: Balázs Meskó <mesko.balazs@fsf.hu>
Date:   Wed Apr 15 00:18:48 2020 +0200

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

commit 51d026ac261ffdf19c059ca6dc7932dde6247981
Author: Luis Mendoza <darcn181@gmail.com>
Date:   Wed Apr 15 00:18:47 2020 +0200

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

commit d07b8f2d3666631ba4b6fb177dd2e677598810e5
Author: Christos Arvanitis <arvchristos@gmail.com>
Date:   Wed Apr 15 00:18:47 2020 +0200

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

commit f525fd484cc2feaf38c229d783e209530abd31bf
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Thu Mar 5 18:33:22 2020 +0100

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

commit ad2bbd244c34745bc4086a2eb081bcf2c39b5f4b
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Jan 29 12:33:06 2020 +0100

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

commit 4c68720d1de3f615bb8e533da46af374c6421b41
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Wed Nov 13 01:09:51 2019 -0800

    Add documentation and bugzilla links (Bug #16185)

commit 7af62ee3caaae1009942d6aca5d4a2d601070a86
Author: Slavko <linux@slavino.sk>
Date:   Thu Dec 5 18:33:41 2019 +0100

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

commit 71d4f5d579ba59ce577c877e5e3c756a228a5207
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Mon Nov 4 00:33:06 2019 +0100

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

commit 910fec5f86a6e3fd0bdbd5d4859352ac0713e7ca
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Aug 16 12:34:25 2019 +0200

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

commit 539ffe2f9132e591ce213da84cdaa99581a3066a
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Aug 5 12:31:59 2019 +0200

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

commit e4f2edf7134acfabfb203c52daf2b7fce9fa5aaf
Author: Real School <translator_students@realschool.am>
Date:   Wed Jul 31 12:33:06 2019 +0200

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

commit daa25b455b8d0a7c02ee23d4f1761b4470f0b033
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Wed Jul 24 18:33:34 2019 +0200

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

commit 68c078e09a857cf09aa1712ce1d5c1c17f3e5e02
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Jul 17 12:35:56 2019 +0200

    I18n: Update translation fi (75%).
    
    21 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3e626bd7b11adcae2d13f33deea7dbd6c4eb5af7
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 18 00:34:27 2019 +0200

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

commit 8ab5bfc83203083c78aa3f91390cf9a0acdec19b
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 1 06:32:15 2019 +0200

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

commit 1ffafc81a27a6a443afd73b0c9fdf06a16f8ca69
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 28 06:32:04 2019 +0200

    I18n: Add new translation ie (92%).
    
    26 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a693ef35c56363834e41a8b05f6e31d4a5293929
Author: Anonymous <noreply@xfce.org>
Date:   Mon May 27 18:34:39 2019 +0200

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

commit f494078bcb2ba00114f587ad98b36699302887bb
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 21 00:32:50 2019 +0200

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

commit 8deed1d50c12f176a8390f013af0b6edbc3f45af
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 10 18:42:24 2019 +0200

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

commit 46d73e44683dd8fb862adcc9d14bcf73fe29ca75
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed May 8 19:53:48 2019 +0200

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

commit c264ea93f76612ec508504839c8291e571e89c45
Author: Besnik <besnik@programeshqip.org>
Date:   Wed May 8 19:53:48 2019 +0200

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

commit 0b87c93be8bcc0de62965529c3c8041a766e0196
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:53:48 2019 +0200

    I18n: Update translation sk (96%).
    
    27 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f9ba13ceaf8d929b1d02efebbb37e743720d262c
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 8 19:53:47 2019 +0200

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

commit 4f5eb90cfdee2956cfa1d94341ebc04de7f361c2
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:53:47 2019 +0200

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

commit 3d8ba81475c307001fae5d0ab1716263397d5131
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:53:46 2019 +0200

    I18n: Update translation nb (92%).
    
    26 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fff9fe5b8e5c1d21b5d19c3684e25da3ac89ca2d
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 8 19:53:46 2019 +0200

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

commit 1651cc48db4bed87d6313a472b060163edd5d7d0
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed May 8 19:53:45 2019 +0200

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

commit cfc303321bfa7ea6b330c0027623e96d89ae082f
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:53:45 2019 +0200

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

commit f30cd0731cdc063e1d765fed395d067b4a6abb41
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed May 8 19:53:44 2019 +0200

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

commit 0bfb5f37ca86aac251196def24a89a36a97026ec
Author: Charles Monzat <c.monzat@laposte.net>
Date:   Wed May 8 19:53:44 2019 +0200

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

commit a31aeb20a224902141083f2e2284323636c7af73
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:53:43 2019 +0200

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

commit a03fdc7033846d12da9a20ce6989e02ff981979d
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed May 8 19:53:43 2019 +0200

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

commit 340e62330088543023ff7189729769cece0d5773
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:53:42 2019 +0200

    I18n: Update translation ast (75%).
    
    21 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0ae06d2dbe37c5f3004abc17cd588761a607825c
Author: Anonymous <noreply@xfce.org>
Date:   Sat May 4 18:35:26 2019 +0200

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

commit 9a04dca4b14b221d1021c4c19ec4214ca282dd6d
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon Apr 1 06:33:44 2019 +0200

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

commit c3e88bb97521c362d0c12d2442ec7ba7cd41c266
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Feb 10 18:32:48 2019 +0100

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

commit 111849a246ed5c665947976e2053e16a861b9a11
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Tue Jan 8 06:31:55 2019 +0100

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

commit 04305f039192c051dc5354eda46f61385ee2a8d5
Author: Christos Arvanitis <arvchristos@gmail.com>
Date:   Fri Jan 4 18:33:57 2019 +0100

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

commit 6dabf2a098ef0c87686067efe4f636219872e742
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Nov 6 00:35:30 2018 +0100

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

commit 1f37058308c8a39c1a991ba6f6b71f4efdf71e8c
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sun Oct 21 12:35:23 2018 +0200

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

commit 9fc71e4871d9e01ec3619e1f1dd29db79d45be04
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Tue Sep 11 00:32:08 2018 +0200

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

commit 2aceaba1bd80e94baf4edc1de644a1e8283ece3e
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Sep 2 18:34:43 2018 +0200

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

commit 57ffeebd89e8afc9d15bb4c386ff47f2fef4b718
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Sat Aug 25 18:33:18 2018 +0200

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

commit 14ffa850f92f73376d196d17d205bf2ca4f95dd7
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Tue Jul 17 18:32:59 2018 +0200

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

commit 63aa404993c50cdca1675318f6102cb8fe004b94
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 16 18:35:34 2018 +0200

    I18n: Update translation fi (75%).
    
    21 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit df8996959152b053d6b9270616fdb1b06d27a043
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Wed Jul 11 18:34:59 2018 +0200

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

commit 8b0557150448e98e93e1fc6772bc106048941161
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Jul 8 12:32:54 2018 +0200

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

commit 3463735555d741d7ee3637280fbdcf22c321a199
Author: Påvel Nicklasson <pavel2@frimix.se>
Date:   Mon Jul 2 18:34:43 2018 +0200

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

commit fbea30b13dd4bff9ac6f4c2490c54466a116cb30
Author: Nikola Radovanović <cobisimo@gmail.com>
Date:   Mon Jun 25 18:34:36 2018 +0200

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

commit 9738cfdb5a8da8f00520f52afb546fbbc3d07954
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Sun Jun 24 00:35:18 2018 +0200

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

commit d47dd50e6030bf4eef510bc25e13af5bc12dec50
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Jun 18 12:32:37 2018 +0200

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

commit c2d78066be52fbef162af88c4c62cdca086ab1a2
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat May 26 12:33:05 2018 +0200

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

commit ca7c11a3b07486d53b873df347833a61af1506fe
Author: Enrico B <enricobe@hotmail.com>
Date:   Sat May 19 18:32:45 2018 +0200

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

commit 768e434a8159b6cc22b71f1ac8d4b92e49099577
Author: Luis Mendoza <darcn181@gmail.com>
Date:   Sat May 19 00:32:23 2018 +0200

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

commit 621308487200b41f61096888112f1d639c9ae319
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Thu May 17 06:33:03 2018 +0200

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

commit 30b6b75939ceee1d8ef913c9783f4175d368aba3
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon May 7 06:32:01 2018 +0200

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

commit 4697b7dc4bdd564175704a9ce3409ebf2f4a6b91
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Sun May 6 00:32:57 2018 +0200

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

commit 466853dd71ad344a48a341ed8b121e93ff8bae15
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Tue May 1 18:32:07 2018 +0200

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

commit 32f51089fb0aeaa1e7f5504d9ae8a00a0b259b5d
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Tue May 1 00:32:16 2018 +0200

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

commit c2a2a6c6ab5dfc2e751570d19deb97d50495547f
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Sun Apr 29 18:32:22 2018 +0200

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

commit 6839a9aebb7318b4c6a8a9b025bbb40c4a214345
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Sun Apr 29 00:34:44 2018 +0200

    I18n: Update translation hu (78%).
    
    22 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 33454ceefd0cc3b853d0ef0cf4025c9c1122f37f
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri Apr 27 18:32:22 2018 +0200

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

commit 03a3ac6be97dcadf4433577f688bcb9ff3671b33
Author: Andre Miranda <andre42m@gmail.com>
Date:   Fri Apr 27 06:32:48 2018 +0200

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

commit df8f543e8ce7afe0fbac8c657c5556ca55e18303
Author: John Humphrys <john.humphrys@pm.me>
Date:   Fri Apr 27 06:32:48 2018 +0200

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

commit 38d4686965895cbf6ce7868a1c523f3e7d88b972
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Apr 26 12:31:59 2018 +0200

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

commit 1a5a112ad7a10b9f42eba506bee9b3c3736c2f4e
Author: Jeff Huang <s8321414@gmail.com>
Date:   Thu Apr 26 06:32:26 2018 +0200

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

commit 2a359b6ac47cd24b4918686f47fbdd7b55e0636f
Author: abuyop <abuyop@gmail.com>
Date:   Thu Apr 26 06:32:26 2018 +0200

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

commit 32cfdc4d3afbba34074a38edf819b470a2674083
Author: Anonymous <noreply@xfce.org>
Date:   Thu Apr 26 00:32:03 2018 +0200

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

commit e14ce5292530697bdc0ca18478ab5f40ffa89595
Author: Igor <f2404@yandex.ru>
Date:   Wed Apr 25 18:33:13 2018 +0200

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

commit dbb60978a7750aab673b6dee31f0c1ae393a24e4
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 25 18:33:13 2018 +0200

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

commit 9f8d83753f01ef71df46c77a970a449da6f94605
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Apr 25 18:33:13 2018 +0200

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

commit 497644a3aca0344ac4519c95169570da055e4935
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed Apr 25 18:33:13 2018 +0200

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

commit 49d2e491cd4a07d6b919d53fd6eacd2f7369fe6a
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Apr 25 18:33:13 2018 +0200

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

commit 93a3802c5e0ee77f234a14661cffbcfbf4ac6da7
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Wed Apr 25 18:33:13 2018 +0200

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

commit 63ff8a2678f397a0a905b0a5f18433c0bf4dd0b7
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Tue Apr 24 08:41:46 2018 -0500

    Change label "foreground color" to "text color"

commit 9aeffdf36f27cc6f6b23ee5be336fdeda4cfc1d1
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Tue Apr 24 00:31:59 2018 +0200

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

commit fb5cd7e659033b19ba9f0df623ae953e9db2081f
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Apr 15 12:42:53 2018 -0500

    Update version number to 1.1.1 in configure.ac.in

commit cd4f2ac7f57c409674f0e7793c8e82fce5351aa6
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Apr 15 12:42:18 2018 -0500

    Update NEWS for 1.1.1

commit e15cb968b01996b247bb46f00a895965142a8011
Author: John Humphrys <john.humphrys@protonmail.com>
Date:   Fri Apr 6 06:34:16 2018 +0200

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

commit e9ce3bd4dfc2fa11c00161c93f1238268339db35
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date:   Fri Mar 30 06:31:59 2018 +0200

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

commit 089f8d90e3fa47a572d493fa44b2823e1df69da1
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date:   Sun Mar 18 18:33:42 2018 +0100

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

commit 465acbfeef1a3d688176f89fb73eea21f2e49d60
Author: Charles Monzat <superboa@hotmail.fr>
Date:   Sun Mar 18 00:33:11 2018 +0100

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

commit 1dba4fe92f1cddc920f79bc487013ad4625ebe25
Author: Erlend Østlie <erlendandreas12368@gmail.com>
Date:   Sat Mar 10 18:33:13 2018 +0100

    I18n: Update translation nb (92%).
    
    26 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3aa4ece11c5b4b2cbe7d8191a5762315775a84de
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Jan 15 18:33:23 2018 +0100

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

commit 61e1a96522d51b6ebde4e47dc59d64e219c20220
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Mon Jan 1 00:34:29 2018 +0100

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

commit 9821ae611e45a83d82ab3341b32838202958942a
Author: Andre Miranda <andre42m@gmail.com>
Date:   Mon Dec 25 00:32:24 2017 +0100

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

commit ef53bf6ca9a5ed5b8af4982c59eb6cb9d7800d9a
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Dec 24 18:33:46 2017 +0100

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

commit 3d184bbacfcacc25d9b10271b00060c41faa330c
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Fri Dec 22 00:33:56 2017 +0100

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

commit 5aea9893c8cf0aa500052c146ff5c7a7f4ca9a61
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 19 12:34:52 2017 +0100

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

commit 170eda9f20bb805b7a40e1780adf7ffb5692106b
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Dec 18 12:34:35 2017 +0100

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

commit a55549a19c1e28c65346c9ba8452bf3caf5c5d30
Author: abuyop <abuyop@gmail.com>
Date:   Wed Dec 13 18:34:23 2017 +0100

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

commit 65b7c2af30a07c4267d0a5eab08df8e5b7394dd3
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Tue Dec 12 00:33:39 2017 +0100

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

commit d6c036fedd9086b1fdcce4cb1987f5120aaff5a3
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Thu Dec 7 12:32:48 2017 +0100

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

commit e340b3d2737a124f2192d4999de0900a574db9ed
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Thu Dec 7 00:33:57 2017 +0100

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

commit 9319cbf03030cc28a4109617d4fd9c68d96bdd75
Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
Date:   Wed Nov 29 18:33:44 2017 +0100

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

commit 60af401b30e32e89bc883dc91df96097623b9798
Author: Igor <f2404@yandex.ru>
Date:   Mon Nov 27 18:34:28 2017 +0100

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

commit a61790890079160cbb690698da3adfa398766744
Author: Vinzenz Vietzke <vinz@vinzv.de>
Date:   Mon Nov 27 18:34:28 2017 +0100

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

commit 1fcfd86aa3e0c968bcec09be92e74e4c312b52e3
Author: Anonymous <noreply@xfce.org>
Date:   Mon Nov 27 18:34:28 2017 +0100

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

commit 92b257343ef0264aed316344e09ef4805a7faef5
Author: Arve Eriksson <031299870@telia.com>
Date:   Sun Nov 26 18:32:36 2017 +0100

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

commit ba674d7d0aac5faa288c2521edc1b38bbb60f6d5
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Nov 26 12:33:07 2017 +0100

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

commit e11e255d31894e9da26e4a4ceff09eb2d727d3c1
Author: Iris Ilexiris <iris.ilexiris@gmail.com>
Date:   Sat Nov 25 06:32:30 2017 +0100

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

commit 7e355a57b31ec13c97d611b888d9cc9f2d0e42d9
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Fri Nov 24 18:33:56 2017 +0100

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

commit 2d42b7c4b92dac14dd038e9c008d3df4aef43a4a
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 23 18:32:33 2017 +0100

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

commit 3ba6f97a838628ac1973f3bf9b80275abf4602f9
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Thu Nov 23 18:32:33 2017 +0100

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

commit 2cbf83e22c0b74a004cada1e31adbd1208ce6f69
Author: Edin Veskovic <edin.lockedin@gmail.com>
Date:   Thu Nov 23 18:32:33 2017 +0100

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

commit 0e4e67b5e4a5e5785c8dd3d45d7a245f40395c7c
Author: Jeff Huang <s8321414@gmail.com>
Date:   Thu Nov 23 12:32:59 2017 +0100

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

commit 8f4dad75f5f6092909a6e69c0e15b3f4867cadad
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 23 12:32:59 2017 +0100

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

commit e9cc2163c826d56c41a322d7b77daee4a057237b
Author: Charles Monzat <superboa@hotmail.fr>
Date:   Thu Nov 23 12:32:59 2017 +0100

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

commit abde8b8a631ea759fe56d32a0468598e8e16c7fb
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Thu Nov 23 12:32:59 2017 +0100

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

commit b8373148d983f4125b861bba734bb1d849d42952
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Thu Nov 23 12:32:59 2017 +0100

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

commit be9849384139e5df7765a45c1997f2b7bbe5ffc9
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Fri Nov 17 12:13:11 2017 -0600

    Store colors in VervePlugin structure as strings, not GdkColors

commit 980d3a4e82595fef9c98ee2251a655ad2e914f9c
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Fri Nov 17 10:00:41 2017 -0600

    Add ability to modify foreground (fg) and background (base) colors from properties dialog

commit 2183785a779157fc22559058221b181d97be658d
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Fri Nov 17 08:18:28 2017 -0600

    Save colors to configuration file

commit 9cea61f1ae537bea50ad252dd31fc974864c2078
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Thu Nov 16 12:36:53 2017 -0600

    Start working on custom colors

commit 434306715138b9da7d995c512ff5090593fb4f48
Author: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>
Date:   Tue Nov 14 18:39:14 2017 +0100

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

commit b17ce9bec531132890b247642c055693796b832f
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 4 00:34:09 2017 +0100

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

commit 21e1786b39990aa2c32b9c81492078746d17c01e
Author: Anonymous <noreply@xfce.org>
Date:   Fri Nov 3 12:34:59 2017 +0100

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

commit 8075188098b986d8325d67628326c692e8b8c33c
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 2 00:33:47 2017 +0100

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

commit b2bd1d4a8d40583dcdb1ad056202e348bb064448
Author: Anonymous <noreply@xfce.org>
Date:   Wed Nov 1 18:35:55 2017 +0100

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

commit 6bc35ee0e2a4387945d186542813d2a434efee57
Author: Anonymous <noreply@xfce.org>
Date:   Sat Sep 30 18:36:13 2017 +0200

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

commit c1518408f3ac6dfc1f86ace16dcee7095dc8ebd4
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Sep 24 00:48:53 2017 +0200

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

commit 7b74f44c73bfe234fcbeb9d790ed694be43080df
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 6b726bf5805dd564ff6deabdf6e107c15f6f18f8
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit f156b5fbf8968114704daffc5c3051b7216128f4
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 2ea0ec6f45c9da87a296b3d575dc5135f4ea29bd
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 30eff76eb1604d449ecdef639b871fd0a9432c38
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 3448d929e2e6e0f03732edac3d19ee0eb1225a51
Author: Enrico B <enricobe@hotmail.com>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 4745b6fd70ab4a89327889e6998f07c3d431cd34
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 228d9e0fd844e62a49dbbef4508d8755315163c9
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Sun Sep 24 00:48:52 2017 +0200

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

commit 1210306e5cc597d310c2885cb04d4e255d20c7a7
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Sun Sep 24 00:48:51 2017 +0200

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

commit bccbe2a98662bdf6befeae1a524864a8e44fa425
Author: Manolo Díaz <diaz.manolo@gmail.com>
Date:   Sun Sep 24 00:48:51 2017 +0200

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

commit b6ba427bd7598b02081a6c0809021e5ad50bf50d
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Sun Sep 24 00:48:51 2017 +0200

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

commit 281325e0c58a34ca629f631acfac3c3b275f71f6
Author: enolp <enolp@softastur.org>
Date:   Sun Sep 24 00:48:51 2017 +0200

    I18n: Update translation ast (84%).
    
    21 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6f9acfde804fb6a15f59eea4ab009a010c1f2682
Author: Jeff Huang <s8321414@gmail.com>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit 84de5a1a69c62c5ac06c86d558f25f90bf941a31
Author: Mingcong Bai <jeffbai@aosc.xyz>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit 672ec8845452ccb0a36a0fa9237bfcd0fd7bed20
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit 46724e2feeee399726c200a4fea5dc3cf3abe781
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit ee3ed31b40a9458a1ea1be207314dfd36085f11b
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit b37963f9be7656cd689ebcaf649461dfa89d9afa
Author: Påvel Nicklasson <pavel2@frimix.se>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit 82d215cfd6e2f0b1c3bf447c1721be14b690d1d5
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Wed Sep 20 00:59:43 2017 +0200

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

commit b613803937239c07cce6dd340fdf1e0d55e55d1b
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 52eddd535cd9804b8283081ffacb4e92d15429ff
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit b0c88deeaf66ac8c24f7d7a5eb90bf2676449deb
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 07149ab1d32a7fc2ab1c3d31884b19a652497b45
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 118b0ebea88ca10b100fae525f40d7393f3d9bc6
Author: Piotr Strębski <strebski@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit e6bb3a0f01067c13b6de178de289ed9cba57c9e5
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 6970d7b76f5f376d8938b1816d11f2ed0e162039
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit e05194091b6a59e1ee0fafb56eb1246f9b73a927
Author: Harald H <haarektrans@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 85f3e40c3be75527d78b164a5a4a4eda7e032f90
Author: abuyop <abuyop@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 69c14cb8308dd57c0d88bb6d838dfb664e21e7ea
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 11fbc8d6060ed47947e1578c1152cfd212d05728
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 5831831d4a2597a745365d9bce1958d34fb94208
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 151919380145914f4583ca51181cd7cda99ee9d9
Author: Enrico B <enricobe@hotmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 442a143b7415b0903ec51d581b1a3703be72d666
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 5e7e598254213883ce024bfadfa94cde4af68e04
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit fc20e75800461f44210128a0a3a877739d74d0b9
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

    I18n: Update translation hu (76%).
    
    19 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7858f9ed38623f9bd575eb9f3e20822fe3122139
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit aa136d84025d9e81bd54aef7b8bd0cbcff4e1586
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 37bec28f7ea013f8ada0a62bfecc89ed224f85ef
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 9ee3692634ff00a38e189a085cb7926eee177fd9
Author: Manolo Díaz <diaz.manolo@gmail.com>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit 173472e8dbe825edc78feb4e93e3510bd2ee1f17
Author: Robin van der Vliet <info@robinvandervliet.nl>
Date:   Wed Sep 20 00:59:42 2017 +0200

    I18n: Update translation eo (52%).
    
    13 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 529076fa77831e86c107dcbdfd6961f344352954
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Wed Sep 20 00:59:42 2017 +0200

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

commit e0bbe34f503e345dd2a42f3072de30471abcde31
Author: Apóstolos Papaðimitríu <apostolos.papadimitriu@gmail.com>
Date:   Wed Sep 20 00:59:41 2017 +0200

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

commit 8725091905f3af093b9a2350594f58f23a28236c
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Wed Sep 20 00:59:41 2017 +0200

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

commit 373d1bd9ccb8041dd176156f32b8606a1421408e
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 20 00:59:41 2017 +0200

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

commit 5e58bf6493adf5bb2c6ee2cc903f6024b0eff905
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Sep 20 00:59:41 2017 +0200

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

commit fcc691801f5cb2bde917ee28066ba93adcf4a9d4
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Wed Sep 20 00:59:41 2017 +0200

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

commit 067f134de708d6890af703d8671d4181fe469acc
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Sep 20 00:59:41 2017 +0200

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

commit 34db68462e3be4811762d6bdb2e2c228bde35df0
Author: enolp <enolp@softastur.org>
Date:   Wed Sep 20 00:59:41 2017 +0200

    I18n: Update translation ast (84%).
    
    21 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d3cc08bc9bf2f5552b1b0a073adb3a595157d958
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Thu Sep 14 18:32:10 2017 +0200

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

commit b4075db0877ec3b9a16e41a8298b86d3f5942697
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Tue Aug 29 06:38:03 2017 +0200

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

commit bf734d4484098cebd9da96fa26e959d3ed195da1
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Aug 8 18:34:24 2017 +0200

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

commit 3093ab90af20e84216f3c1343d6ebcdc9e4ec0d9
Author: Jeff Huang <s8321414@gmail.com>
Date:   Tue Jul 25 18:43:51 2017 +0200

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

commit 0d0eed9a1f2a4b559f2452369985d7902070968f
Author: Mingcong Bai <jeffbai@aosc.xyz>
Date:   Tue Jul 25 18:43:51 2017 +0200

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

commit 979d1964a601c2e25a23542277e8e6244369b5e9
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Jul 25 18:43:51 2017 +0200

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

commit cadc053c0a82773d7689133e72054ad798cac769
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Tue Jul 25 18:43:51 2017 +0200

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

commit c03511549d69def61f6d9a04db810453e81cdf25
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Tue Jul 25 18:43:51 2017 +0200

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

commit 8cf309e020778dcbb8cd931eda3e140dfec0c900
Author: Påvel Nicklasson <pavel2@frimix.se>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit 06aaffdc21795cfbc3348a2109eb44bdf0d939bc
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit 5a756d70f36ef4e04538405cfbec5a31980616ca
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit aaf4aa8dc575b20bee9f1a603f487614348ce670
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit 98c602c886adc7b9e1fb250e4d83d37de9978c57
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit bb6bbf1cf39ae99067ba33d0b08b5341db23dfe2
Author: Andre Miranda <andre42m@gmail.com>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit d2b31b905b778ccb2c67c185c3b650568b523d59
Author: Piotr Strębski <strebski@gmail.com>
Date:   Tue Jul 25 18:43:50 2017 +0200

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

commit 6bdb0f603c9809be9240d8501994ed255d7dd7e6
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Tue Jul 25 18:43:49 2017 +0200

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

commit e917d97f898170af03bb24981c46270d6298755b
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Jul 25 18:43:49 2017 +0200

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

commit 77906e8b360ed88d80dd637c47a766332c72aa62
Author: Harald H <haarektrans@gmail.com>
Date:   Tue Jul 25 18:43:49 2017 +0200

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

commit 1ddcde8ed4716bd540621aa675423bdedbdc8de4
Author: abuyop <abuyop@gmail.com>
Date:   Tue Jul 25 18:43:49 2017 +0200

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

commit 4e9e78d30fc3f29b8aed9a9859c06e819f8db1de
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jul 25 18:43:49 2017 +0200

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

commit c27ce67e6186287ba12c8459565123605c0db8bd
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Jul 25 18:43:49 2017 +0200

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

commit 52b536967861e78841887d73d37b1a748bf88a4b
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Tue Jul 25 18:43:48 2017 +0200

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

commit 71074c0776449a1d3b5db903cb7f17353cf49a58
Author: Enrico B <enricobe@hotmail.com>
Date:   Tue Jul 25 18:43:48 2017 +0200

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

commit 9b01d3a33b2d40b01a7858dc53d87ed916382abf
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 405706cb3bf8b438aae1447e092475e1226057df
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 0616cd87aa4feb974e8428e32b0a3c970ec039a2
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

    I18n: Update translation hu (76%).
    
    19 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aea89a2e82ed9d9642145703e30dfda57ad20af6
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 44d0237ed0454b76f80bc067f4701d400d1d3014
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit d698c3f40ca11b824ad3f31565454a51eea3fcfe
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 5e9a48b03581cc530af66ff48ea1fb7b5de3252e
Author: Manolo Díaz <diaz.manolo@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 7a1fcb9af18e7d6884f5e8ea2053c5d29b5a9af3
Author: Robin van der Vliet <info@robinvandervliet.nl>
Date:   Tue Jul 25 18:43:47 2017 +0200

    I18n: Update translation eo (52%).
    
    13 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 24cfb117a22deb137b42a1477c07d037346a9ada
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 91291a2de90b3118ce642f8fa80306785d2ce66e
Author: Apóstolos Papaðimitríu <apostolos.papadimitriu@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 8bc3c96db926b372f594fd0e7c4b7d0312c375ef
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 92d57103dfd819da2642cb5c37e99e8073bed856
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit ecf4912fbedd1b955557209df3a877f4aa1f4bdd
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 24cce3611666a5e6f22c886e911aa5ffc51efe06
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue Jul 25 18:43:47 2017 +0200

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

commit 9a103e17dbff9808dde3a73b256c239af6096fd0
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Tue Jul 25 18:43:46 2017 +0200

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

commit b4f59fa7d591b9040917537be06833668536607f
Author: enolp <enolp@softastur.org>
Date:   Tue Jul 25 18:43:46 2017 +0200

    I18n: Update translation ast (84%).
    
    21 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f0fc9efda505f5d539b5bff3e7b79fcc308af84d
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sat Jun 10 18:31:58 2017 +0200

    I18n: Update translation nl (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6b8cadaa65d8d93466ad9ac68bf51e63fb947bb3
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Tue May 16 12:33:34 2017 +0200

    I18n: Update translation id (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0922b6b4d7635d579dd7298723b58924380f1c02
Author: Anonymous <noreply@xfce.org>
Date:   Thu Feb 16 00:31:31 2017 +0100

    I18n: Update translation da (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 32e756c48b657f97651d76c6a933b373753ce9e0
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Thu Feb 2 06:32:57 2017 +0100

    I18n: Update translation hr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9a21815809285aa82f1e4bf942115bcef4c3d7df
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jan 16 18:33:39 2017 +0100

    I18n: Update translation da (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5951b91bb2c56fe117c32c11d146eff7e1f6f320
Author: Anonymous <noreply@xfce.org>
Date:   Fri Dec 9 06:32:49 2016 +0100

    I18n: Update translation da (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a52fd0f5aaf6936e9f5d3eb86d69caa10c984d8c
Author: Anonymous <noreply@xfce.org>
Date:   Fri Dec 9 00:32:13 2016 +0100

    I18n: Update translation da (84%).
    
    21 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d0eea67222c0d91d2e32bb46ee619dcb18da4d4c
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Wed Nov 23 00:31:28 2016 +0100

    I18n: Update translation oc (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1c02e40ee83d2faebfaa788c3935490e5b4ca1db
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun Oct 23 18:32:22 2016 +0200

    I18n: Update translation oc (56%).
    
    14 translated messages, 11 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 04620b28728a2673dc96e6cce510e2f69643ecf9
Author: Enrico <allin@infinito.it>
Date:   Mon Jun 6 00:32:08 2016 +0200

    I18n: Update translation it (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 03f7e64adc1372891fda466fa5281a6bd983c4a0
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Thu May 5 18:31:38 2016 +0200

    I18n: Update translation ca (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 28f6eb35e019023e0083c0cc5e30007e341b9e9c
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Wed May 4 18:32:40 2016 +0200

    I18n: Update translation ca (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0177bcfcc58f9cca24a327a27844f83563e44a48
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Wed May 4 12:32:22 2016 +0200

    I18n: Update translation ca (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ecaa5bbff24077dfb778f9ac794a463860a9aa6e
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Tue May 3 18:33:13 2016 +0200

    I18n: Update translation ca (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 39d28966b10f3c560652a9bb5375167753f7898d
Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
Date:   Mon May 2 00:36:39 2016 +0200

    I18n: Update translation ca (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f6d906646539ab33072001b7012d09420238b0d7
Author: Davidmp <medipas@gmail.com>
Date:   Thu Apr 7 18:31:22 2016 +0200

    I18n: Update translation ca (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 096a3b5e7d09a62c8214ea12cc45b14319ed5be6
Author: gyeben <gyonkibendeguz@gmail.com>
Date:   Sat Apr 2 00:31:59 2016 +0200

    I18n: Update translation hu (76%).
    
    19 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 57959b0f5e23670539a6f6fb16eb092fe7171789
Author: Robin van der Vliet <info@robinvandervliet.nl>
Date:   Mon Mar 28 18:32:03 2016 +0200

    I18n: Update translation eo (52%).
    
    13 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4dedee5e1eba37ad5d6bf5aa5801dc6b6f75991f
Author: Anonymous <noreply@xfce.org>
Date:   Fri Mar 18 00:34:04 2016 +0100

    I18n: Update translation lt (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d23d45bcfe6f373868fa89099be273a44b9322f4
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Mon Mar 14 18:33:30 2016 +0100

    I18n: Update translation he (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3049f28b405d224f9001c9438e70e04c324474e5
Author: Elishai Eliyahu <e1907@mm.st>
Date:   Mon Feb 8 18:31:37 2016 +0100

    I18n: Update translation he (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5f0bad0be343ea05c6a1af8365ab31719766dfc1
Author: Xfce Bot <transifex@xfce.org>
Date:   Mon Feb 8 00:32:24 2016 +0100

    I18n: Update translation he (68%).
    
    17 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a628cad6a32d3780e57a67a4e2fccb2a6dddfaa5
Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
Date:   Sun Feb 7 00:31:59 2016 +0100

    I18n: Update translation el (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bf1e612f0c086299389f357cb71b5860220b03e0
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Feb 5 18:32:37 2016 +0100

    I18n: Update translation el (92%).
    
    23 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 190618693d7d724c15d32daac35124997b13e7b8
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Feb 4 00:32:20 2016 +0100

    I18n: Update translation he (68%).
    
    17 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0e666f1c977b6a13e1390e4f4f9a1a016e5dfe2f
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jan 13 06:33:42 2016 +0100

    I18n: Update translation lt (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9c29086dbda0c23fca9a5377d25a3e97d079db79
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jan 13 00:32:56 2016 +0100

    I18n: Update translation lt (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit eb5e0edf805bfb67487a38e7430c6786c635bbe6
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Jan 8 00:32:00 2016 +0100

    I18n: Update translation is (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d29f2aaba55adf9c0e088293728a8e1d6dcedd0e
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Wed Jan 6 18:31:33 2016 +0100

    I18n: Update translation sv (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e098ce84cb34ec67ed34c80ad9562dc9847ae043
Author: Piotr Strębski <strebski@o2.pl>
Date:   Wed Dec 16 12:31:29 2015 +0100

    I18n: Update translation pl (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 21c1c237fe43bdc09f055418bc55103da076b5df
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Mon Dec 7 00:31:37 2015 +0100

    I18n: Update translation tr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5758485b3f317a7fe9b466cccecb9660bc3de731
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sun Nov 1 12:31:53 2015 +0100

    I18n: Update translation it (96%).
    
    24 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4029b346889bddcbb5fc8ee26c02e120b8657401
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sat Oct 31 18:31:53 2015 +0100

    I18n: Update translation pt (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f85495ef2fc965950ff910d637096c6b5f63a309
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Oct 31 00:31:35 2015 +0100

    I18n: Update translation ko (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4392893e0d18116e3da4a3d3764dab4eaa94c1c4
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Thu Oct 29 12:31:46 2015 +0100

    I18n: Update translation cs (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9fb07fb1fa63fba9adc8fc2c932f676d77e8daac
Author: Harald <haarektrans@gmail.com>
Date:   Thu Oct 29 00:31:48 2015 +0100

    I18n: Update translation nb (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5dec16a4c020fc0b506c8aaf5b625f380562a65d
Author: Michael Findlay <translate@cobber-linux.org>
Date:   Sun Oct 25 12:32:07 2015 +0100

    I18n: Update translation en_AU (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 092679539addb7f682fda9fbfd45558e28bbca0b
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Fri Oct 23 00:32:56 2015 +0200

    I18n: Update translation sk (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 39c680cefd09a18924489b7bc71cf89cfc2ef2cd
Author: André Miranda <andreldm1989@gmail.com>
Date:   Thu Oct 22 00:31:39 2015 +0200

    I18n: Update translation pt_BR (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2f67188438fb7de549d49d4fadbbae3524f3de99
Author: abuyop <abuyop@gmail.com>
Date:   Fri Oct 16 18:31:37 2015 +0200

    I18n: Update translation ms (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a3f462a1965aae028ac5e800086465705b92c87f
Author: oblo <oblomov78@hotmail.com>
Date:   Thu Oct 15 00:31:26 2015 +0200

    I18n: Update translation it (96%).
    
    24 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 489603dff9f0a7dd0f065dddca952b8b3ec112a9
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Tue Oct 13 18:31:35 2015 +0200

    I18n: Update translation sr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8accafe9c96ce6404c632ff1e2b16166b618c80e
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Oct 12 18:31:36 2015 +0200

    I18n: Update translation uk (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e10c64d05bcf5b67c7268a21a04f1d335f1d9427
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Oct 11 00:31:34 2015 +0200

    I18n: Update translation ru (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 201dd3ff6bb79fa8c7502d333f2b47bce330642e
Author: 白铭骢 <jeffbaichina@members.fsf.org>
Date:   Thu Oct 8 18:31:33 2015 +0200

    I18n: Update translation zh_CN (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e58e270c2404d7b8786a3a515c95273c108b2776
Author: Xfce Bot <transifex@xfce.org>
Date:   Thu Oct 8 18:31:33 2015 +0200

    I18n: Update translation he (68%).
    
    17 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit aa8ff85b296a2038e11b045aa25d19a7eb4abde6
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Wed Oct 7 18:32:21 2015 +0200

    I18n: Update translation nl (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 86b62c29557a4d384fe4676b64bf660718fa947a
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Oct 7 00:31:33 2015 +0200

    I18n: Update translation bg (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 171127f97125fb0fb93251d86e49017af57f62b2
Author: Manolo Díaz <diaz.manolo@gmail.com>
Date:   Tue Oct 6 12:33:49 2015 +0200

    I18n: Update translation es (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c3a5cefc7441425f66536a4655da71c5940f8832
Author: Jeff Huang <s8321414@gmail.com>
Date:   Tue Oct 6 00:32:04 2015 +0200

    I18n: Update translation zh_TW (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c6b3691457ac360fb3249f3b20ebdba8216292f0
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 6 00:32:04 2015 +0200

    I18n: Update translation lt (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 185de3cb98e59ef1a49821707780965ffc33e10b
Author: Edin Veskovic <edin.veskovic@openmailbox.org>
Date:   Tue Oct 6 00:32:04 2015 +0200

    I18n: Update translation hr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a604fa051a5e269dd36cfb9d548865efab2aaf92
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Tue Oct 6 00:32:04 2015 +0200

    I18n: Update translation fr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 96d26c72454441aaf687a2e847439517ad627757
Author: gabrieltandil <gabriel.tandil@gmail.com>
Date:   Tue Oct 6 00:32:04 2015 +0200

    I18n: Update translation es (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8e59cf0d0c75d992c1d89db218a4c0fe29b16d1a
Author: Piotr Strębski <strebski@o2.pl>
Date:   Thu Sep 17 12:31:39 2015 +0200

    I18n: Update translation pl (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 83d1d9b2f6f1fc5fcb67544b2d25fce871c53e39
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Mon Sep 14 18:31:39 2015 +0200

    I18n: Update translation pt (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ba77a2c2118f52ec7d6f52321523d9a3f1505672
Author: enolp <enolp@softastur.org>
Date:   Tue Aug 11 00:31:26 2015 +0200

    I18n: Update translation ast (84%).
    
    21 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 86cb85a8542b9f75eef21f59199ea6cbc3e316a8
Author: 白铭骢 <jeffbaichina@members.fsf.org>
Date:   Wed Aug 5 18:31:33 2015 +0200

    I18n: Update translation zh_CN (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dffea109312bc13a820621f06ee701373238803c
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Mon Jul 20 00:35:38 2015 +0200

    I18n: Update translation sv (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 265c527e0da628970f091587f77a9b83c2631b7b
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sat Jul 11 09:54:17 2015 -0500

    Update README

commit 41c9a6fb972d5ddc4e22c37156acfbcec3b52417
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sat Jul 11 09:14:40 2015 -0500

    Update NEWS and configure.ac.in

commit 7654fdab7d3b9cc0f932adbd9a6b6fe86057c3c5
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Mon Jul 6 19:45:47 2015 -0500

    Added Landry's name to 'previous maintainers' as well

commit a5e04a497ac28876d6722bdfbeddf26e3ae3c3dc
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Mon Jul 6 19:38:40 2015 -0500

    Update documentation

commit 84a24ca3fe398caf716f4766c517f352474120d1
Author: Michael Findlay <keltoiboy@gmail.com>
Date:   Thu Jun 11 12:32:20 2015 +0200

    I18n: Update translation en_AU (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 47100dbd90bbe774bea6f866df7a2a0a5e5f1698
Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
Date:   Thu Jun 4 00:32:09 2015 +0200

    I18n: Update translation sv (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b2fbcfa6fd8c9105702de157b0d073f36bed1e8c
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Tue May 26 12:32:08 2015 +0200

    I18n: Update translation tr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 08dcb8e2cb9fbe9e5737a25a4e1fe505613449e4
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun May 17 00:31:41 2015 +0200

    I18n: Update translation ru (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ef043ec02df1de8e95e0dbe4253e3a651ca3759a
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Thu May 7 06:31:37 2015 +0200

    I18n: Update translation ja (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 98f4ad9ebe63d534a5bb67d30f9558ad5045b3f4
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri May 1 18:31:37 2015 +0200

    I18n: Update translation uk (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 275d47eee6d47cf3b6618d627cd4cdb79f743408
Author: Paweł Bandura <gawelx@gmail.com>
Date:   Sun Apr 26 18:31:45 2015 +0200

    I18n: Update translation pl (92%).
    
    23 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 23dad8839845d575ec5242fabfde4648c51b5ee9
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 26 18:31:45 2015 +0200

    I18n: Update translation ko (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 36ba21759110313f5a1f7cd81c068ac8db35d184
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Apr 26 18:31:45 2015 +0200

    I18n: Update translation cs (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 21bdff1e1531d8e8b2be5e9012d8adf91a2d5574
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Fri Apr 24 12:31:35 2015 +0200

    I18n: Update translation th (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dff915b2c0d9317c2f668b2c89b58beef2b61ad5
Author: Harald <haarektrans@gmail.com>
Date:   Wed Apr 22 00:31:38 2015 +0200

    I18n: Update translation nb (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d6a798e018adbb311ad10353d2444ee8c833d8b3
Author: André Miranda <andreldm1989@gmail.com>
Date:   Tue Apr 21 18:31:37 2015 +0200

    I18n: Update translation pt_BR (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fc5b5ea9cad42595474260ca89ae93452baa2e16
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue Apr 21 12:31:51 2015 +0200

    I18n: Update translation nl (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6b79751d69a38c7ed8e076c649176d2569f124a8
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Tue Apr 21 12:31:51 2015 +0200

    I18n: Update translation fr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3dc4eff17b214ad7afaf4a7cf85fc286e744f9b0
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sun Apr 19 18:31:51 2015 +0200

    I18n: Update translation sr (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5a3bccc6ed0464b5f947c543baaa9fdf17abe3df
Author: abuyop <abuyop@gmail.com>
Date:   Sun Apr 19 18:31:51 2015 +0200

    I18n: Update translation ms (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8c187fa8975ce7c630caf5d340e40096a13e4003
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Sun Apr 19 00:31:37 2015 +0200

    I18n: Update translation de (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1ff52d9e14405a18d227264b0f409d9e06337464
Author: Jeff Huang <s8321414@gmail.com>
Date:   Sat Apr 18 18:31:37 2015 +0200

    I18n: Update translation zh_TW (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 59115b4616125bbd92acad64609bdf8d32cea6e7
Author: gabrieltandil <gabriel.tandil@gmail.com>
Date:   Fri Apr 17 18:31:40 2015 +0200

    I18n: Update translation es (100%).
    
    25 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6cac722f8b26b10819412e368bbbfabe01af7278
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Thu Apr 16 21:56:43 2015 -0500

    Add callback function for spawned processes to detect 126 and 127 exit status returned by shell and display an error message

commit 99980acf5625069256a5f520215102f6c7f19d33
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Wed Apr 8 18:31:39 2015 +0200

    I18n: Update translation zh_CN (79%).
    
    19 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 84721e82b079be45ae73558aa0d1c82216d2a54b
Author: Francesco Galizzi <f.galizzi92@gmail.com>
Date:   Sun Mar 29 18:31:43 2015 +0200

    I18n: Update translation it (95%).
    
    23 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 94b8673792f2505364ed7211e4b3fee7b7e8d5ff
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sun Mar 29 12:31:47 2015 +0200

    I18n: Update translation it (79%).
    
    19 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7d59ac91586e4becdad273cac50dc9ec849e6c77
Author: Allan Nordhøy <epost@anotheragency.no>
Date:   Sat Mar 28 18:31:53 2015 +0100

    I18n: Update translation nb (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9c7e67432512377911cce84e685db6fcd8d197b6
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sat Mar 28 12:31:45 2015 +0100

    I18n: Update translation cs (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 07d8327d19af404aaf6d46b80ad0920185e9bd0f
Author: Piotr Strębski <strebski@o2.pl>
Date:   Wed Mar 25 12:31:43 2015 +0100

    I18n: Update translation pl (91%).
    
    22 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f3f9e62cfe140d10243a135389a359b62c473c5f
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Mar 24 18:31:52 2015 +0100

    I18n: Update translation cs (87%).
    
    21 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bd570caa657a524a11e8a82afc4ea567a5e76e20
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Mar 22 00:31:41 2015 +0100

    I18n: Update translation ru (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 105f0ec03dac0c101b4520b1f2f6322e853f5c62
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Thu Mar 19 12:32:16 2015 +0100

    I18n: Update translation sr (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ec38710d8a739b7842d04d114b3c5514dd4c1260
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Thu Mar 19 12:32:16 2015 +0100

    I18n: Update translation el (95%).
    
    23 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 52162f2d40654c6b471f23848e4d71ba70f75e20
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Thu Mar 19 00:32:17 2015 +0100

    I18n: Update translation el (50%).
    
    12 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 532621592fe0446c7f01c4755a41a111a1db2c95
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Wed Mar 18 18:31:39 2015 +0100

    I18n: Update translation th (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 05918bab1f61d73463abf6ad301458e3aa621e56
Author: Urien Desterres <urien.desterres@gmail.com>
Date:   Wed Mar 18 18:31:39 2015 +0100

    I18n: Update translation fr (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d3ff68a8a195f604f799c36d16d0b5e656afe198
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Mar 18 12:31:44 2015 +0100

    I18n: Update translation uk (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3353ec8a11fe0f122a08c31561ba3c19979786d0
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Tue Mar 17 20:54:54 2015 -0500

    Use g_shell_quote to fix problems with arguments when using terminal or $SHELL

commit d9cd1a7d757643792d6d18a99ad7b3f6809b73b8
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Tue Mar 17 20:32:52 2015 -0500

    Implement and enable option to run executable commands through the shell ($SHELL -i -c) - enabled by default

commit b3241150e15e94ca98bfe07c260edde9b796ad03
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Tue Mar 17 18:31:54 2015 +0100

    I18n: Update translation zh_CN (70%).
    
    17 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3f629c60388f27d6bfed7281ad988cefc6725bee
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Tue Mar 17 12:31:51 2015 +0100

    I18n: Update translation he (70%).
    
    17 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e5ca89549bd8867cab28bf3c44055c94cd429846
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Tue Mar 17 12:31:51 2015 +0100

    I18n: Update translation fr (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c38f21551c57d393fc2a2bff7261ef44527a2c2b
Author: Anonymous <noreply@xfce.org>
Date:   Tue Mar 17 06:31:48 2015 +0100

    I18n: Update translation ru (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4aafac0874f6cc97f888a91e305dc0f92a76a284
Author: André Miranda <andreldm1989@gmail.com>
Date:   Tue Mar 17 06:31:48 2015 +0100

    I18n: Update translation pt_BR (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b4cdf2c9df41875f7a09404420911cab1e6bcad4
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Mar 17 06:31:48 2015 +0100

    I18n: Update translation ko (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3a8713a7f68412130a9ce9cd2101f26aa5d5caa5
Author: Anonymous <noreply@xfce.org>
Date:   Tue Mar 17 00:32:24 2015 +0100

    I18n: Update translation ru (91%).
    
    22 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3fe5bff22b66109f50a7bf5569345e225c04f233
Author: Harald <haarektrans@gmail.com>
Date:   Tue Mar 17 00:32:24 2015 +0100

    I18n: Update translation nb (75%).
    
    18 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit eee3146e1e2cafca025a7ec63762b40d49942eda
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Tue Mar 17 00:32:24 2015 +0100

    I18n: Update translation fr (87%).
    
    21 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 844e64e28b6da101dadc046485b0f74b2b253272
Author: Manolo Díaz <diaz.manolo@gmail.com>
Date:   Tue Mar 17 00:32:24 2015 +0100

    I18n: Update translation es (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit eab31c00dde99f2301cbb268676446e331fcf539
Author: Piotr Strębski <strebski@o2.pl>
Date:   Mon Mar 16 18:31:48 2015 +0100

    I18n: Update translation pl (70%).
    
    17 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit df48443da75d8200a003c2c6a4efb99357a61ee7
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Mon Mar 16 18:31:48 2015 +0100

    I18n: Update translation fr (75%).
    
    18 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 05dce8ebdc255a40b0e63736cb7fe7766ef57500
Author: gabrieltandil <gabriel.tandil@gmail.com>
Date:   Mon Mar 16 18:31:48 2015 +0100

    I18n: Update translation es (66%).
    
    16 translated messages, 8 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2f5a973960b47810ee7290845f8d9ad463e2b082
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Mon Mar 16 18:31:48 2015 +0100

    I18n: Update translation de (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e9649cbb63f4d51d4db1ecb8a158ef19e4252cfd
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Mon Mar 16 18:31:48 2015 +0100

    I18n: Update translation bg (100%).
    
    24 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f3441410a949ed56012be6059dbe461cb347e383
Merge: 2fd3d7a 1e63ca7
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Mar 15 19:04:55 2015 -0500

    Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-verve-plugin

commit 2fd3d7a359cfdc8bcc7f3bcba16147a31cc8a8de
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Mar 15 18:53:10 2015 -0500

    Add option to turn wordexp (in directory expansion) on and off

commit 0d76ba794cc64f48556fba3560acf3d23a6f8cf1
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Mar 15 16:05:32 2015 -0500

    Add a second tab to the properties screen to list types of commands that the plugin can launch

commit 1e63ca74e04c57c7746bc10f6f7424ff9b80cca7
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 12 18:31:51 2015 +0100

    I18n: Add new translation lt (53%).
    
    8 translated messages, 7 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0602391233c199a10d3d03102cd301f8805f0258
Author: Slavko <linux@slavino.sk>
Date:   Thu Feb 26 18:34:16 2015 +0100

    I18n: Update translation sk (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c84da76245ad4a0fac6fceb4bc3505708b79d001
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Thu Feb 26 06:32:30 2015 +0100

    I18n: Update translation fi (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a94d7be13bccaf1fdf4ca7b214fda7e2f2ab8a36
Author: enolp <enolp@softastur.org>
Date:   Mon Feb 23 06:33:12 2015 +0100

    I18n: Update translation ast (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2ae6f0ccfd6e6b697e028688321eaac55f102fc0
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Feb 22 20:12:57 2015 +0000

    Update README

commit bc97d4f24ad4e79610739ca1678f441369fdc018
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Sun Feb 22 18:32:21 2015 +0100

    I18n: Update translation pt (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e3a7a7d048112d5dba678beebee71482f500b420
Author: Allan Nordhøy <comradekingu@gmail.com>
Date:   Sat Feb 21 18:33:20 2015 +0100

    I18n: Update translation nb (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fd9472c9ffa10822af9cc37be7416b335ac70c19
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Thu Feb 19 21:44:40 2015 -0600

    Fix bug 7185 by using xfce_panel_plugin_block_autohide instead of the deprecated xfce_panel_plugin_set_panel_hidden

commit 0115ed727a86ed1cee12b03b5cfe0d11653ca32a
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Thu Feb 19 21:02:43 2015 -0600

    Fix bug 11543 (remove unused label reference)

commit d8a2d80d4317ad455086de7d233644c3049ed54a
Merge: d82d804 1fbba2b
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Wed Feb 18 20:10:08 2015 -0600

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-verve-plugin

commit d82d80408a2c7c2e56a8143819ef5ea63765f246
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Wed Feb 18 20:09:32 2015 -0600

    Use autoconf to check for the presence of wordexp; disable word expansion in directory names if it is not available (e.g. OpenBSD)

commit 1fbba2b4a51a3da9daeaafdd86a0af594b63793d
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Wed Feb 18 18:32:23 2015 +0100

    I18n: Update translation ja (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5089fd20f31b06095ac1295e81b5ad6dfde88351
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Feb 18 18:32:23 2015 +0100

    I18n: Update translation is (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b4e5221f4a1fc6998ede72bcf0b9bf37317d05cd
Author: Natavan Mirzayeva <mirzayevanatavan@gmail.com>
Date:   Tue Feb 17 18:33:06 2015 +0100

    I18n: Update translation tr (86%).
    
    13 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e5b922c4590e4083e515378f9c0248ec4a1cd72e
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Mon Feb 16 06:31:41 2015 +0100

    I18n: Update translation zh_CN (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1f17c0687bcea8b11e7936cfedb87ead4cabc8fc
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Feb 15 17:38:56 2015 -0600

    Perform word expansion on directory names to allow tilde and environment variables

commit 36f7ad9e5c8766acbab5a98b45a8519e76dfadbb
Merge: 55449bc 308743c
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Feb 15 13:55:08 2015 -0600

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-verve-plugin

commit 308743cf416c351eef49b9d1db14ad406a412674
Author: Dawid <hoek@hoek.pl>
Date:   Sat Feb 14 18:32:16 2015 +0100

    I18n: Update translation pl (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 55449bc2faee3fcb93cbd3dcae9f3faae4fda5ae
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Mon Feb 9 18:46:11 2015 -0600

    Fix text selection bu only focusing panel widget on click if it doesn't already have focus

commit 42c13864dc4d13641c0ed9cc4c6fbf2488822c76
Author: abuyop <abuyop@gmail.com>
Date:   Mon Feb 9 18:32:06 2015 +0100

    I18n: Update translation ms (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dc2c75c1fb3bd975fef3f5aef21deaad1c4693e3
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Feb 9 00:32:14 2015 +0100

    I18n: Update translation uk (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a534738c2488606b009d3e287e9e6dc2e22b3193
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Feb 8 12:31:57 2015 +0100

    I18n: Update translation ko (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 127094cbe9c332e3b5d52ca68822013c4a3efbd5
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sat Feb 7 10:22:37 2015 -0600

    Store settings for DuckDuckGo and smart bookmark in separate struct & pass to execute function (removes use of static variables)

commit 4255f79dc975e9c8371f2d2667d5deaa8101b780
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Fri Feb 6 18:31:49 2015 +0100

    I18n: Update translation it (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0f058b837feb5a2162a89c486b6b0e4d20be4bc7
Author: Landry Breuil <landry@xfce.org>
Date:   Thu Feb 5 17:57:20 2015 +0100

    pass a format string to silence a -Werror=format-security warning (#11505)

commit 2207f3202ef5f68196c76c008bec56ece575f7ec
Author: Victor Gonçalves <hotcyv@gmail.com>
Date:   Thu Feb 5 00:31:38 2015 +0100

    I18n: Update translation pt_BR (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5e0d20e0e721a2e2107b479ab848d0a42f253b2d
Author: André Miranda <andreldm1989@gmail.com>
Date:   Wed Feb 4 18:31:50 2015 +0100

    I18n: Update translation pt_BR (86%).
    
    13 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5fde791aa0ac6d6dc3bf472ba03d5bc72c9e75bb
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Feb 4 18:31:50 2015 +0100

    I18n: Update translation cs (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 85e991a98815f186beb5aee4a345e1a8feb64996
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Tue Feb 3 00:31:48 2015 +0100

    I18n: Update translation he (73%).
    
    11 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c88b42d8552775ab781bca9408de9fd3b7ab45e0
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Mon Feb 2 00:31:42 2015 +0100

    I18n: Update translation sr (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ca17860b6ea1567c7b72af3116a76d3bacee5447
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Mon Feb 2 00:31:42 2015 +0100

    I18n: Update translation es (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 62636c2efed2bd25d7e078c7278978a832295fb0
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Mon Feb 2 00:31:42 2015 +0100

    I18n: Update translation de (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d006fea6cdd6b2bfb5c38454f00a5950976cf675
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sun Feb 1 15:34:32 2015 -0600

    Potential fix for bug 2872 - run setsid() before launching command so new process is not connected to TTY

commit 1a843b965dc80ab830dd15845d0891818a4dfeca
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Feb 1 18:31:47 2015 +0100

    I18n: Update translation th (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit acd2647b7483338b0bc086ffa8145ecce4e2dad9
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Feb 1 18:31:47 2015 +0100

    I18n: Update translation ru (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0ec193028e6051ab24ad8a04fea42201d58caf61
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Sun Feb 1 18:31:46 2015 +0100

    I18n: Update translation nl (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9e2b28e88b04c29459375e1f12f2c94398608634
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sun Feb 1 18:31:46 2015 +0100

    I18n: Update translation bg (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4186f2c251c729083a72d98b4c95d4bef9013bfa
Author: Jeff Huang <s8321414@gmail.com>
Date:   Sun Feb 1 12:31:38 2015 +0100

    I18n: Update translation zh_TW (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit cd24d0d2b08ee49408332c4f274357c3a3f93f3e
Author: Edin Veskovic <edin.veskovic@openmailbox.org>
Date:   Sun Feb 1 12:31:38 2015 +0100

    I18n: Update translation hr (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ab8c5bfe2559f0ff9f073f775766078b703b82d7
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Sun Feb 1 12:31:38 2015 +0100

    I18n: Update translation fr (100%).
    
    15 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2dae40888dafd575186e78c30ae8480a16c83aa0
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sat Jan 31 15:14:14 2015 -0600

    Add smart bookmark and DuckDuckGo !bang support (both optional; off by default)

commit 47c5f35a3a001721d8dd2e33316c27d6edb2a8ce
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Sat Jan 31 14:53:10 2015 -0600

    Fix a verve-focus GTK style bug (background color was not being reset to normal)

commit f89793664e279b9bc222c0caf3cd94751d9596d8
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Jan 31 18:32:03 2015 +0100

    I18n: Update translation it (100%).
    
    11 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1a851008331a2dd15e9434893648bab4566c5c63
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Sat Jan 31 18:32:02 2015 +0100

    I18n: Update translation de (100%).
    
    11 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f5acb875241c0028289edec7ea6d1a1f61205e55
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Fri Jan 30 18:31:43 2015 +0100

    I18n: Add new translation he (72%).
    
    8 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2a7cf0484b97f2236e1a3efc0f20b78dd28ea807
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Jan 30 12:31:44 2015 +0100

    I18n: Update translation nl (100%).
    
    11 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b78a0f1173145d8089d9ef021b12b76b4e25b0e5
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Fri Jan 30 12:31:44 2015 +0100

    I18n: Update translation fr (100%).
    
    11 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2a231ad52f635dccf363c925436a37cdc757e162
Author: gabrieltandil <gabriel.tandil@gmail.com>
Date:   Thu Jan 29 18:31:48 2015 +0100

    I18n: Update translation es (100%).
    
    11 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f46f6a56e2a488a02ff25826f5c9fefdb64f2a57
Author: Isaac Schemm <isaacschemm@gmail.com>
Date:   Tue Jan 27 20:46:27 2015 -0600

    Add optional label to left side of the verve entry box; increase maximum width to 300 characters

commit e85070d557d207e6d6f7de1538339a6ed1601d11
Author: Landry Breuil <landry@xfce.org>
Date:   Mon Jan 26 21:17:53 2015 +0100

    updates for release

commit e5fd3f5db48ff6f007d24356ae1214800bfcffb8
Author: Landry Breuil <landry@xfce.org>
Date:   Mon Jan 26 21:04:08 2015 +0100

    use correct dir for target install

commit b31fd7560c016fc6dbd36531239c7594f46b6e4b
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Jan 25 12:10:30 2015 +0100

    include libxfce4ui header instead of libxfcegui4

commit 8e13c1f69559aa004f63084027a76062fcc3d331
Merge: f2580a5 028962d
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Jan 25 12:02:45 2015 +0100

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-verve-plugin

commit f2580a54904ee59528da6c286e1aba710afd622b
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Jan 25 11:56:52 2015 +0100

    Use exo-open instead of the deprecated xfterm4 to launch commands in a term via ctrl-enter (bug #9978)

commit 028962d8ee28fe42816b49800a92e119b522ea59
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Fri Dec 26 00:32:35 2014 +0100

    I18n: Update translation es (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 305c0223b24d05479a81528d318a839e99bf20b9
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Sat Aug 2 06:31:47 2014 +0200

    I18n: Update translation es (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 46b58119ea7e450cbb609f9fa7d9fe29db4e9267
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 7 12:31:40 2014 +0200

    I18n: Update translation de (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 83a885aade3c30493dcb970bf236fb3921fa9e9a
Author: Urides <urien.desterres@gmail.com>
Date:   Tue May 20 00:31:39 2014 +0200

    I18n: Update translation fr (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8b5be59ae577311fbb7ebd4fed026671caaa050a
Author: Urides <urien.desterres@gmail.com>
Date:   Wed May 14 18:31:55 2014 +0200

    I18n: Update translation fr (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2275433e91987c2832597650ec2f43bcbb2f01f3
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Mon Apr 14 06:32:05 2014 +0200

    I18n: Update translation ast (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 247790f50c48051a898cd3f32cdff09822e15ca4
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Sat Mar 22 18:32:14 2014 +0100

    I18n: Update translation es (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f43c3e46da40f31267fd7afdf9c26d0e4f241b49
Author: theppitak <theppitak@gmail.com>
Date:   Fri Mar 21 18:32:00 2014 +0100

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

commit f37d3339b2337258e91798d8b3db14ad9be1d5c6
Author: abuyop <abuyop@gmail.com>
Date:   Wed Feb 26 18:32:38 2014 +0100

    I18n: Add new translation ms (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a3d7bdd1cbc0b6d16cbf64693d9248612c025f82
Author: schizo <eveskovic@gmail.com>
Date:   Mon Feb 24 00:32:13 2014 +0100

    I18n: Update translation hr (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7ff8fae7aa227c7b08f92cc93d34eae2c3672f23
Author: RacerBG <georgiev_1994@abv.bg>
Date:   Wed Feb 5 12:32:01 2014 +0100

    I18n: Add new translation bg (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7749e0c073902cc967299623649c8cc96826e171
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Sat Dec 14 12:31:47 2013 +0100

    I18n: Add new translation is (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7db2fe4fa8f53abc68e8daa203a294d89451ebbd
Author: Cedric31 <cvalmary@yahoo.fr>
Date:   Sat Dec 7 12:31:42 2013 +0100

    I18n: Add new translation oc (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c6e5dfcc31399614eb6efeecb62c690abb87c0ea
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Wed Nov 13 00:31:31 2013 +0100

    I18n: Update translation es (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1360b788d43e030f23e43d58b5de793a8660f971
Author: Pjotr123 <pjotrvertaalt@gmail.com>
Date:   Thu Sep 19 18:33:10 2013 +0200

    I18n: Update translation nl (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 44ae39adfee22e376b29e86c90b301565666429c
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Sat Aug 3 18:32:12 2013 +0200

    I18n: Update translation fr (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 53a5cc32c2ca48b54edb3469a3fb4889fd79e594
Author: k3lt01 <keltoiboy@gmail.com>
Date:   Mon Jul 29 12:33:57 2013 +0200

    I18n: Add new translation en_AU (100%).
    
    10 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c7493586bc6d559a671fe9f32105ee013d2b1dda
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Jul 13 22:09:38 2013 +0200

    Remove unneeded files.

commit e5c6bd254d076525aca8523c8fe94aff1d928644
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Sat Apr 27 12:53:59 2013 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit db8b0d2f75d7d82a277a0c75a489506dc95891fa
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Wed Mar 6 16:10:19 2013 +0100

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f01dda60b7c370c49633d2174cfe302fbac5e7f5
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Wed Jan 30 15:51:51 2013 +0100

    l10n: Serbian translation
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 271221054d21aab631dc7a37c2fa49f2dc19cf19
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Jan 20 21:59:13 2013 +0100

    Fix style when the entry loses focus (bug #3525)

commit 3d0844ad0833df6d8f062888886e0072e6da2c47
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Dec 30 19:13:33 2012 +0100

    fix POTFILES.in

commit e113585ff14a119094b28b2f0d2757db4b491cc6
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Dec 30 18:51:19 2012 +0100

    fix gtk_adjustment warning

commit f7b923d980e3004c634750d6c2fedeb73f10b51e
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Dec 30 18:50:07 2012 +0100

    Build the plugin as a module

commit ba3167019ae25cb340c36b676f038ec73bb47d98
Author: Landry Breuil <landry@xfce.org>
Date:   Sun Dec 30 18:30:34 2012 +0100

    Port to libxfce4ui.
    
    While here only call g_thread_init() on glib < 2.32.

commit 592853aeed8df90e06f37d98e68c6110dc8ae232
Author: محمد الحرقان <malham1@gmail.com>
Date:   Mon Nov 19 04:39:23 2012 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c6a3697527cf1aa6d49ff1cae13f5c87b19facfd
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu Oct 25 11:09:31 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 67084cab1b41c5327f89c9321def02b6c1145425
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Tue Aug 7 02:13:51 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 84e26048619183d371f656f1a73bd16f0d26a6b8
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu Jun 21 06:30:30 2012 +0200

    l10n: Updated Uyghur (ug) translation to 90%
    
    New status: 9 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f809680e0d828295a06878f27e48471714b9a72b
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Fri May 4 00:02:24 2012 +0200

    l10n: Initial Croatian (hr) translation
    
    New status: 7 messages complete with 0 fuzzies and 3 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 59e6b4ec2d2fd2235cb76084ff642f2a80cedfe7
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Fri Apr 20 14:19:44 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a808ab635b0b1c55f29024c33e62a6cc9e1a983c
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Apr 13 17:19:24 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8a9eb0526d3a00ac5703bc54677a122a7131e944
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Mar 14 16:24:31 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9ed4b1e1f501145c1492db5e3b232778a0253107
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Mar 8 22:25:14 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4ea07aeb36024e144c3badc7701c26e545f42627
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Feb 28 18:43:39 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b88e175af3cb173739a6ae613650b4617b2bfb79
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Feb 26 04:39:06 2012 +0100

    l10n: initial commit for Korean translation.
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 886a6f3b82ee33d423e754f89193f4da8522e193
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Thu Feb 9 04:00:22 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c6a57d235a0eb280374b0de49fef74eae0fda230
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Mon Jan 9 17:13:30 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 802c31331e5e9f34d613af9623a10d0f2cd689f2
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Fri Dec 9 15:01:06 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2e3b4fd5729a81f50c2a91871d32d6f8094262a0
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Nov 8 02:48:08 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0a1c0a3e83d0ed6bae6c624ec95e04c6f2105c47
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Mon Nov 7 18:18:19 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d2822c2a15f95c313f84a95846605cfc175b39d6
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Tue Aug 9 18:11:43 2011 +0200

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1e73b81f800667d9343fd4b5fc591b4ebe2ef448
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Mon Jul 18 09:57:30 2011 +0200

    l10n: New slovak translation
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5b54f5da3a6f7dd5b8bfbd3953cb22539393b620
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Jun 16 18:17:10 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9d7bd35f24bcc26459f2d348c48ffbb57d9ca4fc
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Jun 16 14:16:56 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ca8f14f00f21adc999c281ffe8d7381b794cde42
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Jun 2 14:23:57 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit be5a95e168f102228d4bc78d3ab98f2eb5fe49df
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri May 27 16:27:56 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fa894bc5f9bdd1d7c29ec06a0ef73a2ec337527e
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu May 26 15:35:00 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 99d32d43876de1d7ba515d43f65dff3632e4829a
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Mon Mar 28 21:50:03 2011 +0200

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e49a5059bd03f80eb4aab024b415419467924f10
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Mon Jan 24 09:37:37 2011 +0900

    Automate Changelog updates

commit 37f645212d4aabde0164413298b93c94aab18936
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Jan 18 20:11:22 2011 +0100

    l10n: Updated Galician (gl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 711fee1009f64a390f4337e118ae13562e73d8f2
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Tue Dec 21 01:32:14 2010 +0900

    Release 1.0.0

commit 7d60730cfca646daf71364d0070a63d5038394ab
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Tue Dec 21 01:10:38 2010 +0900

    Clean up
    
    Revoving svn fluf, and updating / cleaning various files.

commit 9674944060c733979ea4aaafb262047ece8e7244
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Fri Nov 19 16:14:55 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 58fd735f17d03193d3f17d8e02f46bf8e908a3bc
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Fri Oct 29 09:33:05 2010 +0900

    Fix compatibility with Xfce 4.7+
    
    Add exo-0.5 detection and explicitly require libxfcegui4. Fixes bug
    6616.

commit 3ac60757c291cf6bc6eee617f091d2be51c63ac5
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu Aug 5 09:42:59 2010 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a73ba2f57ae5b75a29fd9671b2ec17729d024c9a
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Fri Jul 30 04:28:18 2010 +0200

    l10n: Uyghur translation
    
    New status: 2 messages complete with 0 fuzzies and 8 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ba412a486257c383bfe53444531aefb8fff70179
Author: Fabian Nowak <timystery@arcor.de>
Date:   Sun Mar 28 12:38:47 2010 +0200

    l10n: Updated German (de) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a61da31f26d4321043a2ac4bbcff3845f95bdf75
Author: Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com>
Date:   Mon Feb 1 16:34:42 2010 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0614e1a4c960f9813bdf576762213b54b356c765
Author: Timo Verbeek <timoverbeek10@hotmail.com>
Date:   Mon Jan 11 21:18:43 2010 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 10 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d6f0c0776e012b9997386dc69b088514de40371b
Author: Timo Verbeek <timoverbeek10@hotmail.com>
Date:   Mon Jan 11 21:18:02 2010 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 90%
    
    New status: 9 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit dc5618d45c06d5fc80e39898ee1fb179f5de5b03
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Oct 1 15:30:14 2009 +0000

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit db1212fa32d0470fce86c081268d36ae8a8ca902
Author: Rihards Prieditis <rprieditis@gmail.com>
Date:   Fri Sep 18 22:26:04 2009 +0000

    l10n: Updates to Latvian (lv) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 905a037da68e9abe7b817c79383b161a60c13a52
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Aug 8 13:41:32 2009 +0000

    update goodies translation
    
    (Old svn revision: 7896)

commit ff4fb238a3d5f253eb752a8f991499d1f12deaff
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Jul 24 23:59:52 2009 +0000

    2009-07-25  Gabor Kelemen  <kelemeng@gnome.hu>
    
            * hu.po: Translation reworked.
    
    (Old svn revision: 7821)

commit f86c2c338811410fc92b370593827ab7982491ba
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Jun 9 20:43:09 2009 +0000

    Drop svn:executable bit from po files
    
    (Old svn revision: 7518)

commit 19f40e327f6d588ec7e21f61e531fec079fc3dcc
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri May 29 10:44:34 2009 +0000

    update goodies translations
    
    (Old svn revision: 7436)

commit f94bcbdcc9bcc6e3c77658fec960042e3d12b808
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Apr 16 08:20:27 2009 +0000

    goodies translation update
    
    (Old svn revision: 7213)

commit e77a8a4902a3ae762da91a8e70a032f1cc0e820a
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Apr 11 12:46:21 2009 +0000

            * TEST
    
    (Old svn revision: 7165)

commit e1e5f2af3586de2851b9903f135289aff95e2e92
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Mar 14 15:26:30 2009 +0000

    Translations updates - es fr gl it tr
    
    (Old svn revision: 6902)

commit 20337d3c88b115633fdc88c71aeb7c606b1bb771
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Mar 5 20:12:29 2009 +0000

    Fix the renaming of the pt nb files -- thanks to jerome who noticed this problem
    
    (Old svn revision: 6850)

commit af5d4ea29126740915f45a3500ea0e83396137df
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Mar 5 14:53:41 2009 +0000

    Renamed pt_PT to pt and nb_NO to nb (bug #4574)
    
    (Old svn revision: 6848)

commit 7bf383115209571879da1ca8967844353738f65a
Author: Dumitru Moldovan <niznaiul@gmail.com>
Date:   Sun Mar 1 16:28:04 2009 +0000

    Added Romanian translation
    
    
    
    (Old svn revision: 6820)

commit bb1dfbe0e512f81e2dce77902c90a13dac56cec2
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Feb 22 22:57:36 2009 +0000

    Update translations -- Remove executable property on all po files (only da.po actuall)
    
    (Old svn revision: 6759)

commit e29ad0540ea4196b253f54f56c1390d03cf0e095
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Fri Feb 20 12:15:45 2009 +0000

    * Add Turkish translations by Samed Beyribey
    
    (Old svn revision: 6727)

commit 77cac44fa0d964527f9eaa01ee0c07275684d729
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sat Dec 20 21:52:03 2008 +0000

    xfce4-taskmanager/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-time-out-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-wavelan-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-radio-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-datetime-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-cpufreq-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfburn/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfce4-xkb-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-smartbookmark-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-smartpm-plugin/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    thunar-media-tags-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfvnc/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-verve-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-xfapplet-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    thunar-archive-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-websearch-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-screenshooter-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-teatime-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-rss-plugin/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfmpc/trunk/po:
            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    
    (Old svn revision: 6343)

commit 1e3b738dbb80683a0b44500e4a81d958e35f0d87
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 23 15:38:36 2008 +0000

            * == 0.3.6 released! ==
            * configure.in.in: Bump version to 0.3.6. Update copyright
              years.
    
    (Old svn revision: 6184)

commit 91349ebaf233775db9963936bf62edd7338a3f23
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 23 15:32:13 2008 +0000

            * configure.in.in: Rename the plugin to xfce4-verve-plugin and
              depend on Xfce 4.4 libraries.
            * panel-plugin/verve-plugin.c: Use xfce_err() instead of
              show_error().
            * panel-plugin/Makefile.am,
              panel-plugin/verve-plugin.desktop.in.in,
              panel-plugin/xfce4-verve-plugin.desktop.in.in, po/POTFILES.in:
              Rename the desktop file as well.      * *.po: Update translation files. No new strings added though.
            * verve-plugin.pot, xfce4-verve-plugin.pot: Rename .pot file.
              Vladimir Melo.
            * ar.po: Add Arabic translation
              by Rihards Priedītis <rprieditis@inbox.lv>
    
    (Old svn revision: 6183)

commit 28c0ab5a2d8c1315ca07e267004739010bf70efe
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 23 15:13:44 2008 +0000

    Move verve-plugin to xfce4-verve-plugin.
    
    
    (Old svn revision: 6182)

commit f3a208283cbc36db3047e4177360ff0004bf0729
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Thu Nov 13 17:32:58 2008 +0000

    Updated Brazilian Portuguese translations.
    
    
    (Old svn revision: 6089)

commit b8cb25328cba0c04ab9cdeaed61bb4170c0e542e
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 9 23:17:35 2008 +0000

    Translations updates for a lot of languages in a lot of packages
    
    (Old svn revision: 6041)

commit 5b77c4f66a8aa64adb3fa9fba46d45c208eaec97
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Nov 1 22:52:16 2008 +0000

    Czech translation updated
    
    (Old svn revision: 5899)

commit 69857a216ccb3d85c07e2c70c4dcd15f899b8e00
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Oct 28 23:14:15 2008 +0000

    Translations updates
    
    (Old svn revision: 5861)

commit 66af054c512120b32a919fa211544cc1da3f44fe
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Sun Oct 12 18:42:32 2008 +0000

            * da.po: Danish translation update
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    (Old svn revision: 5591)

commit 7007c25c8760954125f0fcfba4ad424b28bcf648
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Oct 7 20:00:57 2008 +0000

    Added and updated Japanese translations for the ristretto and verve modules
    
    (Old svn revision: 5532)

commit 3c4be0eca48852d4de7070524b7332034dea9ea2
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Jul 16 23:48:29 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5120)

commit fbea30a97bc34cdcaa3e896e9f00c6c4789fa9a9
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Jul 16 23:01:19 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5118)

commit 9144642dcc97f2ded76e97b9659b2ca054b0b11c
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Tue Jul 15 19:15:17 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5098)

commit da509e3a20fb34e8dc6b3f276311c43fb188fc72
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jun 26 22:00:51 2008 +0000

    Translations added and updated for most goodies (gl)
    
    (Old svn revision: 4998)

commit c3e6a58a5417031465451432cd35e8e717d4ad29
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Jun 22 10:40:21 2008 +0000

    update-po
    
    (Old svn revision: 4985)

commit 6a6896d8c109735c867d9772c4b2f624dd931b5b
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue May 27 00:21:25 2008 +0000

    update-po
    
    (Old svn revision: 4846)

commit 452324d3f0aefcca130d4b08e01547839e07c451
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Nov 19 23:06:36 2007 +0000

    Latvian translations added to most goodies.
    
    (Old svn revision: 3611)

commit 51883c43837a19021954d72257bd0eccaad2e0f3
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Nov 15 08:37:37 2007 +0000

    Fix changelogs for updated ur.po files, and add thunar-archive-plugin
    
    (Old svn revision: 3591)

commit 95dd314265a1ceddc2c6d27dad799bcd6d36e564
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Nov 15 08:24:33 2007 +0000

    Rename pk.po to ur.po
    
    (Old svn revision: 3590)

commit 9eb4f952171f45e4fd4dd52b7e89877664340eb6
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Oct 28 19:05:17 2007 +0000

    Add new translation by محمد علي المكي <makki.ma@gmail.com>
    
    (Old svn revision: 3466)

commit e05b492be1795d39ee1f728d4ddb4a5ddf07bf67
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Oct 23 08:27:57 2007 +0000

            * configure.in.in: Depend on pcre 5.0 which has pkg-config
              support and thus is easier to detect during compilation.
    
    (Old svn revision: 3430)

commit 05e7a2e975a27051c26d164ae6799a16d0eb70bf
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Oct 11 18:44:43 2007 +0000

    verve: Fix french translation (patch from Cyril Brulebois)
    
    (Old svn revision: 3364)

commit b97ff88c2fdcd5e148e3b274bb342890a08ed80e
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sun Aug 26 16:30:40 2007 +0000

    Updated translations for Brazilian Portuguese by Vladimir Melo.
    
    (Old svn revision: 3079)

commit 68685c5629ce7204d484902e11aaabd0a22b9a31
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jul 8 20:18:00 2007 +0000

    * nb_NO.po: Norwegian Bokmal translations added
    * pt_PT.po: European Portuguese translations added
    
    
    (Old svn revision: 2898)

commit 05fbe9f663352573e4e5b27a0f16ed98804d0ab8
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Jun 13 22:36:38 2007 +0000

    * it.po: Updated translations for the verve, thunar-media-tags, thunar-archive, battery, clipman, netload thunar-volman, eyes, cpufrew, notification-daemon and mailwatch plugins.
    * *.po: Fixed some headers
    
    
    (Old svn revision: 2825)

commit 286115db8da79aa588f2a344578ba6552f6bb07c
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue May 29 20:07:54 2007 +0000

    Fix ChangeLog indentation.
    
    
    (Old svn revision: 2797)

commit 86a457f28c2d84b16f22a71a3f08960fde5c5994
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Apr 24 15:03:29 2007 +0000

            * panel-plugin/verve-plugin.c: This bug has been driving me
              crazy for months. It caused Verve to crash when entering
              a command before the completion was initialized.
            * panel-plugin/verve-history.c: Set the default history length
              to 50 instead of 25.
    
    (Old svn revision: 2703)

commit 316df3b88cc768d6ceaa82dbf5317fd04e3d59a8
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Mar 31 11:51:14 2007 +0000

    forgot to add in LINGUAS en_GB
    
    (Old svn revision: 2619)

commit 506e171099695549c7dd847a05961bbfa58244d1
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Mar 31 07:24:45 2007 +0000

    i18n british translation
    
    (Old svn revision: 2581)

commit 95061bf8625b8b112a6ec0b791e915b4d11be6ca
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Mar 31 07:09:58 2007 +0000

    i18n catalan update
    
    (Old svn revision: 2579)

commit d0e91503062f89c8e48a83cca664905f0fb9c6f4
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Tue Mar 13 12:18:08 2007 +0000

    2007-03-13 Maxim Dziumanenko <dziumanenko@gmail.com>
    
            * Update Ukrainian translation by Dmitry Nikitin.
    
    
    
    (Old svn revision: 2541)

commit f26a81d49c57c16714cf87562c9d79ff2dcf2e13
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Feb 2 18:52:37 2007 +0000

    Added the Albanian translations by Besnik Bleta for all the goodies.
    
    (Old svn revision: 2480)

commit 3bce9efdaed47b8043b5a80a8c1dcc754376ee3a
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Jan 17 16:06:58 2007 +0000

            * autogen.sh, configure.in.in, po/LINGUAS: Add LINGUAS support,
              so translators can add their languages without me having to
              update configure.in.in.
    
    (Old svn revision: 2393)

commit 69433b3f93f3512ce76184777aabef9068c5d122
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Jan 16 22:10:04 2007 +0000

            * 0.3.5 released - really!
            * configure.in.in: Add missing languages.
    
    (Old svn revision: 2391)

commit 6631304179dee58baa2a2986dd3759dd48895828
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Jan 16 21:50:16 2007 +0000

            * 0.3.5 released!
            * configure.in.in, po/*.po, panel-plugin/*.{c,h},
              scripts/verve-plugin.c: Update copyright years.
            * THANKS: Honour all translators for their great work.
    
    (Old svn revision: 2389)

commit 204a63d565dfe6111a83f787bfbd7205593b4706
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Jan 16 10:32:25 2007 +0000

            * panel-plugin/verve-plugin.c: Add some more G_LOCK/G_UNLOCK
              calls to protect the command completion. This fixes some
              serious issues I had with Verve crashing when a command was
              entered but the completion had not been loaded completely.
    
    (Old svn revision: 2373)

commit 35c6d7b9994cab2dafdc74e449e3535646ffd879
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Jan 7 13:30:17 2007 +0000

    Updated dutch verve-plugin translation
    
    (Old svn revision: 2308)

commit 2d196d944d0d3c4739a8752f186187dbb9621bcd
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 7 00:36:22 2007 +0000

    Updated the French translations for the verve, netload and weather plugins packages.
    
    (Old svn revision: 2305)

commit 7634039193b08586f9bec7c80a79f34f2c733104
Author: Amanpreet Alam <apbrar@gmail.com>
Date:   Fri Jan 5 15:19:22 2007 +0000

    adding Punjabi translation
    
    (Old svn revision: 2299)

commit 9a862594b4a5d1fc003f1dd2a4d4cca42f1b4aa8
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Dec 17 19:49:36 2006 +0000

    little header fixes
    
    (Old svn revision: 2248)

commit 70ef24012f000dbb3a909832a6539574edcecdff
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Fri Dec 15 13:52:16 2006 +0000

    Indentation cleanup
    
    (Old svn revision: 2234)

commit 67e8e8a981ae3885010cbb2de89ce68cdae2c709
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Fri Dec 15 07:13:47 2006 +0000

    i18n update
    
    (Old svn revision: 2217)

commit f1bc4e74fcb5e835ece592eca82d72d40b9d6703
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Dec 11 21:28:29 2006 +0000

    Updated the Catalan translations for the verve, thunar-media-tags and thunar-archive plugins by Carles Muñoz Gorriz
    
    (Old svn revision: 2210)

commit b5e00f6051a8da4eeb09b35acb4efff3de88b4e2
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Dec 3 10:26:22 2006 +0000

    E-mail address change. Sorry for the noise.
    
    
    (Old svn revision: 2193)

commit c032d079e6137228d9ab8d58a60037dabd114c55
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 26 23:03:43 2006 +0000

            * panel-plugin/verve-plugin.c: Properly modify the foreground
              color of the input entry while blinking - thanks to Mike
              Massonnet (mmassonnet@gmail.com) for the patch.
    
    (Old svn revision: 2185)

commit 2355ad5e29ad86fb662601f113e2cdb3e0d582b9
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Tue Nov 7 21:16:54 2006 +0000

    i18n verve pt_BR update
    
    (Old svn revision: 2158)

commit ef38ee4806815f21e832651d3d8e771492068803
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Tue Nov 7 00:08:33 2006 +0000

    Added brazilian portuguese translations thanks to Tomás Acauan Schertel
    <tschertel@gmail.com>.
    
    
    (Old svn revision: 2149)

commit 43d083dc2efab0a46769b16232c3b2f2e8580aa9
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Oct 14 17:08:28 2006 +0000

    Some traslations update[el]
    
    
    (Old svn revision: 2109)

commit 1d8d34159b76245a8256ea877e8aab020941dcc4
Author: SZERVÁC Attila <sas@321.hu>
Date:   Wed Sep 27 20:17:27 2006 +0000

    hu trunk: updates
    
    (Old svn revision: 2077)

commit 13d93dc63d2dea65d7e963e07b5bd10f6c3162d1
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Sep 23 11:30:43 2006 +0000

    various translations updates
    
    (Old svn revision: 2066)

commit 0ded8f96e6037a7d5b63fdf1334cda5a64985c22
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 17 20:09:46 2006 +0000

    Update French and Polish translations
    
    (Old svn revision: 2039)

commit 48531efbeff949d2a82c69d0ca9e714fd79f2db8
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Sep 10 19:31:33 2006 +0000

    * Regenerated all *.po files
    
    
    (Old svn revision: 2006)

commit 9f4780540f61bf9469241fa6b17d3fc3c4f34a6d
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Sep 10 19:16:49 2006 +0000

    * Created new pot files for all goodies
    
    
    (Old svn revision: 2005)

commit e8f4bcf85422b8434efdc1ea704f49d4b63de8a4
Author: Sylvain Vedrenne <sylvain.vedrenne@free.fr>
Date:   Wed Sep 6 20:47:55 2006 +0000

    Added Esperanto translations by Jarbas Araujo <jarbasaraujojr@yahoo.com.br>.
    
    
    (Old svn revision: 1985)

commit 523d04d0974b40f0d14264ea5ffbd06373afeee0
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 3 13:56:26 2006 +0000

    Add/Update Polish, German and French translations
    
    (Old svn revision: 1954)

commit 7bb74efd90951c56b4c44063e3e38b78b547d19b
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 27 14:14:49 2006 +0000

    Add/Update Czech translations
    
    (Old svn revision: 1927)

commit b61e2429d536396676332195ecbe1ea73e552bc2
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Aug 24 16:52:02 2006 +0000

            * configure.in.in: Finnish translations added.
            * fi.po: Finnish translations by Jari Rahkonen
              <jari.rahkonen@pp1.inet.fi> added.
    
    (Old svn revision: 1922)

commit b67e2e7bcdc48aa5e24dac4db06f71e55dc065d8
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Aug 19 20:43:41 2006 +0000

    Updated French translations
    
    (Old svn revision: 1913)

commit a576efd1d61bf7d31a1bc25739285d18fd68a0fe
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Aug 16 19:44:20 2006 +0000

            * panel-plugin/verve-plugin.c, panel-plugin/verve-history.c,
              panel-plugin/verve.c, panel-plugin/verve-env.c: Apply patch
              from Jasper, which removes several unused variables, evil
              C99-style and avoids a double-free'd GList. Bug #2175.
    
    (Old svn revision: 1910)

commit 0a0ff37b470ac12bba0b6b5785983f7b6ea0c3ef
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat Aug 12 13:58:46 2006 +0000

    hu trunk: verve notes smartbookmark updated/added
    
    (Old svn revision: 1888)

commit 60b41a9ccda0397232fd12ac19ac91f92e073d6e
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Sat Aug 12 03:52:02 2006 +0000

    Updated traditional Chinese translations.
    
    (Old svn revision: 1884)

commit 183db64cc00fff63c046eb7e7fa0710c570af017
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Aug 9 07:15:01 2006 +0000

    verver-plugin basque trasnaltion update
    
    
    (Old svn revision: 1869)

commit 8ca10691ebe64a8ec869861ba842876decf2f086
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Aug 8 22:26:41 2006 +0000

            * panel-plugin/verve-plugin.c, panel-plugin/verve-history.c:
              Make number of history items configurable.
            * verve-plugin.pot, *.po: New strings merged.
            * de.po: German translations updated.
    
    (Old svn revision: 1867)

commit 9344e39e07bcd84e722f16ad1fb7bdcb7e0e866f
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Aug 8 20:35:25 2006 +0000

            * scripts/verve-focus.c: Check if objects are != NULL before
              unref'ing them. This fixes bug #2125 as reported by
              huggie@earth.li.
            * panel-plugin/verve-plugin.c: Unhide the panel when Verve grabs
              the focus. Re-hide it after a command was successfully
              started.
            * configure.in.in: Depend on version 4.3.90.2svn-22691 of the
              panel when the xfce_panel_plugin_set_hidden was introduced.
    
    (Old svn revision: 1866)

commit 6cfa90b30c6fa4cfdc7c78ae3535e55736e45db2
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Aug 8 11:13:25 2006 +0000

    Basque translation update
    
    
    (Old svn revision: 1859)

commit 12c06432b2963464150b576081467967b847f229
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Fri Aug 4 19:27:56 2006 +0000

    Greek translations update.
    
    (Old svn revision: 1848)

commit d87b0b2d3541ddac61b9fa1fc1e53f62d285b568
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Aug 3 10:38:48 2006 +0000

            * configure.in.in, po/*.po: Version 0.3.4 released, which fixes
              a major verve-focus bug (#2113).
    
    (Old svn revision: 1845)

commit ee25b17bfbccfe41e702047acfb408382e6f6e77
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Aug 3 09:56:20 2006 +0000

            * scripts/verve-focus.c: Fix segfault caused by a DBusError
              pointer not being initialized (bug #2113).
    
    (Old svn revision: 1843)

commit a96c56fdc982856b7d4de2a4544035af377836bb
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Aug 2 21:43:13 2006 +0000

    Add optional D-BUS dependency to README.
    
    (Old svn revision: 1841)

commit fedc2f566395dcaaf9aea67b3a35fbc70352a2d2
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Aug 2 21:34:27 2006 +0000

            * 0.3.3 released.
    
    (Old svn revision: 1839)

commit 2f1ede25b5603ad7100d65d02001edf351e84e43
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Aug 2 21:21:20 2006 +0000

            * TODO: TODO list updated
            * THANKS: Translator credits updated
            * README: Dependencies updated
    
    (Old svn revision: 1838)

commit aa02a51c4e364dc4265d6207b9a511b5ed3a2f89
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Aug 2 21:11:40 2006 +0000

            * Makefile.am, panel-plugin/Makefile.am: Add dist-bzip2 automake
              option and fix distcheck errors with D-BUS service information
              generated by dbus-binding-tool. These changes will go into
              0.3.3, of course.
    
    (Old svn revision: 1837)

commit ff616082d61d36c56bbf67e49e21ad2558764aa3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Aug 2 20:51:11 2006 +0000

            * Preparing for 0.3.3 release
            * configure.in.in, po/*.po: Bump version to 0.3.3.
    
    (Old svn revision: 1836)

commit b64b198d2af82897a8bb1752d3c78b4cd07b41ed
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Aug 1 22:39:08 2006 +0000

            * panel-plugins/verve.c: Add "/?" to the URL expressions. This
              way URIs with a trailing "/" are properly recognized as URIs.
              Fixes bug #2102.
    
    (Old svn revision: 1831)

commit 0597672cae4c851c5bea1acb87d066f5f863eacd
Author: SZERVÁC Attila <sas@321.hu>
Date:   Tue Aug 1 18:04:17 2006 +0000

    hu trunk: rss added verve updated
    
    (Old svn revision: 1825)

commit ca8e2f022b2befc6c16f3ed22dd0050d5b373004
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Aug 1 14:36:23 2006 +0000

            * panel-plugin/verve-plugin.c: Executes commands when GDK_KP_Enter
              is pressed (in addition to GDK_Return). Fixes bug #2094.
    
    (Old svn revision: 1823)

commit e8df0a08790d9516c75d6e84386ceed0a45dbac5
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Aug 1 13:49:31 2006 +0000

            * scripts/Makefile.am, scripts/verve-focus, scripts/verve-focus.c:
              Added a C program to replace the old Python verve-focus script.
              It's a lot faster than the old one and it calls
              org.xfce.Verve#GrabFocus instead of the 'OpenDialog' method.
            * panel-plugin/verve-dbus-service-infos.xml,
              panel-plugin/verve-dbus-service.c: Added 'GrabFocus' method to the
              org.xfce.Verve service. Also implemented a 'grab-focus' signal which
              is emitted when the 'GrabFocus' method is called.
            * panel-plugin/verve-plugin.c: Connect to the 'grab-focus' signal of the
              D-BUS service. Use one method to handle both, 'open-dialog' and
              'grab-focus'.
            * POTFILES.in, *.po, verve-plugin.pot: Merge new strings.
            * de.po: Updated German translations.
    
    (Old svn revision: 1822)

commit a0c6486313b55f416b348f26cd7c5a5fb6142340
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Jul 27 00:26:07 2006 +0000

            * panel-plugin/verve-plugin.c, panel-plugin/verve-env.c: Properly sort
              items of the completion list and also insert new items using
              g_list_insert_sorted. This fixes bug #2074 (reported by Nick Arend).
    
    (Old svn revision: 1802)

commit 71742535b425f4202c5d05aa89263adcf67cf758
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Jul 26 15:59:08 2006 +0000

    Err, this also was a logical change from PROHIBIT to ALLOW. In older D-BUS versions, other services were automatically allowed to replace existing services.
    
    (Old svn revision: 1800)

commit 5532673e8fafa5142633f3d03bd6693d435c044b
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Jul 26 15:53:17 2006 +0000

            * configure.in.in, panel-plugin/verve-dbus-service.c: Add switch to
              use different D-BUS flags when requesting a service name depending
              on the available D-BUS version (the flags changed with 0.60).
    
    (Old svn revision: 1799)

commit 933e42a160097ec4044751386d59edf1a39f0678
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Jul 26 11:23:46 2006 +0000

            * panel-plugin/verve-dbus-service-infos.xml: Add the same 'OpenDialog'
              method to the 'org.xfce.Verve' interface as we already support in
              'org.xfce.RunDialog'.
            * scripts/verve-focus: Use 'OpenDialog' method of 'org.xfce.Verve'
              interface to make sure we actually target a Verve instance and no
              other 'org.xfce.RunDialog' providers.
            * panel-plugin/verve-dbus-service.c: Add
              DBUS_NAME_FLAGS_ALLOW_REPLACEMENT to the 'org.xfce.Verve' name
              request. I bet users expect the last created Verve instance to have
              the ownership and to be focused when verve-focus is executed. Don't
              do this for 'org.xfce.RunDialog' (until someone complains), because
              I suppose a user using Verve doesn't want to use other RunDialog
              providers.
    
    (Old svn revision: 1798)

commit 339123bcf64704837b239851394423df9c13fdb6
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Jul 25 15:12:42 2006 +0000

            * scripts/verve-focus: Call 'import pygtk; pygtk.require("2.0")' before
              importing the gtk module.
            * panel-plugin/verve-plugin.c: Connect to "focus-out-event" of the input
              field in order to stop blinking whenever any other widget gains the
              focus (this fixes a bug reported by Nikolas Arend).
    
    (Old svn revision: 1797)

commit c1018f802b3eb12a9c69f677952479640f16160f
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Jul 20 20:58:25 2006 +0000

    Updated French translations
    
    (Old svn revision: 1776)

commit f0017bef7ef079597a2f4049985a5944a563eea5
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Jul 19 13:55:21 2006 +0000

            * panel-plugin/verve-env.c: Remove debug statements.
            * panel-plugin/verve-plugin.c: Use XfceTitledDialog instead of the
              old plain GTK one.
            * panel-plugin/verve.desktop.in.in, panel-plugin/verve-plugin.c:
              Use "utilities-terminal" icon instead of "Terminal".
            * configure.in.in, po/*.po: Version bump to 0.3.2.
    
    (Old svn revision: 1774)

commit 9ffcdee1687c369dee4e9365fdc10da73975dba3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Jul 13 10:30:36 2006 +0000

            * panel-plugin/verve-plugin.c: Lock command completion using
              G_LOCK_DEFINE_STATIC. This replaces the global GDK locks and should
              avoid random crashes when the worker thread (which loads contents of
              $PATH) and the panel plugin try to access the completion at the same
              time.
    
    (Old svn revision: 1762)

commit b613256f37c3fd135fbe3e1e1ee5558096b58b2d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Jul 11 15:17:52 2006 +0000

            * panel-plugin/verve-plugin.c: Use gdk_threads_enter/leave to lock
              completion access (only one thread is allowed to access it at once).
            * panel-plugin/verve-dbus-service.c: Remove C++ comment style.
    
    (Old svn revision: 1753)

commit 4027babc4ae4390eadae9449fe09940177878d90
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Jul 11 14:37:30 2006 +0000

            * scripts/Makefile.am: Add verve-focus to EXTRA_DIST (it's missing in
              the 0.3.1 tarball.
            * panel-plugin/verve-env.c, panel-plugin/verve-plugin.c: Implemented
              threaded, asynchronous loading of $PATH entries. This avoids slower
              panel startup if $PATH includes slow media folders.
              Use more precise filters when loading the binaries (check for
              executable flag, avoid duplicate entries etc.).
    
    (Old svn revision: 1752)

commit 562561342e801d2a0aeac821fc343cf457b038f3
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Jul 2 07:24:41 2006 +0000

    hu: archiver updated verve added
    
    (Old svn revision: 1466)

commit ceca6b2041fba1cdcfc25b6e072f3faec1355ed7
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Jun 17 19:10:12 2006 +0000

            * Added Italian translation to the XDT_I18N list.
    
            * Italian translations by Roberto Pariset <r.pariset@gmail.com>
              added.
    
    (Old svn revision: 1451)

commit 56b4bfb37c47a4aa03173dee59f16d6da57d06ca
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 22 10:48:58 2006 +0000

    Added Catalan translations by Carles Munoz Gorriz <carlesmu@internautas.org>.
    
    
    (Old svn revision: 1338)

commit ab6cb5809964943e1efd834b6a4e7d9c4054a827
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 22 10:46:24 2006 +0000

    Updated.
    
    
    (Old svn revision: 1337)

commit 6d480a5b97b6b421936d95ea148bc0fc8bde7ca7
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Apr 22 08:31:13 2006 +0000

            * configure.in.in: Bump version.
    
    (Old svn revision: 1334)

commit 87476cdebc465c636ab076157317abcdc975a4b3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Apr 22 08:22:59 2006 +0000

            * panel-plugin/verve-plugin.c: Fix adding to command history when
              history is empty.
    
    (Old svn revision: 1333)

commit 81d326bb9119e05edea4ca71bd408262862e213e
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Apr 18 23:24:40 2006 +0000

            * scripts/Makefile.am: Applied patch by Yves-Alexis Perez
              <corsac@corsac.net>, which fixes an error during installation.
              of the scripts/ directory.
    
    (Old svn revision: 1331)

commit 53c67bee69e81007b083b831a569811177d539a8
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 9 15:05:31 2006 +0000

    Added Russian translations by Andrey Fedoseev <andrey.fedoseev@gmail.com>.
    
    
    (Old svn revision: 1327)

commit c7dc01faca33b9a40186948017d2b24161ae2a4c
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Apr 8 13:50:54 2006 +0000

            * configure.in.in, po/el.po: Greek translations by Stavros
              Giannouris <stavrosg2002@freemail.gr> added.
    
    (Old svn revision: 1314)

commit 3a4c5e475b642444f6f682c004cee47be3ac316b
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Apr 8 13:43:59 2006 +0000

            * el.po: Greek transltaions updated.
    
    
    (Old svn revision: 1313)

commit 3afe7be8ff079064d23a3f9af768eb3ad59c75ce
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Apr 8 09:21:22 2006 +0000

            * configure.in.in: Applied Daichi's patch (which adds pl to the
              translations).
            * Polish translations by Piotr Malinski <admin@rk.edu.pl> added.
    
    (Old svn revision: 1309)

commit 6ea2971f315c44272e121124a3fa81cbc57f7899
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue Apr 4 13:14:16 2006 +0000

    * Removed some files from POTFILES.in.
    * Updated POT, PO files.
    
    
    (Old svn revision: 1300)

commit 7e3ca540ad69de733738b32351d819746cf6cd3d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Apr 3 19:51:26 2006 +0000

            * panel-plugin/verve-plugin.c: Fix compilation error without
              D-BUS.
    
    (Old svn revision: 1298)

commit 1a226f509458a57e411320a7095aaec3e0c9932c
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Apr 3 16:27:41 2006 +0000

            * scripts/Makefile.am, scripts/verve-focus, Makefile.am,
              configure.in.in: Added verve-focus script and a Makefile
              to install it into $(bindir).
    
    (Old svn revision: 1297)

commit 8a424da0bdc9210e654c602c654f492ff06bff91
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Apr 3 16:10:50 2006 +0000

            * panel-plugin/verve-env.{h,c}: Remove all the shell stuff. As I
              dropped the idea of user-defined commands this is just annoying
              overhead. Code cleaned up.
            * panel-plugin/verve-plugin.c: Cleaned up the code. Avoid to add
              a command to the history if it's the same as the previously added
              command. This fixes bug #6900. Entries from the command history
              now appear in the auto-completion results.
            * panel-plugin/verve-history.{c,h}: Another bug fixed: Don't write
              more than 25 commands to the cache. I'll add an option for this
              to the preferences dialog later, so that the user can choose
              how many commands he wants to have saved. Code cleaned up.
            * panel-plugin/verve.c: Code cleaned up.
            * panel-plugin/verve-plugin.c: Enhance flash highlighting.
            * panel-plugin/verve-plugin.c: Implement flash timeout in order to
              notify the user when Verve got the focus through the D-BUS service.
              Unregister the timeout as soon as a mouse button or key is pressed.
            * panel-plugin/Makefile.am: Add hints for building
              verve-dbus-service-infos.h from verve-dbus-service-infos.xml during
              make.
            * TODO: Remove startup notification, terminal startup support.
            * scripts/verve-focus.py: Add helper script for focussing Verve
              using the org.xfce.RunDialog D-BUS service.
            * panel-plugin/verve-dbus-service.c, panel-plugin/verve-plugin.c:
              Use a signal ("open-dialog") callback for grabbing the focus rather
              than using VerveDBusService "plugin" and "input" properties. This
              moves GUI stuff out of VerveDBusService again.
            * panel-plugin/*.{c,h}: Wrap function parameters and clean up the
              code.
            * configure.in.in: Remove libstartup-notification from dependencies.
            * panel-plugin/verve-plugin.c: Fix completion loading. Re-add
              accidently removed line to create the completion at startup.
              Add terminal exec feature using the <Control> key.
              panel-plugin/verve.{c,h}: Add terminal exec feature. Open
              directories with exo-open, just like URLs and eMail addresses.
            * panel-plugin/verve-plugin.c: Remove debug print statements.
            * panel-plugin/verve-dbus-service.c: Add "plugin" property and call
              xfce_panel_focus_widget () when the "OpenDialog" method is called.
            * panel-plugin/verve-plugin.c: Set "plugin" property of D-BUS
              service.
            * verve/*.{c,h}: Moved all source files to panel-plugin/.
            * panel-plugin/verve-dbus-services.*: Implemented org.xfce.RunDialog
              D-BUS service.
            * tests/*.*: Removed test script.
            * configure.in.in, Makefile.am: Add optional D-BUS support.
            * verve/verve-db.{c,h}, tests/Makefile.am, panel-plugin/Makefile.am,
              verve/verve.{c,h}: Removed unused verve command database.
            * verve/verve-history.h: Include <libxfce4util/libxfce4util.h>.
            * verve/verve.c: Fixed error handling which made the plugin crash on
              shell errors (this fixes bug #6663).
            * Fix version string (use 0.2.0 instead of 0.2).
            * Fixed another resize bug. The user-defined width will now
              be used no matter how the panel behaves.
            * Create 0.2 tag
            * configure.in.in: Change package version to 0.2
            * THANKS: Update translator credits
            * po/*.po[t]: Update translation files
            * panel-plugin/verve-plugin.c: Added config.h include. This
              fixes translation problems (translations weren't displayed
              before).
            * panel-plugin/verve-plugin.c: Return TRUE in
              verve_plugin_update_size.
            * configure.in.in: Rename fr_CH to fr.
            * configure.in.in: Define libxfce4panel version more specific.
            * panel-plugin/verve-plugin.c: Apply Jasper's patch in order to
              make use of the new focus grab method for external plugins.
            * Fix use of unterminated supported_shells array. Use
              G_N_ELEMENTS() instead of g_strv_length(). Thanks to
              Jasper for the patch.
            * panel-plugin/verve-plugin.c, panel-plugin/configure.in.in:
              Make plugin exteral. Patch provided by Jasper.
    
            * panel-plugin/Makefile.am: Applied another one of Daichi's
              patches
            * configure.in.in: Applied Daichi's AC_INIT patch
            * Implement size-changed signal in order to keep the width
              defined in the properties dialog when the panel size changes
            * Cache the last 25 commands on disk when closing the panel
              and restore them on the next start
            * Don't display an error when executing an URL
            * Make libstartup-notification non-optional
    
            * Added a small test program in order to search for
              memory leaks
            * Avoid the error dialog to appear twice
    
            * Don't trim before auto-completing, as this would make
              things just more complicated than necessary.
            * Removed XFCE_PANEL_PLUGIN call from configure.in.in
            * Trim whitespaces before parsing the command. This fixes
              bug #6311.
            * Don't clear input if exec_command (libfcegui4). Bug #6310.
    
            * Added intltool-* scripts to DIST_EXTRA and DISTCLEAN
            * Added po/Makefil.am added
    
            * Added intltool-* scripts
    
            * Moved src/ to verve/
    
            * Added missing NEWS file
            * Initial import into Xfce Goodies SVN
            * src/verve-history.{c,h}: Function for getting the last item
              of the list added
            * src/verve-plugin.c: Use newly added history function when
              pressing GDK_Down
    
    (Old svn revision: 1296)

commit 7a810a9292a4209337f2916d6941d70e9e4e15a8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Mar 25 17:29:04 2006 +0000

    Increase focus timeout
    
    (Old svn revision: 1237)

commit 7f04b05440f71c6621f21c08cbf6445777ae2620
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Mar 25 16:44:16 2006 +0000

      * panel-plugin/verve-plugin.c: Enhance flash highlighting.
    
    (Old svn revision: 1236)

commit 5c7e599c2e82c21818dfcd26055b96281c2e64d8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Mar 25 14:12:55 2006 +0000

      * panel-plugin/verve-plugin.c: Implement flash timeout in order to
        notify the user when Verve got the focus through the D-BUS service.
        Unregister the timeout as soon as a mouse button or key is pressed.
    
    (Old svn revision: 1233)

commit f69ef7850e9a3be158b25f0c4e4448286efb0d26
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Mar 22 14:34:09 2006 +0000

    ...
    
    (Old svn revision: 1196)

commit 82d43ed508b153e74c38d126df8ad5c7e6f941cd
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Mar 22 14:29:29 2006 +0000

      * panel-plugin/Makefile.am: Add hints for building
        verve-dbus-service-infos.h from verve-dbus-service-infos.xml during
        make.
    
    (Old svn revision: 1195)

commit b95e624d8e0a75179aa4eb368ae03ce49f2b7ca8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Mar 22 14:24:06 2006 +0000

    ...
    
    (Old svn revision: 1194)

commit a7d0c127cec4c8aca3f6aa4aba0db0aba9198b52
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Mar 22 12:20:02 2006 +0000

    ...
    
    (Old svn revision: 1193)

commit be39dfed39860c9e6131a2eefca539a53c8a8f0d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Mar 22 12:15:43 2006 +0000

      * TODO: Remove startup notification, terminal startup support.
      * scripts/verve-focus.py: Add helper script for focussing Verve
        using the org.xfce.RunDialog D-BUS service.
      * panel-plugin/verve-dbus-service.c, panel-plugin/verve-plugin.c:
        Use a signal ("open-dialog") callback for grabbing the focus rather
        than using VerveDBusService "plugin" and "input" properties. This
        moves GUI stuff out of VerveDBusService again.
      * panel-plugin/*.{c,h}: Wrap function parameters and clean up the
        code.
      * configure.in.in: Remove libstartup-notification from dependencies.
    
    (Old svn revision: 1191)

commit 1b139b86ece86646507dc41ecb8697f523f99c37
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Mar 22 11:27:18 2006 +0000

      * panel-plugin/verve-plugin.c: Fix completion loading. Re-add
        accidently removed line to create the completion at startup.
        Add terminal exec feature using the <Control> key.
        panel-plugin/verve.{c,h}: Add terminal exec feature. Open
        directories with exo-open, just like URLs and eMail addresses.
    
    (Old svn revision: 1190)

commit 31e798a461061c2266737c3df065a641b542a352
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Mar 21 20:48:58 2006 +0000

      * panel-plugin/verve-plugin.c: Remove debug print statements.
    
    (Old svn revision: 1188)

commit de0afaf3c3c95e1f6b398c4a18d693ce79e68beb
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Mar 21 20:23:49 2006 +0000

      * panel-plugin/verve-dbus-service.c: Add "plugin" property and call
        xfce_panel_focus_widget () when the "OpenDialog" method is called.
      * panel-plugin/verve-plugin.c: Set "plugin" property of D-BUS
        service.
    
    (Old svn revision: 1187)

commit eb086cf38b7ba1c3310a627ba2db12e569a23fc3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Mar 21 19:44:53 2006 +0000

      * verve/*.{c,h}: Moved all source files to panel-plugin/.
      * panel-plugin/verve-dbus-services.*: Implemented org.xfce.RunDialog
        D-BUS service.
      * tests/*.*: Removed test script.
      * configure.in.in, Makefile.am: Add optional D-BUS support.
    
    (Old svn revision: 1184)

commit 45bca5e24b3f913b2244ef493066b1fb3b8d1cb5
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Mar 21 13:48:42 2006 +0000

      * verve/verve-db.{c,h}, tests/Makefile.am, panel-plugin/Makefile.am,
        verve/verve.{c,h}: Removed unused verve command database.
      * verve/verve-history.h: Include <libxfce4util/libxfce4util.h>.
      * verve/verve.c: Fixed error handling which made the plugin crash on
        shell errors (this fixes bug #6663).
      * Fix version string (use 0.2.0 instead of 0.2).
      * Fixed another resize bug. The user-defined width will now
        be used no matter how the panel behaves.
      * Create 0.2 tag
      * configure.in.in: Change package version to 0.2
      * THANKS: Update translator credits
      * po/*.po[t]: Update translation files
      * panel-plugin/verve-plugin.c: Added config.h include. This
        fixes translation problems (translations weren't displayed
        before).
      * panel-plugin/verve-plugin.c: Return TRUE in
        verve_plugin_update_size.
      * configure.in.in: Rename fr_CH to fr.
      * configure.in.in: Define libxfce4panel version more specific.
      * panel-plugin/verve-plugin.c: Apply Jasper's patch in order to
        make use of the new focus grab method for external plugins.
      * Fix use of unterminated supported_shells array. Use
        G_N_ELEMENTS() instead of g_strv_length(). Thanks to
        Jasper for the patch.
      * panel-plugin/verve-plugin.c, panel-plugin/configure.in.in:
        Make plugin exteral. Patch provided by Jasper.
    
      * panel-plugin/Makefile.am: Applied another one of Daichi's
        patches
      * configure.in.in: Applied Daichi's AC_INIT patch
      * Implement size-changed signal in order to keep the width
        defined in the properties dialog when the panel size changes
      * Cache the last 25 commands on disk when closing the panel
        and restore them on the next start
      * Don't display an error when executing an URL
      * Make libstartup-notification non-optional
    
      * Added a small test program in order to search for
        memory leaks
      * Avoid the error dialog to appear twice
    
      * Don't trim before auto-completing, as this would make
        things just more complicated than necessary.
      * Removed XFCE_PANEL_PLUGIN call from configure.in.in
      * Trim whitespaces before parsing the command. This fixes
        bug #6311.
      * Don't clear input if exec_command (libfcegui4). Bug #6310.
    
      * Added intltool-* scripts to DIST_EXTRA and DISTCLEAN
      * Added po/Makefil.am added
    
      * Added intltool-* scripts
    
      * Moved src/ to verve/
    
      * Added missing NEWS file
      * Initial import into Xfce Goodies SVN
      * src/verve-history.{c,h}: Function for getting the last item
        of the list added
      * src/verve-plugin.c: Use newly added history function when
        pressing GDK_Down
    
    (Old svn revision: 1183)

commit c38dbc5bb7d31e88e9f773bc8c143233f297a6aa
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Mar 2 22:41:16 2006 +0000

    2006-03-02      Jannis Pohlmann <jannis@xfce.org>
    
            * Fix version string (use 0.2.0 instead of 0.2).
    
    
    (Old svn revision: 1153)

commit b05ba49485a61663f3a51b70b6aba66016db001b
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Mar 2 22:19:39 2006 +0000

    2006-03-02      Jannis Pohlmann <jannis@xfce.org>
    
            * Fixed another resize bug. The user-defined width will now
              be used no matter how the panel behaves.
    
    
    
    (Old svn revision: 1151)

commit c882e570b1d46055f27c302e1ae4cee349426372
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Mar 2 21:39:42 2006 +0000

    2006-03-02      Jannis Pohlmann <jannis@xfce.org>
    
            * configure.in.in: Change package version to 0.2
            * THANKS: Update translator credits
            * po/*.po[t]: Update translation files
    
    
    (Old svn revision: 1149)

commit 1cff884e30e4e03bba04d64fe30119b6a09b535b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Feb 23 11:59:55 2006 +0000

    Added Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
    
    
    (Old svn revision: 1120)

commit ce76c5676ec56194ee1888f2e08ef0aa463a2ac3
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Feb 15 14:05:35 2006 +0000

    Added Basque translations by Piarres Beobide <pi@beobide.net>.
    
    
    (Old svn revision: 1059)

commit fb5de70cd76491cee99a246fd156b96457737686
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 14 22:14:19 2006 +0000

    2006-02-14      Jannis Pohlmann <jannis@xfce.org>
    
            * panel-plugin/verve-plugin.c: Added config.h include. This
              fixes translation problems (translations weren't displayed
              before).
    
    
    (Old svn revision: 1057)

commit 25064223e9aea51dea2d2d4bc53cc80c5aacbf6f
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 14 12:25:07 2006 +0000

    2006-02-14      Jannis Pohlmann <jannis@xfce.org>
    
            * panel-plugin/verve-plugin.c: Return TRUE in
              verve_plugin_update_size.
            * configure.in.in: Rename fr_CH to fr.
            * Renamed fr_CH.po to fr.po.
    
    
    (Old svn revision: 1054)

commit 6868ca3d63bd63184e1cfc9e6de156fd9bd7e9ae
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Feb 12 20:54:45 2006 +0000

    2006-02-12      Jannis Pohlmann <jannis@xfce.org>
    
            * configure.in.in: Define libxfce4panel version more specific.
            * panel-plugin/verve-plugin.c: Apply Jasper's patch in order to
              make use of the new focus grab method for external plugins.
    
    
    (Old svn revision: 1052)

commit 0ad289a6042761a58dbf59b79cfe06d7b570ca1e
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Feb 12 11:27:39 2006 +0000

    2006-02-12      Jannis Pohlmann <jannis@xfce.org>
    
            * Fix use of unterminated supported_shells array. Use
              G_N_ELEMENTS() instead of g_strv_length(). Thanks to
              Jasper for the patch.
    
    
    (Old svn revision: 1050)

commit 4e388b1f76cfefcbee7ed4f3366cc46967dd605e
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Feb 12 04:06:15 2006 +0000

    Japanese translations updated.
    
    
    (Old svn revision: 1042)

commit a6c59ead1ac678c91e4919d1cc7d67a74d81f7a8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 16:38:57 2006 +0000

    ...
    
    (Old svn revision: 1039)

commit f540659d2f99020dda92b45a78e7134b615d459e
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 16:37:31 2006 +0000

    ...
    
    (Old svn revision: 1038)

commit 9327d52d2ed45b7893d057d98f77516745471fa3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 16:36:28 2006 +0000

    What a mess. Fixed now!
    
    (Old svn revision: 1037)

commit c61d477e5ef945118415def8ef21498d8e321fd4
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 16:35:21 2006 +0000

    Patch wasn't applied completely. Should be fixed now.
    
    (Old svn revision: 1036)

commit 91688329815d09eab7f52146154baca5c799af54
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 16:25:42 2006 +0000

    2006-02-11      Jannis Pohlmann <jannis@xfce.org>
    
            * panel-plugin/verve-plugin.c, panel-plugin/configure.in.in:
              Make plugin exteral. Patch provided by Jasper.
    
    
    
    (Old svn revision: 1035)

commit 5c0ef08760d1c7db57a9a102096031ebc8264b73
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Feb 11 15:35:44 2006 +0000

    Added Japanese translations.
    
    
    (Old svn revision: 1034)

commit 518a3a8bf417b271c3e6ff894c6862e6b687f4d1
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 15:31:56 2006 +0000

    2006-02-11      Jannis Pohlmann <jannis@xfce.org>
    
            * panel-plugin/Makefile.am: Applied another one of Daichi's
              patches
    
    
    (Old svn revision: 1033)

commit 0f11de8d85f95e557600a866f5e2f7fa92fbb21d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Feb 11 15:17:45 2006 +0000

    2006-02-11      Daichi Kawahata <daichi@xfce.org>
    
            * Renamed POT file according to the GETTEXT_PACKAGE.
            * All files are updated as well.
            * Fixed an error in German translation file.
    
    2006-02-11      Jannis Pohlmann <jannis@xfce.org>
    
            * configure.in.in: Applied Daichi's AC_INIT patch
    
    
    (Old svn revision: 1032)

commit a593d2d105a97eec7952afac819623d67c0939e1
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Feb 9 21:21:22 2006 +0000

    2006-02-09      Jannis Pohlmann <jannis@xfce.org>
    
            * Dutch (nl) translation by Vincent <imnotb@gmail.com> added
    
    
    (Old svn revision: 1026)

commit 068ddf41e72451de01351fb9cd68a9512d8b1cc2
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Feb 9 00:47:50 2006 +0000

    2006-02-09      Jannis Pohlmann <jannis@xfce.org>
    
            * Implement size-changed signal in order to keep the width
              defined in the properties dialog when the panel size changes
    
    
    (Old svn revision: 1025)

commit 17f357fdf85bfea8b9d9518c819fec7aa48de927
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Feb 8 23:12:58 2006 +0000

    2006-02-09      Jannis Pohlmann <jannis@xfce.org>
    
            * Cache the last 25 commands on disk when closing the panel
              and restore them on the next start
    
    
    (Old svn revision: 1024)

commit 30cff0ce1aff326c49236811697abd647198c7b2
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Feb 8 16:07:09 2006 +0000

    2006-02-08      Jannis Pohlmann <jannis@xfce.org>
    
            * Don't display an error when executing an URL
            * .pot file updated
            * German translations updated
    
    
    (Old svn revision: 1022)

commit 45c21c4f57647dcd3cee49e9762a974832dd7d52
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Feb 8 12:58:27 2006 +0000

    2006-02-08      Jannis Pohlmann <jannis@xfce.org>
    
            * French translations by Maximilian Schleiss added
    
    
    (Old svn revision: 1020)

commit e7d07285ff3c40eb3c3e09ebb9648957f5abbcf1
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Feb 8 09:24:59 2006 +0000

    ...
    
    (Old svn revision: 1019)

commit 4441844784763c9a27460c7e7849d5cf0615046d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Feb 8 09:23:23 2006 +0000

    2006-02-08      Jannis Pohlmann <jannis@xfce.org>
    
            * Make libstartup-notification non-optional
    
    
    (Old svn revision: 1018)

commit d4cab36961985f4e875deeb586ae77f266ee8813
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 17:57:22 2006 +0000

    Subsitute $Id$ keyword
    
    (Old svn revision: 1017)

commit fa756365542100438a3b9c16ac995387c37f92ea
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 17:55:02 2006 +0000

    2O06-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Added a small test program in order to search for
              memory leaks
    
    
    (Old svn revision: 1016)

commit 187d3999b1e41c77eac166b2508acf99c07324b5
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 11:53:07 2006 +0000

    ...
    
    (Old svn revision: 1015)

commit 1d4a0357de5d6750a16e52af71b5472243093b59
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 11:51:00 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Avoid the error dialog to appear twice
    
    
    (Old svn revision: 1014)

commit 4d332878097055d691ee16205c38f2ac7277509d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 11:42:34 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Don't trim before auto-completing, as this would make
              things just more complicated than necessary.
    
    
    
    (Old svn revision: 1013)

commit ec3af98ab3450176d4ab243724b1a1e64b5b7f7f
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 11:36:43 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Removed XFCE_PANEL_PLUGIN call from configure.in.in
    
    
    (Old svn revision: 1012)

commit 4030507e2dbd82a8fd00a56c066d5dc039d2f18d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 11:33:02 2006 +0000

    Same reason
    
    (Old svn revision: 1011)

commit 828317bc36083f070433dfc7a260f1ea49213832
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 11:27:57 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Trim whitespaces before parsing the command. This fixes
              bug #6311.
            * Don't clear input if exec_command (libfcegui4). Bug #6310.
    
    
    (Old svn revision: 1010)

commit 7ca2cd21ce3a7acb6acbd3adfe297bacbb5d4726
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 01:28:35 2006 +0000

    German translations updated
    
    (Old svn revision: 1009)

commit c26ed460f38bc2e113e9b89a0a536cc2917e12fb
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 01:24:51 2006 +0000

    Okay, now everything should be fixed
    
    (Old svn revision: 1008)

commit 21cae5c3941c39ccc386244c949c87991d5a4ef8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 01:19:26 2006 +0000

    ...
    
    (Old svn revision: 1007)

commit d46540e27e166c20c2524464b39ace03e43700d3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 01:11:57 2006 +0000

    ...
    
    (Old svn revision: 1006)

commit 0f304a618ae1fd2db93e943829fca287d1d1213e
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:37:58 2006 +0000

    ...
    
    (Old svn revision: 1005)

commit 49e6402039024aebd5fb9ddaa254523aac131bd6
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:37:36 2006 +0000

    ...
    
    (Old svn revision: 1004)

commit 7602ef8c9a40a5c5c7c0d080ca1af4794076929e
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:34:08 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Added intltool-* scripts to DIST_EXTRA and DISTCLEAN
    
    
    (Old svn revision: 1003)

commit 889a1e9e19c78070013946f07c5c8dc9bf9dfced
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:23:08 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Added intltool-* scripts
    
    
    (Old svn revision: 1001)

commit 9b544836dcbcdcc0e2bd0fd8c55c9f0a3f58acbc
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:16:55 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Moved src/ to verve/
    
    
    (Old svn revision: 1000)

commit caeecdd18b9b96ff9dbb7fc7a206789ab2832188
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:14:39 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Added missing NEWS file
    
    
    (Old svn revision: 999)

commit 839ee66af1b6f91ce120dc0e3f4d7740aeb24fc3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:13:09 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Added missing NEWS file
    
    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Initial import into Xfce Goodies SVN
    
    2006-02-06      Jannis Pohlmann <jannis@xfce.org>
    
            * src/verve-history.{c,h}: Function for getting the last item
              of the list added
            * src/verve-plugin.c: Use newly added history function when
              pressing GDK_Down
    
    
    (Old svn revision: 998)

commit c3d48335f79d77688dda273218fde369ed7bd6ba
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Feb 7 00:02:47 2006 +0000

    2006-02-07      Jannis Pohlmann <jannis@xfce.org>
    
            * Initial import into Xfce Goodies SVN
    
    2006-02-06      Jannis Pohlmann <jannis@xfce.org>
    
            * src/verve-history.{c,h}: Function for getting the last item
              of the list added
            * src/verve-plugin.c: Use newly added history function when
              pressing GDK_Down
    
    
    (Old svn revision: 997)

Generated by dwww version 1.15 on Sun Jun 23 20:27:59 CEST 2024.