2007-09-08 Li Yuan <li.yuan@sun.com>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
index d80ca8c..e3da84a 100644 (file)
@@ -1,3 +1,62 @@
+2007-08-24  Eitan Isaacson  <eitan@ascender.com>
+
+       * event.py: Make EventType a string descendent, it is now IDL
+       compatable. Bug #467366.
+
+2007-07-25  Eitan Isaacson  <eitan@ascender.com>
+
+       * utils.py: Fixed typo in call for _findAllDescendants (bug #454090).
+
+2007-06-20  Peter Parente  <parente@cs.unc.edu>
+
+       * utils.py: Fix for bug #449356, typo in _findDescendantBreadth method
+       (Thanks Jon)
+
+2007-05-31  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: Fix for bug #439531, unable to define instance 
+       variables in accessible
+
+2007-05-25  Peter Parente  <parente@cs.unc.edu>
+
+       * 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  <parente@cs.unc.edu>
+
+       * registry.py: Fixed bug #438623, state change events missing
+
+2007-05-10  Peter Parente  <parente@cs.unc.edu>
+
+       * utils.py: Fixed bug #437528, StateSet equals
+
+2007-05-10  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: Fixed bug #436982 again (Patch from Eitan)
+
+2007-05-09  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: Corrected patch for bug #436982 so it works with
+       Python 2.4, not just 2.5
+
+2007-05-09  Peter Parente  <parente@cs.unc.edu>
+
+       * 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  <parente@cs.unc.edu>
+
+       * constants.py: 
+       * accessible.py: 
+       * utils.py:
+       Fixed bug #436949, Need util to list all supported interfaces
+
+2007-05-08  Peter Parente  <parente@cs.unc.edu>
+
+        Patch from Eitan Isaacson
+       * accessible.py: 
+       Fixed bug #436930, Syntax error when raising IndexError
+
 2007-05-08  Peter Parente  <parente@cs.unc.edu>
 
        Patch from Eitan Isaacson