Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2014-10-05 20:31:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-panel (Old)
 and      /work/SRC/openSUSE:Factory/.mate-panel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-panel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes    2014-07-12 
17:15:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes       
2014-10-05 20:33:07.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Oct  3 11:01:11 UTC 2014 - [email protected]
+
+- Add needed macros required by any package which contains gsettings 
+  schemas
+- Remove gsettings calling from main package
+
+-------------------------------------------------------------------
+Fri Oct  3 10:35:30 UTC 2014 - [email protected]
+
+- Update to version 1.8.1
+  + Fix "Add to Panel" context menu with multiple monitors.
+
+-------------------------------------------------------------------

Old:
----
  mate-panel-1.8.0.tar.xz

New:
----
  mate-panel-1.8.1.tar.xz

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

Other differences:
------------------
++++++ mate-panel.spec ++++++
--- /var/tmp/diff_new_pack.sLJfIi/_old  2014-10-05 20:33:08.000000000 +0200
+++ /var/tmp/diff_new_pack.sLJfIi/_new  2014-10-05 20:33:08.000000000 +0200
@@ -18,7 +18,7 @@
 Name:           mate-panel
 %define _name   libmate-panel-applet-4-1
 %define typelib typelib-1_0-MatePanelApplet-4_0
-Version:        1.8.0
+Version:        1.8.1
 Release:        0
 License:        GPL-2.0+
 Summary:        MATE Desktop Panel
@@ -29,7 +29,6 @@
 Requires:       gvfs-backends
 Requires:       NetworkManager-gnome
 Requires:       gsettings-backend-dconf
-%glib2_gsettings_schema_requires
 # Remove old packages
 Obsoletes:      mate-panel-matecomponent-support
 
@@ -77,6 +76,7 @@
 #BRAND: which contains the default layout.
 #BRAND: Branding package should require packages with applets in
 #BRAND: the default layout.
+%glib2_gsettings_schema_requires
 
 %description branding-upstream
 This package contains the MATE Desktop Panel. The panel is an
@@ -146,18 +146,22 @@
 
 %post
 %desktop_database_post
-%glib2_gsettings_schema_post
 %icon_theme_cache_post
 
 %postun
 %desktop_database_postun
-%glib2_gsettings_schema_postun
 %icon_theme_cache_postun
 
 %post -n %{_name} -p /sbin/ldconfig
 
 %postun -n %{_name} -p /sbin/ldconfig
 
+%post branding-upstream
+%glib2_gsettings_schema_post
+
+%postun branding-upstream
+%glib2_gsettings_schema_postun
+
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING

++++++ mate-panel-1.8.0.tar.xz -> mate-panel-1.8.1.tar.xz ++++++
++++ 5593 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-panel-1.8.0/NEWS new/mate-panel-1.8.1/NEWS
--- old/mate-panel-1.8.0/NEWS   2014-03-01 11:39:11.000000000 +0100
+++ new/mate-panel-1.8.1/NEWS   2014-09-28 20:24:17.000000000 +0200
@@ -1,3 +1,6 @@
+1.8.1
+  * Fix "Add to Panel" context menu with multiple monitors.
+
 1.8.0
   * Added support for multiple layouts, stored in $(datadir)/mate-panel/layouts
   * Added --layout parameter
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-panel-1.8.0/configure.ac new/mate-panel-1.8.1/configure.ac
--- old/mate-panel-1.8.0/configure.ac   2014-03-01 11:39:07.000000000 +0100
+++ new/mate-panel-1.8.1/configure.ac   2014-09-28 20:21:52.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.8.0], 
[https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.8.1], 
[https://github.com/mate-desktop/mate-panel/issues],
     [mate-panel], [http://www.mate-desktop.org])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability 
check-news])
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-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-popups.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-popups.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-popups.html    
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-popups.html    
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Defining a Popup Context 
Menu</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="applet-writing.html" title="Writing Applets">
 <link rel="prev" href="server-files.html" title="MateComponent Activation 
.server Files For Applets">
 <link rel="next" href="panel-signals.html" title="Detecting Changes in the 
Panel.">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="applet-writing.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
@@ -26,6 +26,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-porting.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-porting.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-porting.html   
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-porting.html   
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Porting Applets from the MATE 
1.x interfaces</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="index.html" title="Panel Applet Library Reference Manual">
 <link rel="prev" href="multi-applets.html" title="Multiple Applets">
 <link rel="next" href="mate-panel-applet.html" title="The Panel Applet 
Library">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
@@ -202,6 +202,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-writing.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-writing.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-writing.html   
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-writing.html   
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Writing Applets</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="index.html" title="Panel Applet Library Reference Manual">
 <link rel="prev" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="next" href="server-files.html" title="MateComponent Activation 
.server Files For Applets">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
@@ -88,6 +88,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/index.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/index.html
--- old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/index.html        
2014-03-01 11:41:00.000000000 +0100
+++ new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/index.html        
2014-09-28 20:26:51.000000000 +0200
@@ -3,11 +3,11 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Panel Applet Library Reference 
Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <meta name="description" content="This manual documents the interfaces of the 
panel applet library for MATE 2.x and a short guide to porting applets from the 
MATE 1.x interfaces.">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="next" href="applet-writing.html" title="Writing Applets">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -59,6 +59,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/index.sgml 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/index.sgml
--- old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/index.sgml        
2014-03-01 11:41:00.000000000 +0100
+++ new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/index.sgml        
2014-09-28 20:26:51.000000000 +0200
@@ -45,7 +45,6 @@
 <ANCHOR id="MatePanelApplet-change-size" 
href="mate-panel-applet/mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-size">
 <ANCHOR id="MatePanelApplet-move-focus-out-of-applet" 
href="mate-panel-applet/mate-panel-applet-mate-panel-applet.html#MatePanelApplet-move-focus-out-of-applet">
 <ANCHOR id="mate-panel-applet-Panel-Applet-MateConf-Utilities" 
href="mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html">
-<ANCHOR 
id="mate-panel-applet-Panel-Applet-MateConf-Utilities.object-hierarchy" 
href="mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-Panel-Applet-MateConf-Utilities.object-hierarchy">
 <ANCHOR id="mate-panel-applet-Panel-Applet-MateConf-Utilities.includes" 
href="mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-Panel-Applet-MateConf-Utilities.includes">
 <ANCHOR id="mate-panel-applet-Panel-Applet-MateConf-Utilities.description" 
href="mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-Panel-Applet-MateConf-Utilities.description">
 <ANCHOR 
id="mate-panel-applet-Panel-Applet-MateConf-Utilities.functions_details" 
href="mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-Panel-Applet-MateConf-Utilities.functions_details">
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-panel-1.8.0/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html
 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html
    2014-09-28 20:26:51.000000000 +0200
@@ -3,19 +3,18 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Panel Applet MateConf 
Utilities</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="mate-panel-applet.html" title="The Panel Applet Library">
 <link rel="prev" href="mate-panel-applet-mate-panel-applet.html" 
title="MatePanelApplet">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts">
-<a href="#" class="shortcut">Top</a><span id="nav_description"> <span 
class="dim">|</span> 
-                  <a 
href="#mate-panel-applet-Panel-Applet-MateConf-Utilities.description" 
class="shortcut">Description</a></span><span id="nav_hierarchy"> <span 
class="dim">|</span> 
-                  <a 
href="#mate-panel-applet-Panel-Applet-MateConf-Utilities.object-hierarchy" 
class="shortcut">Object Hierarchy</a></span>
+<a href="#" class="shortcut">Top</a><span id="nav_description">  <span 
class="dim">|</span> 
+                  <a 
href="#mate-panel-applet-Panel-Applet-MateConf-Utilities.description" 
class="shortcut">Description</a></span>
 </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="mate-panel-applet.html"><img src="up.png" 
width="16" height="16" border="0" alt="Up"></a></td>
@@ -32,11 +31,6 @@
 <td class="gallery_image" valign="top" align="right"></td>
 </tr></table></div>
 <div class="refsect1">
-<a 
name="mate-panel-applet-Panel-Applet-MateConf-Utilities.object-hierarchy"></a><h2>Object
 Hierarchy</h2>
-<pre class="screen">
-</pre>
-</div>
-<div class="refsect1">
 <a 
name="mate-panel-applet-Panel-Applet-MateConf-Utilities.includes"></a><h2>Includes</h2>
 <pre class="synopsis">#include &lt;mate-panel-applet-mateconf.h&gt;
 </pre>
@@ -55,6 +49,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html
 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html
  2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html
  2014-09-28 20:26:51.000000000 +0200
@@ -3,22 +3,22 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: MatePanelApplet</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="mate-panel-applet.html" title="The Panel Applet Library">
 <link rel="prev" href="mate-panel-applet.html" title="The Panel Applet 
Library">
 <link rel="next" href="mate-panel-applet-Panel-Applet-MateConf-Utilities.html" 
title="Panel Applet MateConf Utilities">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts">
-<a href="#" class="shortcut">Top</a><span id="nav_description"> <span 
class="dim">|</span> 
-                  <a href="#mate-panel-applet-mate-panel-applet.description" 
class="shortcut">Description</a></span><span id="nav_hierarchy"> <span 
class="dim">|</span> 
-                  <a 
href="#mate-panel-applet-mate-panel-applet.object-hierarchy" 
class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span 
class="dim">|</span> 
-                  <a 
href="#mate-panel-applet-mate-panel-applet.implemented-interfaces" 
class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> 
<span class="dim">|</span> 
-                  <a href="#mate-panel-applet-mate-panel-applet.properties" 
class="shortcut">Properties</a></span><span id="nav_signals"> <span 
class="dim">|</span> 
+<a href="#" class="shortcut">Top</a><span id="nav_description">  <span 
class="dim">|</span> 
+                  <a href="#mate-panel-applet-mate-panel-applet.description" 
class="shortcut">Description</a></span><span id="nav_hierarchy">  <span 
class="dim">|</span> 
+                  <a 
href="#mate-panel-applet-mate-panel-applet.object-hierarchy" 
class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span 
class="dim">|</span> 
+                  <a 
href="#mate-panel-applet-mate-panel-applet.implemented-interfaces" 
class="shortcut">Implemented Interfaces</a></span><span id="nav_properties">  
<span class="dim">|</span> 
+                  <a href="#mate-panel-applet-mate-panel-applet.properties" 
class="shortcut">Properties</a></span><span id="nav_signals">  <span 
class="dim">|</span> 
                   <a href="#mate-panel-applet-mate-panel-applet.signals" 
class="shortcut">Signals</a></span>
 </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
@@ -53,7 +53,7 @@
 </tr>
 <tr>
 <td class="function_type">
-<a href="http://library.gnome.org/devel/gtk3/GtkWidget.html";><span 
class="returnvalue">GtkWidget</span></a> *
+<a href="http://developer.gnome.org/gtk2/GtkWidget.html";><span 
class="returnvalue">GtkWidget</span></a> *
 </td>
 <td class="function_name">
 <a class="link" 
href="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-new" 
title="mate_panel_applet_new ()">mate_panel_applet_new</a> <span 
class="c_punctuation">()</span>
@@ -233,22 +233,22 @@
 <tr>
 <td class="signal_type"><span class="returnvalue">void</span></td>
 <td class="signal_name"><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-background"
 title="The “change-background” signal">change-background</a></td>
-<td class="signal_flags"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS";>Run
 Last</a></td>
+<td class="signal_flags">Run Last</td>
 </tr>
 <tr>
 <td class="signal_type"><span class="returnvalue">void</span></td>
 <td class="signal_name"><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-orient" 
title="The “change-orient” signal">change-orient</a></td>
-<td class="signal_flags"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS";>Run
 Last</a></td>
+<td class="signal_flags">Run Last</td>
 </tr>
 <tr>
 <td class="signal_type"><span class="returnvalue">void</span></td>
 <td class="signal_name"><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-size" 
title="The “change-size” signal">change-size</a></td>
-<td class="signal_flags"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS";>Run
 Last</a></td>
+<td class="signal_flags">Run Last</td>
 </tr>
 <tr>
 <td class="signal_type"><span class="returnvalue">void</span></td>
 <td class="signal_name"><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-move-focus-out-of-applet"
 title="The “move-focus-out-of-applet” signal">move-focus-out-of-applet</a></td>
-<td class="signal_flags"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS";>Action</a></td>
+<td class="signal_flags">Action</td>
 </tr>
 </tbody>
 </table></div>
@@ -285,10 +285,10 @@
 <pre class="screen">    <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject";>GObject</a>
     <span class="lineart">╰──</span> <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned";>GInitiallyUnowned</a>
         <span class="lineart">╰──</span> <a 
href="http://library.gnome.org/devel/gtk3/GtkObject.html";>GtkObject</a>
-            <span class="lineart">╰──</span> <a 
href="http://library.gnome.org/devel/gtk3/GtkWidget.html";>GtkWidget</a>
-                <span class="lineart">╰──</span> <a 
href="http://library.gnome.org/devel/gtk3/GtkContainer.html";>GtkContainer</a>
-                    <span class="lineart">╰──</span> <a 
href="http://library.gnome.org/devel/gtk3/GtkBin.html";>GtkBin</a>
-                        <span class="lineart">╰──</span> <a 
href="http://library.gnome.org/devel/gtk3/GtkEventBox.html";>GtkEventBox</a>
+            <span class="lineart">╰──</span> <a 
href="http://developer.gnome.org/gtk2/GtkWidget.html";>GtkWidget</a>
+                <span class="lineart">╰──</span> <a 
href="http://developer.gnome.org/gtk2/GtkContainer.html";>GtkContainer</a>
+                    <span class="lineart">╰──</span> <a 
href="http://developer.gnome.org/gtk2/GtkBin.html";>GtkBin</a>
+                        <span class="lineart">╰──</span> <a 
href="http://developer.gnome.org/gtk2/GtkEventBox.html";>GtkEventBox</a>
                             <span class="lineart">╰──</span> MatePanelApplet
 </pre>
 </div>
@@ -296,7 +296,7 @@
 <a 
name="mate-panel-applet-mate-panel-applet.implemented-interfaces"></a><h2>Implemented
 Interfaces</h2>
 <p>
 MatePanelApplet implements
- AtkImplementorIface and  <a 
href="http://library.gnome.org/devel/gtk3/GtkBuildable.html";>GtkBuildable</a>.</p>
+ <a 
href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkImplementorIface">AtkImplementorIface</a>
 and  <a 
href="http://developer.gnome.org/gtk2/GtkBuildable.html";>GtkBuildable</a>.</p>
 </div>
 <div class="refsect1">
 <a name="mate-panel-applet-mate-panel-applet.includes"></a><h2>Includes</h2>
@@ -326,7 +326,7 @@
 <hr>
 <div class="refsect2">
 <a name="mate-panel-applet-new"></a><h3>mate_panel_applet_new ()</h3>
-<pre class="programlisting"><a 
href="http://library.gnome.org/devel/gtk3/GtkWidget.html";><span 
class="returnvalue">GtkWidget</span></a> *
+<pre class="programlisting"><a 
href="http://developer.gnome.org/gtk2/GtkWidget.html";><span 
class="returnvalue">GtkWidget</span></a> *
 mate_panel_applet_new (<em class="parameter"><code><span 
class="type">void</span></code></em>);</pre>
 <p>
 </p>
@@ -422,7 +422,7 @@
 <a 
name="mate-panel-applet-request-focus"></a><h3>mate_panel_applet_request_focus 
()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 mate_panel_applet_request_focus (<em class="parameter"><code><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span 
class="type">MatePanelApplet</span></a> *applet</code></em>,
-                                 <em class="parameter"><code><span 
class="type">guint32</span> timestamp</code></em>);</pre>
+                                 <em class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32";><span
 class="type">guint32</span></a> timestamp</code></em>);</pre>
 <p>
 </p>
 </div>
@@ -432,7 +432,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>
 mate_panel_applet_setup_menu (<em class="parameter"><code><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span 
class="type">MatePanelApplet</span></a> *applet</code></em>,
                               <em class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *xml</code></em>,
-                              <em class="parameter"><code><a 
href="http://library.gnome.org/devel/gtk3/GtkActionGroup.html";><span 
class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
+                              <em class="parameter"><code><a 
href="http://developer.gnome.org/gtk2/GtkActionGroup.html";><span 
class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
 <p>
 </p>
 </div>
@@ -443,7 +443,7 @@
 mate_panel_applet_setup_menu_from_file
                                (<em class="parameter"><code><a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span 
class="type">MatePanelApplet</span></a> *applet</code></em>,
                                 <em class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *filename</code></em>,
-                                <em class="parameter"><code><a 
href="http://library.gnome.org/devel/gtk3/GtkActionGroup.html";><span 
class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
+                                <em class="parameter"><code><a 
href="http://developer.gnome.org/gtk2/GtkActionGroup.html";><span 
class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
 <p>
 </p>
 </div>
@@ -739,7 +739,7 @@
 </tbody>
 </table></div>
 </div>
-<p>Flags: <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS";>Run
 Last</a></p>
+<p>Flags: Run Last</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -772,7 +772,7 @@
 </tbody>
 </table></div>
 </div>
-<p>Flags: <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS";>Run
 Last</a></p>
+<p>Flags: Run Last</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -805,14 +805,14 @@
 </tbody>
 </table></div>
 </div>
-<p>Flags: <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS";>Run
 Last</a></p>
+<p>Flags: Run Last</p>
 </div>
 <hr>
 <div class="refsect2">
 <a name="MatePanelApplet-move-focus-out-of-applet"></a><h3>The <code 
class="literal">“move-focus-out-of-applet”</code> signal</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 user_function (<a class="link" 
href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span 
class="type">MatePanelApplet</span></a> *matepanelapplet,
-               <a 
href="http://library.gnome.org/devel/gtk3/gtk2-Standard-Enumerations.html#GtkDirectionType";><span
 class="type">GtkDirectionType</span></a> arg1,
+               <a 
href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkDirectionType";><span
 class="type">GtkDirectionType</span></a> arg1,
                <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer";><span
 class="type">gpointer</span></a>         user_data)</pre>
 <p>
 </p>
@@ -838,12 +838,12 @@
 </tbody>
 </table></div>
 </div>
-<p>Flags: <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS";>Action</a></p>
+<p>Flags: Action</p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/mate-panel-applet.html
 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/mate-panel-applet.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/mate-panel-applet.html
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/mate-panel-applet.html
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: The Panel Applet Library</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="index.html" title="Panel Applet Library Reference Manual">
 <link rel="prev" href="applet-porting.html" title="Porting Applets from the 
MATE 1.x interfaces">
 <link rel="next" href="mate-panel-applet-mate-panel-applet.html" 
title="MatePanelApplet">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
@@ -33,6 +33,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/multi-applets.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/multi-applets.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/multi-applets.html    
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/multi-applets.html    
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Multiple Applets</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="applet-writing.html" title="Writing Applets">
 <link rel="prev" href="session-saving.html" title="Session/Preference Saving.">
 <link rel="next" href="applet-porting.html" title="Porting Applets from the 
MATE 1.x interfaces">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="applet-writing.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
@@ -26,6 +26,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/panel-signals.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/panel-signals.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/panel-signals.html    
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/panel-signals.html    
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Detecting Changes in the 
Panel.</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="applet-writing.html" title="Writing Applets">
 <link rel="prev" href="applet-popups.html" title="Defining a Popup Context 
Menu">
 <link rel="next" href="session-saving.html" title="Session/Preference Saving.">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="applet-writing.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
@@ -26,6 +26,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/server-files.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/server-files.html
--- old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/server-files.html 
2014-03-01 11:41:00.000000000 +0100
+++ new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/server-files.html 
2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: MateComponent Activation .server 
Files For Applets</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="applet-writing.html" title="Writing Applets">
 <link rel="prev" href="applet-writing.html" title="Writing Applets">
 <link rel="next" href="applet-popups.html" title="Defining a Popup Context 
Menu">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="applet-writing.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
@@ -62,6 +62,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/session-saving.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/session-saving.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/session-saving.html   
    2014-03-01 11:41:00.000000000 +0100
+++ 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/session-saving.html   
    2014-09-28 20:26:51.000000000 +0200
@@ -3,16 +3,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Panel Applet Library Reference Manual: Session/Preference 
Saving.</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 <link rel="home" href="index.html" title="Panel Applet Library Reference 
Manual">
 <link rel="up" href="applet-writing.html" title="Writing Applets">
 <link rel="prev" href="panel-signals.html" title="Detecting Changes in the 
Panel.">
 <link rel="next" href="multi-applets.html" title="Multiple Applets">
-<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="10"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts"></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="applet-writing.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
@@ -26,6 +26,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.20</div>
+          Generated by GTK-Doc V1.21</div>
 </body>
 </html>
\ No newline at end of file
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-panel-1.8.0/doc/reference/mate-panel-applet/html/style.css 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/style.css
--- old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/style.css 
2014-03-01 11:41:00.000000000 +0100
+++ new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/style.css 
2014-09-28 20:26:51.000000000 +0200
@@ -30,127 +30,6 @@
   vertical-align: top;
 }
 
-@media screen {
-  sup a.footnote
-  {
-    position: relative;
-    top: 0em ! important;
-  }
-  /* this is needed so that the local anchors are displayed below the 
naviagtion */
-  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], 
div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
-  {
-    display: inline-block;
-    position: relative;
-    top:-5em;
-  }
-  /* this seems to be a bug in the xsl style sheets when generating indexes */
-  div.index div.index
-  {
-    top: 0em;
-  }
-  /* make space for the fixed navigation bar and add space at the bottom so 
that
-   * link targets appear somewhat close to top
-   */
-  body
-  {
-    padding-top: 5em;
-    padding-bottom: 500px;
-    max-width: 60em;
-  }
-  p
-  {
-    max-width: 60em;
-  }
-  /* style and size the navigation bar */
-  table.navigation#top
-  {
-    position: fixed;
-    background: #e2e2e2;
-    border-bottom: solid 1px #babdb6;
-    margin-top: 0;
-    margin-bottom: 0;
-    top: 0;
-    left: 0;
-    height: 3em;
-    z-index: 10;
-  }
-  .navigation a, .navigation a:visited
-  {
-    /* tango:sky blue 3 */
-    color: #204a87;
-  }
-  .navigation a:hover
-  {
-    /* tango:sky blue 2 */
-    color: #3465a4;
-  }
-  td.shortcuts
-  {
-    /* tango:sky blue 2 */
-    color: #3465a4;
-    font-size: 80%;
-    white-space: nowrap;
-  }
-  td.shortcuts .dim
-  {
-    color: #babdb6;
-  }
-}
-@media screen and (min-width: 60em) {
-  /* screen larger than 60em */
-  body { margin: auto; }
-}
-@media screen and (max-width: 60em) {
-  /* screen less than 60em */
-  #nav_hierarchy { display: none; }
-  #nav_interfaces { display: none; }
-  #nav_prerequisites { display: none; }
-  #nav_derived_interfaces { display: none; }
-  #nav_implementations { display: none; }
-  #nav_child_properties { display: none; }
-  #nav_style_properties { display: none; }
-  #nav_index { display: none; }
-  #nav_glossary { display: none; }
-  .gallery_image { display: none; }
-  .property_flags { display: none; }
-  .signal_flags { display: none; }
-  .parameter_annotations { display: none; }
-  .enum_member_annotations { display: none; }
-  .struct_member_annotations { display: none; }
-  .union_member_annotations { display: none; }
-  /* now that a column is hidden, optimize space */
-  col.parameters_name { width: auto; }
-  col.parameters_description { width: auto; }
-  col.struct_members_name { width: auto; }
-  col.struct_members_description { width: auto; }
-  col.enum_members_name { width: auto; }
-  col.enum_members_description { width: auto; }
-  col.union_members_name { width: auto; }
-  col.union_members_description { width: auto; }
-}
-@media print {
-  table.navigation {
-    visibility: collapse;
-    display: none;
-  }
-  div.titlepage table.navigation {
-    visibility: visible;
-    display: table;
-    background: #e2e2e2;
-    border: solid 1px #babdb6;
-    margin-top: 0;
-    margin-bottom: 0;
-    top: 0;
-    left: 0;
-    height: 3em;
-  }
-}
-
-.navigation .title
-{
-  font-size: 120%;
-}
-
 div.gallery-float
 {
   float: left;
@@ -181,7 +60,7 @@
 div.informaltable table
 {
   border-collapse: separate;
-  border-spacing: 20px 3px;
+  border-spacing: 1em 0.5em;
   border: none;
 }
 
@@ -239,6 +118,11 @@
  color: #729fcf;
 }
 
+td p
+{
+  margin: 0.25em;
+}
+
 div.table table
 {
   border-collapse: collapse;
@@ -404,21 +288,28 @@
   font-weight: normal;
 }
 
+acronym,abbr 
+{
+  border-bottom: 1px dotted gray;
+}
+
 /* code listings */
 
-.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: 
scarlet red 3 */
-.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: 
aluminium 4 */
-.listing_code .programlisting .function   { color: #000000; font-weight: bold; 
}
-.listing_code .programlisting .function a { color: #11326b; font-weight: bold; 
} /* tango: sky blue 4 */
-.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: 
chameleon 3  */
+.listing_code .programlisting .normal,
+.listing_code .programlisting .normal a,
+.listing_code .programlisting .number,
+.listing_code .programlisting .cbracket,
+.listing_code .programlisting .symbol     { color: #555753; }
+.listing_code .programlisting .comment,
 .listing_code .programlisting .linenum    { color: #babdb6; } /* tango: 
aluminium 3 */
-.listing_code .programlisting .normal     { color: #000000; }
-.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 
*/
+.listing_code .programlisting .function,
+.listing_code .programlisting .function a,
 .listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky 
blue 3  */
-.listing_code .programlisting .string     { color: #c17d11; } /* tango: 
chocolate 2 */
-.listing_code .programlisting .type       { color: #000000; }
-.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky 
blue 4 */
-.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 
3 */
+.listing_code .programlisting .string     { color: #ad7fa8; } /* tango: plum */
+.listing_code .programlisting .keyword,
+.listing_code .programlisting .usertype,
+.listing_code .programlisting .type,
+.listing_code .programlisting .type a     { color: #4e9a06; } /* tango: 
chameleon 3  */
 
 .listing_frame {
   /* tango:sky blue 1 */
@@ -433,11 +324,6 @@
   padding: 0.5em;
 }
 .listing_lines {
-  /* this just adds visual clutter and
-     takes precious room from small screens */
-  display: none;
-}
-.listing_lines {
   /* tango:sky blue 0.5 */
   background: #a6c5e3;
   background: rgba(114, 159, 207, 0.2);
@@ -459,3 +345,132 @@
   margin: 0px;
 }
 
+@media screen {
+  sup a.footnote
+  {
+    position: relative;
+    top: 0em ! important;
+  }
+  /* this is needed so that the local anchors are displayed below the 
naviagtion */
+  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], 
div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
+  {
+    display: inline-block;
+    position: relative;
+    top:-5em;
+  }
+  /* this seems to be a bug in the xsl style sheets when generating indexes */
+  div.index div.index
+  {
+    top: 0em;
+  }
+  /* make space for the fixed navigation bar and add space at the bottom so 
that
+   * link targets appear somewhat close to top
+   */
+  body
+  {
+    padding-top: 2.5em;
+    padding-bottom: 500px;
+    max-width: 60em;
+  }
+  p
+  {
+    max-width: 60em;
+  }
+  /* style and size the navigation bar */
+  table.navigation#top
+  {
+    position: fixed;
+    background: #e2e2e2;
+    border-bottom: solid 1px #babdb6;
+    border-spacing: 5px;
+    margin-top: 0;
+    margin-bottom: 0;
+    top: 0;
+    left: 0;
+    z-index: 10;
+  }
+  table.navigation#top td
+  {
+    padding-left: 6px;
+    padding-right: 6px;
+  }
+  .navigation a, .navigation a:visited
+  {
+    /* tango:sky blue 3 */
+    color: #204a87;
+  }
+  .navigation a:hover
+  {
+    /* tango:sky blue 2 */
+    color: #3465a4;
+  }
+  td.shortcuts
+  {
+    /* tango:sky blue 2 */
+    color: #3465a4;
+    font-size: 80%;
+    white-space: nowrap;
+  }
+  td.shortcuts .dim
+  {
+    color: #babdb6;
+  }
+  .navigation .title
+  {
+    font-size: 80%;
+    max-width: none;
+    margin: 0px;
+    font-weight: normal;
+  }
+}
+@media screen and (min-width: 60em) {
+  /* screen larger than 60em */
+  body { margin: auto; }
+}
+@media screen and (max-width: 60em) {
+  /* screen less than 60em */
+  #nav_hierarchy { display: none; }
+  #nav_interfaces { display: none; }
+  #nav_prerequisites { display: none; }
+  #nav_derived_interfaces { display: none; }
+  #nav_implementations { display: none; }
+  #nav_child_properties { display: none; }
+  #nav_style_properties { display: none; }
+  #nav_index { display: none; }
+  #nav_glossary { display: none; }
+  .gallery_image { display: none; }
+  .property_flags { display: none; }
+  .signal_flags { display: none; }
+  .parameter_annotations { display: none; }
+  .enum_member_annotations { display: none; }
+  .struct_member_annotations { display: none; }
+  .union_member_annotations { display: none; }
+  /* now that a column is hidden, optimize space */
+  col.parameters_name { width: auto; }
+  col.parameters_description { width: auto; }
+  col.struct_members_name { width: auto; }
+  col.struct_members_description { width: auto; }
+  col.enum_members_name { width: auto; }
+  col.enum_members_description { width: auto; }
+  col.union_members_name { width: auto; }
+  col.union_members_description { width: auto; }
+  .listing_lines { display: none; }
+}
+@media print {
+  table.navigation {
+    visibility: collapse;
+    display: none;
+  }
+  div.titlepage table.navigation {
+    visibility: visible;
+    display: table;
+    background: #e2e2e2;
+    border: solid 1px #babdb6;
+    margin-top: 0;
+    margin-bottom: 0;
+    top: 0;
+    left: 0;
+    height: 3em;
+  }
+}
+
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-panel-1.8.0/libmate-panel-applet/mate-panel-applet.c 
new/mate-panel-1.8.1/libmate-panel-applet/mate-panel-applet.c
--- old/mate-panel-1.8.0/libmate-panel-applet/mate-panel-applet.c       
2014-02-18 19:09:17.000000000 +0100
+++ new/mate-panel-1.8.1/libmate-panel-applet/mate-panel-applet.c       
2014-09-28 20:17:36.000000000 +0200
@@ -815,10 +815,10 @@
 
 #if GTK_CHECK_VERSION (3, 0, 0)
        screen = gtk_widget_get_screen (widget);
-       gtk_menu_set_screen (menu, screen);
 #else
        screen = gtk_window_get_screen (GTK_WINDOW (applet->priv->plug));
 #endif
+       gtk_menu_set_screen (menu, screen);
 
 #if GTK_CHECK_VERSION (3, 0, 0)
        gtk_widget_get_preferred_size (GTK_WIDGET (menu), &requisition, NULL);
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-panel-1.8.0/m4/intltool.m4 new/mate-panel-1.8.1/m4/intltool.m4
--- old/mate-panel-1.8.0/m4/intltool.m4 2014-03-01 11:39:23.000000000 +0100
+++ new/mate-panel-1.8.1/m4/intltool.m4 2014-09-28 20:25:21.000000000 +0200
@@ -155,31 +155,6 @@
 # Substitute ALL_LINGUAS so we can use it in po/Makefile
 AC_SUBST(ALL_LINGUAS)
 
-# Set DATADIRNAME correctly if it is not set yet
-# (copied from glib-gettext.m4)
-if test -z "$DATADIRNAME"; then
-  AC_LINK_IFELSE(
-    [AC_LANG_PROGRAM([[]],
-                     [[extern int _nl_msg_cat_cntr;
-                       return _nl_msg_cat_cntr]])],
-    [DATADIRNAME=share],
-    [case $host in
-    *-*-solaris*)
-    dnl On Solaris, if bind_textdomain_codeset is in libc,
-    dnl GNU format message catalog is always supported,
-    dnl since both are added to the libc all together.
-    dnl Hence, we'd like to go with DATADIRNAME=share
-    dnl in this case.
-    AC_CHECK_FUNC(bind_textdomain_codeset,
-      [DATADIRNAME=share], [DATADIRNAME=lib])
-    ;;
-    *)
-    [DATADIRNAME=lib]
-    ;;
-    esac])
-fi
-AC_SUBST(DATADIRNAME)
-
 IT_PO_SUBDIR([po])
 
 ])
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-panel-1.8.0/m4/libtool.m4 new/mate-panel-1.8.1/m4/libtool.m4
--- old/mate-panel-1.8.0/m4/libtool.m4  2014-03-01 11:39:28.000000000 +0100
+++ new/mate-panel-1.8.1/m4/libtool.m4  2014-09-28 20:25:25.000000000 +0200
@@ -1312,7 +1312,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1324,19 +1324,9 @@
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           case `/usr/bin/file conftest.o` in
-             *x86-64*)
-               LD="${LD-ld} -m elf32_x86_64"
-               ;;
-             *)
-               LD="${LD-ld} -m elf_i386"
-               ;;
-           esac
-           ;;
-         powerpc64le-*)
-           LD="${LD-ld} -m elf32lppclinux"
+           LD="${LD-ld} -m elf_i386"
            ;;
-         powerpc64-*)
+         ppc64-*linux*|powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -1355,10 +1345,7 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         powerpcle-*)
-           LD="${LD-ld} -m elf64lppc"
-           ;;
-         powerpc-*)
+         ppc*-*linux*|powerpc*-*linux*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
@@ -1701,8 +1688,7 @@
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
@@ -2493,7 +2479,14 @@
     *) objformat=elf ;;
     esac
   fi
-  version_type=freebsd-$objformat
+  # Handle Gentoo/FreeBSD as it was Linux
+  case $host_vendor in
+    gentoo)
+      version_type=linux ;;
+    *)
+      version_type=freebsd-$objformat ;;
+  esac
+
   case $version_type in
     freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext} $libname${shared_ext}'
@@ -2504,6 +2497,12 @@
       library_names_spec='${libname}${release}${shared_ext}$versuffix 
$libname${shared_ext}$versuffix'
       need_version=yes
       ;;
+    linux)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+      soname_spec='${libname}${release}${shared_ext}$major'
+      need_lib_prefix=no
+      need_version=no
+      ;;
   esac
   shlibpath_var=LD_LIBRARY_PATH
   case $host_os in
@@ -2526,6 +2525,17 @@
   esac
   ;;
 
+gnu*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -2642,7 +2652,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -2687,18 +2697,6 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
-netbsdelf*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='NetBSD ld.elf_so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3258,6 +3256,10 @@
   fi
   ;;
 
+gnu*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3296,11 +3298,11 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd* | netbsdelf*-gnu)
+netbsd*)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4048,7 +4050,7 @@
            ;;
        esac
        ;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
        case $cc_basename in
          KCC*)
            # KAI C++ Compiler
@@ -4112,7 +4114,7 @@
            ;;
        esac
        ;;
-      netbsd* | netbsdelf*-gnu)
+      netbsd*)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4347,7 +4349,7 @@
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -4589,9 +4591,6 @@
       ;;
     esac
     ;;
-  linux* | k*bsd*-gnu | gnu*)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4654,9 +4653,6 @@
   openbsd*)
     with_gnu_ld=no
     ;;
-  linux* | k*bsd*-gnu | gnu*)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4878,7 +4874,7 @@
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5055,7 +5051,6 @@
        if test "$aix_use_runtimelinking" = yes; then
          shared_flag="$shared_flag "'${wl}-G'
        fi
-       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -5360,7 +5355,7 @@
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
@@ -6240,6 +6235,9 @@
         _LT_TAGVAR(ld_shlibs, $1)=yes
         ;;
 
+      gnu*)
+        ;;
+
       haiku*)
         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname $wl$soname -o $lib'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6401,7 +6399,7 @@
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
         case $cc_basename in
           KCC*)
            # Kuck and Associates, Inc. (KAI) C++ Compiler
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-panel-1.8.0/mate-panel/mate-panel.desktop.in 
new/mate-panel-1.8.1/mate-panel/mate-panel.desktop.in
--- old/mate-panel-1.8.0/mate-panel/mate-panel.desktop.in       2014-03-01 
11:39:40.000000000 +0100
+++ new/mate-panel-1.8.1/mate-panel/mate-panel.desktop.in       2014-09-28 
20:25:38.000000000 +0200
@@ -9,7 +9,7 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=mate-panel
 X-MATE-Bugzilla-Component=general
-X-MATE-Bugzilla-Version=1.8.0
+X-MATE-Bugzilla-Version=1.8.1
 Categories=GTK;System;Core;
 OnlyShowIn=MATE;
 NoDisplay=true
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-panel-1.8.0/po/Makefile.in.in new/mate-panel-1.8.1/po/Makefile.in.in
--- old/mate-panel-1.8.0/po/Makefile.in.in      2014-03-01 11:39:23.000000000 
+0100
+++ new/mate-panel-1.8.1/po/Makefile.in.in      2014-09-28 20:25:21.000000000 
+0200
@@ -33,8 +33,7 @@
 datadir = @datadir@
 datarootdir = @datarootdir@
 libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+localedir = @localedir@
 subdir = po
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p@.
@@ -108,7 +107,7 @@
 install-data-yes: all
        linguas="$(USE_LINGUAS)"; \
        for lang in $$linguas; do \
-         dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
+         dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
          $(mkdir_p) $$dir; \
          if test -r $$lang.gmo; then \
            $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
@@ -142,8 +141,8 @@
 uninstall:
        linguas="$(USE_LINGUAS)"; \
        for lang in $$linguas; do \
-         rm -f 
$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
-         rm -f 
$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
        done
 
 check: all $(GETTEXT_PACKAGE).pot

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to