Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2016-09-25 14:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2016-04-15 19:10:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2016-09-25 14:43:12.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - [email protected]
+
+- Update to version 1.16.0:
+  * Window Picker Applet: Use GtkAboutDialog instead of
+    MateAboutDialog.
+  * Window Picker Applet: Prevent possible crash
+  * mate-maximus: Port from libunique to GApplication.
+  * Drop dependencies on libmate-desktop and libunique.
+  * Update translations.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mate-netbook.spec ++++++
--- /var/tmp/diff_new_pack.GB1KAf/_old  2016-09-25 14:43:13.000000000 +0200
+++ /var/tmp/diff_new_pack.GB1KAf/_new  2016-09-25 14:43:13.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:           mate-netbook
-Version:        1.14.0
+Version:        1.16.0
 Release:        0
 Summary:        MATE Desktop window management tool
 License:        GPL-3.0
@@ -26,13 +26,12 @@
 Url:            http://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libfakekey)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libwnck-1.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
-BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xtst)
 Requires:       mate-panel >= %{_version}
 Recommends:     %{name}-lang
@@ -53,6 +52,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
   --with-gtk=2.0

++++++ mate-netbook-1.14.0.tar.xz -> mate-netbook-1.16.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/ChangeLog 
new/mate-netbook-1.16.0/ChangeLog
--- old/mate-netbook-1.14.0/ChangeLog   2016-04-08 13:41:55.000000000 +0200
+++ new/mate-netbook-1.16.0/ChangeLog   2016-09-19 10:31:36.000000000 +0200
@@ -1,3 +1,324 @@
+commit 359dca5356bc9c17976788352a746bd489eed5f3
+Author: monsta <[email protected]>
+Date:   Mon Sep 19 11:28:25 2016 +0300
+
+    release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5fc95c71a4ade8d19f996586fe5750da66d2207e
+Author: monsta <[email protected]>
+Date:   Sun Sep 18 23:36:45 2016 +0300
+
+    update NEWS for 1.16
+
+ NEWS | 19 ++++++-------------
+ 1 file changed, 6 insertions(+), 13 deletions(-)
+
+commit eb995107d44463de22a0c9544e5c9c00064b04e3
+Author: monsta <[email protected]>
+Date:   Sun Sep 18 23:36:40 2016 +0300
+
+    sync with Transifex
+
+ po/el.po    |  9 +++++----
+ po/es_CL.po |  2 +-
+ po/hr.po    | 25 +++++++++++++------------
+ po/sv.po    | 12 +++++++-----
+ 4 files changed, 26 insertions(+), 22 deletions(-)
+
+commit 564a93cd88b82ef7d25bdd6584e1e483d340800c
+Author: Martin Wimpress <[email protected]>
+Date:   Fri Sep 9 09:52:05 2016 +0100
+
+    Sync with Transifex.
+
+ po/bs.po    | 15 ++++++++-------
+ po/es_CO.po | 39 ++++++++++++++++++++-------------------
+ 2 files changed, 28 insertions(+), 26 deletions(-)
+
+commit 2db79d560a5be28e7812e6289aa8ad43f3826339
+Author: Martin Wimpress <[email protected]>
+Date:   Fri Sep 9 09:50:48 2016 +0100
+
+    Bump version to 1.15.2
+
+ NEWS         | 6 ++++++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit c03f19b451aaa4523cacb45f6b37867546f8f1b5
+Author: monsta <[email protected]>
+Date:   Thu Sep 1 15:55:29 2016 +0300
+
+    window picker: disconnect some missing signal handlers
+    
+    should prevent crashes in some cases when object is already destroyed
+    and is being accessed from signal handler after that
+
+ mate-window-picker-applet/task-item.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e619d5a793417df8e53455eaaa1fcf905ed3616a
+Author: monsta <[email protected]>
+Date:   Thu Sep 1 15:54:14 2016 +0300
+
+    window picker: fix code formatting a bit
+
+ mate-window-picker-applet/task-item.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 90d41af3d0107ecd33ad5d3f01e6793454d800bb
+Author: ZenWalker <[email protected]>
+Date:   Sun Jul 31 02:20:14 2016 +0200
+
+    Port from libunique to GApplication
+    
+    Fixes #29
+
+ configure.ac   |  3 ---
+ maximus/main.c | 16 ++++++++++++----
+ 2 files changed, 12 insertions(+), 7 deletions(-)
+
+commit 8bd02b62d71b341911397b782dac3dbcb3802213
+Author: monsta <[email protected]>
+Date:   Wed Jul 27 18:06:51 2016 +0300
+
+    release 1.15.1
+
+ NEWS         | 5 +++++
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 89901a9c44e5792bcb59e2a15cc880d7b0afaaf3
+Author: monsta <[email protected]>
+Date:   Wed Jul 27 17:57:34 2016 +0300
+
+    window picker: use GtkAboutDialog
+    
+    and get rid of build-dep on libmate-desktop
+
+ configure.ac                       | 1 -
+ mate-window-picker-applet/applet.c | 4 +---
+ 2 files changed, 1 insertion(+), 4 deletions(-)
+
+commit abe9ed6337d73252636fee8a6207bea13b6fb966
+Author: monsta <[email protected]>
+Date:   Tue Jul 12 18:06:35 2016 +0300
+
+    po: re-add three non-empty translations
+
+ po/ja.po | 11 ++++++-----
+ po/ro.po |  9 +++++----
+ po/uz.po | 17 +++++++++--------
+ 3 files changed, 20 insertions(+), 17 deletions(-)
+
+commit 4c31d09d1a719d7963435cf8551cc1bd249b0706
+Author: monsta <[email protected]>
+Date:   Tue Jul 12 18:03:04 2016 +0300
+
+    revert addition of empty translations
+    
+    they're all empty - except for three which I'll re-add later - so they
+    simply don't do anything. no translated strings, no use.
+    
+    This reverts commit c5bc0e60996b654fec088c145659a3854da5fdbd.
+
+ po/af.po          | 105 -----------------------------------------------------
+ po/an.po          | 105 -----------------------------------------------------
+ po/as.po          | 105 -----------------------------------------------------
+ po/az.po          | 105 -----------------------------------------------------
+ po/bn.po          | 105 -----------------------------------------------------
+ po/[email protected] | 105 
-----------------------------------------------------
+ po/crh.po         | 105 -----------------------------------------------------
+ po/csb.po         | 105 -----------------------------------------------------
+ po/cv.po          | 105 -----------------------------------------------------
+ po/de_CH.po       | 105 -----------------------------------------------------
+ po/dz.po          | 105 -----------------------------------------------------
+ po/es_419.po      | 105 -----------------------------------------------------
+ po/es_AR.po       | 105 -----------------------------------------------------
+ po/es_CR.po       | 105 -----------------------------------------------------
+ po/es_DO.po       | 105 -----------------------------------------------------
+ po/es_EC.po       | 105 -----------------------------------------------------
+ po/es_ES.po       | 105 -----------------------------------------------------
+ po/es_NI.po       | 105 -----------------------------------------------------
+ po/es_PA.po       | 105 -----------------------------------------------------
+ po/es_PE.po       | 105 -----------------------------------------------------
+ po/es_PR.po       | 105 -----------------------------------------------------
+ po/es_SV.po       | 105 -----------------------------------------------------
+ po/es_US.po       | 105 -----------------------------------------------------
+ po/es_UY.po       | 105 -----------------------------------------------------
+ po/es_VE.po       | 105 -----------------------------------------------------
+ po/fa.po          | 105 -----------------------------------------------------
+ po/fil.po         | 105 -----------------------------------------------------
+ po/fo.po          | 105 -----------------------------------------------------
+ po/fur.po         | 105 -----------------------------------------------------
+ po/fy.po          | 105 -----------------------------------------------------
+ po/ga.po          | 105 -----------------------------------------------------
+ po/gd.po          | 105 -----------------------------------------------------
+ po/gu.po          | 105 -----------------------------------------------------
+ po/ha.po          | 105 -----------------------------------------------------
+ po/ia.po          | 105 -----------------------------------------------------
+ po/ig.po          | 105 -----------------------------------------------------
+ po/ja.po          |  11 +++---
+ po/ka.po          | 105 -----------------------------------------------------
+ po/km.po          | 105 -----------------------------------------------------
+ po/ks.po          | 105 -----------------------------------------------------
+ po/ku.po          | 105 -----------------------------------------------------
+ po/ku_IQ.po       | 105 -----------------------------------------------------
+ po/la.po          | 105 -----------------------------------------------------
+ po/lb.po          | 105 -----------------------------------------------------
+ po/li.po          | 105 -----------------------------------------------------
+ po/lo.po          | 105 -----------------------------------------------------
+ po/mai.po         | 105 -----------------------------------------------------
+ po/mg.po          | 105 -----------------------------------------------------
+ po/mi.po          | 105 -----------------------------------------------------
+ po/mk.po          | 105 -----------------------------------------------------
+ po/ml.po          | 105 -----------------------------------------------------
+ po/mn.po          | 105 -----------------------------------------------------
+ po/my.po          | 105 -----------------------------------------------------
+ po/nah.po         | 105 -----------------------------------------------------
+ po/nds.po         | 105 -----------------------------------------------------
+ po/nn.po          | 105 -----------------------------------------------------
+ po/nqo.po         | 105 -----------------------------------------------------
+ po/nso.po         | 105 -----------------------------------------------------
+ po/om.po          | 105 -----------------------------------------------------
+ po/or.po          | 105 -----------------------------------------------------
+ po/pa.po          | 105 -----------------------------------------------------
+ po/pms.po         | 106 ------------------------------------------------------
+ po/ps.po          | 105 -----------------------------------------------------
+ po/ro.po          |   9 +++--
+ po/rw.po          | 105 -----------------------------------------------------
+ po/sc.po          | 105 -----------------------------------------------------
+ po/sco.po         | 105 -----------------------------------------------------
+ po/si.po          | 105 -----------------------------------------------------
+ po/so.po          | 105 -----------------------------------------------------
+ po/[email protected]    | 105 
-----------------------------------------------------
+ po/sw.po          | 105 -----------------------------------------------------
+ po/ta.po          | 105 -----------------------------------------------------
+ po/tg.po          | 105 -----------------------------------------------------
+ po/tk.po          | 105 -----------------------------------------------------
+ po/tl.po          | 105 -----------------------------------------------------
+ po/ts.po          | 105 -----------------------------------------------------
+ po/tt.po          | 105 -----------------------------------------------------
+ po/ug.po          | 105 -----------------------------------------------------
+ po/ur.po          | 105 -----------------------------------------------------
+ po/ur_PK.po       | 105 -----------------------------------------------------
+ po/uz.po          |  17 +++++----
+ po/wa.po          | 105 -----------------------------------------------------
+ po/xh.po          | 105 -----------------------------------------------------
+ po/yi.po          | 105 -----------------------------------------------------
+ po/yo.po          | 105 -----------------------------------------------------
+ po/zh-Hans.po     | 105 -----------------------------------------------------
+ po/zu.po          | 105 -----------------------------------------------------
+ 87 files changed, 17 insertions(+), 8841 deletions(-)
+
+commit 279893c98848967407b990c249287f6eb8eaf9ba
+Author: Martin Wimpress <[email protected]>
+Date:   Wed Jun 8 18:03:04 2016 +0100
+
+    Bump version to 1.15.0
+
+ NEWS         | 5 +++++
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit c5bc0e60996b654fec088c145659a3854da5fdbd
+Author: Martin Wimpress <[email protected]>
+Date:   Wed Jun 8 17:59:50 2016 +0100
+
+    sync with Transiflex.
+
+ po/af.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/an.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/as.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/az.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/bn.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/[email protected] | 105 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/crh.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/csb.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/cv.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/de_CH.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/dz.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_419.po      | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_AR.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_CR.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_DO.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_EC.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_ES.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_NI.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_PA.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_PE.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_PR.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_SV.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_US.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_UY.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/es_VE.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/fa.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/fil.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/fo.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/fur.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/fy.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ga.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/gd.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/gu.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ha.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ia.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ig.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ja.po          |  11 +++---
+ po/ka.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/km.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ks.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ku.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ku_IQ.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/la.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/lb.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/li.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/lo.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/mai.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/mg.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/mi.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/mk.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ml.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/mn.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/my.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/nah.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/nds.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/nn.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/nqo.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/nso.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/om.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/or.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/pa.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/pms.po         | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ps.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ro.po          |   9 ++---
+ po/rw.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/sc.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/sco.po         | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/si.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/so.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/[email protected]    | 105 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/sw.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ta.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/tg.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/tk.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/tl.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ts.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/tt.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ug.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ur.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ur_PK.po       | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/uz.po          |  17 ++++-----
+ po/wa.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/xh.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/yi.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/yo.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/zh-Hans.po     | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/zu.po          | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 87 files changed, 8841 insertions(+), 17 deletions(-)
+
 commit a5be23b4c906b62786fa048ca0b95ed40b01a3ee
 Author: monsta <[email protected]>
 Date:   Fri Apr 8 14:41:32 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/NEWS new/mate-netbook-1.16.0/NEWS
--- old/mate-netbook-1.14.0/NEWS        2016-04-08 13:41:21.000000000 +0200
+++ new/mate-netbook-1.16.0/NEWS        2016-09-19 10:27:47.000000000 +0200
@@ -1,3 +1,12 @@
+1.16.0
+======
+
+ * Window Picker Applet: use GtkAboutDialog instead of MateAboutDialog
+ * Window Picker Applet: prevent possible crash
+ * mate-maximus: port from libunique to GApplication
+ * Drop dependencies on libmate-desktop and libunique
+ * Translations update
+
 1.14.0
 ======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/configure 
new/mate-netbook-1.16.0/configure
--- old/mate-netbook-1.14.0/configure   2016-04-08 13:41:46.000000000 +0200
+++ new/mate-netbook-1.16.0/configure   2016-09-19 10:31:26.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-netbook 1.14.0.
+# Generated by GNU Autoconf 2.69 for mate-netbook 1.16.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-netbook'
 PACKAGE_TARNAME='mate-netbook'
-PACKAGE_VERSION='1.14.0'
-PACKAGE_STRING='mate-netbook 1.14.0'
+PACKAGE_VERSION='1.16.0'
+PACKAGE_STRING='mate-netbook 1.16.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1382,7 +1382,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mate-netbook 1.14.0 to adapt to many kinds of systems.
+\`configure' configures mate-netbook 1.16.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1452,7 +1452,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mate-netbook 1.14.0:";;
+     short | recursive ) echo "Configuration of mate-netbook 1.16.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1578,7 +1578,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mate-netbook configure 1.14.0
+mate-netbook configure 1.16.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1943,7 +1943,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mate-netbook $as_me 1.14.0, which was
+It was created by mate-netbook $as_me 1.16.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2806,7 +2806,7 @@
 
 # Define the identity of the package.
  PACKAGE='mate-netbook'
- VERSION='1.14.0'
+ VERSION='1.16.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13054,11 +13054,9 @@
 case "$with_gtk" in
   2.0) GTK_API_VERSION=2.0
        LIBWNCK_API_VERSION=1.0
-       LIBUNIQUE_API_VERSION=1.0
        ;;
   3.0) GTK_API_VERSION=3.0
        LIBWNCK_API_VERSION=3.0
-       LIBUNIQUE_API_VERSION=3.0
        ;;
 esac
 
@@ -13197,7 +13195,6 @@
                   libwnck-\$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-\$LIBUNIQUE_API_VERSION
                   \""; } >&5
   ($PKG_CONFIG --exists --print-errors "gtk+-$GTK_API_VERSION
                   glib-2.0 >= $GLIB_REQUIRED
@@ -13205,7 +13202,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -13216,7 +13212,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   " 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
@@ -13235,7 +13230,6 @@
                   libwnck-\$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-\$LIBUNIQUE_API_VERSION
                   \""; } >&5
   ($PKG_CONFIG --exists --print-errors "gtk+-$GTK_API_VERSION
                   glib-2.0 >= $GLIB_REQUIRED
@@ -13243,7 +13237,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -13254,7 +13247,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   " 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
@@ -13282,7 +13274,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   " 2>&1`
         else
                MAXIMUS_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "gtk+-$GTK_API_VERSION
@@ -13291,7 +13282,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   " 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
@@ -13303,7 +13293,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   ) were not met:
 
 $MAXIMUS_DEPS_PKG_ERRORS
@@ -13353,14 +13342,12 @@
                   glib-2.0 >= \$GLIB_REQUIRED
                   gio-2.0
                   libwnck-\$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   \""; } >&5
   ($PKG_CONFIG --exists --print-errors "libmatepanelapplet-4.0
                   gtk+-$GTK_API_VERSION
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -13370,7 +13357,6 @@
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   " 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
@@ -13388,14 +13374,12 @@
                   glib-2.0 >= \$GLIB_REQUIRED
                   gio-2.0
                   libwnck-\$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   \""; } >&5
   ($PKG_CONFIG --exists --print-errors "libmatepanelapplet-4.0
                   gtk+-$GTK_API_VERSION
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -13405,7 +13389,6 @@
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   " 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
@@ -13432,7 +13415,6 @@
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   " 2>&1`
         else
                MATEWINDOWPICKER_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "libmatepanelapplet-4.0
@@ -13440,7 +13422,6 @@
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   " 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
@@ -13451,7 +13432,6 @@
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   ) were not met:
 
 $MATEWINDOWPICKER_DEPS_PKG_ERRORS
@@ -14259,7 +14239,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mate-netbook $as_me 1.14.0, which was
+This file was extended by mate-netbook $as_me 1.16.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14325,7 +14305,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mate-netbook config.status 1.14.0
+mate-netbook config.status 1.16.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/configure.ac 
new/mate-netbook-1.16.0/configure.ac
--- old/mate-netbook-1.14.0/configure.ac        2016-04-08 13:41:24.000000000 
+0200
+++ new/mate-netbook-1.16.0/configure.ac        2016-09-19 10:28:01.000000000 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.14.0, [])
+AC_INIT(mate-netbook, 1.16.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)
@@ -51,11 +51,9 @@
 case "$with_gtk" in
   2.0) GTK_API_VERSION=2.0
        LIBWNCK_API_VERSION=1.0
-       LIBUNIQUE_API_VERSION=1.0
        ;;
   3.0) GTK_API_VERSION=3.0
        LIBWNCK_API_VERSION=3.0
-       LIBUNIQUE_API_VERSION=3.0
        ;;
 esac
 
@@ -66,7 +64,6 @@
                   libwnck-$LIBWNCK_API_VERSION
                   xtst
                   libfakekey
-                  unique-$LIBUNIQUE_API_VERSION
                   )
 AC_SUBST(MAXIMUS_DEPS_CFLAGS)
 AC_SUBST(MAXIMUS_DEPS_LIBS)
@@ -77,7 +74,6 @@
                   glib-2.0 >= $GLIB_REQUIRED
                   gio-2.0 
                   libwnck-$LIBWNCK_API_VERSION
-                  mate-desktop-2.0 >= 1.9.0
                   )
 AC_SUBST(MATEWINDOWPICKER_DEPS_CFLAGS)
 AC_SUBST(MATEWINDOWPICKER_DEPS_LIBS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/install-sh 
new/mate-netbook-1.16.0/install-sh
--- old/mate-netbook-1.14.0/install-sh  2016-04-08 13:41:47.000000000 +0200
+++ new/mate-netbook-1.16.0/install-sh  2016-09-19 10:31:27.000000000 +0200
@@ -345,34 +345,41 @@
            # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
            ;;
          *)
+            # $RANDOM is not portable (e.g. dash);  use it when possible to
+            # lower collision chance
            tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
-           trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+           trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 
2>/dev/null; exit $ret' 0
 
+            # As "mkdir -p" follows symlinks and we work in /tmp possibly;  so
+            # create the $tmpdir first (and fail if unsuccessful) to make sure
+            # that nobody tries to guess the $tmpdir name.
            if (umask $mkdir_umask &&
-               exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+               $mkdirprog $mkdir_mode "$tmpdir" &&
+               exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
            then
              if test -z "$dir_arg" || {
                   # Check for POSIX incompatibilities with -m.
                   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
                   # other-writable bit of parent directory when it shouldn't.
                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
-                  ls_ld_tmpdir=`ls -ld "$tmpdir"`
+                  test_tmpdir="$tmpdir/a"
+                  ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
                   case $ls_ld_tmpdir in
                     d????-?r-*) different_mode=700;;
                     d????-?--*) different_mode=755;;
                     *) false;;
                   esac &&
-                  $mkdirprog -m$different_mode -p -- "$tmpdir" && {
-                    ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+                  $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
+                    ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
                   }
                 }
              then posix_mkdir=:
              fi
-             rmdir "$tmpdir/d" "$tmpdir"
+             rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
            else
              # Remove any dirs left behind by ancient mkdir implementations.
-             rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+             rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
            fi
            trap '' 0;;
        esac;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-netbook-1.14.0/mate-window-picker-applet/applet.c 
new/mate-netbook-1.16.0/mate-window-picker-applet/applet.c
--- old/mate-netbook-1.14.0/mate-window-picker-applet/applet.c  2016-01-20 
08:34:40.000000000 +0100
+++ new/mate-netbook-1.16.0/mate-window-picker-applet/applet.c  2016-07-27 
17:05:42.000000000 +0200
@@ -31,8 +31,6 @@
 #define WNCK_I_KNOW_THIS_IS_UNSTABLE
 #include <libwnck/libwnck.h>
 
-#include <libmate-desktop/mate-aboutdialog.h>
-
 #include <gio/gio.h>
 #include <mate-panel-applet.h>
 #include <mate-panel-applet-gsettings.h>
@@ -211,7 +209,7 @@
 {
   GtkWidget *panel_about_dialog;
        
-  panel_about_dialog = mate_about_dialog_new ();
+  panel_about_dialog = gtk_about_dialog_new ();
 
   g_object_set (panel_about_dialog,
                 "name", _("Window Picker"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-netbook-1.14.0/mate-window-picker-applet/task-item.c 
new/mate-netbook-1.16.0/mate-window-picker-applet/task-item.c
--- old/mate-netbook-1.14.0/mate-window-picker-applet/task-item.c       
2015-12-16 13:49:57.000000000 +0100
+++ new/mate-netbook-1.16.0/mate-window-picker-applet/task-item.c       
2016-09-01 15:01:30.000000000 +0200
@@ -550,7 +550,8 @@
   task_item_set_visibility (item);
 }
 
-static void on_window_icon_changed (WnckWindow *window, TaskItem *item)
+static void
+on_window_icon_changed (WnckWindow *window, TaskItem *item)
 {
   TaskItemPrivate *priv;
   
@@ -622,12 +623,13 @@
 
   if (priv->window == window)
   {
-    g_signal_handlers_disconnect_by_func (screen, G_CALLBACK 
(on_screen_window_closed), item);
+    g_signal_handlers_disconnect_by_func (screen, G_CALLBACK 
(on_screen_active_viewport_changed), item);
     g_signal_handlers_disconnect_by_func (screen, G_CALLBACK 
(on_screen_active_window_changed), item);
     g_signal_handlers_disconnect_by_func (screen, G_CALLBACK 
(on_screen_active_workspace_changed), item);
     g_signal_handlers_disconnect_by_func (screen, G_CALLBACK 
(on_screen_window_closed), item);
     g_signal_handlers_disconnect_by_func (window, G_CALLBACK 
(on_window_workspace_changed), item);
     g_signal_handlers_disconnect_by_func (window, G_CALLBACK 
(on_window_state_changed), item);
+    g_signal_handlers_disconnect_by_func (window, G_CALLBACK 
(on_window_icon_changed), item);
   
     g_signal_emit (G_OBJECT (item), 
task_item_signals[TASK_ITEM_CLOSED_SIGNAL], 0);
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/maximus/main.c 
new/mate-netbook-1.16.0/maximus/main.c
--- old/mate-netbook-1.14.0/maximus/main.c      2016-01-21 10:24:22.000000000 
+0100
+++ new/mate-netbook-1.16.0/maximus/main.c      2016-09-01 15:00:31.000000000 
+0200
@@ -26,7 +26,7 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 
-#include <unique/unique.h>
+#include <gio/gio.h>
 
 #include "maximus-app.h"
 
@@ -60,17 +60,25 @@
 
 gint main (gint argc, gchar *argv[])
 {
-  UniqueApp *unique;
+  GApplication *application;
   MaximusApp UNUSED_VARIABLE *app;
   GOptionContext  *context;
+  GError *error = NULL;
 
   g_set_application_name ("Maximus");
   
   gtk_init (&argc, &argv);
   
-  unique = unique_app_new ("com.canonical.Maximus", NULL);
+  application = g_application_new ("com.canonical.Maximus", 
G_APPLICATION_FLAGS_NONE);
+
+  if (!g_application_register (application, NULL, &error))
+  {
+    g_warning ("%s", error->message);
+    g_error_free (error);
+    return 1;
+  }
   
-  if (unique_app_is_running (unique))
+  if (g_application_get_is_remote(application))
   {
     return 0;
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/bs.po 
new/mate-netbook-1.16.0/po/bs.po
--- old/mate-netbook-1.14.0/po/bs.po    2016-04-07 14:23:22.000000000 +0200
+++ new/mate-netbook-1.16.0/po/bs.po    2016-09-19 10:27:47.000000000 +0200
@@ -4,13 +4,14 @@
 # 
 # Translators:
 # Kyle Nitzsche <[email protected]>, 2009
+# Sky Lion <[email protected]>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: monsta <[email protected]>\n"
+"PO-Revision-Date: 2016-09-05 14:50+0000\n"
+"Last-Translator: Sky Lion <[email protected]>\n"
 "Language-Team: Bosnian (http://www.transifex.com/mate/MATE/language/bs/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@
 
 #: 
../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1
 msgid "Show windows from all workspaces."
-msgstr ""
+msgstr "Prikaži prozore sa svih radnih površina."
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1
 msgid "Window Picker Applet Factory"
@@ -34,11 +35,11 @@
 
 #: ../mate-window-picker-applet/applet.c:65
 msgid "_Preferences"
-msgstr ""
+msgstr "_Postavke"
 
 #: ../mate-window-picker-applet/applet.c:68
 msgid "_About"
-msgstr ""
+msgstr "_O"
 
 #: ../mate-window-picker-applet/applet.c:247
 msgid "Preferences"
@@ -69,11 +70,11 @@
 
 #: ../mate-window-picker-applet/task-title.c:515
 msgid "Close"
-msgstr ""
+msgstr "Zatvori"
 
 #: ../mate-window-picker-applet/task-title.c:516
 msgid "Close current window."
-msgstr ""
+msgstr "Zatvori trenutni prozor."
 
 #: ../mate-window-picker-applet/task-item.c:694
 msgid "Window Task Button"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/el.po 
new/mate-netbook-1.16.0/po/el.po
--- old/mate-netbook-1.14.0/po/el.po    2016-04-08 12:13:05.000000000 +0200
+++ new/mate-netbook-1.16.0/po/el.po    2016-09-19 10:27:47.000000000 +0200
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Angelos Chraniotis <[email protected]>, 2016
 # geost <[email protected]>, 2012
 # Kyle Nitzsche <[email protected]>, 2009
 msgid ""
@@ -10,8 +11,8 @@
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: monsta <[email protected]>\n"
+"PO-Revision-Date: 2016-04-15 20:28+0000\n"
+"Last-Translator: Angelos Chraniotis <[email protected]>\n"
 "Language-Team: Greek (http://www.transifex.com/mate/MATE/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,11 +22,11 @@
 
 #: 
../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1
 msgid "Show windows from all workspaces."
-msgstr ""
+msgstr "Να εμφανίζονται τα παράθυρα από όλους τους χώρους εργασίας"
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1
 msgid "Window Picker Applet Factory"
-msgstr ""
+msgstr "Εργοστάσιο μικροεφαρμογής επιλογής παραθύρου"
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:2
 #: ../mate-window-picker-applet/applet.c:213
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/es_CL.po 
new/mate-netbook-1.16.0/po/es_CL.po
--- old/mate-netbook-1.14.0/po/es_CL.po 2016-04-07 14:23:22.000000000 +0200
+++ new/mate-netbook-1.16.0/po/es_CL.po 2016-09-19 10:27:47.000000000 +0200
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Pablo Roberto Francisco Lezaeta Reyes <[email protected]>, 2013
+# Pablo Roberto “Jristz” Lezaeta Reyes <[email protected]>, 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/es_CO.po 
new/mate-netbook-1.16.0/po/es_CO.po
--- old/mate-netbook-1.14.0/po/es_CO.po 2016-04-07 14:23:22.000000000 +0200
+++ new/mate-netbook-1.16.0/po/es_CO.po 2016-09-19 10:27:47.000000000 +0200
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# sergiob2 <[email protected]>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: monsta <[email protected]>\n"
+"PO-Revision-Date: 2016-07-11 05:18+0000\n"
+"Last-Translator: sergiob2 <[email protected]>\n"
 "Language-Team: Spanish (Colombia) 
(http://www.transifex.com/mate/MATE/language/es_CO/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,17 +20,17 @@
 
 #: 
../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1
 msgid "Show windows from all workspaces."
-msgstr ""
+msgstr "Mostrar ventanas de todas las áreas de trabajo."
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1
 msgid "Window Picker Applet Factory"
-msgstr ""
+msgstr "Fábrica del Applet para el selector de ventanas"
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:2
 #: ../mate-window-picker-applet/applet.c:213
 #: ../mate-window-picker-applet/applet.c:214
 msgid "Window Picker"
-msgstr ""
+msgstr "Selector de ventanas"
 
 #: ../mate-window-picker-applet/applet.c:65
 msgid "_Preferences"
@@ -41,11 +42,11 @@
 
 #: ../mate-window-picker-applet/applet.c:247
 msgid "Preferences"
-msgstr ""
+msgstr "Preferencias"
 
 #: ../mate-window-picker-applet/applet.c:263
 msgid "Show windows from all workspaces"
-msgstr ""
+msgstr "Mostrar ventanas de todas las áreas de trabajo"
 
 #: ../mate-window-picker-applet/task-title.c:279
 #: ../mate-window-picker-applet/task-title.c:286
@@ -54,52 +55,52 @@
 #: ../mate-window-picker-applet/task-title.c:495
 #: ../mate-window-picker-applet/task-title.c:559
 msgid "Home"
-msgstr ""
+msgstr "Carpeta Personal"
 
 #: ../mate-window-picker-applet/task-title.c:283
 #: ../mate-window-picker-applet/task-title.c:333
 #: ../mate-window-picker-applet/task-title.c:557
 msgid "Log off, switch user, lock screen or power down the computer"
-msgstr ""
+msgstr "Cerrar la sesión, cambiar de usuario, bloquear la pantalla o apagar el 
equipo"
 
 #: ../mate-window-picker-applet/task-title.c:305
 msgid "Close window"
-msgstr ""
+msgstr "Cerrar ventana"
 
 #: ../mate-window-picker-applet/task-title.c:515
 msgid "Close"
-msgstr ""
+msgstr "Cerrar"
 
 #: ../mate-window-picker-applet/task-title.c:516
 msgid "Close current window."
-msgstr ""
+msgstr "Cerrar ventana actual"
 
 #: ../mate-window-picker-applet/task-item.c:694
 msgid "Window Task Button"
-msgstr ""
+msgstr "Botón de tareas de ventana"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:1
 msgid "A list of exclusion strings which apply to the window class."
-msgstr ""
+msgstr "Una lista de cadenas de exclusión que aplica a la clase de la ventana."
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:2
 msgid "A list of exclusion strings which apply to the window class"
-msgstr ""
+msgstr "na lista de cadenas de exclusión que aplica a la clase de la ventana"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:3
 msgid "A binding"
-msgstr ""
+msgstr "Un vínculo"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:4
 msgid "Undecorate windows when maximized"
-msgstr ""
+msgstr "Quitar decoración de las ventanas al maximizarlas"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:5
 msgid "Do not automatically maximize newly opened windows"
-msgstr ""
+msgstr "No maximizar automáticamente las nuevas ventanas abiertas"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:6
 msgid ""
 "Do not automatically maximize newly opened windows. If undecorate is set, "
 "will still undecorate maximized windows."
-msgstr ""
+msgstr "No maximizar automáticamente las nuevas ventanas abiertas. Si se 
establece remover decoracion,  aún maximizará las ventanas sin decorarlas. "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/hr.po 
new/mate-netbook-1.16.0/po/hr.po
--- old/mate-netbook-1.14.0/po/hr.po    2016-04-08 12:13:05.000000000 +0200
+++ new/mate-netbook-1.16.0/po/hr.po    2016-09-19 10:27:47.000000000 +0200
@@ -4,13 +4,14 @@
 # 
 # Translators:
 # Kyle Nitzsche <[email protected]>, 2009
+# Elvis M. Lukšić <[email protected]>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: monsta <[email protected]>\n"
+"PO-Revision-Date: 2016-04-18 17:19+0000\n"
+"Last-Translator: Elvis M. Lukšić <[email protected]>\n"
 "Language-Team: Croatian (http://www.transifex.com/mate/MATE/language/hr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +21,11 @@
 
 #: 
../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1
 msgid "Show windows from all workspaces."
-msgstr ""
+msgstr "Prikaži prozore sa svih radnih površina."
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1
 msgid "Window Picker Applet Factory"
-msgstr ""
+msgstr "Tvorbeni objekt programčića za biranje prozora"
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:2
 #: ../mate-window-picker-applet/applet.c:213
@@ -46,7 +47,7 @@
 
 #: ../mate-window-picker-applet/applet.c:263
 msgid "Show windows from all workspaces"
-msgstr "Prikaži prozore sa svih radnih područja"
+msgstr "Prikaži prozore sa svih radnih površina"
 
 #: ../mate-window-picker-applet/task-title.c:279
 #: ../mate-window-picker-applet/task-title.c:286
@@ -55,7 +56,7 @@
 #: ../mate-window-picker-applet/task-title.c:495
 #: ../mate-window-picker-applet/task-title.c:559
 msgid "Home"
-msgstr "Početni položaj"
+msgstr "Osobna mapa"
 
 #: ../mate-window-picker-applet/task-title.c:283
 #: ../mate-window-picker-applet/task-title.c:333
@@ -81,26 +82,26 @@
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:1
 msgid "A list of exclusion strings which apply to the window class."
-msgstr ""
+msgstr "Popis nizova za izuzeće koji se primjenjuju na klasu prozora."
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:2
 msgid "A list of exclusion strings which apply to the window class"
-msgstr ""
+msgstr "Popis nizova za izuzeće koji se primjenjuju na klasu prozora"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:3
 msgid "A binding"
-msgstr ""
+msgstr "Obrub"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:4
 msgid "Undecorate windows when maximized"
-msgstr ""
+msgstr "Nemoj ukrašavati prozore kada su povećani"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:5
 msgid "Do not automatically maximize newly opened windows"
-msgstr ""
+msgstr "Nemoj automatski povećavati novootvorene prozore"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:6
 msgid ""
 "Do not automatically maximize newly opened windows. If undecorate is set, "
 "will still undecorate maximized windows."
-msgstr ""
+msgstr "Nemoj automatski povećavati novootvorene prozore. Ako je postavljano 
neukrašavanje, povećani prozori će biti neukrašeni."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/ja.po 
new/mate-netbook-1.16.0/po/ja.po
--- old/mate-netbook-1.14.0/po/ja.po    2016-04-08 12:13:05.000000000 +0200
+++ new/mate-netbook-1.16.0/po/ja.po    2016-07-12 17:05:58.000000000 +0200
@@ -5,15 +5,16 @@
 # Translators:
 # ABE Tsunehiko, 2013,2015-2016
 # Ikuru Kanum <[email protected]>, 2015
-# keisuke suzaki <[email protected]>, 2016
+# semicolon <[email protected]>, 2016
+# Kenzo Matsumoto <[email protected]>, 2016
 # Kyle Nitzsche <[email protected]>, 2009
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: keisuke suzaki <[email protected]>\n"
+"PO-Revision-Date: 2016-05-07 05:11+0000\n"
+"Last-Translator: Kenzo Matsumoto <[email protected]>\n"
 "Language-Team: Japanese (http://www.transifex.com/mate/MATE/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -84,11 +85,11 @@
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:1
 msgid "A list of exclusion strings which apply to the window class."
-msgstr ""
+msgstr "ウィンドウクラスについて除外する文字列"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:2
 msgid "A list of exclusion strings which apply to the window class"
-msgstr ""
+msgstr "ウィンドウクラスについて除外する文字列"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:3
 msgid "A binding"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/ro.po 
new/mate-netbook-1.16.0/po/ro.po
--- old/mate-netbook-1.14.0/po/ro.po    2016-04-08 12:13:05.000000000 +0200
+++ new/mate-netbook-1.16.0/po/ro.po    2016-07-12 17:05:58.000000000 +0200
@@ -5,13 +5,14 @@
 # Translators:
 # Daniel <[email protected]>, 2015-2016
 # Kyle Nitzsche <[email protected]>, 2009
+# Polihron Alexandru (APoliTech) <[email protected]>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: Daniel <[email protected]>\n"
+"PO-Revision-Date: 2016-05-29 10:47+0000\n"
+"Last-Translator: Polihron Alexandru (APoliTech) <[email protected]>\n"
 "Language-Team: Romanian (http://www.transifex.com/mate/MATE/language/ro/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -82,11 +83,11 @@
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:1
 msgid "A list of exclusion strings which apply to the window class."
-msgstr ""
+msgstr "O listă de șiruri de excludere care se aplică la clasa ferestrei."
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:2
 msgid "A list of exclusion strings which apply to the window class"
-msgstr ""
+msgstr "O listă de șiruri de excludere care se aplică la clasa ferestrei"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:3
 msgid "A binding"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/sv.po 
new/mate-netbook-1.16.0/po/sv.po
--- old/mate-netbook-1.14.0/po/sv.po    2016-04-08 12:13:05.000000000 +0200
+++ new/mate-netbook-1.16.0/po/sv.po    2016-09-19 10:27:47.000000000 +0200
@@ -3,7 +3,9 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Claes-Göran Nydahl <[email protected]>, 2016
 # Erik, 2016
+# Kristoffer Grundström <[email protected]>, 2016
 # Kyle Nitzsche <[email protected]>, 2009
 # Patrik Nilsson <[email protected]>, 2014
 msgid ""
@@ -11,8 +13,8 @@
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: Erik\n"
+"PO-Revision-Date: 2016-04-28 01:42+0000\n"
+"Last-Translator: Claes-Göran Nydahl <[email protected]>\n"
 "Language-Team: Swedish (http://www.transifex.com/mate/MATE/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -83,15 +85,15 @@
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:1
 msgid "A list of exclusion strings which apply to the window class."
-msgstr ""
+msgstr "En lista över exkluderande strängar som gäller för fönsterklassen."
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:2
 msgid "A list of exclusion strings which apply to the window class"
-msgstr ""
+msgstr "En lista över exkluderande strängar som gäller för fönsterklassen"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:3
 msgid "A binding"
-msgstr ""
+msgstr "Ett bindande"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:4
 msgid "Undecorate windows when maximized"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.14.0/po/uz.po 
new/mate-netbook-1.16.0/po/uz.po
--- old/mate-netbook-1.14.0/po/uz.po    2016-04-07 14:23:22.000000000 +0200
+++ new/mate-netbook-1.16.0/po/uz.po    2016-07-12 17:05:58.000000000 +0200
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# muzaffar habibullayev <[email protected]>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-10 13:14+0300\n"
-"PO-Revision-Date: 2016-04-07 15:23+0000\n"
-"Last-Translator: monsta <[email protected]>\n"
+"PO-Revision-Date: 2016-05-15 03:43+0000\n"
+"Last-Translator: muzaffar habibullayev <[email protected]>\n"
 "Language-Team: Uzbek (http://www.transifex.com/mate/MATE/language/uz/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@
 
 #: 
../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1
 msgid "Show windows from all workspaces."
-msgstr ""
+msgstr "Barcha ish oʻrinlaridagi oynalarni koʻrsatish."
 
 #: 
../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1
 msgid "Window Picker Applet Factory"
@@ -29,7 +30,7 @@
 #: ../mate-window-picker-applet/applet.c:213
 #: ../mate-window-picker-applet/applet.c:214
 msgid "Window Picker"
-msgstr ""
+msgstr "Oyna Tanlovchi"
 
 #: ../mate-window-picker-applet/applet.c:65
 msgid "_Preferences"
@@ -45,7 +46,7 @@
 
 #: ../mate-window-picker-applet/applet.c:263
 msgid "Show windows from all workspaces"
-msgstr ""
+msgstr "Barcha ish oʻrinlaridagi oynalarni koʻrsatish"
 
 #: ../mate-window-picker-applet/task-title.c:279
 #: ../mate-window-picker-applet/task-title.c:286
@@ -60,7 +61,7 @@
 #: ../mate-window-picker-applet/task-title.c:333
 #: ../mate-window-picker-applet/task-title.c:557
 msgid "Log off, switch user, lock screen or power down the computer"
-msgstr ""
+msgstr "Tizimdan chiqish, foydalanuvchini o'zgartirish, ekranni qulflash yoki 
kompyuterni o'chirish"
 
 #: ../mate-window-picker-applet/task-title.c:305
 msgid "Close window"
@@ -72,11 +73,11 @@
 
 #: ../mate-window-picker-applet/task-title.c:516
 msgid "Close current window."
-msgstr ""
+msgstr "Joriy oynani yopish."
 
 #: ../mate-window-picker-applet/task-item.c:694
 msgid "Window Task Button"
-msgstr ""
+msgstr "Oyna Vazifa Tugmasi"
 
 #: ../maximus/org.mate.maximus.gschema.xml.in.h:1
 msgid "A list of exclusion strings which apply to the window class."


Reply via email to