* accessible.py (_RelationMixin.getTarget): Add a ref() to the
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
index eff7da5..730ab56 100644 (file)
@@ -1,3 +1,36 @@
+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