diff -Nru at-spi2-core-2.10.1/Makefile.in at-spi2-core-2.10.2/Makefile.in --- at-spi2-core-2.10.1/Makefile.in 2013-10-14 14:38:33.000000000 +0000 +++ at-spi2-core-2.10.2/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -284,7 +284,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/NEWS at-spi2-core-2.10.2/NEWS --- at-spi2-core-2.10.1/NEWS 2013-10-14 14:35:02.000000000 +0000 +++ at-spi2-core-2.10.2/NEWS 2013-11-11 22:36:02.000000000 +0000 @@ -1,3 +1,10 @@ +What's new in at-spi2-core 2.10.2: + +* Fix atspi_component_contains (BGO#710730). + +* Hopefully fix a crash when unable to register with the session manager + (BGO#710689). + What's new in at-spi2-core 2.10.1: * Fix a leak introduced in 2.9.92 that adversely affected performance diff -Nru at-spi2-core-2.10.1/atspi/Makefile.in at-spi2-core-2.10.2/atspi/Makefile.in --- at-spi2-core-2.10.1/atspi/Makefile.in 2013-10-14 14:38:33.000000000 +0000 +++ at-spi2-core-2.10.2/atspi/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -271,7 +271,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/atspi/atspi-component.c at-spi2-core-2.10.2/atspi/atspi-component.c --- at-spi2-core-2.10.1/atspi/atspi-component.c 2013-09-27 19:33:31.000000000 +0000 +++ at-spi2-core-2.10.2/atspi/atspi-component.c 2013-10-24 15:41:29.000000000 +0000 @@ -84,7 +84,7 @@ g_return_val_if_fail (obj != NULL, FALSE); - _atspi_dbus_call (obj, atspi_interface_component, "Contains", error, "iin=>b", d_x, d_y, d_ctype, &retval); + _atspi_dbus_call (obj, atspi_interface_component, "Contains", error, "iiu=>b", d_x, d_y, d_ctype, &retval); return retval; } diff -Nru at-spi2-core-2.10.1/bus/Makefile.in at-spi2-core-2.10.2/bus/Makefile.in --- at-spi2-core-2.10.1/bus/Makefile.in 2013-10-14 14:38:33.000000000 +0000 +++ at-spi2-core-2.10.2/bus/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -255,7 +255,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/configure at-spi2-core-2.10.2/configure --- at-spi2-core-2.10.1/configure 2013-10-14 14:38:32.000000000 +0000 +++ at-spi2-core-2.10.2/configure 2013-11-11 22:36:29.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for at-spi2-core 2.10.1. +# Generated by GNU Autoconf 2.69 for at-spi2-core 2.10.2. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='at-spi2-core' PACKAGE_TARNAME='at-spi2-core' -PACKAGE_VERSION='2.10.1' -PACKAGE_STRING='at-spi2-core 2.10.1' +PACKAGE_VERSION='2.10.2' +PACKAGE_STRING='at-spi2-core 2.10.2' PACKAGE_BUGREPORT='accessibility-atspi@lists.linux-foundation.org' PACKAGE_URL='' @@ -650,7 +650,6 @@ HTML_DIR GTKDOC_MKPDF GTKDOC_REBASE -GTKDOC_CHECK_PATH GTKDOC_CHECK DBIND_ALIGNOF_DBIND_STRUCT DBIND_ALIGNOF_DBIND_POINTER @@ -1439,7 +1438,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 at-spi2-core 2.10.1 to adapt to many kinds of systems. +\`configure' configures at-spi2-core 2.10.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1513,7 +1512,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of at-spi2-core 2.10.1:";; + short | recursive ) echo "Configuration of at-spi2-core 2.10.2:";; esac cat <<\_ACEOF @@ -1650,7 +1649,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -at-spi2-core configure 2.10.1 +at-spi2-core configure 2.10.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2019,7 +2018,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by at-spi2-core $as_me 2.10.1, which was +It was created by at-spi2-core $as_me 2.10.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2902,7 +2901,7 @@ # Define the identity of the package. PACKAGE='at-spi2-core' - VERSION='2.10.1' + VERSION='2.10.2' cat >>confdefs.h <<_ACEOF @@ -14367,53 +14366,16 @@ - # Extract the first word of "gtkdoc-check", so it can be a program name with args. + # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_GTKDOC_CHECK+:} false; then : +if ${ac_cv_path_GTKDOC_CHECK+:} false; then : $as_echo_n "(cached) " >&6 else - if test -n "$GTKDOC_CHECK"; then - ac_cv_prog_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_GTKDOC_CHECK="gtkdoc-check.test" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -GTKDOC_CHECK=$ac_cv_prog_GTKDOC_CHECK -if test -n "$GTKDOC_CHECK"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 -$as_echo "$GTKDOC_CHECK" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - # Extract the first word of "gtkdoc-check", so it can be a program name with args. -set dummy gtkdoc-check; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GTKDOC_CHECK_PATH+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $GTKDOC_CHECK_PATH in + case $GTKDOC_CHECK in [\\/]* | ?:[\\/]*) - ac_cv_path_GTKDOC_CHECK_PATH="$GTKDOC_CHECK_PATH" # Let the user override the test with a path. + ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -14423,7 +14385,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GTKDOC_CHECK_PATH="$as_dir/$ac_word$ac_exec_ext" + ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -14434,10 +14396,10 @@ ;; esac fi -GTKDOC_CHECK_PATH=$ac_cv_path_GTKDOC_CHECK_PATH -if test -n "$GTKDOC_CHECK_PATH"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5 -$as_echo "$GTKDOC_CHECK_PATH" >&6; } +GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK +if test -n "$GTKDOC_CHECK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 +$as_echo "$GTKDOC_CHECK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -15284,7 +15246,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by at-spi2-core $as_me 2.10.1, which was +This file was extended by at-spi2-core $as_me 2.10.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15350,7 +15312,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -at-spi2-core config.status 2.10.1 +at-spi2-core config.status 2.10.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru at-spi2-core-2.10.1/configure.ac at-spi2-core-2.10.2/configure.ac --- at-spi2-core-2.10.1/configure.ac 2013-10-14 14:33:56.000000000 +0000 +++ at-spi2-core-2.10.2/configure.ac 2013-11-11 22:36:09.000000000 +0000 @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.10.1], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.10.2], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) diff -Nru at-spi2-core-2.10.1/dbind/Makefile.in at-spi2-core-2.10.2/dbind/Makefile.in --- at-spi2-core-2.10.1/dbind/Makefile.in 2013-10-14 14:38:33.000000000 +0000 +++ at-spi2-core-2.10.2/dbind/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -429,7 +429,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/debian/at-spi2-core-udeb.install at-spi2-core-2.10.2/debian/at-spi2-core-udeb.install --- at-spi2-core-2.10.1/debian/at-spi2-core-udeb.install 1970-01-01 00:00:00.000000000 +0000 +++ at-spi2-core-2.10.2/debian/at-spi2-core-udeb.install 2014-01-19 23:12:10.000000000 +0000 @@ -0,0 +1,3 @@ +etc +usr/lib/at-spi2-core +usr/share/dbus-1 diff -Nru at-spi2-core-2.10.1/debian/changelog at-spi2-core-2.10.2/debian/changelog --- at-spi2-core-2.10.1/debian/changelog 2013-10-25 05:56:32.000000000 +0000 +++ at-spi2-core-2.10.2/debian/changelog 2014-01-20 20:54:39.000000000 +0000 @@ -1,8 +1,38 @@ -at-spi2-core (2.10.1-0ubuntu1~saucy1) saucy; urgency=medium +at-spi2-core (2.10.2-2ubuntu1~saucy1) saucy; urgency=medium * Copied from trusty - -- Rico Tzschichholz Fri, 25 Oct 2013 07:56:32 +0200 + -- Rico Tzschichholz Mon, 20 Jan 2014 21:54:39 +0100 + +at-spi2-core (2.10.2-2ubuntu1) trusty; urgency=medium + + * Merge from Debian unstable, remaining changes: + - Load the at-spi2 registry as part of the Ubuntu upstart user session + + -- Luke Yelavich Mon, 20 Jan 2014 10:07:03 +1100 + +at-spi2-core (2.10.2-2) unstable; urgency=medium + + * control: Build-depend on dh-autoreconf. + * rules: Pass --with autoreconf to dh. + + -- Samuel Thibault Sat, 04 Jan 2014 14:17:21 +0100 + +at-spi2-core (2.10.2-1) unstable; urgency=low + + * New upstream release + + -- Samuel Thibault Sun, 15 Dec 2013 19:36:38 +0100 + +at-spi2-core (2.10.1-1) unstable; urgency=low + + [ Samuel Thibault ] + * Bump Standards-Version to 3.9.5 (no changes). + + [ Luke Yelavich ] + * New upstream release + + -- Samuel Thibault Tue, 05 Nov 2013 01:15:15 +0100 at-spi2-core (2.10.1-0ubuntu1) trusty; urgency=low @@ -17,6 +47,14 @@ -- Luke Yelavich Fri, 25 Oct 2013 08:58:55 +1100 +at-spi2-core (2.10.0-1) unstable; urgency=low + + [ Luke Yelavich ] + * New upstream release + * Bump shlibs + + -- Samuel Thibault Tue, 24 Sep 2013 23:39:36 +0200 + at-spi2-core (2.10.0-0ubuntu2) saucy; urgency=low * Revert an upstream commit that simplified some message processing code, @@ -63,6 +101,14 @@ -- Luke Yelavich Tue, 27 Aug 2013 11:16:30 +1000 +at-spi2-core (2.9.5-2) unstable; urgency=low + + * Add libatspi0-udeb package, needed by libatk-bridge-2.0-0-udeb. + (Closes: #723951) + * Add at-spi2-core-udeb, for future d-i accessibility. + + -- Samuel Thibault Sat, 21 Sep 2013 22:49:23 +0200 + at-spi2-core (2.9.5-1ubuntu1) saucy; urgency=low * Merge from Debian unstable, remaining changes: diff -Nru at-spi2-core-2.10.1/debian/control at-spi2-core-2.10.2/debian/control --- at-spi2-core-2.10.1/debian/control 2013-10-18 02:41:06.000000000 +0000 +++ at-spi2-core-2.10.2/debian/control 2014-01-19 23:12:10.000000000 +0000 @@ -8,6 +8,7 @@ Vcs-Git: git://git.debian.org/git/pkg-a11y/at-spi2-core.git Homepage: http://live.gnome.org/Accessibility Build-Depends: debhelper (>= 9), + dh-autoreconf, libdbus-glib-1-dev, dbus, libglib2.0-dev, libxtst-dev, @@ -15,9 +16,8 @@ gtk-doc-tools (>= 1.09), gobject-introspection, gir1.2-glib-2.0, - hardening-wrapper, - dh-autoreconf -Standards-Version: 3.9.4 + hardening-wrapper +Standards-Version: 3.9.5 Package: at-spi2-core Architecture: any @@ -27,6 +27,15 @@ Description: Assistive Technology Service Provider Interface (dbus core) This package contains the core components of GNOME Accessibility. +Package: at-spi2-core-udeb +Section: debian-installer +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Package-Type: udeb +Description: Assistive Technology Service Provider Interface (dbus core for d-i) + This package contains the core components of GNOME Accessibility for the debian + installer. + Package: at-spi2-core-dbg Architecture: any Section: debug @@ -47,6 +56,14 @@ This package contains the shared library for applications that wish to use the at-spi interface. +Package: libatspi0-udeb +Section: debian-installer +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Package-Type: udeb +Description: Assistive Technology Service Provider Interface - module for d-i + This package contains the AT-SPI shared library, for the debian installer. + Package: libatspi2.0-dev Section: libdevel Architecture: any diff -Nru at-spi2-core-2.10.1/debian/copyright at-spi2-core-2.10.2/debian/copyright --- at-spi2-core-2.10.1/debian/copyright 2013-10-18 02:41:06.000000000 +0000 +++ at-spi2-core-2.10.2/debian/copyright 2014-01-19 23:12:10.000000000 +0000 @@ -16,7 +16,7 @@ On Debian systems the full text of the GNU Library General Public License can be found in the `/usr/share/common-licenses/LGPL-2' file. -Files: registryd/deviceeventcontroller.c +Files: registryd/deviceeventcontroller.c registryd/deviceeventcontroller-x11.c Copyright: Copyright 2001, 2003 Sun Microsystems Inc. Copyright 2001, 2002 Ximian, Inc. License: LGPL-2+ diff -Nru at-spi2-core-2.10.1/debian/libatspi0-udeb.install at-spi2-core-2.10.2/debian/libatspi0-udeb.install --- at-spi2-core-2.10.1/debian/libatspi0-udeb.install 1970-01-01 00:00:00.000000000 +0000 +++ at-spi2-core-2.10.2/debian/libatspi0-udeb.install 2014-01-19 23:12:10.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libatspi.so.* diff -Nru at-spi2-core-2.10.1/debian/patches/fix_crash.patch at-spi2-core-2.10.2/debian/patches/fix_crash.patch --- at-spi2-core-2.10.1/debian/patches/fix_crash.patch 2013-10-24 21:48:51.000000000 +0000 +++ at-spi2-core-2.10.2/debian/patches/fix_crash.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -Index: at-spi2-core/registryd/registry-main.c -=================================================================== ---- at-spi2-core.orig/registryd/registry-main.c 2013-10-18 13:41:01.786933004 +1100 -+++ at-spi2-core/registryd/registry-main.c 2013-10-25 08:45:32.252009521 +1100 -@@ -157,8 +157,11 @@ - startup_id), - 0, 1000, NULL, &error); - if (! res) { -- g_warning ("Failed to register client: %s", error->message); -- g_error_free (error); -+ const char *message = (error && error->message ? error->message -+ : "no error"); -+ g_warning ("Failed to register client: %s", message); -+ if (error) -+ g_error_free (error); - return FALSE; - } - g_variant_get (res, "(o)", &client_id); diff -Nru at-spi2-core-2.10.1/debian/patches/series at-spi2-core-2.10.2/debian/patches/series --- at-spi2-core-2.10.1/debian/patches/series 2013-10-24 21:48:51.000000000 +0000 +++ at-spi2-core-2.10.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -fix_crash.patch diff -Nru at-spi2-core-2.10.1/debian/rules at-spi2-core-2.10.2/debian/rules --- at-spi2-core-2.10.1/debian/rules 2013-10-18 02:41:06.000000000 +0000 +++ at-spi2-core-2.10.2/debian/rules 2014-01-19 23:12:10.000000000 +0000 @@ -21,9 +21,11 @@ override_dh_auto_test: override_dh_makeshlibs: - dh_makeshlibs -a + dh_makeshlibs -a --add-udeb=libatspi0-udeb dh_girepository -pgir1.2-atspi-2.0 override_dh_strip: dh_strip -plibatspi2.0-0 --dbg-package=libatspi2.0-0-dbg + dh_strip -plibatspi0-udeb dh_strip -pat-spi2-core --dbg-package=at-spi2-core-dbg + dh_strip -pat-spi2-core-udeb diff -Nru at-spi2-core-2.10.1/doc/Makefile.in at-spi2-core-2.10.2/doc/Makefile.in --- at-spi2-core-2.10.1/doc/Makefile.in 2013-10-14 14:38:33.000000000 +0000 +++ at-spi2-core-2.10.2/doc/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -225,7 +225,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/doc/libatspi/Makefile.in at-spi2-core-2.10.2/doc/libatspi/Makefile.in --- at-spi2-core-2.10.1/doc/libatspi/Makefile.in 2013-10-14 14:38:34.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -172,7 +172,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -423,7 +422,7 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = @@ -663,11 +662,6 @@ uninstall-am uninstall-local -gtkdoc-check.test: Makefile - $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ - echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ - chmod +x $@ - @ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) @ENABLE_GTK_DOC_FALSE@all-local: @@ -732,7 +726,7 @@ @true sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ + $(GTK_DOC_V_XML)-chmod -R u+w $(srcdir) && _source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiAccessible.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiAccessible.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiAccessible.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiAccessible.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: AtspiAccessible +AtspiAccessible - + - - +
@@ -608,7 +611,7 @@

atspi_accessible_get_action ()

AtspiAction *       atspi_accessible_get_action         (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_action has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_action_iface instead. Rename to: atspi_accessible_get_action_iface

@@ -639,7 +642,7 @@

atspi_accessible_get_collection ()

AtspiCollection *   atspi_accessible_get_collection     (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_collection has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_collection_iface instead. Rename to: atspi_accessible_get_collection_iface

@@ -670,7 +673,7 @@

atspi_accessible_get_component ()

AtspiComponent *    atspi_accessible_get_component      (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_component has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_component_iface instead. Rename to: atspi_accessible_get_component_iface

@@ -701,7 +704,7 @@

atspi_accessible_get_document ()

AtspiDocument *     atspi_accessible_get_document       (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_document has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_document_iface instead. Rename to: atspi_accessible_get_document_iface

@@ -732,7 +735,7 @@

atspi_accessible_get_editable_text ()

AtspiEditableText * atspi_accessible_get_editable_text  (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_editable_text has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_editable_text_iface instead. Rename to: atspi_accessible_get_editable_text_iface

@@ -789,7 +792,7 @@

atspi_accessible_get_hypertext ()

AtspiHypertext *    atspi_accessible_get_hypertext      (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_hypertext has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_hypertext_iface instead. Rename to: atspi_accessible_get_hypertext_iface

@@ -820,7 +823,7 @@

atspi_accessible_get_image ()

AtspiImage *        atspi_accessible_get_image          (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_image has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_image_iface instead. Rename to: atspi_accessible_get_image_iface

@@ -851,7 +854,7 @@

atspi_accessible_get_selection ()

AtspiSelection *    atspi_accessible_get_selection      (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_selection has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_selection_iface instead. Rename to: atspi_accessible_get_selection_iface

@@ -882,7 +885,7 @@

atspi_accessible_get_table ()

AtspiTable *        atspi_accessible_get_table          (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_table has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_table_iface instead. Rename to: atspi_accessible_get_table_iface

@@ -913,7 +916,7 @@

atspi_accessible_get_text ()

AtspiText *         atspi_accessible_get_text           (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_text has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_text_iface instead. Rename to: atspi_accessible_get_text_iface

@@ -944,7 +947,7 @@

atspi_accessible_get_value ()

AtspiValue *        atspi_accessible_get_value          (AtspiAccessible *obj);
-
+

Warning

atspi_accessible_get_value has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_accessible_get_value_iface instead. Rename to: atspi_accessible_get_value_iface

@@ -1002,6 +1005,6 @@
+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiDeviceListener.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiDeviceListener.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiDeviceListener.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiDeviceListener.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: atspi-devicelistener +atspi-devicelistener - + -
- +
@@ -295,6 +298,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiEventListener.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiEventListener.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiEventListener.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiEventListener.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: atspi-event-listener +atspi-event-listener - + -
- +
@@ -563,6 +566,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiHyperlink.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiHyperlink.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiHyperlink.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiHyperlink.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: atspi-hyperlink +atspi-hyperlink - + -
- +
@@ -281,6 +284,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiMatchRule.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiMatchRule.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiMatchRule.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiMatchRule.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: atspi-matchrule +atspi-matchrule - + -
- +
@@ -171,6 +174,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiObject.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiObject.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiObject.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiObject.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: AtspiObject +AtspiObject - + -
- +
@@ -76,6 +79,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiRelation.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiRelation.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiRelation.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiRelation.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: atspi-relation +atspi-relation - + -
- +
@@ -167,6 +170,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/AtspiStateSet.html at-spi2-core-2.10.2/doc/libatspi/html/AtspiStateSet.html --- at-spi2-core-2.10.1/doc/libatspi/html/AtspiStateSet.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/AtspiStateSet.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,29 +2,32 @@ -libatspi Reference Manual: atspi-stateset +atspi-stateset - + -
- +
@@ -353,6 +356,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/annotation-glossary.html at-spi2-core-2.10.2/doc/libatspi/html/annotation-glossary.html --- at-spi2-core-2.10.1/doc/libatspi/html/annotation-glossary.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/annotation-glossary.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,63 +2,66 @@ -libatspi Reference Manual: Annotation Glossary +Annotation Glossary - + -
- - - - - - + + + + + + + + + +

Annotation Glossary

-

T

-
transfer full
-

Free data after the code is done.

-

C

-
closure
-

This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.

-

O

-
out
-

Parameter for returning results. Default is transfer full.

S

scope notified

The callback is valid until the GDestroyNotify argument is called.

-

A

-
allow-none
-

NULL is ok, both for passing and for returning.

+

T

+
transfer full
+

Free data after the code is done.

S

scope call

The callback is valid only during the call to the method.

+

O

+
out
+

Parameter for returning results. Default is transfer full.

E

element-type

Generics and defining elements of containers and arrays.

+

C

+
closure
+

This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.

+

A

+
allow-none
+

NULL is ok, both for passing and for returning.

+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/api-index-full.html at-spi2-core-2.10.2/doc/libatspi/html/api-index-full.html --- at-spi2-core-2.10.1/doc/libatspi/html/api-index-full.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/api-index-full.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,57 +2,60 @@ -libatspi Reference Manual: API Index +API Index - + - - +

API Index

@@ -1324,6 +1327,6 @@
+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/ch01.html at-spi2-core-2.10.2/doc/libatspi/html/ch01.html --- at-spi2-core-2.10.1/doc/libatspi/html/ch01.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/ch01.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,22 +2,22 @@ -libatspi Reference Manual: API reference +API reference - + - - - - - - + + + + + +

@@ -120,6 +120,6 @@

+ Generated by GTK-Doc V1.19
\ No newline at end of file Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/home.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/home.png differ diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/index.html at-spi2-core-2.10.2/doc/libatspi/html/index.html --- at-spi2-core-2.10.1/doc/libatspi/html/index.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/index.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,11 +2,11 @@ -libatspi Reference Manual: libatspi Reference Manual +libatspi Reference Manual - + @@ -126,6 +126,6 @@
+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/index.sgml at-spi2-core-2.10.2/doc/libatspi/html/index.sgml --- at-spi2-core-2.10.1/doc/libatspi/html/index.sgml 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/index.sgml 2013-11-11 22:39:12.000000000 +0000 @@ -728,10 +728,10 @@ - - - - + + + + Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/left-insensitive.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/left-insensitive.png differ Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/left.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/left.png differ diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-AtspiApplication.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-AtspiApplication.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-AtspiApplication.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-AtspiApplication.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,27 +2,30 @@ -libatspi Reference Manual: atspi-application +atspi-application - + - - +
@@ -80,6 +83,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-action.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-action.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-action.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-action.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-action +atspi-action - + -
- +
@@ -112,7 +115,7 @@
gchar *             atspi_action_get_description        (AtspiAction *obj,
                                                          gint i,
                                                          GError **error);
-
+

Warning

atspi_action_get_description has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_action_get_action_description instead. Rename to: atspi_action_get_action_description

@@ -199,7 +202,7 @@
gchar *             atspi_action_get_name               (AtspiAction *obj,
                                                          gint i,
                                                          GError **error);
-
+

Warning

atspi_action_get_name has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_action_get_action_name instead. Rename to: atspi_action_get_action_name

@@ -264,6 +267,6 @@
+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-collection.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-collection.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-collection.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-collection.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-collection +atspi-collection - + -
- +
@@ -303,6 +306,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-component.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-component.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-component.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-component.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-component +atspi-component - + -
- +
@@ -473,6 +476,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-constants.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-constants.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-constants.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-constants.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,27 +2,30 @@ -libatspi Reference Manual: atspi-constants +atspi-constants - + -
- +
@@ -2255,6 +2258,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-document.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-document.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-document.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-document.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-document +atspi-document - + -
- +
@@ -106,7 +109,7 @@
gchar *             atspi_document_get_attribute_value  (AtspiDocument *obj,
                                                          gchar *attribute,
                                                          GError **error);
-
+

Warning

atspi_document_get_attribute_value has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_document_get_document_attribute_value instead. Rename to: atspi_document_get_document_attribute_value

@@ -141,7 +144,7 @@

atspi_document_get_attributes ()

GHashTable *        atspi_document_get_attributes       (AtspiDocument *obj,
                                                          GError **error);
-
+

Warning

atspi_document_get_attributes has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_document_get_document_attributes instead. Rename to: atspi_document_get_document_attributes

@@ -173,6 +176,6 @@
+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-editabletext.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-editabletext.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-editabletext.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-editabletext.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-editabletext +atspi-editabletext - + -
- +
@@ -341,6 +344,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-hypertext.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-hypertext.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-hypertext.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-hypertext.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-hypertext +atspi-hypertext - + -
- +
@@ -180,6 +183,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-image.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-image.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-image.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-image.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-image +atspi-image - + -
- +
@@ -225,6 +228,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-listener-private.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-listener-private.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-listener-private.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-listener-private.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,27 +2,30 @@ -libatspi Reference Manual: atspi-listener-private +atspi-listener-private - + -
- +
@@ -47,6 +50,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-misc-private.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-misc-private.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-misc-private.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-misc-private.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,27 +2,30 @@ -libatspi Reference Manual: atspi-misc-private +atspi-misc-private - + -
- +
@@ -499,6 +502,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-misc.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-misc.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-misc.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-misc.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,27 +2,30 @@ -libatspi Reference Manual: atspi-misc +atspi-misc - + -
- +
@@ -109,6 +112,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-registry.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-registry.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-registry.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-registry.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,27 +2,30 @@ -libatspi Reference Manual: atspi-registry +atspi-registry - + -
- +
@@ -476,6 +479,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-selection.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-selection.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-selection.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-selection.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-selection +atspi-selection - + -
- +
@@ -365,6 +368,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-table.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-table.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-table.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-table.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-table +atspi-table - + -
- +
@@ -1053,6 +1056,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-text.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-text.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-text.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-text.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-text +atspi-text - + -
- +
@@ -348,7 +351,7 @@ gint *start_offset, gint *end_offset, GError **error); -
+

Warning

atspi_text_get_attributes has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_text_get_text_attributes instead. Rename to: atspi_text_get_text_attributes

@@ -458,7 +461,7 @@ gint offset, gchar *attribute_name, GError **error); -
+

Warning

atspi_text_get_attribute_value has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_text_get_text_attribute_value instead. Rename to: atspi_text_get_text_attribute_value

@@ -602,7 +605,7 @@ gint offset, AtspiTextBoundaryType type, GError **error); -
+

Warning

atspi_text_get_text_at_offset has been deprecated since version 2.10 and should not be used in newly-written code. Use atspi_text_get_string_at_offset.

@@ -1072,6 +1075,6 @@
+ Generated by GTK-Doc V1.19
\ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-types.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-types.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-types.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-types.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,19 +2,26 @@ -libatspi Reference Manual: atspi-types +atspi-types - + -
- +
@@ -436,6 +439,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-value.html at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-value.html --- at-spi2-core-2.10.1/doc/libatspi/html/libatspi-atspi-value.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/libatspi-atspi-value.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,31 +2,34 @@ -libatspi Reference Manual: atspi-value +atspi-value - + -
- +
@@ -220,6 +223,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/object-tree.html at-spi2-core-2.10.2/doc/libatspi/html/object-tree.html --- at-spi2-core-2.10.1/doc/libatspi/html/object-tree.html 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/object-tree.html 2013-11-11 22:39:13.000000000 +0000 @@ -2,22 +2,22 @@ -libatspi Reference Manual: Object Hierarchy +Object Hierarchy - + -
- - - - - + + + + + +

@@ -55,6 +55,6 @@

+ Generated by GTK-Doc V1.19
\ No newline at end of file Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/right-insensitive.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/right-insensitive.png differ Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/right.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/right.png differ diff -Nru at-spi2-core-2.10.1/doc/libatspi/html/style.css at-spi2-core-2.10.2/doc/libatspi/html/style.css --- at-spi2-core-2.10.1/doc/libatspi/html/style.css 2013-10-14 14:40:22.000000000 +0000 +++ at-spi2-core-2.10.2/doc/libatspi/html/style.css 2013-11-11 22:39:12.000000000 +0000 @@ -1,7 +1,3 @@ -body -{ - font-family: cantarell, sans-serif; -} .synopsis, .classsynopsis { /* tango:aluminium 1/2 */ @@ -57,9 +53,9 @@ table.navigation#top { position: fixed; - /* tango:aluminum 2 */ - background: #d3d7cf; - border: solid 1px #babdb6; + /* tango:scarlet red 0/1 */ + background: #ffe6e6; + border: solid 1px #ef2929; margin-top: 0; margin-bottom: 0; top: 0; @@ -69,18 +65,18 @@ } .navigation a, .navigation a:visited { - /* tango:sky blue 3 */ - color: #204a87; + /* tango:scarlet red 3 */ + color: #a40000; } .navigation a:hover { - /* tango:sky blue 2 */ - color: #3465a4; + /* tango:scarlet red 1 */ + color: #ef2929; } td.shortcuts { - /* tango:sky blue 2 */ - color: #3465a4; + /* tango:scarlet red 1 */ + color: #ef2929; font-size: 80%; white-space: nowrap; } @@ -93,9 +89,9 @@ div.titlepage table.navigation { visibility: visible; display: table; - /* tango:aluminum 2 */ - background: #d3d7cf; - border: solid 1px #babdb6; + /* tango:scarlet red 0/1 */ + background: #ffe6e6; + border: solid 1px #ef2929; margin-top: 0; margin-bottom: 0; top: 0; @@ -106,7 +102,7 @@ .navigation .title { - font-size: 120%; + font-size: 200%; } div.gallery-float @@ -160,37 +156,14 @@ hr { - /* tango:aluminium 1 */ - color: #d3d7cf; - background: #d3d7cf; + /* tango:aluminium 3 */ + color: #babdb6; + background: #babdb6; border: none 0px; height: 1px; clear: both; } -dl.toc dt -{ - padding-bottom: 0.25em; -} - -dl.toc > dd > dl > dt -{ - padding-top: 0.25em; - padding-bottom: 0.25em; -} - -dl.toc > dt -{ - padding-top: 1em; - padding-bottom: 0.5em; - font-weight: bold; -} - -.parameter -{ - font-style: normal; -} - .footer { padding-top: 3.5em; @@ -200,18 +173,6 @@ font-size: 80%; } -.informalfigure, -.figure -{ - margin: 2em; -} - -.informalexample, -.example -{ - margin: 2em; -} - .warning { /* tango:orange 0/1 */ @@ -229,7 +190,6 @@ padding: 0.5em; border-width: 1px; border-style: solid; - margin: 2em; } .note h3, .warning h3 { @@ -240,21 +200,6 @@ margin-bottom: 0.0em } -p + div.section -{ - margin-top: 2.5em; -} - -div.refnamediv, -div.refsynopsisdiv, -div.refsect1, -div.refsect2, -div.toc, -div.section -{ - margin-bottom: 2.5em; -} - /* blob links */ h2 .extralinks, h3 .extralinks { Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/up-insensitive.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/up-insensitive.png differ Binary files /tmp/DvVfbXxG4E/at-spi2-core-2.10.1/doc/libatspi/html/up.png and /tmp/EMp_eKZjZv/at-spi2-core-2.10.2/doc/libatspi/html/up.png differ diff -Nru at-spi2-core-2.10.1/gtk-doc.make at-spi2-core-2.10.2/gtk-doc.make --- at-spi2-core-2.10.1/gtk-doc.make 2013-10-12 15:06:24.000000000 +0000 +++ at-spi2-core-2.10.2/gtk-doc.make 2013-09-29 00:34:15.000000000 +0000 @@ -49,12 +49,7 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -gtkdoc-check.test: Makefile - $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ - echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ - chmod +x $@ - -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) if ENABLE_GTK_DOC if GTK_DOC_BUILD_HTML @@ -162,7 +157,7 @@ GTK_DOC_V_XML_0=@echo " DOC Building XML"; sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ + $(GTK_DOC_V_XML)-chmod -R u+w $(srcdir) && _source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ diff -Nru at-spi2-core-2.10.1/m4/gtk-doc.m4 at-spi2-core-2.10.2/m4/gtk-doc.m4 --- at-spi2-core-2.10.1/m4/gtk-doc.m4 2013-10-12 15:06:24.000000000 +0000 +++ at-spi2-core-2.10.2/m4/gtk-doc.m4 2013-09-29 00:34:15.000000000 +0000 @@ -11,12 +11,7 @@ AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first dnl check for tools we added during development - dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that - dnl may not be writable by the user. Currently, automake requires that the - dnl test name must end in '.test'. - dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 - AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) - AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) + AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check]) AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) diff -Nru at-spi2-core-2.10.1/registryd/Makefile.in at-spi2-core-2.10.2/registryd/Makefile.in --- at-spi2-core-2.10.1/registryd/Makefile.in 2013-10-14 14:38:34.000000000 +0000 +++ at-spi2-core-2.10.2/registryd/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -274,7 +274,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/registryd/registry-main.c at-spi2-core-2.10.2/registryd/registry-main.c --- at-spi2-core-2.10.1/registryd/registry-main.c 2013-10-14 14:33:38.000000000 +0000 +++ at-spi2-core-2.10.2/registryd/registry-main.c 2013-11-11 22:32:26.000000000 +0000 @@ -157,8 +157,11 @@ startup_id), 0, 1000, NULL, &error); if (! res) { - g_warning ("Failed to register client: %s", error->message); - g_error_free (error); + const char *message = (error && error->message ? error->message + : "no error"); + g_warning ("Failed to register client: %s", message); + if (error) + g_error_free (error); return FALSE; } g_variant_get (res, "(o)", &client_id); diff -Nru at-spi2-core-2.10.1/test/Makefile.in at-spi2-core-2.10.2/test/Makefile.in --- at-spi2-core-2.10.1/test/Makefile.in 2013-10-14 14:38:34.000000000 +0000 +++ at-spi2-core-2.10.2/test/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -220,7 +220,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff -Nru at-spi2-core-2.10.1/xml/Makefile.in at-spi2-core-2.10.2/xml/Makefile.in --- at-spi2-core-2.10.1/xml/Makefile.in 2013-10-14 14:38:34.000000000 +0000 +++ at-spi2-core-2.10.2/xml/Makefile.in 2013-11-11 22:36:30.000000000 +0000 @@ -165,7 +165,6 @@ GOBJ_LIBS = @GOBJ_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ -GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@