X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pyatspi%2FChangeLog;h=8b7783384576061bf4cbbfae0038f8dc2e10fa20;hb=d86f078374835bc5ffbf9c37a513cab3fb823821;hp=8ddbef7494a29802c855651e4b75ad57bbcb5982;hpb=7917fb1475b0775275bfc15686d0509fe84c110e;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/ChangeLog b/pyatspi/ChangeLog index 8ddbef7..8b77833 100644 --- a/pyatspi/ChangeLog +++ b/pyatspi/ChangeLog @@ -1,3 +1,24 @@ +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