* registry.py: Fixed bug #436982 again (Patch from Eitan)
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
index 8ddbef7..8b77833 100644 (file)
@@ -1,3 +1,24 @@
+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