Hello community, here is the log from the commit of package at-spi2-core for openSUSE:Factory checked in at 2016-04-15 19:02:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old) and /work/SRC/openSUSE:Factory/.at-spi2-core.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at-spi2-core" Changes: -------- --- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes 2016-03-29 14:43:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes 2016-04-15 19:02:15.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Apr 12 12:15:04 UTC 2016 - [email protected] + +- Update to version 2.20.1: + + registryd: avoid crashing with a NULL keystring (bgo#764688). + + Plug a memory leak in AtspiEventListener (bgo#764688). + +------------------------------------------------------------------- Old: ---- at-spi2-core-2.20.0.tar.xz New: ---- at-spi2-core-2.20.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at-spi2-core.spec ++++++ --- /var/tmp/diff_new_pack.uoBav1/_old 2016-04-15 19:02:16.000000000 +0200 +++ /var/tmp/diff_new_pack.uoBav1/_new 2016-04-15 19:02:16.000000000 +0200 @@ -17,7 +17,7 @@ Name: at-spi2-core -Version: 2.20.0 +Version: 2.20.1 Release: 0 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: GPL-2.0+ ++++++ at-spi2-core-2.20.0.tar.xz -> at-spi2-core-2.20.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/Makefile.in new/at-spi2-core-2.20.1/Makefile.in --- old/at-spi2-core-2.20.0/Makefile.in 2016-03-22 01:05:03.000000000 +0100 +++ new/at-spi2-core-2.20.1/Makefile.in 2016-04-12 01:40:30.000000000 +0200 @@ -199,9 +199,9 @@ $(top_srcdir)/config/config.sub \ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ $(top_srcdir)/config/missing AUTHORS COPYING INSTALL NEWS \ - README config/compile config/config.guess config/config.sub \ - config/depcomp config/install-sh config/ltmain.sh \ - config/missing + README config/ar-lib config/compile config/config.guess \ + config/config.sub config/depcomp config/install-sh \ + config/ltmain.sh config/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/NEWS new/at-spi2-core-2.20.1/NEWS --- old/at-spi2-core-2.20.0/NEWS 2016-03-14 23:10:13.000000000 +0100 +++ new/at-spi2-core-2.20.1/NEWS 2016-04-12 01:38:53.000000000 +0200 @@ -1,3 +1,9 @@ +What's new in at-spi2-core 2.20.1: + +* registryd: avoid crashing with a NULL keystring (bgo#764688). + +* Plug a memory leak in AtspiEventListener (bgo#764688). + What's new in at-spi2-core 2.19.92: * Support a stateless configuration by default (bgo#763540). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/atspi/atspi-event-listener.c new/at-spi2-core-2.20.1/atspi/atspi-event-listener.c --- old/at-spi2-core-2.20.0/atspi/atspi-event-listener.c 2016-03-14 22:36:55.000000000 +0100 +++ new/at-spi2-core-2.20.1/atspi/atspi-event-listener.c 2016-04-12 01:37:56.000000000 +0200 @@ -1006,6 +1006,9 @@ if (e.source == NULL) { g_warning ("Got no valid source accessible for signal for signal %s from interface %s\n", member, category); + g_free (converted_type); + g_free (name); + g_free (detail); return DBUS_HANDLER_RESULT_HANDLED; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/config/ar-lib new/at-spi2-core-2.20.1/config/ar-lib --- old/at-spi2-core-2.20.0/config/ar-lib 1970-01-01 01:00:00.000000000 +0100 +++ new/at-spi2-core-2.20.1/config/ar-lib 2016-04-01 18:31:07.000000000 +0200 @@ -0,0 +1,270 @@ +#! /bin/sh +# Wrapper for Microsoft lib.exe + +me=ar-lib +scriptversion=2012-03-01.08; # UTC + +# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Written by Peter Rosin <[email protected]>. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to <[email protected]> or send patches to +# <[email protected]>. + + +# func_error message +func_error () +{ + echo "$me: $1" 1>&2 + exit 1 +} + +file_conv= + +# func_file_conv build_file +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv in + mingw) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_at_file at_file operation archive +# Iterate over all members in AT_FILE performing OPERATION on ARCHIVE +# for each of them. +# When interpreting the content of the @FILE, do NOT use func_file_conv, +# since the user would need to supply preconverted file names to +# binutils ar, at least for MinGW. +func_at_file () +{ + operation=$2 + archive=$3 + at_file_contents=`cat "$1"` + eval set x "$at_file_contents" + shift + + for member + do + $AR -NOLOGO $operation:"$member" "$archive" || exit $? + done +} + +case $1 in + '') + func_error "no command. Try '$0 --help' for more information." + ;; + -h | --h*) + cat <<EOF +Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] + +Members may be specified in a file named with @FILE. +EOF + exit $? + ;; + -v | --v*) + echo "$me, version $scriptversion" + exit $? + ;; +esac + +if test $# -lt 3; then + func_error "you must specify a program, an action and an archive" +fi + +AR=$1 +shift +while : +do + if test $# -lt 2; then + func_error "you must specify a program, an action and an archive" + fi + case $1 in + -lib | -LIB \ + | -ltcg | -LTCG \ + | -machine* | -MACHINE* \ + | -subsystem* | -SUBSYSTEM* \ + | -verbose | -VERBOSE \ + | -wx* | -WX* ) + AR="$AR $1" + shift + ;; + *) + action=$1 + shift + break + ;; + esac +done +orig_archive=$1 +shift +func_file_conv "$orig_archive" +archive=$file + +# strip leading dash in $action +action=${action#-} + +delete= +extract= +list= +quick= +replace= +index= +create= + +while test -n "$action" +do + case $action in + d*) delete=yes ;; + x*) extract=yes ;; + t*) list=yes ;; + q*) quick=yes ;; + r*) replace=yes ;; + s*) index=yes ;; + S*) ;; # the index is always updated implicitly + c*) create=yes ;; + u*) ;; # TODO: don't ignore the update modifier + v*) ;; # TODO: don't ignore the verbose modifier + *) + func_error "unknown action specified" + ;; + esac + action=${action#?} +done + +case $delete$extract$list$quick$replace,$index in + yes,* | ,yes) + ;; + yesyes*) + func_error "more than one action specified" + ;; + *) + func_error "no action specified" + ;; +esac + +if test -n "$delete"; then + if test ! -f "$orig_archive"; then + func_error "archive not found" + fi + for member + do + case $1 in + @*) + func_at_file "${1#@}" -REMOVE "$archive" + ;; + *) + func_file_conv "$1" + $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $? + ;; + esac + done + +elif test -n "$extract"; then + if test ! -f "$orig_archive"; then + func_error "archive not found" + fi + if test $# -gt 0; then + for member + do + case $1 in + @*) + func_at_file "${1#@}" -EXTRACT "$archive" + ;; + *) + func_file_conv "$1" + $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $? + ;; + esac + done + else + $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member + do + $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $? + done + fi + +elif test -n "$quick$replace"; then + if test ! -f "$orig_archive"; then + if test -z "$create"; then + echo "$me: creating $orig_archive" + fi + orig_archive= + else + orig_archive=$archive + fi + + for member + do + case $1 in + @*) + func_file_conv "${1#@}" + set x "$@" "@$file" + ;; + *) + func_file_conv "$1" + set x "$@" "$file" + ;; + esac + shift + shift + done + + if test -n "$orig_archive"; then + $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $? + else + $AR -NOLOGO -OUT:"$archive" "$@" || exit $? + fi + +elif test -n "$list"; then + if test ! -f "$orig_archive"; then + func_error "archive not found" + fi + $AR -NOLOGO -LIST "$archive" || exit $? +fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/configure new/at-spi2-core-2.20.1/configure --- old/at-spi2-core-2.20.0/configure 2016-03-22 01:05:04.000000000 +0100 +++ new/at-spi2-core-2.20.1/configure 2016-04-12 01:40:31.000000000 +0200 @@ -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.20.0. +# Generated by GNU Autoconf 2.69 for at-spi2-core 2.20.1. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='at-spi2-core' PACKAGE_TARNAME='at-spi2-core' -PACKAGE_VERSION='2.20.0' -PACKAGE_STRING='at-spi2-core 2.20.0' +PACKAGE_VERSION='2.20.1' +PACKAGE_STRING='at-spi2-core 2.20.1' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1441,7 +1441,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.20.0 to adapt to many kinds of systems. +\`configure' configures at-spi2-core 2.20.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1515,7 +1515,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of at-spi2-core 2.20.0:";; + short | recursive ) echo "Configuration of at-spi2-core 2.20.1:";; esac cat <<\_ACEOF @@ -1652,7 +1652,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -at-spi2-core configure 2.20.0 +at-spi2-core configure 2.20.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2204,7 +2204,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.20.0, which was +It was created by at-spi2-core $as_me 2.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3087,7 +3087,7 @@ # Define the identity of the package. PACKAGE='at-spi2-core' - VERSION='2.20.0' + VERSION='2.20.1' cat >>confdefs.h <<_ACEOF @@ -15605,7 +15605,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.20.0, which was +This file was extended by at-spi2-core $as_me 2.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15671,7 +15671,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.20.0 +at-spi2-core config.status 2.20.1 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/at-spi2-core-2.20.0/configure.ac new/at-spi2-core-2.20.1/configure.ac --- old/at-spi2-core-2.20.0/configure.ac 2016-03-22 01:04:58.000000000 +0100 +++ new/at-spi2-core-2.20.1/configure.ac 2016-04-12 01:38:59.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.20.0], [[email protected]]) +AC_INIT([at-spi2-core], [2.20.1], [[email protected]]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiAccessible.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiAccessible.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiAccessible.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiAccessible.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiObject.html" title="AtspiObject"> <link rel="next" href="AtspiDeviceListener.html" title="atspi-devicelistener"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1288,6 +1288,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiDeviceListener.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiDeviceListener.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiDeviceListener.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiDeviceListener.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiAccessible.html" title="AtspiAccessible"> <link rel="next" href="AtspiHyperlink.html" title="atspi-hyperlink"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -370,6 +370,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiEventListener.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiEventListener.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiEventListener.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiEventListener.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-selection.html" title="atspi-selection"> <link rel="next" href="libatspi-atspi-hypertext.html" title="atspi-hypertext"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -662,6 +662,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiHyperlink.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiHyperlink.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiHyperlink.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiHyperlink.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiDeviceListener.html" title="atspi-devicelistener"> <link rel="next" href="libatspi-atspi-editabletext.html" title="atspi-editabletext"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -368,6 +368,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiMatchRule.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiMatchRule.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiMatchRule.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiMatchRule.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-image.html" title="atspi-image"> <link rel="next" href="libatspi-atspi-document.html" title="atspi-document"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -207,6 +207,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiObject.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiObject.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiObject.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiObject.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-document.html" title="atspi-document"> <link rel="next" href="AtspiAccessible.html" title="AtspiAccessible"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -89,6 +89,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiRelation.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiRelation.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiRelation.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiRelation.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-action.html" title="atspi-action"> <link rel="next" href="libatspi-atspi-image.html" title="atspi-image"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -220,6 +220,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiStateSet.html new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiStateSet.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/AtspiStateSet.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/AtspiStateSet.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-text.html" title="atspi-text"> <link rel="next" href="libatspi-AtspiApplication.html" title="atspi-application"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -472,6 +472,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/annotation-glossary.html new/at-spi2-core-2.20.1/doc/libatspi/html/annotation-glossary.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/annotation-glossary.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/annotation-glossary.html 2016-04-12 01:40:52.000000000 +0200 @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libatspi Reference Manual"> <link rel="up" href="index.html" title="libatspi Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -65,6 +65,6 @@ <dd class="glossdef"><p>Free data after the code is done.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/api-index-full.html new/at-spi2-core-2.20.1/doc/libatspi/html/api-index-full.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/api-index-full.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/api-index-full.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libatspi Reference Manual"> <link rel="prev" href="object-tree.html" title="Object Hierarchy"> <link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1357,6 +1357,6 @@ <dd></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/ch01.html new/at-spi2-core-2.20.1/doc/libatspi/html/ch01.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/ch01.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/ch01.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libatspi Reference Manual"> <link rel="prev" href="index.html" title="libatspi Reference Manual"> <link rel="next" href="libatspi-atspi-text.html" title="atspi-text"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -122,6 +122,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/index.html new/at-spi2-core-2.20.1/doc/libatspi/html/index.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/index.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/index.html 2016-04-12 01:40:52.000000000 +0200 @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libatspi Reference Manual"> <link rel="next" href="ch01.html" title="API reference"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libatspi Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libatspi 2.19.91 + for libatspi 2.20.0 . The latest version of this documentation can be found on-line at <a class="ulink" href="http://developer.gnome.org/libatspi/" target="_top">http://developer.gnome.org/libatspi/</a>. @@ -129,6 +129,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-AtspiApplication.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-AtspiApplication.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-AtspiApplication.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-AtspiApplication.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiStateSet.html" title="atspi-stateset"> <link rel="next" href="libatspi-atspi-collection.html" title="atspi-collection"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -95,6 +95,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-action.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-action.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-action.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-action.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-collection.html" title="atspi-collection"> <link rel="next" href="AtspiRelation.html" title="atspi-relation"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -332,6 +332,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-collection.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-collection.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-collection.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-collection.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-AtspiApplication.html" title="atspi-application"> <link rel="next" href="libatspi-atspi-action.html" title="atspi-action"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -374,6 +374,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-component.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-component.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-component.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-component.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-hypertext.html" title="atspi-hypertext"> <link rel="next" href="libatspi-atspi-registry.html" title="atspi-registry"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -614,6 +614,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-constants.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-constants.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-constants.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-constants.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-types.html" title="atspi-types"> <link rel="next" href="libatspi-atspi-misc.html" title="atspi-misc"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -777,17 +777,7 @@ <p>Indicates a window is currently the active window, or an object is the active subelement within a container or table. <em class="parameter"><code>ATSPI_STATE_ACTIVE</code></em> - should not be used for objects which have -<em class="parameter"><code>ATSPI_STATE_FOCUSABLE</code></em> - or <em class="parameter"><code>ATSPI_STATE_SELECTABLE</code></em> -: Those objects should use -<em class="parameter"><code>ATSPI_STATE_FOCUSED</code></em> - and <em class="parameter"><code>ATSPI_STATE_SELECTED</code></em> - respectively. -<em class="parameter"><code>ATSPI_STATE_ACTIVE</code></em> - is a means to indicate that an object which is not -focusable and not selectable is the currently-active item within its -parent container.</p> + should not be used for objects which have</p> </td> <td class="enum_member_annotations"> </td> </tr> @@ -2838,6 +2828,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-document.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-document.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-document.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-document.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiMatchRule.html" title="atspi-matchrule"> <link rel="next" href="AtspiObject.html" title="AtspiObject"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -216,6 +216,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-editabletext.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-editabletext.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-editabletext.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-editabletext.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiHyperlink.html" title="atspi-hyperlink"> <link rel="next" href="libatspi-atspi-value.html" title="atspi-value"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -406,6 +406,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-hypertext.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-hypertext.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-hypertext.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-hypertext.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiEventListener.html" title="atspi-event-listener"> <link rel="next" href="libatspi-atspi-component.html" title="atspi-component"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -226,6 +226,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-image.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-image.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-image.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-image.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="AtspiRelation.html" title="atspi-relation"> <link rel="next" href="AtspiMatchRule.html" title="atspi-matchrule"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -285,6 +285,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-listener-private.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-listener-private.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-listener-private.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-listener-private.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-misc-private.html" title="atspi-misc-private"> <link rel="next" href="object-tree.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -45,6 +45,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-misc-private.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-misc-private.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-misc-private.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-misc-private.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-misc.html" title="atspi-misc"> <link rel="next" href="libatspi-atspi-listener-private.html" title="atspi-listener-private"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -670,6 +670,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-misc.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-misc.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-misc.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-misc.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-constants.html" title="atspi-constants"> <link rel="next" href="libatspi-atspi-misc-private.html" title="atspi-misc-private"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -127,6 +127,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-registry.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-registry.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-registry.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-registry.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-component.html" title="atspi-component"> <link rel="next" href="libatspi-atspi-types.html" title="atspi-types"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -557,6 +557,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-selection.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-selection.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-selection.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-selection.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-table-cell.html" title="atspi-table-cell"> <link rel="next" href="AtspiEventListener.html" title="atspi-event-listener"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -453,6 +453,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-table-cell.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-table-cell.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-table-cell.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-table-cell.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-table.html" title="atspi-table"> <link rel="next" href="libatspi-atspi-selection.html" title="atspi-selection"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -362,6 +362,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-table.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-table.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-table.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-table.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-value.html" title="atspi-value"> <link rel="next" href="libatspi-atspi-table-cell.html" title="atspi-table-cell"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1292,6 +1292,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-text.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-text.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-text.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-text.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="ch01.html" title="API reference"> <link rel="next" href="AtspiStateSet.html" title="atspi-stateset"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1322,6 +1322,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-types.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-types.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-types.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-types.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-registry.html" title="atspi-registry"> <link rel="next" href="libatspi-atspi-constants.html" title="atspi-constants"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -489,6 +489,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-value.html new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-value.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/libatspi-atspi-value.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/libatspi-atspi-value.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API reference"> <link rel="prev" href="libatspi-atspi-editabletext.html" title="atspi-editabletext"> <link rel="next" href="libatspi-atspi-table.html" title="atspi-table"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -277,6 +277,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/doc/libatspi/html/object-tree.html new/at-spi2-core-2.20.1/doc/libatspi/html/object-tree.html --- old/at-spi2-core-2.20.0/doc/libatspi/html/object-tree.html 2016-03-22 01:05:11.000000000 +0100 +++ new/at-spi2-core-2.20.1/doc/libatspi/html/object-tree.html 2016-04-12 01:40:52.000000000 +0200 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libatspi Reference Manual"> <link rel="prev" href="libatspi-atspi-listener-private.html" title="atspi-listener-private"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -55,6 +55,6 @@ </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24.1</div> +<hr>Generated by GTK-Doc V1.25.1</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/po/fur.po new/at-spi2-core-2.20.1/po/fur.po --- old/at-spi2-core-2.20.0/po/fur.po 2016-03-14 22:36:55.000000000 +0100 +++ new/at-spi2-core-2.20.1/po/fur.po 2016-04-12 01:37:23.000000000 +0200 @@ -8,17 +8,21 @@ "Project-Id-Version: at-spi2-core gnome-3-8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-" "spi&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-03-25 22:55+0000\n" -"PO-Revision-Date: 2013-03-26 13:08+0100\n" +"POT-Creation-Date: 2016-03-23 15:57+0000\n" +"PO-Revision-Date: 2016-03-23 18:16+0100\n" "Last-Translator: Fabio Tomat <[email protected]>\n" "Language-Team: Friulian <[email protected]>\n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.8.5\n" -#: ../atspi/atspi-component.c:313 ../atspi/atspi-misc.c:1062 +#: ../atspi/atspi-component.c:326 ../atspi/atspi-misc.c:1072 #: ../atspi/atspi-value.c:111 msgid "The application no longer exists" msgstr "Le aplicazion no esist plui" + +#: ../atspi/atspi-misc.c:1831 +msgid "Attempted synchronous call where prohibited" +msgstr "Proibît tentatîf di clamade sincrone" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-2.20.0/registryd/deviceeventcontroller-x11.c new/at-spi2-core-2.20.1/registryd/deviceeventcontroller-x11.c --- old/at-spi2-core-2.20.0/registryd/deviceeventcontroller-x11.c 2016-03-14 22:36:55.000000000 +0100 +++ new/at-spi2-core-2.20.1/registryd/deviceeventcontroller-x11.c 2016-04-12 01:37:40.000000000 +0200 @@ -1165,8 +1165,6 @@ const gchar *c; KeySym keysym; - maxlen = strlen (keystring) + 1; - keysyms = g_new0 (KeySym, maxlen); if (!(keystring && *keystring && g_utf8_validate (keystring, -1, &c))) { retval = FALSE; } @@ -1174,6 +1172,9 @@ #ifdef SPI_DEBUG fprintf (stderr, "[keystring synthesis attempted on %s]\n", keystring); #endif + maxlen = strlen (keystring) + 1; + keysyms = g_new0 (KeySym, maxlen); + while (keystring && (unichar = g_utf8_get_char (keystring))) { char bytes[6]; gint mbytes; @@ -1207,8 +1208,9 @@ } } XSynchronize (spi_get_display (), FALSE); + + g_free (keysyms); } - g_free (keysyms); if (synth_type == Accessibility_KEY_SYM) { keysym = keycode;
