Hello community,

here is the log from the commit of package amtk for openSUSE:Factory checked in 
at 2018-07-31 15:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amtk (Old)
 and      /work/SRC/openSUSE:Factory/.amtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amtk"

Tue Jul 31 15:55:10 2018 rev:2 rq:624993 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/amtk/amtk.changes        2018-04-27 
16:09:07.086740169 +0200
+++ /work/SRC/openSUSE:Factory/.amtk.new/amtk.changes   2018-07-31 
15:55:18.419130770 +0200
@@ -1,0 +2,8 @@
+Mon Jul 23 20:32:19 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 5.0.0:
+  + Moved to GNOME GitLab instance.
+  + Some minor improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  amtk-4.99.1.tar.xz

New:
----
  amtk-5.0.0.tar.xz

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

Other differences:
------------------
++++++ amtk.spec ++++++
--- /var/tmp/diff_new_pack.F1odTh/_old  2018-07-31 15:55:19.319132289 +0200
+++ /var/tmp/diff_new_pack.F1odTh/_new  2018-07-31 15:55:19.323132297 +0200
@@ -20,13 +20,13 @@
 %define api_ver 5
 %define libamtk libamtk-%{api_ver}-0
 Name:           amtk
-Version:        4.99.1
+Version:        5.0.0
 Release:        0
 Summary:        An Actions, Menus and Toolbars Kit
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            https://wiki.gnome.org/Projects/Amtk
-Source:         
http://download.gnome.org/sources/amtk/4.99/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/amtk/5.0/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 1.42.0
 BuildRequires:  gtk-doc >= 1.25
 BuildRequires:  pkgconfig
@@ -42,8 +42,8 @@
 
 %package -n %{libamtk}
 Summary:        Shared Library for AMTK
-Group:          System/Libraries
 # Make the lang package installable
+Group:          System/Libraries
 Provides:       %{name}-%{api_ver} = %{version}
 
 %description -n %{libamtk}

++++++ amtk-4.99.1.tar.xz -> amtk-5.0.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/HACKING new/amtk-5.0.0/HACKING
--- old/amtk-4.99.1/HACKING     2018-04-11 12:12:33.000000000 +0200
+++ new/amtk-5.0.0/HACKING      2018-05-23 16:51:11.000000000 +0200
@@ -3,10 +3,8 @@
 
 Amtk follows the same guidelines and code conventions as GtkSourceView:
 
-    https://git.gnome.org/browse/gtksourceview/tree/HACKING
+    https://gitlab.gnome.org/GNOME/gtksourceview/blob/master/HACKING
 
-To contribute, send a pull request by e-mail to the maintainer.
+The Amtk GitLab:
 
-Read the following wiki page to know the conventions for the commit messages:
-
-    https://wiki.gnome.org/Git/CommitMessages
+    https://gitlab.gnome.org/GNOME/amtk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/NEWS new/amtk-5.0.0/NEWS
--- old/amtk-4.99.1/NEWS        2018-04-15 11:29:10.000000000 +0200
+++ new/amtk-5.0.0/NEWS 2018-07-16 12:24:50.000000000 +0200
@@ -1,3 +1,9 @@
+News in 5.0.0, 2018-07-16
+-------------------------
+* Moved to GNOME GitLab instance.
+* Some minor improvements.
+* Some new translations.
+
 News in 4.99.1, 2018-04-15
 --------------------------
 * Move Amtk to its own git repository (it was initially developed in Tepl).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/README new/amtk-5.0.0/README
--- old/amtk-4.99.1/README      2018-04-15 11:13:15.000000000 +0200
+++ new/amtk-5.0.0/README       2018-07-16 12:22:26.000000000 +0200
@@ -1,10 +1,11 @@
 Amtk - Actions, Menus and Toolbars Kit for GTK+ applications
 ============================================================
 
-This is version 4.99.1 of Amtk.
+This is version 5.0.0 of Amtk.
 
 Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
-GtkUIManager replacement based on GAction.
+GtkUIManager replacement based on GAction. It is suitable for both a
+traditional UI or a modern UI with a GtkHeaderBar.
 
 The Amtk library is free software and is released under the terms of the GNU
 Lesser General Public License, see the 'COPYING' file for more information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/amtk/amtk-action-info.c 
new/amtk-5.0.0/amtk/amtk-action-info.c
--- old/amtk-4.99.1/amtk/amtk-action-info.c     2018-04-14 13:46:12.000000000 
+0200
+++ new/amtk-5.0.0/amtk/amtk-action-info.c      2018-06-12 20:01:58.000000000 
+0200
@@ -387,7 +387,7 @@
        g_return_if_fail (accels != NULL);
 
        g_strfreev (info->accels);
-       info->accels = _amtk_utils_strv_copy (accels);
+       info->accels = g_strdupv ((gchar **) accels);
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/amtk/amtk-init.c 
new/amtk-5.0.0/amtk/amtk-init.c
--- old/amtk-4.99.1/amtk/amtk-init.c    2018-04-09 20:08:30.000000000 +0200
+++ new/amtk-5.0.0/amtk/amtk-init.c     2018-05-23 16:53:42.000000000 +0200
@@ -70,7 +70,7 @@
  * gobject-list [1] correctly reports that all Amtk* objects have been 
finalized
  * when quitting the application. On the other hand a DSO destructor runs after
  * the gobject-list's last output, so it's much less convenient, see:
- * 
https://git.gnome.org/browse/gtksourceview/commit/?id=e761de9c2bee90c232875bbc41e6e73e1f63e145
+ * 
https://gitlab.gnome.org/GNOME/gtksourceview/commit/e761de9c2bee90c232875bbc41e6e73e1f63e145
  *
  * [1] A tool for debugging the lifetime of GObjects:
  * https://github.com/danni/gobject-list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/amtk/amtk-utils.c 
new/amtk-5.0.0/amtk/amtk-utils.c
--- old/amtk-4.99.1/amtk/amtk-utils.c   2018-04-14 12:11:37.000000000 +0200
+++ new/amtk-5.0.0/amtk/amtk-utils.c    2018-06-12 20:01:58.000000000 +0200
@@ -83,33 +83,6 @@
        return g_strdup (filename);
 }
 
-/* Deep copy of @strv. */
-gchar **
-_amtk_utils_strv_copy (const gchar * const *strv)
-{
-       guint length;
-       gchar **new_strv;
-       guint i;
-
-       if (strv == NULL)
-       {
-               return NULL;
-       }
-
-       length = g_strv_length ((gchar **)strv);
-
-       new_strv = g_malloc ((length + 1) * sizeof (gchar *));
-
-       for (i = 0; i < length; i++)
-       {
-               new_strv[i] = g_strdup (strv[i]);
-       }
-
-       new_strv[length] = NULL;
-
-       return new_strv;
-}
-
 /**
  * amtk_utils_remove_mnemonic:
  * @str: a string.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/amtk/amtk-utils.h 
new/amtk-5.0.0/amtk/amtk-utils.h
--- old/amtk-4.99.1/amtk/amtk-utils.h   2018-04-14 12:11:37.000000000 +0200
+++ new/amtk-5.0.0/amtk/amtk-utils.h    2018-06-12 20:01:58.000000000 +0200
@@ -35,9 +35,6 @@
 
 /* String utilities */
 
-G_GNUC_INTERNAL
-gchar **       _amtk_utils_strv_copy                           (const gchar * 
const *strv);
-
 gchar *                amtk_utils_remove_mnemonic                      (const 
gchar *str);
 
 /* GTK+ utilities */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/amtk.doap new/amtk-5.0.0/amtk.doap
--- old/amtk-4.99.1/amtk.doap   2018-04-09 20:08:30.000000000 +0200
+++ new/amtk-5.0.0/amtk.doap    2018-05-23 16:48:20.000000000 +0200
@@ -7,12 +7,13 @@
   <name xml:lang="en">Amtk</name>
   <shortdesc xml:lang="en">Actions, Menus and Toolbars Kit for GTK+ 
applications</shortdesc>
   <description xml:lang="en">Amtk is the acronym for “Actions, Menus and
-Toolbars Kit”. It is a basic GtkUIManager replacement based on 
GAction.</description>
+Toolbars Kit”. It is a basic GtkUIManager replacement based on GAction. It is
+suitable for both a traditional UI or a modern UI with a 
GtkHeaderBar.</description>
 
   <homepage rdf:resource="https://wiki.gnome.org/Projects/Amtk"; />
   <mailing-list 
rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-devtools"; />
   <download-page rdf:resource="https://download.gnome.org/sources/amtk/"; />
-  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/tepl/issues"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/amtk/issues"; />
 
   <programming-language>C</programming-language>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/compile new/amtk-5.0.0/compile
--- old/amtk-4.99.1/compile     2018-04-15 11:31:23.000000000 +0200
+++ new/amtk-5.0.0/compile      2018-07-16 12:27:14.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/config.guess new/amtk-5.0.0/config.guess
--- old/amtk-4.99.1/config.guess        2018-04-15 11:31:23.000000000 +0200
+++ new/amtk-5.0.0/config.guess 2018-07-16 12:27:14.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/config.sub new/amtk-5.0.0/config.sub
--- old/amtk-4.99.1/config.sub  2018-04-15 11:31:23.000000000 +0200
+++ new/amtk-5.0.0/config.sub   2018-07-16 12:27:14.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/configure new/amtk-5.0.0/configure
--- old/amtk-4.99.1/configure   2018-04-15 11:31:22.000000000 +0200
+++ new/amtk-5.0.0/configure    2018-07-16 12:27:12.000000000 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Amtk 4.99.1.
+# Generated by GNU Autoconf 2.69 for Amtk 5.0.0.
 #
-# Report bugs to <https://gitlab.gnome.org/GNOME/tepl/issues>.
+# Report bugs to <https://gitlab.gnome.org/GNOME/amtk/issues>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -275,7 +275,7 @@
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoc...@gnu.org and
-$0: https://gitlab.gnome.org/GNOME/tepl/issues about your
+$0: https://gitlab.gnome.org/GNOME/amtk/issues about your
 $0: system, including any error possibly output before this
 $0: message. Then install a modern shell, or manually run
 $0: the script under such a shell if you do have one."
@@ -590,9 +590,9 @@
 # Identity of this package.
 PACKAGE_NAME='Amtk'
 PACKAGE_TARNAME='amtk'
-PACKAGE_VERSION='4.99.1'
-PACKAGE_STRING='Amtk 4.99.1'
-PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/tepl/issues'
+PACKAGE_VERSION='5.0.0'
+PACKAGE_STRING='Amtk 5.0.0'
+PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/amtk/issues'
 PACKAGE_URL='https://wiki.gnome.org/Projects/Amtk'
 
 ac_unique_file="amtk/amtk.h"
@@ -1429,7 +1429,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 Amtk 4.99.1 to adapt to many kinds of systems.
+\`configure' configures Amtk 5.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1499,7 +1499,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Amtk 4.99.1:";;
+     short | recursive ) echo "Configuration of Amtk 5.0.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1590,7 +1590,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <https://gitlab.gnome.org/GNOME/tepl/issues>.
+Report bugs to <https://gitlab.gnome.org/GNOME/amtk/issues>.
 Amtk home page: <https://wiki.gnome.org/Projects/Amtk>.
 _ACEOF
 ac_status=$?
@@ -1654,7 +1654,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Amtk configure 4.99.1
+Amtk configure 5.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1932,7 +1932,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Amtk $as_me 4.99.1, which was
+It was created by Amtk $as_me 5.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2856,7 +2856,7 @@
 
 # Define the identity of the package.
  PACKAGE='amtk'
- VERSION='4.99.1'
+ VERSION='5.0.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18110,7 +18110,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Amtk $as_me 4.99.1, which was
+This file was extended by Amtk $as_me 5.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18170,14 +18170,14 @@
 Configuration commands:
 $config_commands
 
-Report bugs to <https://gitlab.gnome.org/GNOME/tepl/issues>.
+Report bugs to <https://gitlab.gnome.org/GNOME/amtk/issues>.
 Amtk home page: <https://wiki.gnome.org/Projects/Amtk>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Amtk config.status 4.99.1
+Amtk config.status 5.0.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/configure.ac new/amtk-5.0.0/configure.ac
--- old/amtk-4.99.1/configure.ac        2018-04-15 11:12:32.000000000 +0200
+++ new/amtk-5.0.0/configure.ac 2018-07-16 12:21:59.000000000 +0200
@@ -3,11 +3,11 @@
 AC_PREREQ(2.64)
 
 # Package version of the form 'major.minor.micro'.
-m4_define(amtk_package_version, 4.99.1)
+m4_define(amtk_package_version, 5.0.0)
 
 AC_INIT([Amtk],
        [amtk_package_version],
-       [https://gitlab.gnome.org/GNOME/tepl/issues],
+       [https://gitlab.gnome.org/GNOME/amtk/issues],
        [amtk],
        [https://wiki.gnome.org/Projects/Amtk])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/depcomp new/amtk-5.0.0/depcomp
--- old/amtk-4.99.1/depcomp     2018-04-15 11:31:24.000000000 +0200
+++ new/amtk-5.0.0/depcomp      2018-07-16 12:27:14.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/Makefile.in 
new/amtk-5.0.0/docs/reference/Makefile.in
--- old/amtk-4.99.1/docs/reference/Makefile.in  2018-04-15 11:31:23.000000000 
+0200
+++ new/amtk-5.0.0/docs/reference/Makefile.in   2018-07-16 12:27:14.000000000 
+0200
@@ -821,6 +821,7 @@
        for file in $(HTML_IMAGES) ; do \
          test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file 
$(abs_builddir)/html; \
          test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file 
$(abs_builddir)/html; \
+         test -f $$file && cp $$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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/AmtkActionInfo.html 
new/amtk-5.0.0/docs/reference/html/AmtkActionInfo.html
--- old/amtk-4.99.1/docs/reference/html/AmtkActionInfo.html     2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/AmtkActionInfo.html      2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkActionInfo: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/AmtkActionInfoCentralStore.html 
new/amtk-5.0.0/docs/reference/html/AmtkActionInfoCentralStore.html
--- old/amtk-4.99.1/docs/reference/html/AmtkActionInfoCentralStore.html 
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/AmtkActionInfoCentralStore.html  
2018-07-16 12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkActionInfoCentralStore: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="AmtkActionInfoStore.html" title="AmtkActionInfoStore">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/AmtkActionInfoStore.html 
new/amtk-5.0.0/docs/reference/html/AmtkActionInfoStore.html
--- old/amtk-4.99.1/docs/reference/html/AmtkActionInfoStore.html        
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/AmtkActionInfoStore.html 2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkActionInfoStore: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="AmtkActionInfo.html" title="AmtkActionInfo">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/AmtkApplicationWindow.html 
new/amtk-5.0.0/docs/reference/html/AmtkApplicationWindow.html
--- old/amtk-4.99.1/docs/reference/html/AmtkApplicationWindow.html      
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/AmtkApplicationWindow.html       
2018-07-16 12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkApplicationWindow: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="amtk-5.0-Amtk-Initialization-and-Finalization.html" 
title="Amtk Initialization and Finalization">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/AmtkFactory.html 
new/amtk-5.0.0/docs/reference/html/AmtkFactory.html
--- old/amtk-4.99.1/docs/reference/html/AmtkFactory.html        2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/AmtkFactory.html 2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkFactory: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="amtk-5.0-AmtkActionMap.html" title="AmtkActionMap">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/AmtkMenuShell.html 
new/amtk-5.0.0/docs/reference/html/AmtkMenuShell.html
--- old/amtk-4.99.1/docs/reference/html/AmtkMenuShell.html      2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/AmtkMenuShell.html       2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkMenuShell: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="amtk-5.0-AmtkMenuItem.html" title="AmtkMenuItem">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-Amtk-Initialization-and-Finalization.html
 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-Amtk-Initialization-and-Finalization.html
--- 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-Amtk-Initialization-and-Finalization.html
      2018-04-15 11:31:45.000000000 +0200
+++ 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-Amtk-Initialization-and-Finalization.html
       2018-07-16 12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Amtk Initialization and Finalization: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="api-reference.html" title="Part I. Amtk API Reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkActionMap.html 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkActionMap.html
--- old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkActionMap.html     
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkActionMap.html      
2018-07-16 12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkActionMap: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="AmtkActionInfoCentralStore.html" 
title="AmtkActionInfoCentralStore">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkGmenu.html 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkGmenu.html
--- old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkGmenu.html 2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkGmenu.html  2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkGmenu: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="AmtkFactory.html" title="AmtkFactory">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkMenuItem.html 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkMenuItem.html
--- old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkMenuItem.html      
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkMenuItem.html       
2018-07-16 12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkMenuItem: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="amtk-5.0-AmtkGmenu.html" title="AmtkGmenu">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkShortcuts.html 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkShortcuts.html
--- old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkShortcuts.html     
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkShortcuts.html      
2018-07-16 12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkShortcuts: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="AmtkMenuShell.html" title="AmtkMenuShell">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkUtils.html 
new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkUtils.html
--- old/amtk-4.99.1/docs/reference/html/amtk-5.0-AmtkUtils.html 2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/amtk-5.0-AmtkUtils.html  2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AmtkUtils: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="api-reference.html" title="Part I. Amtk API Reference">
 <link rel="prev" href="amtk-5.0-AmtkShortcuts.html" title="AmtkShortcuts">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/amtk-intro.html 
new/amtk-5.0.0/docs/reference/html/amtk-intro.html
--- old/amtk-4.99.1/docs/reference/html/amtk-intro.html 2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/amtk-intro.html  2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Amtk Introduction: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="prev" href="index.html" title="Amtk 5 Reference Manual">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/annexes.html 
new/amtk-5.0.0/docs/reference/html/annexes.html
--- old/amtk-4.99.1/docs/reference/html/annexes.html    2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/annexes.html     2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Part II. Annexes: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="prev" href="amtk-5.0-AmtkUtils.html" title="AmtkUtils">
@@ -28,6 +28,10 @@
 <dt><span class="chapter"><a href="object-tree.html">Object 
Hierarchy</a></span></dt>
 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation 
Glossary</a></span></dt>
 <dt><span class="index"><a href="api-index-full.html">Index of all 
symbols</a></span></dt>
+<dt><span class="index"><a href="api-index-2-0.html">Index of new symbols in 
2.0</a></span></dt>
+<dt><span class="index"><a href="api-index-3-0.html">Index of new symbols in 
3.0</a></span></dt>
+<dt><span class="index"><a href="api-index-4-0.html">Index of new symbols in 
4.0</a></span></dt>
+<dt><span class="index"><a href="api-index-5-0.html">Index of new symbols in 
5.0</a></span></dt>
 </dl>
 </div>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/amtk-4.99.1/docs/reference/html/annotation-glossary.html 
new/amtk-5.0.0/docs/reference/html/annotation-glossary.html
--- old/amtk-4.99.1/docs/reference/html/annotation-glossary.html        
2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/annotation-glossary.html 2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Annotation Glossary: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="annexes.html" title="Part II. Annexes">
 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/api-index-2-0.html 
new/amtk-5.0.0/docs/reference/html/api-index-2-0.html
--- old/amtk-4.99.1/docs/reference/html/api-index-2-0.html      1970-01-01 
01:00:00.000000000 +0100
+++ new/amtk-5.0.0/docs/reference/html/api-index-2-0.html       2018-07-16 
12:27:52.000000000 +0200
@@ -0,0 +1,196 @@
+<!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 new symbols in 2.0: Amtk 5 Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
+<link rel="home" href="index.html" title="Amtk 5 Reference Manual">
+<link rel="up" href="annexes.html" title="Part II. Annexes">
+<link rel="prev" href="api-index-full.html" title="Index of all symbols">
+<link rel="next" href="api-index-3-0.html" title="Index of new symbols in 3.0">
+<meta name="generator" content="GTK-Doc V1.28.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"><span id="nav_index"><a 
class="shortcut" href="#idxA">A</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxM">M</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxU">U</a></span></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="annexes.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></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="api-index-3-0.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><h2 class="title">
+<a name="api-index-2-0"></a>Index of new symbols in 2.0</h2></div></div></div>
+<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
+<dt>
+<a class="link" href="AmtkActionInfo.html#AmtkActionInfoEntry" 
title="AmtkActionInfoEntry">AmtkActionInfoEntry</a>, struct in <a class="link" 
href="AmtkActionInfo.html" title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkActionInfoCentralStore.html#amtk-action-info-central-store-lookup" 
title="amtk_action_info_central_store_lookup 
()">amtk_action_info_central_store_lookup</a>, function in <a class="link" 
href="AmtkActionInfoCentralStore.html" 
title="AmtkActionInfoCentralStore">AmtkActionInfoCentralStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-copy" 
title="amtk_action_info_copy ()">amtk_action_info_copy</a>, function in <a 
class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-get-accels" 
title="amtk_action_info_get_accels ()">amtk_action_info_get_accels</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-get-action-name" 
title="amtk_action_info_get_action_name 
()">amtk_action_info_get_action_name</a>, function in <a class="link" 
href="AmtkActionInfo.html" title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-get-icon-name" 
title="amtk_action_info_get_icon_name ()">amtk_action_info_get_icon_name</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-get-label" 
title="amtk_action_info_get_label ()">amtk_action_info_get_label</a>, function 
in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-get-tooltip" 
title="amtk_action_info_get_tooltip ()">amtk_action_info_get_tooltip</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-new" 
title="amtk_action_info_new ()">amtk_action_info_new</a>, function in <a 
class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-new-from-entry" 
title="amtk_action_info_new_from_entry ()">amtk_action_info_new_from_entry</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-ref" 
title="amtk_action_info_ref ()">amtk_action_info_ref</a>, function in <a 
class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-set-accels" 
title="amtk_action_info_set_accels ()">amtk_action_info_set_accels</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-set-action-name" 
title="amtk_action_info_set_action_name 
()">amtk_action_info_set_action_name</a>, function in <a class="link" 
href="AmtkActionInfo.html" title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-set-icon-name" 
title="amtk_action_info_set_icon_name ()">amtk_action_info_set_icon_name</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-set-label" 
title="amtk_action_info_set_label ()">amtk_action_info_set_label</a>, function 
in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-set-tooltip" 
title="amtk_action_info_set_tooltip ()">amtk_action_info_set_tooltip</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfoStore.html#amtk-action-info-store-add" 
title="amtk_action_info_store_add ()">amtk_action_info_store_add</a>, function 
in <a class="link" href="AmtkActionInfoStore.html" 
title="AmtkActionInfoStore">AmtkActionInfoStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkActionInfoStore.html#amtk-action-info-store-add-entries" 
title="amtk_action_info_store_add_entries 
()">amtk_action_info_store_add_entries</a>, function in <a class="link" 
href="AmtkActionInfoStore.html" 
title="AmtkActionInfoStore">AmtkActionInfoStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkActionInfoStore.html#amtk-action-info-store-check-all-used" 
title="amtk_action_info_store_check_all_used 
()">amtk_action_info_store_check_all_used</a>, function in <a class="link" 
href="AmtkActionInfoStore.html" 
title="AmtkActionInfoStore">AmtkActionInfoStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfoStore.html#amtk-action-info-store-lookup" 
title="amtk_action_info_store_lookup ()">amtk_action_info_store_lookup</a>, 
function in <a class="link" href="AmtkActionInfoStore.html" 
title="AmtkActionInfoStore">AmtkActionInfoStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-unref" 
title="amtk_action_info_unref ()">amtk_action_info_unref</a>, function in <a 
class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="amtk-5.0-AmtkActionMap.html#amtk-action-map-add-action-entries-check-dups"
 title="amtk_action_map_add_action_entries_check_dups 
()">amtk_action_map_add_action_entries_check_dups</a>, function in <a 
class="link" href="amtk-5.0-AmtkActionMap.html" 
title="AmtkActionMap">AmtkActionMap</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#AmtkApplicationWindow--application-window" 
title="The “application-window” 
property">AmtkApplicationWindow:application-window</a>, object property in <a 
class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#AmtkApplicationWindow--statusbar" title="The 
“statusbar” property">AmtkApplicationWindow:statusbar</a>, object property in 
<a class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-connect-menu-to-statusbar"
 title="amtk_application_window_connect_menu_to_statusbar 
()">amtk_application_window_connect_menu_to_statusbar</a>, function in <a 
class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-connect-recent-chooser-menu-to-statusbar"
 title="amtk_application_window_connect_recent_chooser_menu_to_statusbar 
()">amtk_application_window_connect_recent_chooser_menu_to_statusbar</a>, 
function in <a class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-create-open-recent-menu-item"
 title="amtk_application_window_create_open_recent_menu_item 
()">amtk_application_window_create_open_recent_menu_item</a>, function in <a 
class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-get-application-window"
 title="amtk_application_window_get_application_window 
()">amtk_application_window_get_application_window</a>, function in <a 
class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-get-from-gtk-application-window"
 title="amtk_application_window_get_from_gtk_application_window 
()">amtk_application_window_get_from_gtk_application_window</a>, function in <a 
class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-get-statusbar" 
title="amtk_application_window_get_statusbar 
()">amtk_application_window_get_statusbar</a>, function in <a class="link" 
href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-set-statusbar" 
title="amtk_application_window_set_statusbar 
()">amtk_application_window_set_statusbar</a>, function in <a class="link" 
href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<a name="idxM"></a><h3 class="title">M</h3>
+<dt>
+<a class="link" href="AmtkMenuShell.html#AmtkMenuShell-menu-item-deselected" 
title="The “menu-item-deselected” 
signal">AmtkMenuShell::menu-item-deselected</a>, object signal in <a 
class="link" href="AmtkMenuShell.html" title="AmtkMenuShell">AmtkMenuShell</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkMenuShell.html#AmtkMenuShell-menu-item-selected" 
title="The “menu-item-selected” signal">AmtkMenuShell::menu-item-selected</a>, 
object signal in <a class="link" href="AmtkMenuShell.html" 
title="AmtkMenuShell">AmtkMenuShell</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkMenuShell.html#AmtkMenuShell--menu-shell" title="The 
“menu-shell” property">AmtkMenuShell:menu-shell</a>, object property in <a 
class="link" href="AmtkMenuShell.html" title="AmtkMenuShell">AmtkMenuShell</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="amtk-5.0-AmtkMenuItem.html#amtk-menu-item-get-long-description" 
title="amtk_menu_item_get_long_description 
()">amtk_menu_item_get_long_description</a>, function in <a class="link" 
href="amtk-5.0-AmtkMenuItem.html" title="AmtkMenuItem">AmtkMenuItem</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="amtk-5.0-AmtkMenuItem.html#amtk-menu-item-set-icon-name" 
title="amtk_menu_item_set_icon_name ()">amtk_menu_item_set_icon_name</a>, 
function in <a class="link" href="amtk-5.0-AmtkMenuItem.html" 
title="AmtkMenuItem">AmtkMenuItem</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="amtk-5.0-AmtkMenuItem.html#amtk-menu-item-set-long-description" 
title="amtk_menu_item_set_long_description 
()">amtk_menu_item_set_long_description</a>, function in <a class="link" 
href="amtk-5.0-AmtkMenuItem.html" title="AmtkMenuItem">AmtkMenuItem</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkMenuShell.html#amtk-menu-shell-get-from-gtk-menu-shell" 
title="amtk_menu_shell_get_from_gtk_menu_shell 
()">amtk_menu_shell_get_from_gtk_menu_shell</a>, function in <a class="link" 
href="AmtkMenuShell.html" title="AmtkMenuShell">AmtkMenuShell</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkMenuShell.html#amtk-menu-shell-get-menu-shell" 
title="amtk_menu_shell_get_menu_shell ()">amtk_menu_shell_get_menu_shell</a>, 
function in <a class="link" href="AmtkMenuShell.html" 
title="AmtkMenuShell">AmtkMenuShell</a>
+</dt>
+<dd></dd>
+<a name="idxU"></a><h3 class="title">U</h3>
+<dt>
+<a class="link" 
href="amtk-5.0-AmtkUtils.html#amtk-utils-recent-chooser-menu-get-item-uri" 
title="amtk_utils_recent_chooser_menu_get_item_uri 
()">amtk_utils_recent_chooser_menu_get_item_uri</a>, function in <a 
class="link" href="amtk-5.0-AmtkUtils.html" title="AmtkUtils">AmtkUtils</a>
+</dt>
+<dd></dd>
+</div>
+<div class="footer">
+<hr>Generated by GTK-Doc V1.28.1</div>
+</body>
+</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/api-index-3-0.html 
new/amtk-5.0.0/docs/reference/html/api-index-3-0.html
--- old/amtk-4.99.1/docs/reference/html/api-index-3-0.html      1970-01-01 
01:00:00.000000000 +0100
+++ new/amtk-5.0.0/docs/reference/html/api-index-3-0.html       2018-07-16 
12:27:52.000000000 +0200
@@ -0,0 +1,128 @@
+<!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 new symbols in 3.0: Amtk 5 Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
+<link rel="home" href="index.html" title="Amtk 5 Reference Manual">
+<link rel="up" href="annexes.html" title="Part II. Annexes">
+<link rel="prev" href="api-index-2-0.html" title="Index of new symbols in 2.0">
+<link rel="next" href="api-index-4-0.html" title="Index of new symbols in 4.0">
+<meta name="generator" content="GTK-Doc V1.28.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"><span id="nav_index"><a 
class="shortcut" href="#idxA">A</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxF">F</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxI">I</a></span></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="annexes.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="api-index-2-0.html"><img src="left.png" width="16" 
height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="api-index-4-0.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><h2 class="title">
+<a name="api-index-3-0"></a>Index of new symbols in 3.0</h2></div></div></div>
+<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
+<dt>
+<a class="link" 
href="AmtkActionInfoCentralStore.html#amtk-action-info-central-store-get-singleton"
 title="amtk_action_info_central_store_get_singleton 
()">amtk_action_info_central_store_get_singleton</a>, function in <a 
class="link" href="AmtkActionInfoCentralStore.html" 
title="AmtkActionInfoCentralStore">AmtkActionInfoCentralStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-has-been-used" 
title="amtk_action_info_has_been_used ()">amtk_action_info_has_been_used</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfo.html#amtk-action-info-mark-as-used" 
title="amtk_action_info_mark_as_used ()">amtk_action_info_mark_as_used</a>, 
function in <a class="link" href="AmtkActionInfo.html" 
title="AmtkActionInfo">AmtkActionInfo</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkActionInfoStore.html#amtk-action-info-store-new" 
title="amtk_action_info_store_new ()">amtk_action_info_store_new</a>, function 
in <a class="link" href="AmtkActionInfoStore.html" 
title="AmtkActionInfoStore">AmtkActionInfoStore</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkApplicationWindow.html#amtk-application-window-create-open-recent-menu"
 title="amtk_application_window_create_open_recent_menu 
()">amtk_application_window_create_open_recent_menu</a>, function in <a 
class="link" href="AmtkApplicationWindow.html" 
title="AmtkApplicationWindow">AmtkApplicationWindow</a>
+</dt>
+<dd></dd>
+<a name="idxF"></a><h3 class="title">F</h3>
+<dt>
+<a class="link" href="AmtkFactory.html#AmtkFactory--application" title="The 
“application” property">AmtkFactory:application</a>, object property in <a 
class="link" href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#AmtkFactory--default-flags" title="The 
“default-flags” property">AmtkFactory:default-flags</a>, object property in <a 
class="link" href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#AmtkFactoryFlags" title="enum 
AmtkFactoryFlags">AmtkFactoryFlags</a>, enum in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-check-menu-item" 
title="amtk_factory_create_check_menu_item 
()">amtk_factory_create_check_menu_item</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkFactory.html#amtk-factory-create-check-menu-item-full" 
title="amtk_factory_create_check_menu_item_full 
()">amtk_factory_create_check_menu_item_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-menu-item" 
title="amtk_factory_create_menu_item ()">amtk_factory_create_menu_item</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-menu-item-full" 
title="amtk_factory_create_menu_item_full 
()">amtk_factory_create_menu_item_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-menu-tool-button" 
title="amtk_factory_create_menu_tool_button 
()">amtk_factory_create_menu_tool_button</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkFactory.html#amtk-factory-create-menu-tool-button-full" 
title="amtk_factory_create_menu_tool_button_full 
()">amtk_factory_create_menu_tool_button_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-tool-button" 
title="amtk_factory_create_tool_button ()">amtk_factory_create_tool_button</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-tool-button-full" 
title="amtk_factory_create_tool_button_full 
()">amtk_factory_create_tool_button_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-get-application" 
title="amtk_factory_get_application ()">amtk_factory_get_application</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-get-default-flags" 
title="amtk_factory_get_default_flags ()">amtk_factory_get_default_flags</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-new" 
title="amtk_factory_new ()">amtk_factory_new</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="AmtkFactory.html#amtk-factory-new-with-default-application" 
title="amtk_factory_new_with_default_application 
()">amtk_factory_new_with_default_application</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-set-default-flags" 
title="amtk_factory_set_default_flags ()">amtk_factory_set_default_flags</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" 
href="amtk-5.0-Amtk-Initialization-and-Finalization.html#amtk-finalize" 
title="amtk_finalize ()">amtk_finalize</a>, function in <a class="link" 
href="amtk-5.0-Amtk-Initialization-and-Finalization.html" title="Amtk 
Initialization and Finalization">Amtk Initialization and Finalization</a>
+</dt>
+<dd></dd>
+<a name="idxI"></a><h3 class="title">I</h3>
+<dt>
+<a class="link" 
href="amtk-5.0-Amtk-Initialization-and-Finalization.html#amtk-init" 
title="amtk_init ()">amtk_init</a>, function in <a class="link" 
href="amtk-5.0-Amtk-Initialization-and-Finalization.html" title="Amtk 
Initialization and Finalization">Amtk Initialization and Finalization</a>
+</dt>
+<dd></dd>
+</div>
+<div class="footer">
+<hr>Generated by GTK-Doc V1.28.1</div>
+</body>
+</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/api-index-4-0.html 
new/amtk-5.0.0/docs/reference/html/api-index-4-0.html
--- old/amtk-4.99.1/docs/reference/html/api-index-4-0.html      1970-01-01 
01:00:00.000000000 +0100
+++ new/amtk-5.0.0/docs/reference/html/api-index-4-0.html       2018-07-16 
12:27:52.000000000 +0200
@@ -0,0 +1,38 @@
+<!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 new symbols in 4.0: Amtk 5 Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
+<link rel="home" href="index.html" title="Amtk 5 Reference Manual">
+<link rel="up" href="annexes.html" title="Part II. Annexes">
+<link rel="prev" href="api-index-3-0.html" title="Index of new symbols in 3.0">
+<link rel="next" href="api-index-5-0.html" title="Index of new symbols in 5.0">
+<meta name="generator" content="GTK-Doc V1.28.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"><span id="nav_index"><a 
class="shortcut" href="#idxU">U</a></span></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="annexes.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="api-index-3-0.html"><img src="left.png" width="16" 
height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="api-index-5-0.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><h2 class="title">
+<a name="api-index-4-0"></a>Index of new symbols in 4.0</h2></div></div></div>
+<a name="idx"></a><a name="idxU"></a><h3 class="title">U</h3>
+<dt>
+<a class="link" 
href="amtk-5.0-AmtkUtils.html#amtk-utils-bind-g-action-to-gtk-action" 
title="amtk_utils_bind_g_action_to_gtk_action 
()">amtk_utils_bind_g_action_to_gtk_action</a>, function in <a class="link" 
href="amtk-5.0-AmtkUtils.html" title="AmtkUtils">AmtkUtils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="amtk-5.0-AmtkUtils.html#amtk-utils-create-gtk-action" 
title="amtk_utils_create_gtk_action ()">amtk_utils_create_gtk_action</a>, 
function in <a class="link" href="amtk-5.0-AmtkUtils.html" 
title="AmtkUtils">AmtkUtils</a>
+</dt>
+<dd></dd>
+</div>
+<div class="footer">
+<hr>Generated by GTK-Doc V1.28.1</div>
+</body>
+</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/api-index-5-0.html 
new/amtk-5.0.0/docs/reference/html/api-index-5-0.html
--- old/amtk-4.99.1/docs/reference/html/api-index-5-0.html      1970-01-01 
01:00:00.000000000 +0100
+++ new/amtk-5.0.0/docs/reference/html/api-index-5-0.html       2018-07-16 
12:27:52.000000000 +0200
@@ -0,0 +1,93 @@
+<!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 new symbols in 5.0: Amtk 5 Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
+<link rel="home" href="index.html" title="Amtk 5 Reference Manual">
+<link rel="up" href="annexes.html" title="Part II. Annexes">
+<link rel="prev" href="api-index-4-0.html" title="Index of new symbols in 4.0">
+<meta name="generator" content="GTK-Doc V1.28.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"><span id="nav_index"><a 
class="shortcut" href="#idxA">A</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxF">F</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxG">G</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxS">S</a>
+                     <span class="dim">|</span> 
+                  <a class="shortcut" href="#idxU">U</a></span></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" 
height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="annexes.html"><img src="up.png" width="16" 
height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="api-index-4-0.html"><img src="left.png" width="16" 
height="16" border="0" alt="Prev"></a></td>
+<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
+</tr></table>
+<div class="index">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="api-index-5-0"></a>Index of new symbols in 5.0</h2></div></div></div>
+<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
+<dt>
+<a class="link" 
href="AmtkActionInfoStore.html#amtk-action-info-store-set-all-accels-to-app" 
title="amtk_action_info_store_set_all_accels_to_app 
()">amtk_action_info_store_set_all_accels_to_app</a>, function in <a 
class="link" href="AmtkActionInfoStore.html" 
title="AmtkActionInfoStore">AmtkActionInfoStore</a>
+</dt>
+<dd></dd>
+<a name="idxF"></a><h3 class="title">F</h3>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-gmenu-item" 
title="amtk_factory_create_gmenu_item ()">amtk_factory_create_gmenu_item</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-gmenu-item-full" 
title="amtk_factory_create_gmenu_item_full 
()">amtk_factory_create_gmenu_item_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-shortcut" 
title="amtk_factory_create_shortcut ()">amtk_factory_create_shortcut</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-shortcut-full" 
title="amtk_factory_create_shortcut_full 
()">amtk_factory_create_shortcut_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-simple-menu" 
title="amtk_factory_create_simple_menu ()">amtk_factory_create_simple_menu</a>, 
function in <a class="link" href="AmtkFactory.html" 
title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="AmtkFactory.html#amtk-factory-create-simple-menu-full" 
title="amtk_factory_create_simple_menu_full 
()">amtk_factory_create_simple_menu_full</a>, function in <a class="link" 
href="AmtkFactory.html" title="AmtkFactory">AmtkFactory</a>
+</dt>
+<dd></dd>
+<a name="idxG"></a><h3 class="title">G</h3>
+<dt>
+<a class="link" href="amtk-5.0-AmtkGmenu.html#amtk-gmenu-append-item" 
title="amtk_gmenu_append_item ()">amtk_gmenu_append_item</a>, function in <a 
class="link" href="amtk-5.0-AmtkGmenu.html" title="AmtkGmenu">AmtkGmenu</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="amtk-5.0-AmtkGmenu.html#amtk-gmenu-append-section" 
title="amtk_gmenu_append_section ()">amtk_gmenu_append_section</a>, function in 
<a class="link" href="amtk-5.0-AmtkGmenu.html" title="AmtkGmenu">AmtkGmenu</a>
+</dt>
+<dd></dd>
+<a name="idxS"></a><h3 class="title">S</h3>
+<dt>
+<a class="link" href="amtk-5.0-AmtkShortcuts.html#amtk-shortcuts-group-new" 
title="amtk_shortcuts_group_new ()">amtk_shortcuts_group_new</a>, function in 
<a class="link" href="amtk-5.0-AmtkShortcuts.html" 
title="AmtkShortcuts">AmtkShortcuts</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="amtk-5.0-AmtkShortcuts.html#amtk-shortcuts-section-new" 
title="amtk_shortcuts_section_new ()">amtk_shortcuts_section_new</a>, function 
in <a class="link" href="amtk-5.0-AmtkShortcuts.html" 
title="AmtkShortcuts">AmtkShortcuts</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="amtk-5.0-AmtkShortcuts.html#amtk-shortcuts-window-new" 
title="amtk_shortcuts_window_new ()">amtk_shortcuts_window_new</a>, function in 
<a class="link" href="amtk-5.0-AmtkShortcuts.html" 
title="AmtkShortcuts">AmtkShortcuts</a>
+</dt>
+<dd></dd>
+<a name="idxU"></a><h3 class="title">U</h3>
+<dt>
+<a class="link" href="amtk-5.0-AmtkUtils.html#amtk-utils-remove-mnemonic" 
title="amtk_utils_remove_mnemonic ()">amtk_utils_remove_mnemonic</a>, function 
in <a class="link" href="amtk-5.0-AmtkUtils.html" 
title="AmtkUtils">AmtkUtils</a>
+</dt>
+<dd></dd>
+</div>
+<div class="footer">
+<hr>Generated by GTK-Doc V1.28.1</div>
+</body>
+</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/api-index-full.html 
new/amtk-5.0.0/docs/reference/html/api-index-full.html
--- old/amtk-4.99.1/docs/reference/html/api-index-full.html     2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/api-index-full.html      2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index of all symbols: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="annexes.html" title="Part II. Annexes">
 <link rel="prev" href="annotation-glossary.html" title="Annotation Glossary">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/api-reference.html 
new/amtk-5.0.0/docs/reference/html/api-reference.html
--- old/amtk-4.99.1/docs/reference/html/api-reference.html      2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/api-reference.html       2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Part I. Amtk API Reference: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="prev" href="amtk-intro.html" title="Amtk Introduction">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/index.html 
new/amtk-5.0.0/docs/reference/html/index.html
--- old/amtk-4.99.1/docs/reference/html/index.html      2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/index.html       2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Amtk 5 Reference Manual: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="next" href="amtk-intro.html" title="Amtk Introduction">
 <meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
@@ -14,7 +14,7 @@
 <div class="titlepage">
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Amtk 5 Reference 
Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">for Amtk 4.99.1</p></div>
+<div><p class="releaseinfo">for Amtk 5.0.0</p></div>
 </div>
 <hr>
 </div>
@@ -68,6 +68,10 @@
 <dt><span class="chapter"><a href="object-tree.html">Object 
Hierarchy</a></span></dt>
 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation 
Glossary</a></span></dt>
 <dt><span class="index"><a href="api-index-full.html">Index of all 
symbols</a></span></dt>
+<dt><span class="index"><a href="api-index-2-0.html">Index of new symbols in 
2.0</a></span></dt>
+<dt><span class="index"><a href="api-index-3-0.html">Index of new symbols in 
3.0</a></span></dt>
+<dt><span class="index"><a href="api-index-4-0.html">Index of new symbols in 
4.0</a></span></dt>
+<dt><span class="index"><a href="api-index-5-0.html">Index of new symbols in 
5.0</a></span></dt>
 </dl></dd>
 </dl></div>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/docs/reference/html/object-tree.html 
new/amtk-5.0.0/docs/reference/html/object-tree.html
--- old/amtk-4.99.1/docs/reference/html/object-tree.html        2018-04-15 
11:31:45.000000000 +0200
+++ new/amtk-5.0.0/docs/reference/html/object-tree.html 2018-07-16 
12:27:52.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Object Hierarchy: Amtk 5 Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="Amtk 5 Reference Manual">
 <link rel="up" href="annexes.html" title="Part II. Annexes">
 <link rel="prev" href="annexes.html" title="Part II. Annexes">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/gtk-doc.make new/amtk-5.0.0/gtk-doc.make
--- old/amtk-4.99.1/gtk-doc.make        2018-04-15 11:31:05.000000000 +0200
+++ new/amtk-5.0.0/gtk-doc.make 2018-07-16 12:26:55.000000000 +0200
@@ -212,6 +212,7 @@
        for file in $(HTML_IMAGES) ; do \
          test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file 
$(abs_builddir)/html; \
          test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file 
$(abs_builddir)/html; \
+         test -f $$file && cp $$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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/ltmain.sh new/amtk-5.0.0/ltmain.sh
--- old/amtk-4.99.1/ltmain.sh   2018-04-15 11:31:15.000000000 +0200
+++ new/amtk-5.0.0/ltmain.sh    2018-07-16 12:27:05.000000000 +0200
@@ -7272,10 +7272,12 @@
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time 
optimization
+      # -specs=*             GCC specs files
       # -stdlib=*            select c++ std lib with clang
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+      
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+      -specs=*)
         func_quote_for_eval "$arg"
        arg=$func_quote_for_eval_result
         func_append compile_command " $arg"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/missing new/amtk-5.0.0/missing
--- old/amtk-4.99.1/missing     2018-04-15 11:31:23.000000000 +0200
+++ new/amtk-5.0.0/missing      2018-07-16 12:27:14.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/LINGUAS new/amtk-5.0.0/po/LINGUAS
--- old/amtk-4.99.1/po/LINGUAS  2018-04-09 20:08:30.000000000 +0200
+++ new/amtk-5.0.0/po/LINGUAS   2018-07-16 12:20:46.000000000 +0200
@@ -7,8 +7,10 @@
 fur
 id
 hu
+it
 pl
 pt_BR
+ro
 ru
 sr
 sl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/amtk-5.pot 
new/amtk-5.0.0/po/amtk-5.pot
--- old/amtk-4.99.1/po/amtk-5.pot       2018-04-15 11:31:31.000000000 +0200
+++ new/amtk-5.0.0/po/amtk-5.pot        2018-07-16 12:27:29.000000000 +0200
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: amtk 4.99.1\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Project-Id-Version: amtk 5.0.0\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\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"
Binary files old/amtk-4.99.1/po/cs.gmo and new/amtk-5.0.0/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/cs.po new/amtk-5.0.0/po/cs.po
--- old/amtk-4.99.1/po/cs.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/cs.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2018-02-07 08:02+0100\n"
 "Last-Translator: Marek Černocký <ma...@manet.cz>\n"
 "Language-Team: čeština <gnome-cs-l...@gnome.org>\n"
Binary files old/amtk-4.99.1/po/da.gmo and new/amtk-5.0.0/po/da.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/da.po new/amtk-5.0.0/po/da.po
--- old/amtk-4.99.1/po/da.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/da.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2018-02-24 02:00+0200\n"
 "Last-Translator: Joe Hansen <joedalt...@yahoo.dk>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
Binary files old/amtk-4.99.1/po/de.gmo and new/amtk-5.0.0/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/de.po new/amtk-5.0.0/po/de.po
--- old/amtk-4.99.1/po/de.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/de.po     2018-07-16 12:27:52.000000000 +0200
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2018-02-27 17:06+0100\n"
 "Last-Translator: Tim Sabsch <t...@sabsch.com>\n"
 "Language-Team: German <gnome...@gnome.org>\n"
Binary files old/amtk-4.99.1/po/es.gmo and new/amtk-5.0.0/po/es.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/es.po new/amtk-5.0.0/po/es.po
--- old/amtk-4.99.1/po/es.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/es.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-12-14 14:15+0100\n"
 "Last-Translator: Daniel Mustieles <daniel.mustie...@gmail.com>\n"
 "Language-Team: es <gnome-es-l...@gnome.org>\n"
Binary files old/amtk-4.99.1/po/fur.gmo and new/amtk-5.0.0/po/fur.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/fur.po new/amtk-5.0.0/po/fur.po
--- old/amtk-4.99.1/po/fur.po   2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/fur.po    2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-04-08 20:42+0200\n"
 "Last-Translator: Fabio Tomat <f.t.pub...@gmail.com>\n"
 "Language-Team: Friulian <f...@li.org>\n"
Binary files old/amtk-4.99.1/po/hu.gmo and new/amtk-5.0.0/po/hu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/hu.po new/amtk-5.0.0/po/hu.po
--- old/amtk-4.99.1/po/hu.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/hu.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2018-02-26 23:33+0100\n"
 "Last-Translator: Balázs Úr <urbal...@gmail.com>\n"
 "Language-Team: Hungarian <openscope at googlegroups dot com>\n"
Binary files old/amtk-4.99.1/po/id.gmo and new/amtk-5.0.0/po/id.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/id.po new/amtk-5.0.0/po/id.po
--- old/amtk-4.99.1/po/id.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/id.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-12-05 14:52+0700\n"
 "Last-Translator: Kukuh Syafaat <syafaatku...@gmail.com>\n"
 "Language-Team: Indonesian <gnome-l10n...@googlegroups.com>\n"
Binary files old/amtk-4.99.1/po/it.gmo and new/amtk-5.0.0/po/it.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/it.po new/amtk-5.0.0/po/it.po
--- old/amtk-4.99.1/po/it.po    1970-01-01 01:00:00.000000000 +0100
+++ new/amtk-5.0.0/po/it.po     2018-07-16 12:27:52.000000000 +0200
@@ -0,0 +1,35 @@
+# Italian translation for amtk.
+# Copyright (C) 2018 Free Software Foundation, Ltd
+# This file is distributed under the same license as the amtk package.
+# Milo Casagrande <m...@ubuntu.com>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: amtk master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
+"PO-Revision-Date: 2018-04-16 14:35+0200\n"
+"Last-Translator: Milo Casagrande <m...@milo.name>\n"
+"Language-Team: Italian <gnome-it-l...@gnome.org>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.0.6\n"
+
+#. Translators: %s is a filename.
+#: amtk/amtk-application-window.c:374
+#, c-format
+msgid "Open “%s”"
+msgstr "Apri «%s»"
+
+#: amtk/amtk-application-window.c:630
+msgid "Open _Recent"
+msgstr "Apri _recenti"
+
+#. Translators: %s is the application name.
+#: amtk/amtk-application-window.c:633
+#, c-format
+msgid "Open a file recently used with %s"
+msgstr "Apre un file usato di recente con %s"
Binary files old/amtk-4.99.1/po/pl.gmo and new/amtk-5.0.0/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/pl.po new/amtk-5.0.0/po/pl.po
--- old/amtk-4.99.1/po/pl.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/pl.po     2018-07-16 12:27:52.000000000 +0200
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-12-03 18:37+0100\n"
 "Last-Translator: Piotr Drąg <piotrd...@gmail.com>\n"
 "Language-Team: Polish <community-pol...@mozilla.org>\n"
Binary files old/amtk-4.99.1/po/pt_BR.gmo and new/amtk-5.0.0/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/pt_BR.po new/amtk-5.0.0/po/pt_BR.po
--- old/amtk-4.99.1/po/pt_BR.po 2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/pt_BR.po  2018-07-16 12:27:52.000000000 +0200
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-12-12 06:28-0200\n"
 "Last-Translator: Rafael Fontenelle <rafae...@gnome.org>\n"
 "Language-Team: Brazilian Portuguese <gnome-pt_br-l...@gnome.org>\n"
Binary files old/amtk-4.99.1/po/ro.gmo and new/amtk-5.0.0/po/ro.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/ro.po new/amtk-5.0.0/po/ro.po
--- old/amtk-4.99.1/po/ro.po    1970-01-01 01:00:00.000000000 +0100
+++ new/amtk-5.0.0/po/ro.po     2018-07-16 12:27:52.000000000 +0200
@@ -0,0 +1,37 @@
+# Romanian translation for amtk.
+# Copyright (C) 2018 amtk's COPYRIGHT HOLDER
+# This file is distributed under the same license as the amtk package.
+# Floren <>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: amtk master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
+"PO-Revision-Date: 2018-06-19 00:23+0300\n"
+"Last-Translator: Florentina Mușat <florentina.musat.28 [at] gmail [dot] "
+"com>\n"
+"Language-Team: Romanian <gnomero-l...@lists.sourceforge.net>\n"
+"Language: ro\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==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2);;\n"
+"X-Generator: Poedit 2.0.8\n"
+
+#. Translators: %s is a filename.
+#: amtk/amtk-application-window.c:374
+#, c-format
+msgid "Open “%s”"
+msgstr "Deschide „%s”"
+
+#: amtk/amtk-application-window.c:630
+msgid "Open _Recent"
+msgstr "Deschide _recent"
+
+#. Translators: %s is the application name.
+#: amtk/amtk-application-window.c:633
+#, c-format
+msgid "Open a file recently used with %s"
+msgstr "Deschide un fișier utilizat recent cu %s"
Binary files old/amtk-4.99.1/po/ru.gmo and new/amtk-5.0.0/po/ru.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/ru.po new/amtk-5.0.0/po/ru.po
--- old/amtk-4.99.1/po/ru.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/ru.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-03-25 22:57+0500\n"
 "Last-Translator: Pavel Elizaryev <gonl...@tuta.io>\n"
 "Language-Team: Russian <gnome-...@gnome.org>\n"
Binary files old/amtk-4.99.1/po/sl.gmo and new/amtk-5.0.0/po/sl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/sl.po new/amtk-5.0.0/po/sl.po
--- old/amtk-4.99.1/po/sl.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/sl.po     2018-07-16 12:27:52.000000000 +0200
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-05-09 17:32+0200\n"
 "Last-Translator: Matej Urbančič <mat...@svn.gnome.org>\n"
 "Language-Team: Slovenian GNOME Translation Team <gnome...@googlegroups.com>\n"
Binary files old/amtk-4.99.1/po/sr.gmo and new/amtk-5.0.0/po/sr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/sr.po new/amtk-5.0.0/po/sr.po
--- old/amtk-4.99.1/po/sr.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/sr.po     2018-07-16 12:27:52.000000000 +0200
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2018-02-23 00:49+0200\n"
 "Last-Translator: Мирослав Николић <miroslavniko...@rocketmail.com>\n"
 "Language-Team: српски <gnome...@googlegroups.org>\n"
Binary files old/amtk-4.99.1/po/sv.gmo and new/amtk-5.0.0/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/sv.po new/amtk-5.0.0/po/sv.po
--- old/amtk-4.99.1/po/sv.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/sv.po     2018-07-16 12:27:52.000000000 +0200
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2018-03-11 22:01+0100\n"
 "Last-Translator: Anders Jonsson <anders.jons...@norsjovallen.se>\n"
 "Language-Team: Swedish <tp...@listor.tp-sv.se>\n"
Binary files old/amtk-4.99.1/po/uk.gmo and new/amtk-5.0.0/po/uk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/po/uk.po new/amtk-5.0.0/po/uk.po
--- old/amtk-4.99.1/po/uk.po    2018-04-15 11:31:45.000000000 +0200
+++ new/amtk-5.0.0/po/uk.po     2018-07-16 12:27:52.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
-"POT-Creation-Date: 2018-04-15 11:31+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
+"POT-Creation-Date: 2018-07-16 12:27+0200\n"
 "PO-Revision-Date: 2017-03-12 15:32+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <trans...@lists.fedoraproject.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/test-driver new/amtk-5.0.0/test-driver
--- old/amtk-4.99.1/test-driver 2018-04-15 11:31:24.000000000 +0200
+++ new/amtk-5.0.0/test-driver  2018-07-16 12:27:14.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # test-driver - basic testsuite driver script.
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/testsuite/test-action-info-store.c 
new/amtk-5.0.0/testsuite/test-action-info-store.c
--- old/amtk-4.99.1/testsuite/test-action-info-store.c  2018-04-09 
20:08:30.000000000 +0200
+++ new/amtk-5.0.0/testsuite/test-action-info-store.c   2018-05-29 
18:31:00.000000000 +0200
@@ -64,7 +64,7 @@
 main (int    argc,
       char **argv)
 {
-       gtk_test_init (&argc, &argv);
+       g_test_init (&argc, &argv, NULL);
 
        g_test_add_func ("/action-info-store/add-entries", test_add_entries);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amtk-4.99.1/testsuite/test-utils.c 
new/amtk-5.0.0/testsuite/test-utils.c
--- old/amtk-4.99.1/testsuite/test-utils.c      2018-04-14 12:11:37.000000000 
+0200
+++ new/amtk-5.0.0/testsuite/test-utils.c       2018-06-12 20:01:58.000000000 
+0200
@@ -20,67 +20,6 @@
 #include <amtk/amtk.h>
 
 static void
-check_strv_equal (const gchar * const *strv1,
-                 const gchar * const *strv2)
-{
-       gint i;
-
-       if (strv1 == NULL || strv2 == NULL)
-       {
-               g_assert (strv1 == NULL && strv2 == NULL);
-               return;
-       }
-
-       for (i = 0; strv1[i] != NULL && strv2[i] != NULL; i++)
-       {
-               g_assert_cmpstr (strv1[i], ==, strv2[i]);
-       }
-
-       g_assert (strv1[i] == NULL);
-       g_assert (strv2[i] == NULL);
-}
-
-static void
-test_strv_copy (void)
-{
-       const gchar *stack_strv_empty[] = { NULL };
-       const gchar *stack_strv_nonempty[] = { "a", "b", NULL };
-       GPtrArray *ptr_array;
-       gchar **heap_strv;
-       gchar **strv_copy;
-
-       /* NULL */
-       strv_copy = _amtk_utils_strv_copy (NULL);
-       g_assert (strv_copy == NULL);
-
-       /* Empty */
-       strv_copy = _amtk_utils_strv_copy (stack_strv_empty);
-       check_strv_equal (stack_strv_empty, (const gchar * const *)strv_copy);
-       g_strfreev (strv_copy);
-
-       /* Non-empty */
-       strv_copy = _amtk_utils_strv_copy (stack_strv_nonempty);
-       check_strv_equal (stack_strv_nonempty, (const gchar * const 
*)strv_copy);
-       g_strfreev (strv_copy);
-
-       /* Created from a GPtrArray */
-       ptr_array = g_ptr_array_new ();
-       g_ptr_array_add (ptr_array, g_strdup (""));
-       g_ptr_array_add (ptr_array, g_strdup ("non-empty"));
-       g_ptr_array_add (ptr_array, g_strdup ("bathory"));
-       g_ptr_array_add (ptr_array, NULL);
-
-       heap_strv = (gchar **)g_ptr_array_free (ptr_array, FALSE);
-
-       strv_copy = _amtk_utils_strv_copy ((const gchar * const *)heap_strv);
-       check_strv_equal ((const gchar * const *)heap_strv,
-                         (const gchar * const *)strv_copy);
-       g_strfreev (strv_copy);
-
-       g_strfreev (heap_strv);
-}
-
-static void
 check_remove_mnemonic (const gchar *str_with_mnemonic,
                       const gchar *expected_str_without_mnemonic)
 {
@@ -114,7 +53,6 @@
 {
        g_test_init (&argc, &argv, NULL);
 
-       g_test_add_func ("/utils/strv-copy", test_strv_copy);
        g_test_add_func ("/utils/remove-mnemonic", test_remove_mnemonic);
 
        return g_test_run ();


Reply via email to