Files
python-atspi/python-atspi.changes
Vincent Untz 9d774c242d Accepting request 29675 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/python-atspi via accept of submit request 29675 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/29675
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=7
2010-01-15 15:36:23 +00:00

72 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Fri Jan 15 15:40:48 CET 2010 - vuntz@opensuse.org
- Add python-atspi-fix-no-gconf.patch to make python-atspi work if
the gconf bindings are not available.
-------------------------------------------------------------------
Tue Jan 12 11:58:59 CET 2010 - vuntz@opensuse.org
- Update to version 0.1.5:
+ For a full list of changes, see
http://git.gnome.org/browse/pyatspi2/log/?id=PYATSPI_0_1_5
+ Move the allModifiers function in to deviceevent.py to resolve
missing symbol error when registering keystrokes for all
modifiers.
+ Use pyatspi_corba if /desktop/gnome/interface/at-spi-corba is
True
+ Additional work on bgo#606251 - Handle CORBA vs. D-Bus choice
better
+ Modifications to use the new leasing scheme.
+ Add application reference to the event structure.
+ Make the cache update on property or child-changed signals.
+ Add children-changed event emission for top-level accessibles.
+ Temporarily switch off re-entrancy.
-------------------------------------------------------------------
Tue Dec 22 17:42:01 CET 2009 - vuntz@opensuse.org
- Update to version 0.1.4:
+ For a full list of changes, see
http://git.gnome.org/browse/pyatspi2/log/?id=PYATSPI_0_1_4
+ Fix 100% CPU usage. The event dispatcher funtion was running
continuously.
+ Addition of new 'Accessibility' D-Bus bus. The bus address is
located using X properties.
+ Do not rely on cache for children of MANAGES_DESCENDANTS
objects
+ Fixes to the Test desktop allowing the unit tests to be run in
non-cached mode.
+ Fix the getAttributes method of the text api to return
semicolon delimited string as required by accerciser.
+ Fix problem with children changed signal when adding or
removing applications.
+ Change name of exception to new merged
AccessibleObjectNoLongerAvailable exception.
+ Correct wrong method name in the 'Selection' interface.
+ Remove reference to 'interfaces' module that was causing error
in orca test suite.
+ Modify selection interface to use the new out-of-process
protocol for transferring accessible objects.
+ Added collection support
+ Perform type checking on Enumeration equality.
+ Fix inconsistencies in Table interface introduced by
out-of-process and method name changes in the protocol.
+ Fix get_application errors. A check was not made to see if the
application name was the Registry.
+ Fix name errors in table.py - use of 'interfaces' module.
+ Up the recursion limit. The '15' limit was met while running
the orca test suite.
+ Fix name error in create_application method of the
CachedDesktop.
+ Add a missing 'unref' function to the StateSet api. This
function does nothing and is needed for compatibility with the
CORBA class.
-------------------------------------------------------------------
Wed Dec 2 18:47:05 CET 2009 - vuntz@opensuse.org
- Initial package, based on a previous version of at-spi2-atk.
- Provide a pyatspi virtual package (that python-atspi-corba also
provides).