X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pyatspi%2FChangeLog;h=b558cd0a8d5844b12466e5954f9a00d8760b2ca5;hb=90f4cb34f907b12ac5716704a578537bb3db5503;hp=2e63af4883b988539a9f6f358844e3c62cad8b5c;hpb=813b03a67b10bba3d8e2e2db4a339fdf48bdcc38;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/ChangeLog b/pyatspi/ChangeLog index 2e63af4..b558cd0 100644 --- a/pyatspi/ChangeLog +++ b/pyatspi/ChangeLog @@ -1,3 +1,15 @@ +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