* accessible.py (_RelationMixin.getTarget): Add a ref() to the
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
index ccdacd8..730ab56 100644 (file)
@@ -1,3 +1,134 @@
+2007-10-22  Eitan Isaacson  <eitan@ascender.com>
+
+       * accessible.py (_RelationMixin.getTarget): Add a ref() to the
+       retrieved target (bug #489273).
+
+2007-10-12  Eitan Isaacson  <eitan@ascender.com>
+
+       * accessible.py: Narrow queried interfaces (bug #478124). Narrow
+       objects returned from Relation.getTarget() to
+       Accessibility.Accessible (bug #478129).
+
+2007-10-06  Eitan Isaacson  <eitan@ascender.com>
+
+       * utils.py (StateSet.add): Fixed type (bug #484201).
+
+2007-09-15  Eitan Isaacson  <eitan@ascender.com>
+
+       * registry.py: Fix to allow notification of events with
+       annotations of details to the event type (bug #467366). Make
+       keyboard event consume behavior conform with the IDL (bug
+       #472301). Freeze break approved.
+       * event.py: Limit splitting of event types (bug #467366). Freeze
+       break approved.
+       
+2007-08-24  Eitan Isaacson  <eitan@ascender.com>
+
+       * event.py: Make EventType a string descendent, it is now IDL
+       compatable. Bug #467366.
+
+2007-07-25  Eitan Isaacson  <eitan@ascender.com>
+
+       * utils.py: Fixed typo in call for _findAllDescendants (bug #454090).
+
+2007-06-20  Peter Parente  <parente@cs.unc.edu>
+
+       * utils.py: Fix for bug #449356, typo in _findDescendantBreadth method
+       (Thanks Jon)
+
+2007-05-31  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: Fix for bug #439531, unable to define instance 
+       variables in accessible
+
+2007-05-25  Peter Parente  <parente@cs.unc.edu>
+
+       * utils.py: Partial fix for bug #437944, state set object fails when
+       used remotely. See bug about what it not fixed.
+
+2007-05-16  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: Fixed bug #438623, state change events missing
+
+2007-05-10  Peter Parente  <parente@cs.unc.edu>
+
+       * utils.py: Fixed bug #437528, StateSet equals
+
+2007-05-10  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: Fixed bug #436982 again (Patch from Eitan)
+
+2007-05-09  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: Corrected patch for bug #436982 so it works with
+       Python 2.4, not just 2.5
+
+2007-05-09  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: Fixed bug #436982 (Patch from Eitan), crash on exit
+       * utils.py: Fixed bug #437153, bad StateSet add/remove impl.
+
+2007-05-08  Peter Parente  <parente@cs.unc.edu>
+
+       * constants.py: 
+       * accessible.py: 
+       * utils.py:
+       Fixed bug #436949, Need util to list all supported interfaces
+
+2007-05-08  Peter Parente  <parente@cs.unc.edu>
+
+        Patch from Eitan Isaacson
+       * accessible.py: 
+       Fixed bug #436930, Syntax error when raising IndexError
+
+2007-05-08  Peter Parente  <parente@cs.unc.edu>
+
+       Patch from Eitan Isaacson
+       * event.py: 
+       Fixed bug #435947, Fix reference count error
+
+2007-05-04  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435895, Fix __getitem__
+
+2007-05-04  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435832, Catch CORBA errors for ORBit.Methods
+
+2007-05-04  Peter Parente  <parente@cs.unc.edu>
+
+       * setup.py: 
+       * Makefile.am:
+       Fixed bug #435809, Add setup.py and Makefile.am
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435504, Add ignore flag to _mixClass
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       Patch from Eitan Isaacson
+       * registry.py: 
+       Fixed bug #435284, Wrong params to deregister keystrokes
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435177, Not saving narrow'ed interface
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: 
+       Fixed bug #435282, Wrong instance variable name
+
+2007-04-30  Peter Parente <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #434686, wrong exception caught
+       
 2007-04-27  Li Yuan <li.yuan@sun.com>
 
        Patch from Peter.