X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=pyatspi%2FChangeLog;h=730ab56d8de27b318d0b3e7a41274710e4fe4afb;hp=41580040a823c5cdd5195b0d0027a5799ecfe72c;hb=f6cced0689ce569c0e1740a385a8d72690687af8;hpb=4c8db6a737c810f57d6779d80d0ebc17c8a00cfa diff --git a/pyatspi/ChangeLog b/pyatspi/ChangeLog index 4158004..730ab56 100644 --- a/pyatspi/ChangeLog +++ b/pyatspi/ChangeLog @@ -1,3 +1,108 @@ +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) + +2007-05-09 Peter Parente + + * registry.py: Corrected patch for bug #436982 so it works with + Python 2.4, not just 2.5 + +2007-05-09 Peter Parente + + * 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 + + * constants.py: + * accessible.py: + * utils.py: + Fixed bug #436949, Need util to list all supported interfaces + +2007-05-08 Peter Parente + + Patch from Eitan Isaacson + * accessible.py: + Fixed bug #436930, Syntax error when raising IndexError + +2007-05-08 Peter Parente + + Patch from Eitan Isaacson + * event.py: + Fixed bug #435947, Fix reference count error + +2007-05-04 Peter Parente + + * accessible.py: + Fixed bug #435895, Fix __getitem__ + +2007-05-04 Peter Parente + + * accessible.py: + Fixed bug #435832, Catch CORBA errors for ORBit.Methods + +2007-05-04 Peter Parente + + * setup.py: + * Makefile.am: + Fixed bug #435809, Add setup.py and Makefile.am + 2007-05-03 Peter Parente * accessible.py: @@ -5,7 +110,7 @@ 2007-05-03 Peter Parente - Patch from Eitan. + Patch from Eitan Isaacson * registry.py: Fixed bug #435284, Wrong params to deregister keystrokes