X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pyatspi%2FChangeLog;h=b558cd0a8d5844b12466e5954f9a00d8760b2ca5;hb=90f4cb34f907b12ac5716704a578537bb3db5503;hp=8b7783384576061bf4cbbfae0038f8dc2e10fa20;hpb=d86f078374835bc5ffbf9c37a513cab3fb823821;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/ChangeLog b/pyatspi/ChangeLog index 8b77833..b558cd0 100644 --- a/pyatspi/ChangeLog +++ b/pyatspi/ChangeLog @@ -1,3 +1,66 @@ +2007-10-25 Eitan Isaacson + + * event.py (Event.__init__): Catch AttributeError when ref()ing + event.source (bug #490205). + * accessible.py (_makeExceptionHandler._inner): If return value is + a CORBA object, ref() it (bug #490202). + +2007-10-22 Eitan Isaacson + + * accessible.py (_RelationMixin.getTarget): Add a ref() to the + retrieved target (bug #489273). + +2007-10-12 Eitan Isaacson + + * accessible.py: Narrow queried interfaces (bug #478124). Narrow + objects returned from Relation.getTarget() to + Accessibility.Accessible (bug #478129). + +2007-10-06 Eitan Isaacson + + * utils.py (StateSet.add): Fixed type (bug #484201). + +2007-09-15 Eitan Isaacson + + * 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 + + * event.py: Make EventType a string descendent, it is now IDL + compatable. Bug #467366. + +2007-07-25 Eitan Isaacson + + * utils.py: Fixed typo in call for _findAllDescendants (bug #454090). + +2007-06-20 Peter Parente + + * utils.py: Fix for bug #449356, typo in _findDescendantBreadth method + (Thanks Jon) + +2007-05-31 Peter Parente + + * accessible.py: Fix for bug #439531, unable to define instance + variables in accessible + +2007-05-25 Peter Parente + + * 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 + + * registry.py: Fixed bug #438623, state change events missing + +2007-05-10 Peter Parente + + * utils.py: Fixed bug #437528, StateSet equals + 2007-05-10 Peter Parente * registry.py: Fixed bug #436982 again (Patch from Eitan)