2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
index 7b94346..f70bd55 100644 (file)
@@ -1,3 +1,30 @@
+2008-01-28  Eitan Isaacson  <eitan@ascender.com>
+
+       * accessible.py (_AccessibleMixin.getApplication): Added a ref()
+       which is required when holding a reference to a _narrow()ed
+       instance (bug #512702).
+
+2008-01-23  Eitan Isaacson  <eitan@ascender.com>
+
+       * registry.py (Registry.pumpQueuedEvents): Added this method for
+       pumping queued events (bug #509412). Thanks Steve Lee!
+
+2009-01-12  Willie Walker  <william.walker@sun.com>
+
+       * accessible.py: fix for bug 503091 - getApplication doesn't
+       fallback properly.
+
+2007-12-13  Eitan Isaacson  <eitan@ascender.com>
+
+       * accessible.py (_getAndCache): Cleaned up: Fixed indent width and
+       added epydoc string.
+
+2007-11-15  Eitan Isaacson  <eitan@ascender.com>
+
+       * accessible.py: Added new caching (bug #495077). Put in a mixin
+       for remote objects that need to be unreffed at deletion time 
+       (bug #446277).
+
 2007-11-01  Eitan Isaacson  <eitan@ascender.com>
 
        * event.py (Event.__init__): Ref() the host_application attribute