commit xfce4-whiskermenu-plugin for openSUSE:Leap:15.2

2020-04-28 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Leap:15.2 checked in at 2020-04-28 20:11:37

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.2738 (New)


Package is "xfce4-whiskermenu-plugin"

Tue Apr 28 20:11:37 2020 rev:7 rq:798271 version:2.4.4

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
  2020-03-13 11:01:11.964598279 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.2738/xfce4-whiskermenu-plugin.changes
2020-04-28 20:11:50.688619911 +0200
@@ -1,0 +2,7 @@
+Wed Apr 22 19:29:54 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.4
+  * Fixed search delay. (bxo#16731)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.3.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.4.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.1t1OwC/_old  2020-04-28 20:11:51.128620825 +0200
+++ /var/tmp/diff_new_pack.1t1OwC/_new  2020-04-28 20:11:51.132620834 +0200
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.3
+Version:2.4.4
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.4.3.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.4.4/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt   2020-03-11 
13:46:21.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/CMakeLists.txt   2020-04-22 
19:25:34.0 +0200
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "4")
-set(whiskermenu_version_micro "3")
+set(whiskermenu_version_micro "4")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.3/NEWS 
new/xfce4-whiskermenu-plugin-2.4.4/NEWS
--- old/xfce4-whiskermenu-plugin-2.4.3/NEWS 2020-03-11 13:46:21.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/NEWS 2020-04-22 19:25:34.0 
+0200
@@ -1,3 +1,8 @@
+2.4.4
+=
+- Fixed search delay. (bug #16731)
+- Translation updates: Catalan, Finnish, Hungarian, Malay, Portuguese.
+
 2.4.3
 =
 - Fix loading incorrect icons for some applications. (bug #16461)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/window.cpp 
new/xfce4-whiskermenu-plugin-2.4.4/panel-plugin/window.cpp
--- old/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/window.cpp  2020-03-11 
13:46:21.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/panel-plugin/window.cpp  2020-04-22 
19:25:34.0 +0200
@@ -145,7 +145,7 @@
 
// Create search entry
m_search_entry = GTK_ENTRY(gtk_search_entry_new());
-   g_signal_connect_slot(m_search_entry, 
"search-changed", ::search, this);
+   g_signal_connect_slot(m_search_entry, "changed", 
::search, this);
 
// Create favorites
m_favorites = new FavoritesPage(this);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.3/po/ca.po 
new/xfce4-whiskermenu-plugin-2.4.4/po/ca.po
--- old/xfce4-whiskermenu-plugin-2.4.3/po/ca.po 2020-03-11 13:46:21.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/po/ca.po 2020-04-22 19:25:34.0 
+0200
@@ -3,21 +3,23 @@
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
+# Adolfo Jayme-Barrientos, 2013-2016,2018,2020
 # Adolfo Jayme-Barrientos, 2016,2018,2020
 # Adolfo Jayme-Barrientos, 2015
 # Adolfo Jayme-Barrientos, 2013
 # Adolfo Jayme-Barrientos, 2014
+# Marc Riera , 2020
 # Davidmp , 2017-2020
 # Oriol Fernandez , 2013
-# Robert Antoni Buj Gelonch , 2017-2020
+# Robert Antoni Buj Gelonch , 2016-2020
 # Robert Antoni Buj Gelonch , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-01-29 16:40+\n"
-"Last-Translator: Davidmp \n"
+"PO-Revision-Date: 2020-03-28 19:41+\n"

commit xfce4-whiskermenu-plugin for openSUSE:Leap:15.2

2020-03-13 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Leap:15.2 checked in at 2020-03-13 10:58:39

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.3160 (New)


Package is "xfce4-whiskermenu-plugin"

Fri Mar 13 10:58:39 2020 rev:6 rq:784030 version:2.4.3

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
  2020-02-19 18:43:17.754423787 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.3160/xfce4-whiskermenu-plugin.changes
2020-03-13 11:01:11.964598279 +0100
@@ -1,0 +2,7 @@
+Wed Mar 11 14:35:31 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.3
+  * Fix loading incorrect icons for some applications. (bxo#16461)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.2.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.3.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.xQoSzu/_old  2020-03-13 11:01:12.328598539 +0100
+++ /var/tmp/diff_new_pack.xQoSzu/_new  2020-03-13 11:01:12.332598542 +0100
@@ -19,12 +19,12 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.2
+Version:2.4.3
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
-URL:https://gottcode.org/xfce4-whiskermenu-plugin/
+URL:https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin
 Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++

++ xfce4-whiskermenu-plugin-2.4.2.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.2/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.4.2/CMakeLists.txt   2020-02-15 
11:22:40.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt   2020-03-11 
13:46:21.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "4")
-set(whiskermenu_version_micro "2")
+set(whiskermenu_version_micro "3")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.2/NEWS 
new/xfce4-whiskermenu-plugin-2.4.3/NEWS
--- old/xfce4-whiskermenu-plugin-2.4.2/NEWS 2020-02-15 11:22:40.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/NEWS 2020-03-11 13:46:21.0 
+0100
@@ -1,3 +1,9 @@
+2.4.3
+=
+- Fix loading incorrect icons for some applications. (bug #16461)
+- Translation updates: Bulgarian, Finnish, Greek, Icelandic, Interlingue,
+  Nepali, Norwegian Bokmål, Russian, Slovak.
+
 2.4.2
 =
 - Fix crash when selecting desktop action. (bug #16445)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/category.cpp 
new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/category.cpp
--- old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/category.cpp
2020-02-15 11:22:40.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/category.cpp
2020-03-11 13:46:21.0 +0100
@@ -49,7 +49,7 @@
{
text = _("All Applications");
}
-   set_icon(!exo_str_is_empty(icon) ? icon : "applications-other");
+   set_icon(!exo_str_is_empty(icon) ? icon : "applications-other", true);
set_text(text ? text : "");
set_tooltip(tooltip ? tooltip : "");
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/element.cpp 
new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/element.cpp
--- old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/element.cpp 2020-02-15 
11:22:40.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/element.cpp 2020-03-11 
13:46:21.0 +0100
@@ -21,7 +21,7 @@
 
 //-
 
-void Element::set_icon(const gchar* icon)
+void Element::set_icon(const gchar* icon, bool use_fallbacks)
 {
if (m_icon)
{
@@ -34,12 +34,14 @@

commit xfce4-whiskermenu-plugin for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:43:08

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Wed Feb 19 18:43:08 2020 rev:5 rq:775095 version:2.4.2

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
  2020-02-16 18:30:49.674796764 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
   2020-02-19 18:43:17.754423787 +0100
@@ -1,0 +2,7 @@
+Sat Feb 15 14:54:28 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.2
+  * Fix crash when selecting desktop action. (bxo#16445)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.1.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.2.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.W49T5E/_old  2020-02-19 18:43:18.238424801 +0100
+++ /var/tmp/diff_new_pack.W49T5E/_new  2020-02-19 18:43:18.238424801 +0100
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.1
+Version:2.4.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.4.1.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.2.tar.bz2 ++
 2139 lines of diff (skipped)




commit xfce4-whiskermenu-plugin for openSUSE:Leap:15.2

2020-02-16 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Leap:15.2 checked in at 2020-02-16 18:30:15

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Sun Feb 16 18:30:15 2020 rev:4 rq:774559 version:2.4.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
  2020-01-22 08:19:58.078198369 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
   2020-02-16 18:30:49.674796764 +0100
@@ -1,0 +2,30 @@
+Thu Feb 13 07:40:40 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.1
+  * Fix narrow iconview columns.
+  * Fix bad hyphenation by increasing iconview column width.
+  * Translation updates
+
+---
+Tue Feb 11 09:39:05 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.0
+  * Add option to show as icons. (bxo#15675)
+  * Add hiding menu items. (bxo#14816)
+  * Add searching keywords of menu items. (bxo#15047)
+  * Add tooltip to profile picture for editing profile. (bxo#15501)
+  * Adjust wording of switch user command. (bxo#15398)
+  * Add icons to context menu.
+  * New default layout.
+  * Make panel button square only if single row and title hidden.
+  * Rearrange settings dialog.
+  * Redesign session confirmation dialogs.
+  * Refactor code.
+  * Rewrite menu load to match GarconGtkMenu.
+  * Switch categories with keyboard focus if hover enabled.
+  * Use custom icon renderer.
+  * Use link time optimization if available.
+  * Increase C++ version.
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.5.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.1.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.Q6IHPV/_old  2020-02-16 18:30:49.938796902 +0100
+++ /var/tmp/diff_new_pack.Q6IHPV/_new  2020-02-16 18:30:49.938796902 +0100
@@ -19,22 +19,22 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.5
+Version:2.4.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 URL:https://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/2.3/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(exo-2) >= 0.11
 BuildRequires:  pkgconfig(garcon-1)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
-BuildRequires:  pkgconfig(libxfce4panel-2.0) >= 4.11
-BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.11
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.11
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= 4.12
+BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.12
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12
 # BuildRequires:  xfce4-dev-tools
 Recommends: %{name}-lang
 # package was renamed in 2019 after Leap 15.1

++ xfce4-whiskermenu-plugin-2.3.5.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.1.tar.bz2 ++
 45809 lines of diff (skipped)




commit xfce4-whiskermenu-plugin for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:54

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Wed Jan 22 08:19:54 2020 rev:3 rq:766113 version:2.3.5

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
  2020-01-15 16:30:34.760826317 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
   2020-01-22 08:19:58.078198369 +0100
@@ -1,0 +2,12 @@
+Sun Jan 19 13:31:17 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.3.5
+  * Fix saving unchanged plugin title. (bxo#15403)
+  * Fix sidebar scrollbar covering buttons. (bxo#14730)
+  * Fix categories remaining scrolled when hidden.
+  * Fix incorrect alignment of commands next to search.
+  * Fix incorrect fallback value for menu opacity.
+  * Fix incorrect check when setting command.
+  * Update documentation URL. (bxo#16183)
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.4.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.5.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.m4eJcH/_old  2020-01-22 08:19:58.446198567 +0100
+++ /var/tmp/diff_new_pack.m4eJcH/_new  2020-01-22 08:19:58.450198569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-whiskermenu-plugin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.4.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.5/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt   2019-11-05 
11:58:16.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/CMakeLists.txt   2020-01-18 
16:13:32.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-set(whiskermenu_version_micro "4")
+set(whiskermenu_version_micro "5")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/NEWS 
new/xfce4-whiskermenu-plugin-2.3.5/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.4/NEWS 2019-11-05 11:58:16.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/NEWS 2020-01-18 16:13:32.0 
+0100
@@ -1,3 +1,13 @@
+2.3.5
+=
+- Fix saving unchanged plugin title. (bug #15403)
+- Fix sidebar scrollbar covering buttons. (bug #14730)
+- Fix categories remaining scrolled when hidden.
+- Fix incorrect alignment of commands next to search.
+- Fix incorrect fallback value for menu opacity.
+- Fix incorrect check when setting command.
+- Update documentation URL. (bug #16183)
+
 2.3.4
 =
 - Fix building against xfce4-panel 4.15.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/README 
new/xfce4-whiskermenu-plugin-2.3.5/README
--- old/xfce4-whiskermenu-plugin-2.3.4/README   2019-11-05 11:58:16.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/README   2020-01-18 16:13:32.0 
+0100
@@ -1,3 +1,9 @@
+Website
+===
+
+https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin
+
+
 About
 =
 
@@ -40,3 +46,14 @@
 manager [ccsm -> 'General Settings' -> 'Focus Prevention'].
 Add (title="Whisker Menu") to the exclude pattern to make compiz ignore
 Whisker Menu and allow it to focus when shown.
+
+
+How to report bugs?
+===
+
+You can report bugs and feature requests at http://bugzilla.xfce.org.
+Choose the product Panel Plugins and the component xfce4-whiskermenu-plugin.
+You will need to create an account for yourself.
+
+You can also join the Xfce development mailing-list:
+https://mail.xfce.org/mailman/listinfo/xfce4-dev
diff -urN