Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2015-11-11 10:30:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-netbook (Old)
 and      /work/SRC/openSUSE:Factory/.mate-netbook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-netbook"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes        
2015-07-05 18:02:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2015-11-11 10:30:44.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0.
+
+-------------------------------------------------------------------
+Wed Oct 14 20:55:49 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.11.0:
+  * Window Picker Applet: have background automatically painted.
+  * Retrieve strings directly from gschema (requires intltool
+    0.50.1).
+  * Several small fixes and cleanups.
+- Own /usr/share/mate-panel/.
+
+-------------------------------------------------------------------

Old:
----
  mate-netbook-1.10.0.tar.xz

New:
----
  mate-netbook-1.12.0.tar.xz

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

Other differences:
------------------
++++++ mate-netbook.spec ++++++
--- /var/tmp/diff_new_pack.fDxB0Q/_old  2015-11-11 10:30:45.000000000 +0100
+++ /var/tmp/diff_new_pack.fDxB0Q/_new  2015-11-11 10:30:45.000000000 +0100
@@ -16,28 +16,26 @@
 #
 
 
-%define _version 1.10
+%define _version 1.12
 Name:           mate-netbook
-Version:        1.10.0
+Version:        1.12.0
 Release:        0
 Summary:        MATE Desktop window management tool
 License:        GPL-3.0
 Group:          System/GUI/Other
 Url:            http://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  mate-common
-# To own /usr/share/mate-panel/ directory.
-BuildRequires:  mate-applets
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libfakekey)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libwnck-1.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xtst)
-Requires:       mate-panel >= 1.9.0
-Recommends:     %{name}-lang = %{version}
+Requires:       mate-panel >= %{_version}
+Recommends:     %{name}-lang
 %glib2_gsettings_schema_requires
 
 %description
@@ -78,6 +76,8 @@
 %config %{_sysconfdir}/xdg/autostart/mate-maximus-autostart.desktop
 %{_bindir}/mate-maximus
 %{_libexecdir}/%{name}/
+%dir %{_datadir}/mate-panel/
+%dir %{_datadir}/mate-panel/applets/
 
%{_datadir}/mate-panel/applets/org.mate.panel.MateWindowPicker.mate-panel-applet
 %dir %{_datadir}/mate-panel/ui/
 %{_datadir}/mate-panel/ui/mate-window-picker-applet-menu.xml

++++++ mate-netbook-1.10.0.tar.xz -> mate-netbook-1.12.0.tar.xz ++++++
++++ 3508 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/NEWS new/mate-netbook-1.12.0/NEWS
--- old/mate-netbook-1.10.0/NEWS        2015-05-08 10:35:55.000000000 +0200
+++ new/mate-netbook-1.12.0/NEWS        2015-11-04 18:07:46.000000000 +0100
@@ -1,6 +1,18 @@
+1.12.0
+======
+
+ * Window Picker Applet: have background automatically painted
+ * Retrieve strings directly from gschema (requires intltool 0.50.1)
+ * Several small fixes and cleanups
+
 1.10.0
 ======
 
+ * translation update
+
+1.9.91
+======
+
  * Use MateAboutDialog
 
 1.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/compile new/mate-netbook-1.12.0/compile
--- old/mate-netbook-1.10.0/compile     2015-05-08 10:36:07.000000000 +0200
+++ new/mate-netbook-1.12.0/compile     2015-11-04 18:08:29.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey <tro...@cygnus.com>.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/config.h.in new/mate-netbook-1.12.0/config.h.in
--- old/mate-netbook-1.10.0/config.h.in 2015-05-08 10:36:06.000000000 +0200
+++ new/mate-netbook-1.12.0/config.h.in 2015-11-04 18:08:27.000000000 +0100
@@ -6,6 +6,12 @@
 /* Define to the Gettext package name */
 #undef GETTEXT_PACKAGE
 
+/* Warn on use of APIs added after GLib 2.36 */
+#undef GLIB_VERSION_MAX_ALLOWED
+
+/* Warn on use of APIs deprecated before GLib 2.36 */
+#undef GLIB_VERSION_MIN_REQUIRED
+
 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
 #undef HAVE_BIND_TEXTDOMAIN_CODESET
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/configure.ac new/mate-netbook-1.12.0/configure.ac
--- old/mate-netbook-1.10.0/configure.ac        2015-05-08 10:35:52.000000000 
+0200
+++ new/mate-netbook-1.12.0/configure.ac        2015-11-04 18:07:46.000000000 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.10.0, [])
+AC_INIT(mate-netbook, 1.12.0, [])
 AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_SRCDIR(maximus/main.c)
@@ -7,11 +7,16 @@
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
-AC_ISC_POSIX
 AC_PROG_CC
 AC_STDC_HEADERS
 AC_PROG_LIBTOOL
 
+# GLib min/max required versions
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36],
+       [Warn on use of APIs added after GLib 2.36])
+AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36],
+       [Warn on use of APIs deprecated before GLib 2.36])
+
 dnl ==========================================================================
 dnl i18n
 dnl ==========================================================================
@@ -21,7 +26,7 @@
 AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext 
package name])
 
-IT_PROG_INTLTOOL([0.34])
+IT_PROG_INTLTOOL([0.50.1])
 
 AM_GLIB_GNU_GETTEXT
 
@@ -82,7 +87,9 @@
 AC_OUTPUT([
 Makefile
 maximus/Makefile
+maximus/org.mate.maximus.gschema.xml
 mate-window-picker-applet/Makefile
+mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml
 po/Makefile.in
 ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/mate-window-picker-applet/Makefile.am 
new/mate-netbook-1.12.0/mate-window-picker-applet/Makefile.am
--- old/mate-netbook-1.10.0/mate-window-picker-applet/Makefile.am       
2014-02-26 15:04:25.000000000 +0100
+++ new/mate-netbook-1.12.0/mate-window-picker-applet/Makefile.am       
2015-09-29 10:51:05.000000000 +0200
@@ -47,14 +47,11 @@
        $< > $@
 
 @INTLTOOL_XML_NOMERGE_RULE@
-gsettings_SCHEMAS = org.mate.panel.applet.mate-window-picker-applet.gschema.xml
+gsettingsschema_in_files = 
org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in
 
-gsettings_SCHEMAS_in_in = $(gsettings_SCHEMAS:.xml=.xml.in.in)
+gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
 @GSETTINGS_RULES@
 
-%.gschema.xml.in: %.gschema.xml.in.in Makefile
-       $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< 
> $@
-
 xmluidir = $(datadir)/mate-panel/ui
 xmlui_DATA = mate-window-picker-applet-menu.xml
 
@@ -63,14 +60,14 @@
        $(service_in_files) \
        $(ui_DATA) \
        $(convert_DATA) \
-       $(gsettings_SCHEMAS_in_in) \
+       $(gsettingsschema_in_files) \
        $(xmlui_DATA)
 
 CLEANFILES = \
        $(applet_DATA) \
        $(applet_DATA).in \
-       $(gsettings_SCHEMAS_in) \
        $(gsettings_SCHEMAS) \
+       *.gschema.valid \
        $(service_DATA)
 
 clean:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/mate-window-picker-applet/applet.c 
new/mate-netbook-1.12.0/mate-window-picker-applet/applet.c
--- old/mate-netbook-1.10.0/mate-window-picker-applet/applet.c  2015-05-06 
10:01:03.000000000 +0200
+++ new/mate-netbook-1.12.0/mate-window-picker-applet/applet.c  2015-09-29 
10:51:05.000000000 +0200
@@ -37,10 +37,6 @@
 #include <mate-panel-applet.h>
 #include <mate-panel-applet-gsettings.h>
 
-#if GTK_CHECK_VERSION (3, 0, 0)
-#define gtk_rc_style_unref g_object_ref
-#endif
-
 #include "task-list.h"
 #include "task-title.h"
 
@@ -59,15 +55,6 @@
 static WinPickerApp *mainapp;
 static gpointer parent_class;
 
-static void cw_panel_background_changed (MatePanelApplet               *applet,
-                                         MatePanelAppletBackgroundType  type,
-                                        GdkColor                  *colour,
-#if GTK_CHECK_VERSION (3, 0, 0)
-                                        cairo_pattern_t           *pattern,
-#else
-                                        GdkPixmap                 *pixmap,
-#endif
-                                         gpointer                   user_data);
 static void display_about_dialog (GtkAction    *action,
                                   WinPickerApp *applet);
 
@@ -152,6 +139,9 @@
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
   textdomain (GETTEXT_PACKAGE);
 
+  /* Have our background automatically painted. */
+  mate_panel_applet_set_background_widget (MATE_PANEL_APPLET (applet), 
GTK_WIDGET (applet));
+
   wnck_set_client_type (WNCK_CLIENT_TYPE_PAGER);
   
   app = g_slice_new0 (WinPickerApp);
@@ -185,10 +175,6 @@
        
   on_show_all_windows_changed (app->settings, SHOW_WIN_KEY, app);
                
-  /* Signals */
-  g_signal_connect (applet, "change-background",
-                    G_CALLBACK (cw_panel_background_changed), NULL);
-       
   action_group = gtk_action_group_new ("MateWindowPicker Applet Actions");
   gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
   gtk_action_group_add_actions (action_group,
@@ -215,63 +201,6 @@
                                        cw_applet_fill,
                                        NULL);
 
-static void 
-cw_panel_background_changed (MatePanelApplet               *applet,
-                             MatePanelAppletBackgroundType  type,
-                             GdkColor                  *colour,
-#if GTK_CHECK_VERSION (3, 0, 0)
-                             cairo_pattern_t           *pattern,
-#else
-                             GdkPixmap                 *pixmap,
-#endif
-                             gpointer                   user_data)
-{
-  GtkRcStyle *rc_style;
-  GtkStyle *style;
-
-  /* reset style */
-  gtk_widget_set_style (GTK_WIDGET (applet), NULL);
-  rc_style = gtk_rc_style_new ();
-  gtk_widget_modify_style (GTK_WIDGET (applet), rc_style);
-  gtk_rc_style_unref (rc_style);
-
-  gtk_widget_set_style (mainapp->title, NULL);
-  rc_style = gtk_rc_style_new ();
-  gtk_widget_modify_style (mainapp->title, rc_style);
-  gtk_rc_style_unref (rc_style);
-
-  switch (type) 
-  {
-    case PANEL_NO_BACKGROUND:
-      break;
-    case PANEL_COLOR_BACKGROUND:
-      gtk_widget_modify_bg (GTK_WIDGET (applet), GTK_STATE_NORMAL, colour);
-      gtk_widget_modify_bg (mainapp->title, GTK_STATE_NORMAL, colour); 
-      break;
-    
-    case PANEL_PIXMAP_BACKGROUND:
-#if GTK_CHECK_VERSION (3, 0, 0)
-      /* FIXME */
-#else
-      style = gtk_style_copy (GTK_WIDGET (applet)->style);
-      if (style->bg_pixmap[GTK_STATE_NORMAL])
-        g_object_unref (style->bg_pixmap[GTK_STATE_NORMAL]);
-      style->bg_pixmap[GTK_STATE_NORMAL] = g_object_ref (pixmap);
-      gtk_widget_set_style (GTK_WIDGET (applet), style);
-      g_object_unref (style);
-#endif
-
-      /*style = gtk_style_copy (mainapp->title->style);
-      if (style->bg_pixmap[GTK_STATE_NORMAL])
-        g_object_unref (style->bg_pixmap[GTK_STATE_NORMAL]);
-      style->bg_pixmap[GTK_STATE_NORMAL] = g_object_ref (pixmap);
-      gtk_widget_set_style (mainapp->title, style);
-      g_object_unref (style);*/
- 
-      break;
-  }
-}
-
 static void
 display_about_dialog (GtkAction       *action,
                       WinPickerApp *applet)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in
 
new/mate-netbook-1.12.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in
--- 
old/mate-netbook-1.10.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mate-netbook-1.12.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in
    2015-09-29 10:51:05.000000000 +0200
@@ -0,0 +1,9 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+  <schema id="org.mate.panel.applet.mate-window-picker-applet">
+    <key name="show-all-windows" type="b">
+      <default>true</default>
+      <summary>Show windows from all workspaces.</summary>
+      <description>Show windows from all workspaces.</description>
+    </key>
+  </schema>
+</schemalist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.in
 
new/mate-netbook-1.12.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.in
--- 
old/mate-netbook-1.10.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.in
 2014-02-26 15:04:25.000000000 +0100
+++ 
new/mate-netbook-1.12.0/mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.in
 1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
-  <schema id="org.mate.panel.applet.mate-window-picker-applet">
-    <key name="show-all-windows" type="b">
-      <default>true</default>
-      <_summary>Show windows from all workspaces.</_summary>
-      <_description>Show windows from all workspaces.</_description>
-    </key>
-  </schema>
-</schemalist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/maximus/Makefile.am 
new/mate-netbook-1.12.0/maximus/Makefile.am
--- old/mate-netbook-1.10.0/maximus/Makefile.am 2015-01-12 10:50:53.000000000 
+0100
+++ new/mate-netbook-1.12.0/maximus/Makefile.am 2015-09-29 10:51:05.000000000 
+0200
@@ -31,14 +31,11 @@
        xutils.h 
 
 @INTLTOOL_XML_NOMERGE_RULE@
-gsettings_SCHEMAS = org.mate.maximus.gschema.xml
+gsettingsschema_in_files = org.mate.maximus.gschema.xml.in
 
-gsettings_SCHEMAS_in_in = $(gsettings_SCHEMAS:.xml=.xml.in.in)
+gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
 @GSETTINGS_RULES@
 
-%.gschema.xml.in: %.gschema.xml.in.in Makefile
-       $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< 
> $@
-
 convertdir = $(datadir)/MateConf/gsettings
 convert_DATA = mate-maximus.convert
 
@@ -47,8 +44,6 @@
 
 man_MANS = mate-maximus.1
 
-CLEANFILES = $(gsettings_SCHEMAS) \
-       $(gsettings_SCHEMAS_in)
-
+CLEANFILES = $(gsettings_SCHEMAS) *.gschema.valid
 
-EXTRA_DIST =  $(gsettings_SCHEMAS_in_in) $(convert_DATA) $(man_MANS)
+EXTRA_DIST =  $(gsettingsschema_in_files) $(convert_DATA) $(man_MANS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/maximus/eggaccelerators.c 
new/mate-netbook-1.12.0/maximus/eggaccelerators.c
--- old/mate-netbook-1.10.0/maximus/eggaccelerators.c   2014-02-26 
15:04:25.000000000 +0100
+++ new/mate-netbook-1.12.0/maximus/eggaccelerators.c   2015-09-29 
10:51:05.000000000 +0200
@@ -22,9 +22,6 @@
 #include <string.h>
 #include <gdk/gdkx.h>
 #include <gdk/gdkkeysyms.h>
-#if GTK_CHECK_VERSION (3, 0, 0)
-#include <gdk/gdkkeysyms-compat.h>
-#endif
 
 enum
 {
@@ -581,20 +578,20 @@
       j = 0;
       while (j < n_entries)
         {          
-          if (keyvals[j] == GDK_Num_Lock)
+          if (keyvals[j] == GDK_KEY_Num_Lock)
             mask |= EGG_VIRTUAL_NUM_LOCK_MASK;
-          else if (keyvals[j] == GDK_Scroll_Lock)
+          else if (keyvals[j] == GDK_KEY_Scroll_Lock)
             mask |= EGG_VIRTUAL_SCROLL_LOCK_MASK;
-          else if (keyvals[j] == GDK_Meta_L ||
-                   keyvals[j] == GDK_Meta_R)
+          else if (keyvals[j] == GDK_KEY_Meta_L ||
+                   keyvals[j] == GDK_KEY_Meta_R)
             mask |= EGG_VIRTUAL_META_MASK;
-          else if (keyvals[j] == GDK_Hyper_L ||
-                   keyvals[j] == GDK_Hyper_R)
+          else if (keyvals[j] == GDK_KEY_Hyper_L ||
+                   keyvals[j] == GDK_KEY_Hyper_R)
             mask |= EGG_VIRTUAL_HYPER_MASK;
-          else if (keyvals[j] == GDK_Super_L ||
-                   keyvals[j] == GDK_Super_R)
+          else if (keyvals[j] == GDK_KEY_Super_L ||
+                   keyvals[j] == GDK_KEY_Super_R)
             mask |= EGG_VIRTUAL_SUPER_MASK;
-          else if (keyvals[j] == GDK_Mode_switch)
+          else if (keyvals[j] == GDK_KEY_Mode_switch)
             mask |= EGG_VIRTUAL_MODE_SWITCH_MASK;
           
           ++j;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/maximus/org.mate.maximus.gschema.xml.in 
new/mate-netbook-1.12.0/maximus/org.mate.maximus.gschema.xml.in
--- old/mate-netbook-1.10.0/maximus/org.mate.maximus.gschema.xml.in     
1970-01-01 01:00:00.000000000 +0100
+++ new/mate-netbook-1.12.0/maximus/org.mate.maximus.gschema.xml.in     
2015-09-29 10:51:05.000000000 +0200
@@ -0,0 +1,24 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+  <schema id="org.mate.maximus" path="/org/mate/maximus/">
+    <key name="exclude-class" type="as">
+      <default>[ 'Totem' ]</default>
+      <summary>A list of exclusion strings which apply to the window 
class.</summary>
+      <description>A list of exclusion strings which apply to the window 
class</description>
+    </key>
+    <key name="binding" type="s">
+      <default>'disabled'</default>
+      <summary>A binding</summary>
+      <description>A binding</description>
+    </key>
+    <key name="undecorate" type="b">
+      <default>false</default>
+      <summary>Undecorate windows when maximized</summary>
+      <description>Undecorate windows when maximized</description>
+    </key>
+    <key name="no-maximize" type="b">
+      <default>true</default>
+      <summary>Do not automatically maximize newly opened windows</summary>
+      <description>Do not automatically maximize newly opened windows. If 
undecorate is set, will still undecorate maximized windows.</description>
+    </key>
+  </schema>
+</schemalist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/maximus/org.mate.maximus.gschema.xml.in.in 
new/mate-netbook-1.12.0/maximus/org.mate.maximus.gschema.xml.in.in
--- old/mate-netbook-1.10.0/maximus/org.mate.maximus.gschema.xml.in.in  
2014-02-26 15:04:25.000000000 +0100
+++ new/mate-netbook-1.12.0/maximus/org.mate.maximus.gschema.xml.in.in  
1970-01-01 01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
-  <schema id="org.mate.maximus" path="/org/mate/maximus/">
-    <key name="exclude-class" type="as">
-      <default>[ 'Totem' ]</default>
-      <_summary>A list of exclusion strings which apply to the window 
class.</_summary>
-      <_description>A list of exclusion strings which apply to the window 
class</_description>
-    </key>
-    <key name="binding" type="s">
-      <default>'disabled'</default>
-      <_summary>A binding</_summary>
-      <_description>A binding</_description>
-    </key>
-    <key name="undecorate" type="b">
-      <default>false</default>
-      <_summary>Undecorate windows when maximized</_summary>
-      <_description>Undecorate windows when maximized</_description>
-    </key>
-    <key name="no-maximize" type="b">
-      <default>true</default>
-      <_summary>Do not automatically maximize newly opened windows</_summary>
-      <_description>Do not automatically maximize newly opened windows. If 
undecorate is set, will still undecorate maximised windows.</_description>
-    </key>
-  </schema>
-</schemalist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/maximus/xutils.c 
new/mate-netbook-1.12.0/maximus/xutils.c
--- old/mate-netbook-1.10.0/maximus/xutils.c    2014-02-26 15:04:25.000000000 
+0100
+++ new/mate-netbook-1.12.0/maximus/xutils.c    2015-09-29 10:51:05.000000000 
+0200
@@ -43,11 +43,7 @@
 int
 _wnck_error_trap_pop (void)
 {
-#if GTK_CHECK_VERSION (3, 0, 0)
   XSync (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), False);
-#else
-  XSync (gdk_display, False);
-#endif
   return gdk_error_trap_pop ();
 }
 
@@ -82,11 +78,7 @@
   ch.res_name = NULL;
   ch.res_class = NULL;
 
-#if GTK_CHECK_VERSION (3, 0, 0)
   XGetClassHint (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
-#else
-  XGetClassHint (gdk_display,
-#endif
                  xwindow,
                  &ch);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/missing new/mate-netbook-1.12.0/missing
--- old/mate-netbook-1.10.0/missing     2015-05-08 10:36:07.000000000 +0200
+++ new/mate-netbook-1.12.0/missing     2015-11-04 18:08:29.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-netbook-1.10.0/po/POTFILES.in new/mate-netbook-1.12.0/po/POTFILES.in
--- old/mate-netbook-1.10.0/po/POTFILES.in      2014-02-26 15:04:25.000000000 
+0100
+++ new/mate-netbook-1.12.0/po/POTFILES.in      2015-09-29 10:51:05.000000000 
+0200
@@ -1,6 +1,6 @@
-mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.in
+[type: 
gettext/gsettings]mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in
 
mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in
 mate-window-picker-applet/applet.c
 mate-window-picker-applet/task-title.c
 mate-window-picker-applet/task-item.c
-maximus/org.mate.maximus.gschema.xml.in.in
+[type: gettext/gsettings]maximus/org.mate.maximus.gschema.xml.in


Reply via email to