Hello community,

here is the log from the commit of package clutter-gtk for openSUSE:Factory 
checked in at 2016-09-21 18:32:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.clutter-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clutter-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter-gtk/clutter-gtk.changes  2016-06-03 
16:28:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clutter-gtk.new/clutter-gtk.changes     
2016-09-21 18:32:30.000000000 +0200
@@ -1,0 +2,18 @@
+Sun Sep 18 15:06:54 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.2:
+  + Ensure that embedding works when using GTK+ 3.22.
+  + Bump dependency of GTK+.
+  + Bugs fixed: bgo#767627, bgo#769097.
+  + Updated translations.
+- Drop clutter-gtk-fix-double-buffer.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Mon Aug 29 22:00:16 UTC 2016 - zai...@opensuse.org
+
+- Add clutter-gtk-fix-double-buffer.patch: embed: remove non double
+  buffer setting. This started causing problems with Gtk+ 3.21. As
+  the documentation explains, disabling double buffering might
+  trigger rendering issues (bgo#769097).
+
+-------------------------------------------------------------------

Old:
----
  clutter-gtk-1.8.0.tar.xz

New:
----
  clutter-gtk-1.8.2.tar.xz

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

Other differences:
------------------
++++++ clutter-gtk.spec ++++++
--- /var/tmp/diff_new_pack.XBHRVL/_old  2016-09-21 18:32:31.000000000 +0200
+++ /var/tmp/diff_new_pack.XBHRVL/_new  2016-09-21 18:32:31.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           clutter-gtk
-Version:        1.8.0
+Version:        1.8.2
 Release:        0
 Summary:        GTK+ integration for Clutter
 License:        LGPL-2.1+
@@ -30,7 +30,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.23.7
 BuildRequires:  pkgconfig(gdk-3.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.4
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.21.4
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 3.6.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ clutter-gtk-1.8.0.tar.xz -> clutter-gtk-1.8.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/NEWS new/clutter-gtk-1.8.2/NEWS
--- old/clutter-gtk-1.8.0/NEWS  2016-03-28 09:50:21.000000000 +0200
+++ new/clutter-gtk-1.8.2/NEWS  2016-09-18 16:39:11.000000000 +0200
@@ -1,3 +1,15 @@
+Clutter-GTK 1.8.2                                                    18/09/2016
+===============================================================================
+
+Changes since 1.8.0:
+        • Ensure that embedding works when using GTK+ 3.22. [Lionel Landwerlin]
+        • Bump dependency of GTK+.
+
+List of bugs fixed:
+        #767627 - Fix gtk-doc build when builddir != srcdir
+        #769097 - Totem with GTK+ 3.21.4 has the top controls bar constantly
+                  flickering on and off over the video frame
+
 Clutter-GTK 1.8.0                                                    28/03/2016
 ===============================================================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/clutter-gtk/gtk-clutter-embed.c 
new/clutter-gtk-1.8.2/clutter-gtk/gtk-clutter-embed.c
--- old/clutter-gtk-1.8.0/clutter-gtk/gtk-clutter-embed.c       2016-03-01 
00:36:36.000000000 +0100
+++ new/clutter-gtk-1.8.2/clutter-gtk/gtk-clutter-embed.c       2016-08-30 
12:35:32.000000000 +0200
@@ -1153,11 +1153,6 @@
   /* we accept key focus */
   gtk_widget_set_can_focus (widget, TRUE);
 
-  G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-  /* disable double-buffering: it's automatically provided by OpenGL */
-  gtk_widget_set_double_buffered (widget, FALSE);
-  G_GNUC_END_IGNORE_DEPRECATIONS
-
   /* we own the whole drawing of this widget, including the background */
   gtk_widget_set_app_paintable (widget, TRUE);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/clutter-gtk/gtk-clutter-version.h 
new/clutter-gtk-1.8.2/clutter-gtk/gtk-clutter-version.h
--- old/clutter-gtk-1.8.0/clutter-gtk/gtk-clutter-version.h     2016-03-28 
09:50:51.000000000 +0200
+++ new/clutter-gtk-1.8.2/clutter-gtk/gtk-clutter-version.h     2016-09-18 
16:40:10.000000000 +0200
@@ -62,14 +62,14 @@
  * The micro version of the Clutter-GTK library (3, if %CLUTTER_GTK_VERSION
  * is 1.2.3)
  */
-#define CLUTTER_GTK_MICRO_VERSION       (0)
+#define CLUTTER_GTK_MICRO_VERSION       (2)
 
 /**
  * CLUTTER_GTK_VERSION:
  *
  * The full version of the Clutter-GTK library, like 1.2.3
  */
-#define CLUTTER_GTK_VERSION             1.8.0
+#define CLUTTER_GTK_VERSION             1.8.2
 
 /**
  * CLUTTER_GTK_VERSION_S:
@@ -77,7 +77,7 @@
  * The full version of the Clutter-GTK library, in string form (suited for
  * string concatenation)
  */
-#define CLUTTER_GTK_VERSION_S           "1.8.0"
+#define CLUTTER_GTK_VERSION_S           "1.8.2"
 
 /**
  * CLUTTER_GTK_VERSION_HEX:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/configure 
new/clutter-gtk-1.8.2/configure
--- old/clutter-gtk-1.8.0/configure     2016-03-28 09:50:46.000000000 +0200
+++ new/clutter-gtk-1.8.2/configure     2016-09-18 16:40:06.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for clutter-gtk 1.8.0.
+# Generated by GNU Autoconf 2.69 for clutter-gtk 1.8.2.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=clutter-gtk>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='clutter-gtk'
 PACKAGE_TARNAME='clutter-gtk'
-PACKAGE_VERSION='1.8.0'
-PACKAGE_STRING='clutter-gtk 1.8.0'
+PACKAGE_VERSION='1.8.2'
+PACKAGE_STRING='clutter-gtk 1.8.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=clutter-gtk'
 PACKAGE_URL='http://www.clutter-project.org/libraries/clutter-gtk'
 
@@ -1405,7 +1405,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 clutter-gtk 1.8.0 to adapt to many kinds of systems.
+\`configure' configures clutter-gtk 1.8.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1475,7 +1475,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of clutter-gtk 1.8.0:";;
+     short | recursive ) echo "Configuration of clutter-gtk 1.8.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1619,7 +1619,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-clutter-gtk configure 1.8.0
+clutter-gtk configure 1.8.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1897,7 +1897,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by clutter-gtk $as_me 1.8.0, which was
+It was created by clutter-gtk $as_me 1.8.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2767,7 +2767,7 @@
 
 # Define the identity of the package.
  PACKAGE='clutter-gtk'
- VERSION='1.8.0'
+ VERSION='1.8.2'
 
 
 # Some tools Automake needs.
@@ -3012,13 +3012,13 @@
 
 CLUTTER_GTK_MINOR_VERSION=8
 
-CLUTTER_GTK_MICRO_VERSION=0
+CLUTTER_GTK_MICRO_VERSION=2
 
 CLUTTER_GTK_API_VERSION=1.0
 
 CLUTTER_GTK_API_VERSION_AM=1_0
 
-CLUTTER_GTK_VERSION=1.8.0
+CLUTTER_GTK_VERSION=1.8.2
 
 CLUTTER_GTK_RELEASE_STATUS=release
 
@@ -3027,7 +3027,7 @@
 
 
 CLUTTER_GTK_LT_CURRENT=800
-CLUTTER_GTK_LT_REV=0
+CLUTTER_GTK_LT_REV=2
 CLUTTER_GTK_LT_AGE=800
 
CLUTTER_GTK_LT_VERSION="$CLUTTER_GTK_LT_CURRENT:$CLUTTER_GTK_LT_REV:$CLUTTER_GTK_LT_AGE"
 CLUTTER_GTK_LT_LDFLAGS="-version-info $CLUTTER_GTK_LT_VERSION"
@@ -12547,12 +12547,12 @@
     pkg_cv_CLUTTER_GTK_DEPS_CFLAGS="$CLUTTER_GTK_DEPS_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.19.4\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 
3.19.4") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.21.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 
3.21.0") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_CLUTTER_GTK_DEPS_CFLAGS=`$PKG_CONFIG --cflags "clutter-1.0 >= 1.23.7 
gtk+-3.0 >= 3.19.4" 2>/dev/null`
+  pkg_cv_CLUTTER_GTK_DEPS_CFLAGS=`$PKG_CONFIG --cflags "clutter-1.0 >= 1.23.7 
gtk+-3.0 >= 3.21.0" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -12564,12 +12564,12 @@
     pkg_cv_CLUTTER_GTK_DEPS_LIBS="$CLUTTER_GTK_DEPS_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.19.4\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 
3.19.4") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.21.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 
3.21.0") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_CLUTTER_GTK_DEPS_LIBS=`$PKG_CONFIG --libs "clutter-1.0 >= 1.23.7 
gtk+-3.0 >= 3.19.4" 2>/dev/null`
+  pkg_cv_CLUTTER_GTK_DEPS_LIBS=`$PKG_CONFIG --libs "clutter-1.0 >= 1.23.7 
gtk+-3.0 >= 3.21.0" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -12590,14 +12590,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               CLUTTER_GTK_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.19.4" 2>&1`
+               CLUTTER_GTK_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.21.0" 2>&1`
         else
-               CLUTTER_GTK_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.19.4" 2>&1`
+               CLUTTER_GTK_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "clutter-1.0 >= 1.23.7 gtk+-3.0 >= 3.21.0" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$CLUTTER_GTK_DEPS_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (clutter-1.0 >= 1.23.7 gtk+-3.0 >= 
3.19.4) were not met:
+       as_fn_error $? "Package requirements (clutter-1.0 >= 1.23.7 gtk+-3.0 >= 
3.21.0) were not met:
 
 $CLUTTER_GTK_DEPS_PKG_ERRORS
 
@@ -15852,7 +15852,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by clutter-gtk $as_me 1.8.0, which was
+This file was extended by clutter-gtk $as_me 1.8.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15919,7 +15919,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-clutter-gtk config.status 1.8.0
+clutter-gtk config.status 1.8.2
 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/clutter-gtk-1.8.0/configure.ac 
new/clutter-gtk-1.8.2/configure.ac
--- old/clutter-gtk-1.8.0/configure.ac  2016-03-28 09:46:55.000000000 +0200
+++ new/clutter-gtk-1.8.2/configure.ac  2016-09-18 16:39:18.000000000 +0200
@@ -3,11 +3,11 @@
 # An even micro number indicates a released version.
 m4_define([clutter_gtk_major], [1])
 m4_define([clutter_gtk_minor], [8])
-m4_define([clutter_gtk_micro], [0])
+m4_define([clutter_gtk_micro], [2])
 m4_define([clutter_gtk_version], 
[clutter_gtk_major.clutter_gtk_minor.clutter_gtk_micro])
 
 # increase the interface age for each release; if the API changes, set to 0
-m4_define([clutter_gtk_interface_age], [0])
+m4_define([clutter_gtk_interface_age], [2])
 m4_define([clutter_gtk_binary_age], [m4_eval(100 * clutter_gtk_minor + 
clutter_gtk_micro)])
 
 m4_define([clutter_gtk_release_status],
@@ -83,7 +83,7 @@
 AC_SUBST(LIBM)
 
 m4_define([clutter_req_version], [1.23.7])
-m4_define([gtk_req_version], [3.19.4])
+m4_define([gtk_req_version], [3.21.0])
 
 PKG_CHECK_MODULES([CLUTTER_GTK_DEPS], [clutter-1.0 >= clutter_req_version 
gtk+-3.0 >= gtk_req_version])
 AC_SUBST([CLUTTER_GTK_DEPS_CFLAGS])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/Makefile.am 
new/clutter-gtk-1.8.2/doc/reference/Makefile.am
--- old/clutter-gtk-1.8.0/doc/reference/Makefile.am     2016-03-01 
00:36:36.000000000 +0100
+++ new/clutter-gtk-1.8.2/doc/reference/Makefile.am     2016-07-26 
18:26:38.000000000 +0200
@@ -74,7 +74,7 @@
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 
-AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(CLUTTER_GTK_DEPS_CFLAGS)
+AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/clutter-gtk 
$(CLUTTER_GTK_DEPS_CFLAGS)
 
GTKDOC_LIBS=$(top_builddir)/clutter-gtk/libclutter-gtk-$(CLUTTER_GTK_API_VERSION).la
 $(CLUTTER_GTK_DEPS_LIBS)
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/Makefile.in 
new/clutter-gtk-1.8.2/doc/reference/Makefile.in
--- old/clutter-gtk-1.8.0/doc/reference/Makefile.in     2016-03-28 
09:50:47.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/Makefile.in     2016-09-18 
16:40:07.000000000 +0200
@@ -393,7 +393,7 @@
 # signals and properties.
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(CLUTTER_GTK_DEPS_CFLAGS)
+AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/clutter-gtk 
$(CLUTTER_GTK_DEPS_CFLAGS)
 GTKDOC_LIBS = 
$(top_builddir)/clutter-gtk/libclutter-gtk-$(CLUTTER_GTK_API_VERSION).la 
$(CLUTTER_GTK_DEPS_LIBS)
 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) 
$(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 
$(CFLAGS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/GtkClutterActor.html 
new/clutter-gtk-1.8.2/doc/reference/html/GtkClutterActor.html
--- old/clutter-gtk-1.8.0/doc/reference/html/GtkClutterActor.html       
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/GtkClutterActor.html       
2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GtkClutterActor: Clutter-Gtk 1.8.0
+<title>GtkClutterActor: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
 <link rel="prev" href="GtkClutterEmbed.html" title="GtkClutterEmbed">
 <link rel="next" href="GtkClutterWindow.html" title="GtkClutterWindow">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/GtkClutterEmbed.html 
new/clutter-gtk-1.8.2/doc/reference/html/GtkClutterEmbed.html
--- old/clutter-gtk-1.8.0/doc/reference/html/GtkClutterEmbed.html       
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/GtkClutterEmbed.html       
2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GtkClutterEmbed: Clutter-Gtk 1.8.0
+<title>GtkClutterEmbed: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
 <link rel="prev" href="ch02.html" title="Clutter-Gtk Widgets">
 <link rel="next" href="GtkClutterActor.html" title="GtkClutterActor">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/GtkClutterWindow.html 
new/clutter-gtk-1.8.2/doc/reference/html/GtkClutterWindow.html
--- old/clutter-gtk-1.8.0/doc/reference/html/GtkClutterWindow.html      
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/GtkClutterWindow.html      
2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GtkClutterWindow: Clutter-Gtk 1.8.0
+<title>GtkClutterWindow: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
 <link rel="prev" href="GtkClutterActor.html" title="GtkClutterActor">
 <link rel="next" href="ch03.html" title="Miscellaneous">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/annotation-glossary.html 
new/clutter-gtk-1.8.2/doc/reference/html/annotation-glossary.html
--- old/clutter-gtk-1.8.0/doc/reference/html/annotation-glossary.html   
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/annotation-glossary.html   
2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Annotation Glossary: Clutter-Gtk 1.8.0
+<title>Annotation Glossary: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="cluttergtk-glossary.html" title="Part II. Glossaries">
 <link rel="prev" href="cluttergtk-glossary.html" title="Part II. Glossaries">
 <link rel="next" href="ix02.html" title="Index of all symbols">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ch01.html 
new/clutter-gtk-1.8.2/doc/reference/html/ch01.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ch01.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ch01.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,12 +2,12 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Clutter-Gtk Overview: Clutter-Gtk 1.8.0
+<title>Clutter-Gtk Overview: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="prev" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="prev" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="next" href="ch02.html" title="Clutter-Gtk Widgets">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ch02.html 
new/clutter-gtk-1.8.2/doc/reference/html/ch02.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ch02.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ch02.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Clutter-Gtk Widgets: Clutter-Gtk 1.8.0
+<title>Clutter-Gtk Widgets: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ch01.html" title="Clutter-Gtk Overview">
 <link rel="next" href="GtkClutterEmbed.html" title="GtkClutterEmbed">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ch03.html 
new/clutter-gtk-1.8.2/doc/reference/html/ch03.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ch03.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ch03.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Miscellaneous: Clutter-Gtk 1.8.0
+<title>Miscellaneous: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="GtkClutterWindow.html" title="GtkClutterWindow">
 <link rel="next" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility 
Functions">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/clutter-gtk-1.0-Utility-Functions.html 
new/clutter-gtk-1.8.2/doc/reference/html/clutter-gtk-1.0-Utility-Functions.html
--- 
old/clutter-gtk-1.8.0/doc/reference/html/clutter-gtk-1.0-Utility-Functions.html 
    2016-03-28 09:51:24.000000000 +0200
+++ 
new/clutter-gtk-1.8.2/doc/reference/html/clutter-gtk-1.0-Utility-Functions.html 
    2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Utility Functions: Clutter-Gtk 1.8.0
+<title>Utility Functions: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="ch03.html" title="Miscellaneous">
 <link rel="prev" href="ch03.html" title="Miscellaneous">
 <link rel="next" href="ix01.html" title="Index">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/clutter-gtk-1.0.devhelp2 
new/clutter-gtk-1.8.2/doc/reference/html/clutter-gtk-1.0.devhelp2
--- old/clutter-gtk-1.8.0/doc/reference/html/clutter-gtk-1.0.devhelp2   
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/clutter-gtk-1.0.devhelp2   
2016-09-18 16:40:25.000000000 +0200
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
-<book xmlns="http://www.devhelp.net/book"; title="Clutter-Gtk 1.8.0&#10; 
Reference Manual" link="index.html" author="" name="clutter-gtk-1.0" 
version="2" language="c">
+<book xmlns="http://www.devhelp.net/book"; title="Clutter-Gtk 1.8.2&#10; 
Reference Manual" link="index.html" author="" name="clutter-gtk-1.0" 
version="2" language="c">
   <chapters>
     <sub name="Clutter-Gtk Overview" link="ch01.html"/>
     <sub name="Clutter-Gtk Widgets" link="ch02.html">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-glossary.html 
new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-glossary.html
--- old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-glossary.html   
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-glossary.html   
2016-09-18 16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Part II. Glossaries: Clutter-Gtk 1.8.0
+<title>Part II. Glossaries: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="cluttergtk-object-index.html" title="Object Index">
 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-object-hierarchy.html 
new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-object-hierarchy.html
--- old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-object-hierarchy.html   
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-object-hierarchy.html   
2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Object Hierarchy: Clutter-Gtk 1.8.0
+<title>Object Hierarchy: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="cluttergtk-objects.html" title="Part I. Clutter-GTK 
Actors and Objects">
 <link rel="prev" href="cluttergtk-objects.html" title="Part I. Clutter-GTK 
Actors and Objects">
 <link rel="next" href="cluttergtk-object-index.html" title="Object Index">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-object-index.html 
new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-object-index.html
--- old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-object-index.html       
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-object-index.html       
2016-09-18 16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Object Index: Clutter-Gtk 1.8.0
+<title>Object Index: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="up" href="cluttergtk-objects.html" title="Part I. Clutter-GTK 
Actors and Objects">
 <link rel="prev" href="cluttergtk-object-hierarchy.html" title="Object 
Hierarchy">
 <link rel="next" href="cluttergtk-glossary.html" title="Part II. Glossaries">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-objects.html 
new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-objects.html
--- old/clutter-gtk-1.8.0/doc/reference/html/cluttergtk-objects.html    
2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/cluttergtk-objects.html    
2016-09-18 16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Part I. Clutter-GTK Actors and Objects: Clutter-Gtk 1.8.0
+<title>Part I. Clutter-GTK Actors and Objects: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix01.html" title="Index">
 <link rel="next" href="cluttergtk-object-hierarchy.html" title="Object 
Hierarchy">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/index.html 
new/clutter-gtk-1.8.2/doc/reference/html/index.html
--- old/clutter-gtk-1.8.0/doc/reference/html/index.html 2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/index.html 2016-09-18 
16:40:25.000000000 +0200
@@ -2,10 +2,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Clutter-Gtk 1.8.0 Reference Manual: Clutter-Gtk 1.8.0
+<title>Clutter-Gtk 1.8.2 Reference Manual: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="next" href="ch01.html" title="Clutter-Gtk Overview">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
@@ -14,9 +14,9 @@
 <div lang="en" class="book">
 <div class="titlepage">
 <div>
-<div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Clutter-Gtk 1.8.0
+<div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Clutter-Gtk 1.8.2
  Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">Version 1.8.0
+<div><p class="releaseinfo">Version 1.8.2
 </p></div>
 <div><p class="copyright">Copyright © 2006, 2007, 2008, 2009 Intel 
Corporation</p></div>
 <div><div class="legalnotice">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix01.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix01.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix01.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix01.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index: Clutter-Gtk 1.8.0
+<title>Index: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility 
Functions">
 <link rel="next" href="cluttergtk-objects.html" title="Part I. Clutter-GTK 
Actors and Objects">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix02.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix02.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix02.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix02.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of all symbols: Clutter-Gtk 1.8.0
+<title>Index of all symbols: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="annotation-glossary.html" title="Annotation Glossary">
 <link rel="next" href="ix03.html" title="Index of new symbols in 1.0">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix03.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix03.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix03.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix03.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of new symbols in 1.0: Clutter-Gtk 1.8.0
+<title>Index of new symbols in 1.0: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix02.html" title="Index of all symbols">
 <link rel="next" href="ix04.html" title="Index of new symbols in 1.2">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix04.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix04.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix04.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix04.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of new symbols in 1.2: Clutter-Gtk 1.8.0
+<title>Index of new symbols in 1.2: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix03.html" title="Index of new symbols in 1.0">
 <link rel="next" href="ix05.html" title="Index of new symbols in 1.4">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix05.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix05.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix05.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix05.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of new symbols in 1.4: Clutter-Gtk 1.8.0
+<title>Index of new symbols in 1.4: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix04.html" title="Index of new symbols in 1.2">
 <link rel="next" href="ix06.html" title="Index of new symbols in 1.6">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix06.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix06.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix06.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix06.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of new symbols in 1.6: Clutter-Gtk 1.8.0
+<title>Index of new symbols in 1.6: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix05.html" title="Index of new symbols in 1.4">
 <link rel="next" href="ix07.html" title="Index of deprecated symbols">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/ix07.html 
new/clutter-gtk-1.8.2/doc/reference/html/ix07.html
--- old/clutter-gtk-1.8.0/doc/reference/html/ix07.html  2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/ix07.html  2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of deprecated symbols: Clutter-Gtk 1.8.0
+<title>Index of deprecated symbols: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix06.html" title="Index of new symbols in 1.6">
 <link rel="next" href="license.html" title="Appendix A. License">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/html/license.html 
new/clutter-gtk-1.8.2/doc/reference/html/license.html
--- old/clutter-gtk-1.8.0/doc/reference/html/license.html       2016-03-28 
09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/html/license.html       2016-09-18 
16:40:25.000000000 +0200
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Appendix A. License: Clutter-Gtk 1.8.0
+<title>Appendix A. License: Clutter-Gtk 1.8.2
  Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
-<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
+<link rel="home" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
+<link rel="up" href="index.html" title="Clutter-Gtk 1.8.2 Reference Manual">
 <link rel="prev" href="ix07.html" title="Index of deprecated symbols">
 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/doc/reference/version.xml 
new/clutter-gtk-1.8.2/doc/reference/version.xml
--- old/clutter-gtk-1.8.0/doc/reference/version.xml     2016-03-28 
09:50:51.000000000 +0200
+++ new/clutter-gtk-1.8.2/doc/reference/version.xml     2016-09-18 
16:40:10.000000000 +0200
@@ -1 +1 @@
-1.8.0
+1.8.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/po/Makevars 
new/clutter-gtk-1.8.2/po/Makevars
--- old/clutter-gtk-1.8.0/po/Makevars   2016-03-01 00:36:36.000000000 +0100
+++ new/clutter-gtk-1.8.2/po/Makevars   2016-09-18 16:36:27.000000000 +0200
@@ -8,7 +8,7 @@
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_ --keyword=P_
+XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ 
--keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --keyword=P_ 
--add-comments
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/po/cluttergtk-1.0.pot 
new/clutter-gtk-1.8.2/po/cluttergtk-1.0.pot
--- old/clutter-gtk-1.8.0/po/cluttergtk-1.0.pot 2016-03-28 09:51:24.000000000 
+0200
+++ new/clutter-gtk-1.8.2/po/cluttergtk-1.0.pot 2016-09-18 16:40:25.000000000 
+0200
@@ -6,10 +6,10 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: clutter-gtk 1.8.0\n"
+"Project-Id-Version: clutter-gtk 1.8.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.clutter-project.org/enter_bug.cgi?";
 "product=clutter-gtk\n"
-"POT-Creation-Date: 2016-03-28 08:51+0100\n"
+"POT-Creation-Date: 2016-09-18 15:40+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
Files old/clutter-gtk-1.8.0/po/ja.gmo and new/clutter-gtk-1.8.2/po/ja.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/po/ja.po 
new/clutter-gtk-1.8.2/po/ja.po
--- old/clutter-gtk-1.8.0/po/ja.po      2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/po/ja.po      2016-09-18 16:40:25.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: clutter-gtk master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.clutter-project.org/enter_bug.cgi?";
 "product=clutter-gtk\n"
-"POT-Creation-Date: 2016-03-28 08:51+0100\n"
+"POT-Creation-Date: 2016-09-18 15:40+0100\n"
 "PO-Revision-Date: 2012-09-07 13:24+0900\n"
 "Last-Translator: Takeshi AIHANA <takeshi.aih...@gmail.com>\n"
 "Language-Team: Japanese <takeshi.aih...@gmail.com>\n"
Files old/clutter-gtk-1.8.0/po/pl.gmo and new/clutter-gtk-1.8.2/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/po/pl.po 
new/clutter-gtk-1.8.2/po/pl.po
--- old/clutter-gtk-1.8.0/po/pl.po      2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/po/pl.po      2016-09-18 16:40:25.000000000 +0200
@@ -1,28 +1,24 @@
-# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-# Aviary.pl
-# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz
-# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas:
-# gnom...@aviary.pl
-# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+# Polish translation for clutter-gtk.
+# Copyright © 2011-2015 the clutter-gtk authors.
+# This file is distributed under the same license as the clutter-gtk package.
 # Piotr Drąg <piotrd...@gmail.com>, 2011-2015.
-# Aviary.pl <gnom...@aviary.pl>, 2011-2015.
+# Aviary.pl <community-pol...@mozilla.org>, 2011-2015.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: clutter-gtk\n"
 "Report-Msgid-Bugs-To: http://bugzilla.clutter-project.org/enter_bug.cgi?";
 "product=clutter-gtk\n"
-"POT-Creation-Date: 2016-03-28 08:51+0100\n"
+"POT-Creation-Date: 2016-09-18 15:40+0100\n"
 "PO-Revision-Date: 2015-08-26 17:31+0200\n"
 "Last-Translator: Piotr Drąg <piotrd...@gmail.com>\n"
-"Language-Team: Polish <gnom...@aviary.pl>\n"
+"Language-Team: Polish <community-pol...@mozilla.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Poedit-Language: Polish\n"
-"X-Poedit-Country: Poland\n"
 
 #: clutter-gtk/gtk-clutter-texture.c:137
 #, c-format
Files old/clutter-gtk-1.8.0/po/zh_CN.gmo and new/clutter-gtk-1.8.2/po/zh_CN.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gtk-1.8.0/po/zh_CN.po 
new/clutter-gtk-1.8.2/po/zh_CN.po
--- old/clutter-gtk-1.8.0/po/zh_CN.po   2016-03-28 09:51:24.000000000 +0200
+++ new/clutter-gtk-1.8.2/po/zh_CN.po   2016-09-18 16:40:25.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: clutter-gtk master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.clutter-project.org/enter_bug.cgi?";
 "product=clutter-gtk\n"
-"POT-Creation-Date: 2016-03-28 08:51+0100\n"
+"POT-Creation-Date: 2016-09-18 15:40+0100\n"
 "PO-Revision-Date: 2011-03-29 11:39+0800\n"
 "Last-Translator: Aron Xu <happyaron...@gmail.com>\n"
 "Language-Team: Chinese (simplified)\n"


Reply via email to