Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2017-03-22 23:15:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-autoar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-autoar"

Wed Mar 22 23:15:12 2017 rev:3 rq:481809 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes        
2016-09-05 21:24:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2017-03-22 23:15:13.873692613 +0100
@@ -1,0 +2,28 @@
+Tue Mar 21 14:27:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.2.2:
+  + Fix docx files and other format subtypes of zip to be
+    uncompressed.
+
+-------------------------------------------------------------------
+Fri Mar  3 11:06:01 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.1:
+  + Drop rar support since rar5 is not yet supported by libarchive.
+
+-------------------------------------------------------------------
+Thu Feb 23 11:42:44 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.0:
+  + Generate vala bindings.
+  + Check encrypted entry after header is read.
+  + Fix extraction name case, e.j.'sample.odt' in 'sample.odt.zip'.
+  + Remove GSettings schema files.
+- Add pkgconfig(vapigen) BuildRequires: New dependency for vala
+  bindings.
+- Pass --enable-gtk to configure, ensure we build gtk3 widgets.
+- Drop gnome-autoar-schema subpackage and add gnome-autoar-schema
+  Obsoletes replacing previous Requires, following upstream
+  changes.
+
+-------------------------------------------------------------------

Old:
----
  gnome-autoar-0.1.1.tar.xz

New:
----
  gnome-autoar-0.2.2.tar.xz

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

Other differences:
------------------
++++++ gnome-autoar.spec ++++++
--- /var/tmp/diff_new_pack.xehP15/_old  2017-03-22 23:15:14.553596296 +0100
+++ /var/tmp/diff_new_pack.xehP15/_new  2017-03-22 23:15:14.553596296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-autoar
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           gnome-autoar
-Version:        0.1.1
+Version:        0.2.2
 Release:        0
 Summary:        Automatic archives creating and extracting library
 License:        LGPL-2.0+
 Group:          System/GUI/GNOME
 Url:            https://git.gnome.org/browse/gnome-autoar
-Source:         
https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
+Source:         
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
@@ -31,26 +31,17 @@
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
 BuildRequires:  pkgconfig(libarchive) >= 3.2.0
+BuildRequires:  pkgconfig(vapigen)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
 to use archives as a method to transfer directories over the Internet.
 
-%package schema
-Summary:        Automatic archives creating and extracting library -- 
GSettings schema
-Group:          System/Libraries
-
-%description schema
-gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
-to use archives as a method to transfer directories over the Internet.
-
-This package provides mandatory schema extenstions for the library
-
 %package -n libgnome-autoar-0-0
 Summary:        Automatic archives creating and extracting library
 Group:          System/Libraries
-Requires:       %{name}-schema >= %{version}
+Obsoletes:      gnome-autoar-schema
 
 %description -n libgnome-autoar-0-0
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
@@ -99,29 +90,19 @@
 
 %build
 %configure \
-    --disable-static
+    --disable-static \
+    --enable-gtk
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post schema
-%glib2_gsettings_schema_post
-
-%postun schema
-%glib2_gsettings_schema_postun
-
 %post   -n libgnome-autoar-0-0 -p /sbin/ldconfig
 %postun -n libgnome-autoar-0-0 -p /sbin/ldconfig
 %post   -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 %postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 
-%files schema
-%defattr(-,root,root)
-%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.enums.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.gschema.xml
-
 %files devel
 %defattr(-,root,root)
 %{_includedir}/gnome-autoar-0/
@@ -132,6 +113,9 @@
 %{_datadir}/gir-1.0/GnomeAutoar-0.1.gir
 %{_datadir}/gir-1.0/GnomeAutoarGtk-0.1.gir
 %{_datadir}/gtk-doc/html/%{name}/
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/gnome-autoar-0.vapi
+%{_datadir}/vala/vapi/gnome-autoar-gtk-0.vapi
 
 %files -n typelib-1_0-GnomeAutoar-0_1
 %defattr(-,root,root)

++++++ gnome-autoar-0.1.1.tar.xz -> gnome-autoar-0.2.2.tar.xz ++++++
++++ 3791 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/Makefile.am new/gnome-autoar-0.2.2/Makefile.am
--- old/gnome-autoar-0.1.1/Makefile.am  2016-09-02 21:56:00.000000000 +0200
+++ new/gnome-autoar-0.2.2/Makefile.am  2017-03-02 14:05:23.000000000 +0100
@@ -146,7 +146,7 @@
 CLEANFILES += $(gir_DATA) $(typelib_DATA)
 
 gnome-autoar/GnomeAutoar-0.1.gir: 
gnome-autoar/libgnome-autoar-@LIBGNOME_AUTOAR_API_VERSION@.la
-gnome_autoar_GnomeAutoar_0_1_gir_SCANNERFLAGS = --identifier-prefix=Autoar
+gnome_autoar_GnomeAutoar_0_1_gir_SCANNERFLAGS = --identifier-prefix=Autoar 
--c-include="gnome-autoar/gnome-autoar.h"
 gnome_autoar_GnomeAutoar_0_1_gir_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS)
 gnome_autoar_GnomeAutoar_0_1_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0
 gnome_autoar_GnomeAutoar_0_1_gir_LIBS = 
gnome-autoar/libgnome-autoar-@LIBGNOME_AUTOAR_API_VERSION@.la
@@ -160,7 +160,7 @@
 INTROSPECTION_GIRS += gnome-autoar/GnomeAutoarGtk-0.1.gir
 
 gnome-autoar/GnomeAutoarGtk-0.1.gir: 
gnome-autoar/libgnome-autoar-gtk-@LIBGNOME_AUTOAR_API_VERSION@.la 
gnome-autoar/GnomeAutoar-0.1.gir
-gnome_autoar_GnomeAutoarGtk_0_1_gir_SCANNERFLAGS = 
--identifier-prefix=AutoarGtk
+gnome_autoar_GnomeAutoarGtk_0_1_gir_SCANNERFLAGS = 
--identifier-prefix=AutoarGtk --c-include="gnome-autoar/autoar-gtk.h"
 gnome_autoar_GnomeAutoarGtk_0_1_gir_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS)
 gnome_autoar_GnomeAutoarGtk_0_1_gir_INCLUDES = GnomeAutoar-0.1 Gtk-3.0
 gnome_autoar_GnomeAutoarGtk_0_1_gir_LIBS = 
gnome-autoar/libgnome-autoar-gtk-@LIBGNOME_AUTOAR_API_VERSION@.la
@@ -171,6 +171,35 @@
 
 endif
 
+if ENABLE_VAPIGEN
+include $(VAPIGEN_MAKEFILE)
+
+gnome-autoar/gnome-autoar-@LIBGNOME_AUTOAR_API_VERSION@.vapi: 
gnome-autoar/GnomeAutoar-0.1.gir
+
+VAPIGEN_VAPIS = gnome-autoar/gnome-autoar-@LIBGNOME_AUTOAR_API_VERSION@.vapi
+
+gnome_autoar_gnome_autoar_@LIBGNOME_AUTOAR_API_VERSION@_vapi_DEPS = gio-2.0
+gnome_autoar_gnome_autoar_@LIBGNOME_AUTOAR_API_VERSION@_vapi_METADATADIRS = 
$(srcdir)/gnome-autoar
+gnome_autoar_gnome_autoar_@LIBGNOME_AUTOAR_API_VERSION@_vapi_FILES = 
gnome-autoar/GnomeAutoar-0.1.gir
+
+if ENABLE_GTK
+gnome-autoar/gnome-autoar-gtk-@LIBGNOME_AUTOAR_API_VERSION@.vapi: 
gnome-autoar/GnomeAutoarGtk-0.1.gir 
gnome-autoar/gnome-autoar-@LIBGNOME_AUTOAR_API_VERSION@.vapi
+
+VAPIGEN_VAPIS += 
gnome-autoar/gnome-autoar-gtk-@LIBGNOME_AUTOAR_API_VERSION@.vapi
+
+gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_DEPS = 
gnome-autoar-@LIBGNOME_AUTOAR_API_VERSION@ gtk+-3.0
+gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_VAPIDIRS = 
$(builddir)/gnome-autoar
+gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_METADATADIRS 
= $(srcdir)/gnome-autoar
+gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_FILES = 
gnome-autoar/GnomeAutoarGtk-0.1.gir
+gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_GIRDIRS = 
$(builddir)/gnome-autoar
+endif
+
+vapidir = $(datadir)/vala/vapi
+vapi_DATA = $(VAPIGEN_VAPIS)
+
+CLEANFILES += $(vapi_DATA)
+endif
+
 endif
 
 
@@ -181,8 +210,6 @@
 gsettings_SCHEMAS = data/org.gnome.desktop.archives.gschema.xml
 EXTRA_DIST += $(gsettings_SCHEMAS)
 
-@GSETTINGS_RULES@
-
 
 # Directory: tests
 noinst_PROGRAMS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/NEWS new/gnome-autoar-0.2.2/NEWS
--- old/gnome-autoar-0.1.1/NEWS 2016-09-02 22:03:00.000000000 +0200
+++ new/gnome-autoar-0.2.2/NEWS 2017-03-21 13:52:05.000000000 +0100
@@ -1,7 +1,15 @@
+Major changes in 0.2.2:
+ * Fix docx files and other format subtypes of zip to be uncompressed (Carlos 
Soriano)
+
+Major changes in 0.2.1:
+ * Drop rar support since rar5 is not yet supported by libarchive (Carlos 
Soriano)
+
 Major changes in 0.1.1:
-* Fix library link issues for Evolution (Razvan Chitu)
-* Make decide destination signal synchronous for Evolution (Razvan Chitu)
-* Fix licence to LGPLv2.1+ (Ting-Wei Lan)
+ * Generate vala bindings (Rico Tzschichholz)
+ * Check encrypted entry after header is read (Razvan Chitu)
+ * Fix extraction name case, e.j.'sample.odt' in 'sample.odt.zip' (Razvan 
Chitu)
+ * Remove GSettings schema files (Ting-Wei Lan)
 
 Major changes in 0.1.0:
- * First development release of GNOME Autoar, a library to integrate 
compressed files management with GNOME.
+ * First development release of GNOME Autoar, a library to integrate
+   compressed files management with GNOME.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/configure.ac new/gnome-autoar-0.2.2/configure.ac
--- old/gnome-autoar-0.1.1/configure.ac 2016-09-02 21:59:56.000000000 +0200
+++ new/gnome-autoar-0.2.2/configure.ac 2017-03-21 13:51:26.000000000 +0100
@@ -5,10 +5,13 @@
 AC_PREREQ([2.68])
 
 m4_define([major_version], [0])
-m4_define([minor_version], [1])
-m4_define([micro_version], [1])
+m4_define([minor_version], [2])
+m4_define([micro_version], [2])
 
-AC_INIT([gnome-autoar], [major_version.minor_version.micro_version], 
[BUG-REPORT-ADDRESS], [gnome-autoar])
+AC_INIT([gnome-autoar],
+        [major_version.minor_version.micro_version],
+        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-autoar],
+        [gnome-autoar])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([gnome-autoar/gnome-autoar.h])
@@ -51,6 +54,8 @@
 # check for gobject-introspection
 GOBJECT_INTROSPECTION_CHECK([1.30.0])
 
+VAPIGEN_CHECK([0.22])
+
 # Checks for libraries.
 GLIB_REQUIRED=2.35.6
 GTK_REQUIRED=3.2
@@ -59,7 +64,7 @@
 PKG_CHECK_MODULES([LIBARCHIVE], [libarchive >= $LIBARCHIVE_REQUIRED],
                   [GNOME_AUTOAR_LIBARCHIVE_REQUIRES="libarchive"
                    AC_SUBST([GNOME_AUTOAR_LIBARCHIVE_REQUIRES])],
-                  [AC_SEARCH_LIBS([archive_read_new], [archive],
+                  [AC_SEARCH_LIBS([archive_entry_is_encrypted], [archive],
                   [GNOME_AUTOAR_LIBARCHIVE_LIBS="-larchive"
                    AC_SUBST([GNOME_AUTOAR_LIBARCHIVE_LIBS])],
                   [AC_MSG_ERROR([libarchive not found])])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/AutoarCompressor.html 
new/gnome-autoar-0.2.2/docs/reference/html/AutoarCompressor.html
--- old/gnome-autoar-0.1.1/docs/reference/html/AutoarCompressor.html    
2016-09-02 22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/AutoarCompressor.html    
2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AutoarCompressor: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="ch01.html" title="gnome-autoar Core">
 <link rel="prev" href="ch01.html" title="gnome-autoar Core">
@@ -36,7 +36,7 @@
 </tr></table></div>
 <div class="refsect1">
 <a name="AutoarCompressor.functions"></a><h2>Functions</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="functions_return">
 <col class="functions_name">
@@ -183,7 +183,7 @@
 </div>
 <div class="refsect1">
 <a name="AutoarCompressor.properties"></a><h2>Properties</h2>
-<div class="informaltable"><table border="0">
+<div class="informaltable"><table class="informaltable" border="0">
 <colgroup>
 <col width="150px" class="properties_type">
 <col width="300px" class="properties_name">
@@ -251,7 +251,7 @@
 </div>
 <div class="refsect1">
 <a name="AutoarCompressor.signals"></a><h2>Signals</h2>
-<div class="informaltable"><table border="0">
+<div class="informaltable"><table class="informaltable" border="0">
 <colgroup>
 <col width="150px" class="signals_return">
 <col width="300px" class="signals_name">
@@ -288,7 +288,7 @@
 </div>
 <div class="refsect1">
 <a name="AutoarCompressor.other"></a><h2>Types and Values</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="name">
 <col class="description">
@@ -359,7 +359,7 @@
 <p>Create a new <a class="link" href="AutoarCompressor.html" 
title="AutoarCompressor"><span class="type">AutoarCompressor</span></a> 
object.</p>
 <div class="refsect3">
 <a name="autoar-compressor-new.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -406,7 +406,7 @@
 thread as the caller of this functions.</p>
 <div class="refsect3">
 <a name="autoar-compressor-start.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -440,7 +440,7 @@
 safely manipulate GTK+ widgets in the callbacks.</p>
 <div class="refsect3">
 <a name="autoar-compressor-start-async.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -469,7 +469,7 @@
 <p>Gets the list of source files.</p>
 <div class="refsect3">
 <a name="autoar-compressor-get-source-files.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -498,7 +498,7 @@
 <a class="link" 
href="AutoarCompressor.html#autoar-compressor-set-output-is-dest" 
title="autoar_compressor_set_output_is_dest ()"><code 
class="function">autoar_compressor_set_output_is_dest()</code></a>.</p>
 <div class="refsect3">
 <a name="autoar-compressor-get-output-file.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -525,7 +525,7 @@
 <p>Gets the compression format</p>
 <div class="refsect3">
 <a name="autoar-compressor-get-format.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -551,7 +551,7 @@
 <p>Gets the compression filter</p>
 <div class="refsect3">
 <a name="autoar-compressor-get-filter.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -578,7 +578,7 @@
 <p>Gets whether a top level directory will be created in the new archive.</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-get-create-top-level-directory.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -605,7 +605,7 @@
 value is currently unset, so calling this function is useless.</p>
 <div class="refsect3">
 <a name="autoar-compressor-get-size.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -631,7 +631,7 @@
 <p>Gets the size in bytes has been read from the source files and 
directories.</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-get-completed-size.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -658,7 +658,7 @@
 value is currently unset, so calling this function is useless.</p>
 <div class="refsect3">
 <a name="autoar-compressor-get-files.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -684,7 +684,7 @@
 <p>Gets the number of files has been read</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-get-completed-files.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -710,7 +710,7 @@
 <p>See <a class="link" 
href="AutoarCompressor.html#autoar-compressor-set-output-is-dest" 
title="autoar_compressor_set_output_is_dest ()"><code 
class="function">autoar_compressor_set_output_is_dest()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-get-output-is-dest.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -737,7 +737,7 @@
 <p>See <a class="link" 
href="AutoarCompressor.html#autoar-compressor-set-notify-interval" 
title="autoar_compressor_set_notify_interval ()"><code 
class="function">autoar_compressor_set_notify_interval()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-get-notify-interval.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -776,7 +776,7 @@
 <a class="link" href="AutoarCompressor.html#autoar-compressor-start" 
title="autoar_compressor_start ()"><code 
class="function">autoar_compressor_start()</code></a> or <a class="link" 
href="AutoarCompressor.html#autoar-compressor-start-async" 
title="autoar_compressor_start_async ()"><code 
class="function">autoar_compressor_start_async()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-set-output-is-dest.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -810,7 +810,7 @@
 interval to 0, so you will receive every progress update.</p>
 <div class="refsect3">
 <a 
name="autoar-compressor-set-notify-interval.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -954,7 +954,7 @@
 <span class="type">GCancellable</span>.</p>
 <div class="refsect3">
 <a name="AutoarCompressor-cancelled.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -986,7 +986,7 @@
 completed.</p>
 <div class="refsect3">
 <a name="AutoarCompressor-completed.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1018,7 +1018,7 @@
 <p>This signal is emitted when the location of the new archive is 
determined.</p>
 <div class="refsect3">
 <a name="AutoarCompressor-decide-dest.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1059,7 +1059,7 @@
 and should not be freed.</p>
 <div class="refsect3">
 <a name="AutoarCompressor-error.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1102,7 +1102,7 @@
 respectively.</p>
 <div class="refsect3">
 <a name="AutoarCompressor-progress.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/AutoarExtractor.html 
new/gnome-autoar-0.2.2/docs/reference/html/AutoarExtractor.html
--- old/gnome-autoar-0.1.1/docs/reference/html/AutoarExtractor.html     
2016-09-02 22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/AutoarExtractor.html     
2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AutoarExtractor: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="ch01.html" title="gnome-autoar Core">
 <link rel="prev" href="AutoarCompressor.html" title="AutoarCompressor">
@@ -36,7 +36,7 @@
 </tr></table></div>
 <div class="refsect1">
 <a name="AutoarExtractor.functions"></a><h2>Functions</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="functions_return">
 <col class="functions_name">
@@ -175,7 +175,7 @@
 </div>
 <div class="refsect1">
 <a name="AutoarExtractor.properties"></a><h2>Properties</h2>
-<div class="informaltable"><table border="0">
+<div class="informaltable"><table class="informaltable" border="0">
 <colgroup>
 <col width="150px" class="properties_type">
 <col width="300px" class="properties_name">
@@ -234,7 +234,7 @@
 </div>
 <div class="refsect1">
 <a name="AutoarExtractor.signals"></a><h2>Signals</h2>
-<div class="informaltable"><table border="0">
+<div class="informaltable"><table class="informaltable" border="0">
 <colgroup>
 <col width="150px" class="signals_return">
 <col width="300px" class="signals_name">
@@ -282,7 +282,7 @@
 </div>
 <div class="refsect1">
 <a name="AutoarExtractor.other"></a><h2>Types and Values</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="name">
 <col class="description">
@@ -366,7 +366,7 @@
 <p>Create a new <a class="link" href="AutoarExtractor.html" 
title="AutoarExtractor"><span class="type">AutoarExtractor</span></a> 
object.</p>
 <div class="refsect3">
 <a name="autoar-extractor-new.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -404,7 +404,7 @@
 thread as the caller of this functions.</p>
 <div class="refsect3">
 <a name="autoar-extractor-start.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -438,7 +438,7 @@
 safely manipulate GTK+ widgets in the callbacks.</p>
 <div class="refsect3">
 <a name="autoar-extractor-start-async.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -468,7 +468,7 @@
 extracted for this object.</p>
 <div class="refsect3">
 <a name="autoar-extractor-get-source-file.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -496,7 +496,7 @@
 return value is a <span class="type">GFile</span>.</p>
 <div class="refsect3">
 <a name="autoar-extractor-get-output-file.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -523,7 +523,7 @@
 <p>Gets the size in bytes will be written when the operation is completed.</p>
 <div class="refsect3">
 <a name="autoar-extractor-get-total-size.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -549,7 +549,7 @@
 <p>Gets the size in bytes has been written to disk.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-get-completed-size.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -576,7 +576,7 @@
 completed.</p>
 <div class="refsect3">
 <a name="autoar-extractor-get-total-files.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -602,7 +602,7 @@
 <p>Gets the number of files has been written to disk.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-get-completed-files.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -628,7 +628,7 @@
 <p>See <a class="link" 
href="AutoarExtractor.html#autoar-extractor-set-output-is-dest" 
title="autoar_extractor_set_output_is_dest ()"><code 
class="function">autoar_extractor_set_output_is_dest()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-get-output-is-dest.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -656,7 +656,7 @@
 <p>Whether the source archive will be deleted after a successful 
extraction.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-get-delete-after-extraction.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -683,7 +683,7 @@
 <p>See <a class="link" 
href="AutoarExtractor.html#autoar-extractor-set-notify-interval" 
title="autoar_extractor_set_notify_interval ()"><code 
class="function">autoar_extractor_set_notify_interval()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-get-notify-interval.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -721,7 +721,7 @@
 <a class="link" href="AutoarExtractor.html#autoar-extractor-start-async" 
title="autoar_extractor_start_async ()"><code 
class="function">autoar_extractor_start_async()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-set-output-is-dest.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -754,7 +754,7 @@
 source archive will not be automatically deleted if extraction succeeds.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-set-delete-after-extraction.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -788,7 +788,7 @@
 to 0, so you will receive every progress update.</p>
 <div class="refsect3">
 <a 
name="autoar-extractor-set-notify-interval.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -828,7 +828,7 @@
 <a name="AutoarConflictAction"></a><h3>enum AutoarConflictAction</h3>
 <div class="refsect3">
 <a name="AutoarConflictAction.members"></a><h4>Members</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="300px" class="enum_members_name">
 <col class="enum_members_description">
@@ -944,7 +944,7 @@
 <span class="type">GCancellable</span>.</p>
 <div class="refsect3">
 <a name="AutoarExtractor-cancelled.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -976,7 +976,7 @@
 completed.</p>
 <div class="refsect3">
 <a name="AutoarExtractor-completed.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1008,7 +1008,7 @@
                <span class="type">gpointer</span>         user_data)</pre>
 <div class="refsect3">
 <a name="AutoarExtractor-conflict.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1056,7 +1056,7 @@
                <span class="type">gpointer</span>         user_data)</pre>
 <div class="refsect3">
 <a name="AutoarExtractor-decide-destination.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1113,7 +1113,7 @@
 and should not be freed.</p>
 <div class="refsect3">
 <a name="AutoarExtractor-error.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1151,7 +1151,7 @@
 <p>This signal is used to report progress of creating archives.</p>
 <div class="refsect3">
 <a name="AutoarExtractor-progress.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -1194,7 +1194,7 @@
 in the source archive.</p>
 <div class="refsect3">
 <a name="AutoarExtractor-scanned.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/annotation-glossary.html 
new/gnome-autoar-0.2.2/docs/reference/html/annotation-glossary.html
--- old/gnome-autoar-0.1.1/docs/reference/html/annotation-glossary.html 
2016-09-02 22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/annotation-glossary.html 
2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Annotation Glossary: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="prev" href="deprecated-api-index.html" title="Index of deprecated 
API">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/api-index-full.html 
new/gnome-autoar-0.2.2/docs/reference/html/api-index-full.html
--- old/gnome-autoar-0.1.1/docs/reference/html/api-index-full.html      
2016-09-02 22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/api-index-full.html      
2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Index: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/ch01.html 
new/gnome-autoar-0.2.2/docs/reference/html/ch01.html
--- old/gnome-autoar-0.1.1/docs/reference/html/ch01.html        2016-09-02 
22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/ch01.html        2017-03-21 
13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>gnome-autoar Core: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="prev" href="index.html" title="gnome-autoar Reference Manual">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/ch02.html 
new/gnome-autoar-0.2.2/docs/reference/html/ch02.html
--- old/gnome-autoar-0.1.1/docs/reference/html/ch02.html        2016-09-02 
22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/ch02.html        2017-03-21 
13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>gnome-autoar Utilities: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="prev" href="AutoarExtractor.html" title="AutoarExtractor">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/ch03.html 
new/gnome-autoar-0.2.2/docs/reference/html/ch03.html
--- old/gnome-autoar-0.1.1/docs/reference/html/ch03.html        2016-09-02 
22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/ch03.html        2017-03-21 
13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>gnome-autoar GTK+ Widgets: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="prev" href="gnome-autoar-autoar-misc.html" title="autoar-misc">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/deprecated-api-index.html 
new/gnome-autoar-0.2.2/docs/reference/html/deprecated-api-index.html
--- old/gnome-autoar-0.1.1/docs/reference/html/deprecated-api-index.html        
2016-09-02 22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/deprecated-api-index.html        
1970-01-01 01:00:00.000000000 +0100
@@ -1,30 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index of deprecated API: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="index.html" title="gnome-autoar Reference Manual">
-<link rel="up" href="index.html" title="gnome-autoar Reference Manual">
-<link rel="prev" href="api-index-full.html" title="API Index">
-<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
-<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
-<link rel="stylesheet" href="style.css" type="text/css">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" 
cellpadding="2" cellspacing="5"><tr valign="middle">
-<td width="100%" align="left" class="shortcuts"></td>
-<td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
-<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
-<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" 
height="16" border="0" alt="Prev"></a></td>
-<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" 
width="16" height="16" border="0" alt="Next"></a></td>
-</tr></table>
-<div class="index">
-<div class="titlepage"><div><div><h1 class="title">
-<a name="deprecated-api-index"></a>Index of deprecated 
API</h1></div></div></div>
-<a name="idx"></a>
-</div>
-<div class="footer">
-<hr>Generated by GTK-Doc V1.25.1</div>
-</body>
-</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/gnome-autoar-autoar-format-filter.html
 
new/gnome-autoar-0.2.2/docs/reference/html/gnome-autoar-autoar-format-filter.html
--- 
old/gnome-autoar-0.1.1/docs/reference/html/gnome-autoar-autoar-format-filter.html
   2016-09-02 22:03:46.000000000 +0200
+++ 
new/gnome-autoar-0.2.2/docs/reference/html/gnome-autoar-autoar-format-filter.html
   2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>autoar-format-filter: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="ch02.html" title="gnome-autoar Utilities">
 <link rel="prev" href="ch02.html" title="gnome-autoar Utilities">
@@ -33,7 +33,7 @@
 </tr></table></div>
 <div class="refsect1">
 <a name="gnome-autoar-autoar-format-filter.functions"></a><h2>Functions</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="functions_return">
 <col class="functions_name">
@@ -222,7 +222,7 @@
 </div>
 <div class="refsect1">
 <a name="gnome-autoar-autoar-format-filter.other"></a><h2>Types and Values</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="name">
 <col class="description">
@@ -281,7 +281,7 @@
 <p>Checks whether an <a class="link" 
href="gnome-autoar-autoar-format-filter.html#AutoarFormat" title="enum 
AutoarFormat"><span class="type">AutoarFormat</span></a> is valid.</p>
 <div class="refsect3">
 <a name="autoar-format-is-valid.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -308,7 +308,7 @@
 <p>Gets the MIME type of the format from the internal static data.</p>
 <div class="refsect3">
 <a name="autoar-format-get-mime-type.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -335,7 +335,7 @@
 <p>Gets the file name extension of the format from the internal static 
data.</p>
 <div class="refsect3">
 <a name="autoar-format-get-extension.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -362,7 +362,7 @@
 <p>Gets description of the format from the internal static data.</p>
 <div class="refsect3">
 <a name="autoar-format-get-description.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -391,7 +391,7 @@
 and destroys an archive object in order to get the description string.</p>
 <div class="refsect3">
 <a 
name="autoar-format-get-description-libarchive.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -425,7 +425,7 @@
 is the more reliable way to set format on the archive object.</p>
 <div class="refsect3">
 <a 
name="autoar-format-get-format-libarchive.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -453,7 +453,7 @@
 <p><span class="annotation">[<acronym title="Exposed in C code, not 
necessarily available in other languages."><span 
class="acronym">skip</span></acronym>]</span></p>
 <div class="refsect3">
 <a name="autoar-format-get-libarchive-read.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -481,7 +481,7 @@
 <p><span class="annotation">[<acronym title="Exposed in C code, not 
necessarily available in other languages."><span 
class="acronym">skip</span></acronym>]</span></p>
 <div class="refsect3">
 <a name="autoar-format-get-libarchive-write.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -518,7 +518,7 @@
 <p>Checks whether an <a class="link" 
href="gnome-autoar-autoar-format-filter.html#AutoarFilter" title="enum 
AutoarFilter"><span class="type">AutoarFilter</span></a> is valid.</p>
 <div class="refsect3">
 <a name="autoar-filter-is-valid.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -545,7 +545,7 @@
 <p>Gets the MIME type of the filter from the internal static data.</p>
 <div class="refsect3">
 <a name="autoar-filter-get-mime-type.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -572,7 +572,7 @@
 <p>Gets the file name extension of the filter from the internal static 
data.</p>
 <div class="refsect3">
 <a name="autoar-filter-get-extension.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -599,7 +599,7 @@
 <p>Gets description of the filter from the internal static data.</p>
 <div class="refsect3">
 <a name="autoar-filter-get-description.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -628,7 +628,7 @@
 and destroys an archive object in order to get the description string.</p>
 <div class="refsect3">
 <a 
name="autoar-filter-get-description-libarchive.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -657,7 +657,7 @@
 as the argument for <code 
class="function">archive_write_add_filter()</code>.</p>
 <div class="refsect3">
 <a 
name="autoar-filter-get-filter-libarchive.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -685,7 +685,7 @@
 <p><span class="annotation">[<acronym title="Exposed in C code, not 
necessarily available in other languages."><span 
class="acronym">skip</span></acronym>]</span></p>
 <div class="refsect3">
 <a name="autoar-filter-get-libarchive-read.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -713,7 +713,7 @@
 <p><span class="annotation">[<acronym title="Exposed in C code, not 
necessarily available in other languages."><span 
class="acronym">skip</span></acronym>]</span></p>
 <div class="refsect3">
 <a name="autoar-filter-get-libarchive-write.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -747,7 +747,7 @@
 non-standard rules.</p>
 <div class="refsect3">
 <a name="autoar-format-filter-get-mime-type.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -786,7 +786,7 @@
 . The first character of the returned string is always '.'</p>
 <div class="refsect3">
 <a name="autoar-format-filter-get-extension.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -825,7 +825,7 @@
  using <span class="type">GContentType</span> and <a class="link" 
href="gnome-autoar-autoar-format-filter.html#autoar-format-filter-get-mime-type"
 title="autoar_format_filter_get_mime_type ()"><code 
class="function">autoar_format_filter_get_mime_type()</code></a>.</p>
 <div class="refsect3">
 <a 
name="autoar-format-filter-get-description.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -862,7 +862,7 @@
 files as a archive file.</p>
 <div class="refsect3">
 <a name="AutoarFormat.members"></a><h4>Members</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="300px" class="enum_members_name">
 <col class="enum_members_description">
@@ -975,7 +975,7 @@
 regular file into a compressed file.</p>
 <div class="refsect3">
 <a name="AutoarFilter.members"></a><h4>Members</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="300px" class="enum_members_name">
 <col class="enum_members_description">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/gnome-autoar-autoar-gtk-chooser.html 
new/gnome-autoar-0.2.2/docs/reference/html/gnome-autoar-autoar-gtk-chooser.html
--- 
old/gnome-autoar-0.1.1/docs/reference/html/gnome-autoar-autoar-gtk-chooser.html 
    2016-09-02 22:03:46.000000000 +0200
+++ 
new/gnome-autoar-0.2.2/docs/reference/html/gnome-autoar-autoar-gtk-chooser.html 
    2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>autoar-gtk-chooser: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="ch03.html" title="gnome-autoar GTK+ Widgets">
 <link rel="prev" href="ch03.html" title="gnome-autoar GTK+ Widgets">
@@ -33,7 +33,7 @@
 </tr></table></div>
 <div class="refsect1">
 <a name="gnome-autoar-autoar-gtk-chooser.functions"></a><h2>Functions</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="functions_return">
 <col class="functions_name">
@@ -104,7 +104,7 @@
 the default archive format.</p>
 <div class="refsect3">
 <a name="autoar-gtk-chooser-simple-new.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -141,7 +141,7 @@
 <a class="link" 
href="gnome-autoar-autoar-gtk-chooser.html#autoar-gtk-chooser-simple-new" 
title="autoar_gtk_chooser_simple_new ()"><code 
class="function">autoar_gtk_chooser_simple_new()</code></a>.</p>
 <div class="refsect3">
 <a name="autoar-gtk-chooser-simple-get.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -187,7 +187,7 @@
 and the other list shows all available filters.</p>
 <div class="refsect3">
 <a name="autoar-gtk-chooser-advanced-new.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
@@ -224,7 +224,7 @@
 <a class="link" 
href="gnome-autoar-autoar-gtk-chooser.html#autoar-gtk-chooser-advanced-new" 
title="autoar_gtk_chooser_advanced_new ()"><code 
class="function">autoar_gtk_chooser_advanced_new()</code></a>.</p>
 <div class="refsect3">
 <a name="autoar-gtk-chooser-advanced-get.parameters"></a><h4>Parameters</h4>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
 <col class="parameters_description">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/gnome-autoar-autoar-misc.html 
new/gnome-autoar-0.2.2/docs/reference/html/gnome-autoar-autoar-misc.html
--- old/gnome-autoar-0.1.1/docs/reference/html/gnome-autoar-autoar-misc.html    
2016-09-02 22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/gnome-autoar-autoar-misc.html    
2017-03-21 13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>autoar-misc: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="ch02.html" title="gnome-autoar Utilities">
 <link rel="prev" href="gnome-autoar-autoar-format-filter.html" 
title="autoar-format-filter">
@@ -34,7 +34,7 @@
 </tr></table></div>
 <div class="refsect1">
 <a name="gnome-autoar-autoar-misc.functions"></a><h2>Functions</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="functions_return">
 <col class="functions_name">
@@ -51,7 +51,7 @@
 </div>
 <div class="refsect1">
 <a name="gnome-autoar-autoar-misc.other"></a><h2>Types and Values</h2>
-<div class="informaltable"><table width="100%" border="0">
+<div class="informaltable"><table class="informaltable" width="100%" 
border="0">
 <colgroup>
 <col width="150px" class="name">
 <col class="description">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/index.html 
new/gnome-autoar-0.2.2/docs/reference/html/index.html
--- old/gnome-autoar-0.1.1/docs/reference/html/index.html       2016-09-02 
22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/index.html       2017-03-21 
13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>gnome-autoar Reference Manual: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="next" href="ch01.html" title="gnome-autoar Core">
 <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -48,7 +48,6 @@
 </dt></dl></dd>
 <dt><span class="chapter"><a href="object-tree.html">Object 
Hierarchy</a></span></dt>
 <dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
-<dt><span class="index"><a href="deprecated-api-index.html">Index of 
deprecated API</a></span></dt>
 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation 
Glossary</a></span></dt>
 </dl></div>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/docs/reference/html/object-tree.html 
new/gnome-autoar-0.2.2/docs/reference/html/object-tree.html
--- old/gnome-autoar-0.1.1/docs/reference/html/object-tree.html 2016-09-02 
22:03:46.000000000 +0200
+++ new/gnome-autoar-0.2.2/docs/reference/html/object-tree.html 2017-03-21 
13:52:36.000000000 +0100
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Object Hierarchy: gnome-autoar Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="up" href="index.html" title="gnome-autoar Reference Manual">
 <link rel="prev" href="gnome-autoar-autoar-gtk-chooser.html" 
title="autoar-gtk-chooser">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/gnome-autoar/autoar-extractor.c 
new/gnome-autoar-0.2.2/gnome-autoar/autoar-extractor.c
--- old/gnome-autoar-0.1.1/gnome-autoar/autoar-extractor.c      2016-09-02 
21:58:37.000000000 +0200
+++ new/gnome-autoar-0.2.2/gnome-autoar/autoar-extractor.c      2017-03-21 
13:07:49.000000000 +0100
@@ -727,11 +727,11 @@
                                             GList *files,
                                             GFile **new_destination)
 {
-  g_signal_emit (self,
-                 autoar_extractor_signals[DECIDE_DESTINATION], 0,
-                 destination,
-                 files,
-                 new_destination);
+  autoar_common_g_signal_emit (self, self->in_thread,
+                               autoar_extractor_signals[DECIDE_DESTINATION], 0,
+                               destination,
+                               files,
+                               new_destination);
 }
 
 static inline void
@@ -1589,13 +1589,7 @@
     }
 
     if (archive_entry_is_encrypted (entry)) {
-      if (self->error == NULL) {
-        self->error = g_error_new (G_IO_ERROR,
-                                   G_IO_ERROR_NOT_SUPPORTED,
-                                   "Encrypted archives are not supported.");
-      }
-      archive_read_free (a);
-      return;
+      break;
     }
 
     pathname = archive_entry_pathname (entry);
@@ -1610,6 +1604,17 @@
     archive_read_data_skip (a);
   }
 
+  if (entry && archive_entry_is_encrypted (entry)) {
+    g_debug ("autoar_extractor_step_scan_toplevel: encrypted entry");
+    if (self->error == NULL) {
+      self->error = g_error_new (G_IO_ERROR,
+                                 G_IO_ERROR_NOT_SUPPORTED,
+                                 "Encrypted archives are not supported.");
+    }
+    archive_read_free (a);
+    return;
+  }
+
   if (self->files_list == NULL) {
     if (self->error == NULL) {
       self->error = g_error_new (AUTOAR_EXTRACTOR_ERROR,
@@ -1681,7 +1686,8 @@
     prefix_name = g_file_get_basename (self->prefix);
     prefix_name_no_ext = autoar_common_get_basename_remove_extension 
(prefix_name);
 
-    if (g_strcmp0 (prefix_name_no_ext, self->suggested_destname) == 0) {
+    if (g_strcmp0 (prefix_name, self->suggested_destname) == 0 ||
+        g_strcmp0 (prefix_name_no_ext, self->suggested_destname) == 0) {
       self->destination_dir = g_object_ref (self->output_file);
     } else {
       g_clear_object (&self->prefix);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/gnome-autoar/autoar-mime-types.c 
new/gnome-autoar-0.2.2/gnome-autoar/autoar-mime-types.c
--- old/gnome-autoar-0.1.1/gnome-autoar/autoar-mime-types.c     2016-09-02 
21:58:37.000000000 +0200
+++ new/gnome-autoar-0.2.2/gnome-autoar/autoar-mime-types.c     2017-03-21 
13:09:24.000000000 +0100
@@ -37,7 +37,6 @@
   "application/x-lzip-compressed-tar",
   "application/x-lzma",
   "application/x-lzma-compressed-tar",
-  "application/x-rar",
   "application/x-tar",
   "application/x-tarz",
   "application/x-xar",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-autoar-0.1.1/gtk-doc.make new/gnome-autoar-0.2.2/gtk-doc.make
--- old/gnome-autoar-0.1.1/gtk-doc.make 2016-09-02 22:03:10.000000000 +0200
+++ new/gnome-autoar-0.2.2/gtk-doc.make 2017-03-21 13:52:13.000000000 +0100
@@ -87,19 +87,18 @@
 
 setup-build.stamp:
        -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-           files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
-           if test "x$$files" != "x" ; then \
-               for file in $$files ; do \
-                   destdir=`dirname $(abs_builddir)/$$file`; \
-                   test -d "$$destdir" || mkdir -p "$$destdir"; \
-                   test -f $(abs_srcdir)/$$file && \
-                       cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || 
true; \
-               done; \
-           fi; \
+         files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
+         if test "x$$files" != "x" ; then \
+           for file in $$files ; do \
+             destdir=`dirname $(abs_builddir)/$$file`; \
+             test -d "$$destdir" || mkdir -p "$$destdir"; \
+             test -f $(abs_srcdir)/$$file && \
+               cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
+           done; \
+         fi; \
        fi
        $(AM_V_at)touch setup-build.stamp
 
-
 #### scan ####
 
 GTK_DOC_V_SCAN=$(GTK_DOC_V_SCAN_$(V))
@@ -113,23 +112,23 @@
 scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
        $(GTK_DOC_V_SCAN)_source_dir='' ; \
        for i in $(DOC_SOURCE_DIR) ; do \
-           _source_dir="$${_source_dir} --source-dir=$$i" ; \
+         _source_dir="$${_source_dir} --source-dir=$$i" ; \
        done ; \
        gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" 
$${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
        $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > 
/dev/null 2>&1 ; then \
-           scanobj_options=""; \
-           gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
-           if test "$$?" = "0"; then \
-               if test "x$(V)" = "x1"; then \
-                   scanobj_options="--verbose"; \
-               fi; \
+         scanobj_options=""; \
+         gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
+         if test "$$?" = "0"; then \
+           if test "x$(V)" = "x1"; then \
+             scanobj_options="--verbose"; \
            fi; \
-           CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" 
CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
-           gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options 
--module=$(DOC_MODULE); \
+         fi; \
+         CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" 
CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
+         gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options 
--module=$(DOC_MODULE); \
        else \
-           for i in $(SCANOBJ_FILES) ; do \
-               test -f $$i || touch $$i ; \
-           done \
+         for i in $(SCANOBJ_FILES) ; do \
+           test -f $$i || touch $$i ; \
+         done \
        fi
        $(AM_V_at)touch scan-build.stamp
 
@@ -145,7 +144,7 @@
 sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) 
$(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt 
$(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent
        $(GTK_DOC_V_XML)_source_dir='' ; \
        for i in $(DOC_SOURCE_DIR) ; do \
-           _source_dir="$${_source_dir} --source-dir=$$i" ; \
+         _source_dir="$${_source_dir} --source-dir=$$i" ; \
        done ; \
        gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml 
--expand-content-files="$(expand_content_files)" 
--main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
        $(AM_V_at)touch sgml-build.stamp
@@ -190,12 +189,8 @@
        cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
        -@test "x$(HTML_IMAGES)" = "x" || \
        for file in $(HTML_IMAGES) ; do \
-         if test -f $(abs_srcdir)/$$file ; then \
-           cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
-         fi; \
-         if test -f $(abs_builddir)/$$file ; then \
-           cp $(abs_builddir)/$$file $(abs_builddir)/html; \
-         fi; \
+         test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file 
$(abs_builddir)/html; \
+         test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file 
$(abs_builddir)/html; \
        done;
        $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) 
--module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
        $(AM_V_at)touch html-build.stamp


Reply via email to