Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxfce4ui for openSUSE:Factory 
checked in at 2024-03-13 22:16:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxfce4ui (Old)
 and      /work/SRC/openSUSE:Factory/.libxfce4ui.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxfce4ui"

Wed Mar 13 22:16:06 2024 rev:46 rq:1157423 version:4.18.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxfce4ui/libxfce4ui.changes    2024-02-08 
19:01:32.905733841 +0100
+++ /work/SRC/openSUSE:Factory/.libxfce4ui.new.1770/libxfce4ui.changes  
2024-03-13 22:16:11.471002111 +0100
@@ -2 +2,7 @@
-Mon Feb  5 18:28:18 UTC 2029 - Manfred Hollstein <[email protected]>
+Fri Mar  8 09:45:53 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to version 4.18.6
+  * shortcuts-grabber: Remove filtering by level
+
+-------------------------------------------------------------------
+Mon Feb  5 18:28:18 UTC 2024 - Manfred Hollstein <[email protected]>

Old:
----
  libxfce4ui-4.18.5.tar.bz2

New:
----
  libxfce4ui-4.18.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libxfce4ui.spec ++++++
--- /var/tmp/diff_new_pack.WixE6j/_old  2024-03-13 22:16:12.079024479 +0100
+++ /var/tmp/diff_new_pack.WixE6j/_new  2024-03-13 22:16:12.079024479 +0100
@@ -19,7 +19,7 @@
 %bcond_with git
 
 Name:           libxfce4ui
-Version:        4.18.5
+Version:        4.18.6
 Release:        0
 Summary:        Widgets Library for the Xfce Desktop Environment
 License:        LGPL-2.1-or-later

++++++ libxfce4ui-4.18.5.tar.bz2 -> libxfce4ui-4.18.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/ChangeLog 
new/libxfce4ui-4.18.6/ChangeLog
--- old/libxfce4ui-4.18.5/ChangeLog     2024-02-05 19:15:54.000000000 +0100
+++ new/libxfce4ui-4.18.6/ChangeLog     2024-03-08 10:12:13.000000000 +0100
@@ -1,3 +1,30 @@
+commit 45b7287dc86f635b8d3730651ea66029cf91b495
+Author: Gaël Bonithon <[email protected]>
+Date:   Thu Feb 8 21:20:04 2024 +0100
+
+    shortcuts-grabber: Remove filtering by level
+    
+    This basically reverts b2e1dac2 and a0203505. The reason is that I don't
+    know how to tell the difference between legitimate and illegitimate
+    filtering. In particular, using consumed modifiers doesn't help. In the
+    end, it's better to grab a few too many keys than not enough, so the
+    balance tips in favor of deletion.
+    
+    Closes: #101
+    (cherry picked from commit e8b347d7af642cdfbb3cc56d4030541f99ed9ec7)
+
+commit 77beab274a2822d72cef4d2ac1a17ca281a9a23b
+Author: Gaël Bonithon <[email protected]>
+Date:   Mon Feb 5 19:22:36 2024 +0100
+
+    Back to development
+
+commit 1b7db325b9503e6f12fae45c0ad40fca1eb9a5fe
+Author: Gaël Bonithon <[email protected]>
+Date:   Mon Feb 5 19:21:45 2024 +0100
+
+    Updates for release
+
 commit 402f9dcd172dcbe62002553ab056003e4c847d6b
 Author: Gaël Bonithon <[email protected]>
 Date:   Mon Feb 5 18:52:34 2024 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/NEWS new/libxfce4ui-4.18.6/NEWS
--- old/libxfce4ui-4.18.5/NEWS  2024-02-05 19:13:39.000000000 +0100
+++ new/libxfce4ui-4.18.6/NEWS  2024-03-08 10:08:53.000000000 +0100
@@ -1,3 +1,7 @@
+4.18.6 (2024-03-08)
+======
+- shortcuts-grabber: Remove filtering by level
+
 4.18.5 (2024-02-05)
 ======
 - Update copyright year
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/aclocal.m4 
new/libxfce4ui-4.18.6/aclocal.m4
--- old/libxfce4ui-4.18.5/aclocal.m4    2024-02-05 19:14:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/aclocal.m4    2024-03-08 10:09:57.000000000 +0100
@@ -2528,7 +2528,9 @@
     [$1])"
 
   dnl This is required on some Linux systems
-  AC_CHECK_FUNC([bind_textdomain_codeset])
+  AC_SEARCH_LIBS([bind_textdomain_codeset], [intl],
+    [AC_DEFINE([HAVE_BIND_TEXTDOMAIN_CODESET], [1], [Define to 1 if you have 
the 'bind_textdomain_codeset' function.])],
+    [])
 
   dnl Determine where to install locale files
   AC_MSG_CHECKING([for locales directory])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/configure 
new/libxfce4ui-4.18.6/configure
--- old/libxfce4ui-4.18.5/configure     2024-02-05 19:15:03.000000000 +0100
+++ new/libxfce4ui-4.18.6/configure     2024-03-08 10:10:05.000000000 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac 402f9dc.
+# From configure.ac 45b7287.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.72 for libxfce4ui 4.18.5.
+# Generated by GNU Autoconf 2.72 for libxfce4ui 4.18.6.
 #
 # Report bugs to <https://gitlab.xfce.org/xfce/libxfce4ui/-/issues>.
 #
@@ -617,8 +617,8 @@
 # Identity of this package.
 PACKAGE_NAME='libxfce4ui'
 PACKAGE_TARNAME='libxfce4ui'
-PACKAGE_VERSION='4.18.5'
-PACKAGE_STRING='libxfce4ui 4.18.5'
+PACKAGE_VERSION='4.18.6'
+PACKAGE_STRING='libxfce4ui 4.18.6'
 PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/libxfce4ui/-/issues'
 PACKAGE_URL=''
 
@@ -1547,7 +1547,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-'configure' configures libxfce4ui 4.18.5 to adapt to many kinds of systems.
+'configure' configures libxfce4ui 4.18.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1623,7 +1623,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libxfce4ui 4.18.5:";;
+     short | recursive ) echo "Configuration of libxfce4ui 4.18.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1804,7 +1804,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libxfce4ui configure 4.18.5
+libxfce4ui configure 4.18.6
 generated by GNU Autoconf 2.72
 
 Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2123,7 +2123,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libxfce4ui $as_me 4.18.5, which was
+It was created by libxfce4ui $as_me 4.18.6, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3539,7 +3539,7 @@
 
 # Define the identity of the package.
  PACKAGE='libxfce4ui'
- VERSION='4.18.5'
+ VERSION='4.18.6'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -15149,7 +15149,7 @@
 LIBXFCE4UI_VERSION_API=2
 LIBXFCE4UI_VERSION_MAJOR=4
 LIBXFCE4UI_VERSION_MINOR=18
-LIBXFCE4UI_VERSION_MICRO=5
+LIBXFCE4UI_VERSION_MICRO=6
 LIBXFCE4KBD_PRIVATE_VERINFO=0:0:0
 LIBXFCE4KBD_PRIVATE_VERSION_API=3
 
@@ -15343,9 +15343,72 @@
 
     ALL_LINGUAS="am ar ast az be bg bn ca cs cy da de el en_AU en_GB es et eu 
fa_IR fi fr gl he hr hu hy_AM hye hy id ie is it ja ka kk ko lt lv ms nb nl nn 
oc pa pl pt_BR pt ro ru si sk sl sq sr sv te th tr ug uk ur_PK ur vi zh_CN 
zh_HK zh_TW"
 
-    ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" 
"ac_cv_func_bind_textdomain_codeset"
-if test "x$ac_cv_func_bind_textdomain_codeset" = xyes
+    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library 
containing bind_textdomain_codeset" >&5
+printf %s "checking for library containing bind_textdomain_codeset... " >&6; }
+if test ${ac_cv_search_bind_textdomain_codeset+y}
+then :
+  printf %s "(cached) " >&6
+else case e in #(
+  e) ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.
+   The 'extern "C"' is for builds by C++ compilers;
+   although this is not generally supported in C code supporting it here
+   has little cost and some practical benefit (sr 110532).  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char bind_textdomain_codeset (void);
+int
+main (void)
+{
+return bind_textdomain_codeset ();
+  ;
+  return 0;
+}
+_ACEOF
+for ac_lib in '' intl
+do
+  if test -z "$ac_lib"; then
+    ac_res="none required"
+  else
+    ac_res=-l$ac_lib
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+  fi
+  if ac_fn_c_try_link "$LINENO"
+then :
+  ac_cv_search_bind_textdomain_codeset=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext
+  if test ${ac_cv_search_bind_textdomain_codeset+y}
+then :
+  break
+fi
+done
+if test ${ac_cv_search_bind_textdomain_codeset+y}
+then :
+
+else case e in #(
+  e) ac_cv_search_bind_textdomain_codeset=no ;;
+esac
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS ;;
+esac
+fi
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: 
$ac_cv_search_bind_textdomain_codeset" >&5
+printf "%s\n" "$ac_cv_search_bind_textdomain_codeset" >&6; }
+ac_res=$ac_cv_search_bind_textdomain_codeset
+if test "$ac_res" != no
 then :
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+
+printf "%s\n" "#define HAVE_BIND_TEXTDOMAIN_CODESET 1" >>confdefs.h
 
 fi
 
@@ -20641,7 +20704,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libxfce4ui $as_me 4.18.5, which was
+This file was extended by libxfce4ui $as_me 4.18.6, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20709,7 +20772,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-libxfce4ui config.status 4.18.5
+libxfce4ui config.status 4.18.6
 configured by $0, generated by GNU Autoconf 2.72,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/configure.ac 
new/libxfce4ui-4.18.6/configure.ac
--- old/libxfce4ui-4.18.5/configure.ac  2024-02-05 19:13:45.000000000 +0100
+++ new/libxfce4ui-4.18.6/configure.ac  2024-03-08 10:08:56.000000000 +0100
@@ -14,9 +14,9 @@
 m4_define([libxfce4ui_version_api], [2])
 m4_define([libxfce4ui_version_major], [4])
 m4_define([libxfce4ui_version_minor], [18])
-m4_define([libxfce4ui_version_micro], [5])
+m4_define([libxfce4ui_version_micro], [6])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano 
version
-m4_define([libxfce4ui_version_build], [402f9dc])
+m4_define([libxfce4ui_version_build], [45b7287])
 m4_define([libxfce4ui_version_tag], [])
 m4_define([libxfce4ui_version], 
[libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(),
 [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], 
[libxfce4ui_version_tag()-libxfce4ui_version_build()], 
[libxfce4ui_version_tag()])])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/docs/reference/Makefile.in 
new/libxfce4ui-4.18.6/docs/reference/Makefile.in
--- old/libxfce4ui-4.18.5/docs/reference/Makefile.in    2024-02-05 
19:15:09.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/Makefile.in    2024-03-08 
10:10:14.000000000 +0100
@@ -732,7 +732,7 @@
        gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" 
$${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
        $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > 
/dev/null 2>&1 ; then \
          scanobj_options=""; \
-         gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+         gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\--verbose"; \
          if test "$$?" = "0"; then \
            if test "x$(V)" = "x1"; then \
              scanobj_options="--verbose"; \
@@ -778,13 +778,13 @@
 html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) 
$(expand_content_files)
        $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
        mkhtml_options=""; \
-       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\--verbose"; \
        if test "$$?" = "0"; then \
          if test "x$(V)" = "x1"; then \
            mkhtml_options="$$mkhtml_options --verbose"; \
          fi; \
        fi; \
-       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
+       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\--path"; \
        if test "$$?" = "0"; then \
          mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
        fi; \
@@ -801,7 +801,7 @@
 pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) 
$(expand_content_files)
        $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
        mkpdf_options=""; \
-       gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+       gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\--verbose"; \
        if test "$$?" = "0"; then \
          if test "x$(V)" = "x1"; then \
            mkpdf_options="$$mkpdf_options --verbose"; \
@@ -810,7 +810,7 @@
        if test "x$(HTML_IMAGES)" != "x"; then \
          for img in $(HTML_IMAGES); do \
            part=`dirname $$img`; \
-           echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
+           echo $$mkpdf_options | grep >/dev/null "\--imgdir=$$part "; \
            if test $$? != 0; then \
              mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
            fi; \
@@ -824,10 +824,10 @@
 clean-local:
        @rm -f *~ *.bak
        @rm -rf .libs
-       @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
+       @if echo $(SCAN_OPTIONS) | grep -q "\--rebuild-types" ; then \
          rm -f $(DOC_MODULE).types; \
        fi
-       @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
+       @if echo $(SCAN_OPTIONS) | grep -q "\--rebuild-sections" ; then \
          rm -f $(DOC_MODULE)-sections.txt; \
        fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/XfceFilenameInput.html 
new/libxfce4ui-4.18.6/docs/reference/html/XfceFilenameInput.html
--- old/libxfce4ui-4.18.5/docs/reference/html/XfceFilenameInput.html    
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/XfceFilenameInput.html    
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-widgets.html" title="Part IV. Xfce UI 
Widget">
 <link rel="prev" href="libxfce4ui-XfceDialogs.html" title="XfceDialogs">
 <link rel="next" href="XfceTitledDialog.html" title="XfceTitledDialog">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -421,6 +421,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/XfceSMClient.html 
new/libxfce4ui-4.18.6/docs/reference/html/XfceSMClient.html
--- old/libxfce4ui-4.18.5/docs/reference/html/XfceSMClient.html 2024-02-05 
19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/XfceSMClient.html 2024-03-08 
10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-sm.html" title="Part V. Xfce Session 
Management Support">
 <link rel="prev" href="libxfce4ui-sm.html" title="Part V. Xfce Session 
Management Support">
 <link rel="next" href="XfceScreensaver.html" title="XfceScreensaver">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -1542,6 +1542,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/XfceScreensaver.html 
new/libxfce4ui-4.18.6/docs/reference/html/XfceScreensaver.html
--- old/libxfce4ui-4.18.5/docs/reference/html/XfceScreensaver.html      
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/XfceScreensaver.html      
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-sm.html" title="Part V. Xfce Session 
Management Support">
 <link rel="prev" href="XfceSMClient.html" title="XfceSMClient">
 <link rel="next" href="api-index-full.html" title="Index of all symbols">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -245,6 +245,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/XfceTitledDialog.html 
new/libxfce4ui-4.18.6/docs/reference/html/XfceTitledDialog.html
--- old/libxfce4ui-4.18.5/docs/reference/html/XfceTitledDialog.html     
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/XfceTitledDialog.html     
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-widgets.html" title="Part IV. Xfce UI 
Widget">
 <link rel="prev" href="XfceFilenameInput.html" title="XfceFilenameInput">
 <link rel="next" href="libxfce4ui-sm.html" title="Part V. Xfce Session 
Management Support">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -556,6 +556,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/annotation-glossary.html 
new/libxfce4ui-4.18.6/docs/reference/html/annotation-glossary.html
--- old/libxfce4ui-4.18.5/docs/reference/html/annotation-glossary.html  
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/annotation-glossary.html  
2024-03-08 10:14:22.000000000 +0100
@@ -7,7 +7,7 @@
 <link rel="home" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-4-10.html" title="Index of new symbols in 
4.10">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -60,6 +60,6 @@
 <dd class="glossdef"><p>The data is owned by the callee, which is responsible 
of freeing it.</p></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-10.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-10.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-10.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-10.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-4-12.html" title="Index of new symbols in 
4.12">
 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -29,6 +29,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-12.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-12.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-12.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-12.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-4-14.html" title="Index of new symbols in 
4.14">
 <link rel="next" href="api-index-4-10.html" title="Index of new symbols in 
4.10">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -29,6 +29,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-14.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-14.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-14.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-14.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-4-16.html" title="Index of new symbols in 
4.16">
 <link rel="next" href="api-index-4-12.html" title="Index of new symbols in 
4.12">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -47,6 +47,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-16.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-16.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-16.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-16.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-4-18.html" title="Index of new symbols in 
4.18">
 <link rel="next" href="api-index-4-14.html" title="Index of new symbols in 
4.14">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -183,6 +183,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-18.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-18.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-4-18.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-4-18.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated 
symbols">
 <link rel="next" href="api-index-4-16.html" title="Index of new symbols in 
4.16">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -51,6 +51,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-deprecated.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-deprecated.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-deprecated.html 
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-deprecated.html 
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="api-index-full.html" title="Index of all symbols">
 <link rel="next" href="api-index-4-18.html" title="Index of new symbols in 
4.18">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -40,6 +40,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/api-index-full.html 
new/libxfce4ui-4.18.6/docs/reference/html/api-index-full.html
--- old/libxfce4ui-4.18.5/docs/reference/html/api-index-full.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/api-index-full.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="XfceScreensaver.html" title="XfceScreensaver">
 <link rel="next" href="api-index-deprecated.html" title="Index of deprecated 
symbols">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -563,6 +563,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/docs/reference/html/index.html 
new/libxfce4ui-4.18.6/docs/reference/html/index.html
--- old/libxfce4ui-4.18.5/docs/reference/html/index.html        2024-02-05 
19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/index.html        2024-03-08 
10:14:22.000000000 +0100
@@ -6,7 +6,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="next" href="libxfce4ui-introduction.html" title="Part I. 
Introduction">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">libxfce4ui Reference 
Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      For libxfce4ui 4.18.5.
+      For libxfce4ui 4.18.6.
       The latest version of this documentation can be found on-line at
       <a class="ulink" href="https://developer.xfce.org/libxfce4ui/index.html"; 
target="_top">https://developer.xfce.org/libxfce4ui/</a>.
     </p></div>
@@ -75,6 +75,6 @@
 </dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-Gdk-Extensions.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-Gdk-Extensions.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-Gdk-Extensions.html    
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-Gdk-Extensions.html    
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-extensions.html" title="Part III. Xfce UI 
Extensions">
 <link rel="prev" href="libxfce4ui-extensions.html" title="Part III. Xfce UI 
Extensions">
 <link rel="next" href="libxfce4ui-Gtk-Extensions.html" title="Gtk Extensions">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -184,6 +184,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-Gtk-Extensions.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-Gtk-Extensions.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-Gtk-Extensions.html    
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-Gtk-Extensions.html    
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-extensions.html" title="Part III. Xfce UI 
Extensions">
 <link rel="prev" href="libxfce4ui-Gdk-Extensions.html" title="Gdk Extensions">
 <link rel="next" href="libxfce4ui-widgets.html" title="Part IV. Xfce UI 
Widget">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -1729,6 +1729,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-Spawn.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-Spawn.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-Spawn.html     
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-Spawn.html     
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-fundamentals.html" title="Part II. Xfce 
Fundamentals">
 <link rel="prev" href="libxfce4ui-libxfce4ui-config.html" title="libxfce4ui 
config">
 <link rel="next" href="libxfce4ui-extensions.html" title="Part III. Xfce UI 
Extensions">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -570,6 +570,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-XfceDialogs.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-XfceDialogs.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-XfceDialogs.html       
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-XfceDialogs.html       
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-widgets.html" title="Part IV. Xfce UI 
Widget">
 <link rel="prev" href="libxfce4ui-widgets.html" title="Part IV. Xfce UI 
Widget">
 <link rel="next" href="XfceFilenameInput.html" title="XfceFilenameInput">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -850,6 +850,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-extensions.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-extensions.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-extensions.html        
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-extensions.html        
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="libxfce4ui-Spawn.html" title="Spawn">
 <link rel="next" href="libxfce4ui-Gdk-Extensions.html" title="Gdk Extensions">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -35,6 +35,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-fundamentals.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-fundamentals.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-fundamentals.html      
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-fundamentals.html      
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="libxfce4ui-introduction.html" title="Part I. 
Introduction">
 <link rel="next" href="libxfce4ui-libxfce4ui-config.html" title="libxfce4ui 
config">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -35,6 +35,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-introduction.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-introduction.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-introduction.html      
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-introduction.html      
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="next" href="libxfce4ui-fundamentals.html" title="Part II. Xfce 
Fundamentals">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -27,6 +27,6 @@
     </p>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-libxfce4ui-config.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-libxfce4ui-config.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-libxfce4ui-config.html 
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-libxfce4ui-config.html 
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="libxfce4ui-fundamentals.html" title="Part II. Xfce 
Fundamentals">
 <link rel="prev" href="libxfce4ui-fundamentals.html" title="Part II. Xfce 
Fundamentals">
 <link rel="next" href="libxfce4ui-Spawn.html" title="Spawn">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -210,7 +210,7 @@
 </tr>
 <tr>
 <td class="parameter_name"><p>micro</p></td>
-<td class="parameter_description"><p>The micro release of the library, i.e. 
5</p></td>
+<td class="parameter_description"><p>The micro release of the library, i.e. 
6</p></td>
 <td class="parameter_annotations"> </td>
 </tr>
 </tbody>
@@ -259,7 +259,7 @@
 <hr>
 <div class="refsect2">
 <a name="LIBXFCE4UI-MICRO-VERSION:CAPS"></a><h3>LIBXFCE4UI_MICRO_VERSION</h3>
-<pre class="programlisting">#define LIBXFCE4UI_MICRO_VERSION (5)
+<pre class="programlisting">#define LIBXFCE4UI_MICRO_VERSION (6)
 </pre>
 <p>A macro that evaluates to the micro version of libxfce4ui, in a format
 that can be used by the C pre-processor.</p>
@@ -267,6 +267,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-sm.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-sm.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-sm.html        
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-sm.html        
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="XfceTitledDialog.html" title="XfceTitledDialog">
 <link rel="next" href="XfceSMClient.html" title="XfceSMClient">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -35,6 +35,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-widgets.html 
new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-widgets.html
--- old/libxfce4ui-4.18.5/docs/reference/html/libxfce4ui-widgets.html   
2024-02-05 19:17:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/docs/reference/html/libxfce4ui-widgets.html   
2024-03-08 10:14:22.000000000 +0100
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="libxfce4ui Reference Manual">
 <link rel="prev" href="libxfce4ui-Gtk-Extensions.html" title="Gtk Extensions">
 <link rel="next" href="libxfce4ui-XfceDialogs.html" title="XfceDialogs">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -38,6 +38,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/gtk-doc.make 
new/libxfce4ui-4.18.6/gtk-doc.make
--- old/libxfce4ui-4.18.5/gtk-doc.make  2024-02-05 19:14:28.000000000 +0100
+++ new/libxfce4ui-4.18.6/gtk-doc.make  2024-03-08 10:09:24.000000000 +0100
@@ -136,7 +136,7 @@
        gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" 
$${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
        $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > 
/dev/null 2>&1 ; then \
          scanobj_options=""; \
-         gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+         gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\--verbose"; \
          if test "$$?" = "0"; then \
            if test "x$(V)" = "x1"; then \
              scanobj_options="--verbose"; \
@@ -198,13 +198,13 @@
 html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) 
$(expand_content_files)
        $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
        mkhtml_options=""; \
-       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\--verbose"; \
        if test "$$?" = "0"; then \
          if test "x$(V)" = "x1"; then \
            mkhtml_options="$$mkhtml_options --verbose"; \
          fi; \
        fi; \
-       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
+       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\--path"; \
        if test "$$?" = "0"; then \
          mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
        fi; \
@@ -227,7 +227,7 @@
 pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) 
$(expand_content_files)
        $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
        mkpdf_options=""; \
-       gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+       gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\--verbose"; \
        if test "$$?" = "0"; then \
          if test "x$(V)" = "x1"; then \
            mkpdf_options="$$mkpdf_options --verbose"; \
@@ -236,7 +236,7 @@
        if test "x$(HTML_IMAGES)" != "x"; then \
          for img in $(HTML_IMAGES); do \
            part=`dirname $$img`; \
-           echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
+           echo $$mkpdf_options | grep >/dev/null "\--imgdir=$$part "; \
            if test $$? != 0; then \
              mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
            fi; \
@@ -250,10 +250,10 @@
 clean-local:
        @rm -f *~ *.bak
        @rm -rf .libs
-       @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
+       @if echo $(SCAN_OPTIONS) | grep -q "\--rebuild-types" ; then \
          rm -f $(DOC_MODULE).types; \
        fi
-       @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
+       @if echo $(SCAN_OPTIONS) | grep -q "\--rebuild-sections" ; then \
          rm -f $(DOC_MODULE)-sections.txt; \
        fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxfce4ui-4.18.5/libxfce4kbd-private/xfce-shortcuts-grabber.c 
new/libxfce4ui-4.18.6/libxfce4kbd-private/xfce-shortcuts-grabber.c
--- old/libxfce4ui-4.18.5/libxfce4kbd-private/xfce-shortcuts-grabber.c  
2024-02-05 19:13:07.000000000 +0100
+++ new/libxfce4ui-4.18.6/libxfce4kbd-private/xfce-shortcuts-grabber.c  
2024-03-08 10:08:13.000000000 +0100
@@ -353,7 +353,6 @@
 get_entries_for_keyval (GdkKeymap        *keymap,
                         gint              group,
                         guint             keyval,
-                        GdkModifierType   modifiers,
                         GdkKeymapKey    **keys_out,
                         guint            *n_keys_out)
 {
@@ -403,27 +402,6 @@
       }
   }
 
-  /* Filter keys by level */
-  {
-    guint keyval_trans;
-    GdkModifierType modifiers_levelled;
-
-    /* Remove keys that do not match the level for the given modifiers */
-    for (gint i = 0; i < n_keys;)
-      {
-        modifiers_levelled = modifiers;
-        if (keys[i].level == 0)
-          modifiers_levelled &= ~(GDK_SHIFT_MASK | GDK_MOD5_MASK);
-
-        gdk_keymap_translate_keyboard_state (keymap, keys[i].keycode, 
modifiers_levelled,
-                                             keys[i].group, &keyval_trans, 
NULL, NULL, NULL);
-        if (keyval == keyval_trans)
-          i++;
-        else
-          keys[i] = keys[--n_keys];
-      }
-  }
-
   if (G_UNLIKELY (n_keys == 0))
     {
       g_free (keys);
@@ -503,7 +481,7 @@
 
     if (!map_virtual_modifiers (keymap, key->modifiers, 
&non_virtual_modifiers))
       continue;
-    if (!get_entries_for_keyval (keymap, group, key->keyval, key->modifiers, 
&keys, &n_keys))
+    if (!get_entries_for_keyval (keymap, group, key->keyval, &keys, &n_keys))
       continue;
 
     already_grabbed = TRUE;
@@ -644,7 +622,7 @@
 
   if (!map_virtual_modifiers (keymap, key->modifiers, &non_virtual_modifiers))
     return;
-  if (!get_entries_for_keyval (keymap, group, key->keyval, key->modifiers, 
&keys, &n_keys))
+  if (!get_entries_for_keyval (keymap, group, key->keyval, &keys, &n_keys))
     return;
 
 #ifdef DEBUG_TRACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxfce4ui-4.18.5/libxfce4ui/libxfce4ui-config.h 
new/libxfce4ui-4.18.6/libxfce4ui/libxfce4ui-config.h
--- old/libxfce4ui-4.18.5/libxfce4ui/libxfce4ui-config.h        2024-02-05 
19:15:52.000000000 +0100
+++ new/libxfce4ui-4.18.6/libxfce4ui/libxfce4ui-config.h        2024-03-08 
10:12:07.000000000 +0100
@@ -53,13 +53,13 @@
  * that can be used by the C pre-processor.
  *
  */
-#define LIBXFCE4UI_MICRO_VERSION (5)
+#define LIBXFCE4UI_MICRO_VERSION (6)
 
 /**
  * LIBXFCE4UI_CHECK_VERSION:
  * @major : The major version of the library, i.e. 4
  * @minor : The minor version of the library, i.e. 18
- * @micro : The micro release of the library, i.e. 5
+ * @micro : The micro release of the library, i.e. 6
  *
  * A macro to compare libxfce4ui versions to determine if a particular
  * function is available.

Reply via email to