* pyatspi/accessible.py: Fixed bug #435895, __getitem__
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
index 830e2e4..5cf6c0e 100644 (file)
@@ -1,3 +1,57 @@
+2007-05-04  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435895, Fix __getitem__
+
+2007-05-04  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435832, Catch CORBA errors for ORBit.Methods
+
+2007-05-04  Peter Parente  <parente@cs.unc.edu>
+
+       * setup.py: 
+       * Makefile.am:
+       Fixed bug #435809, Add setup.py and Makefile.am
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435504, Add ignore flag to _mixClass
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       Patch from Eitan.
+       * registry.py: 
+       Fixed bug #435284, Wrong params to deregister keystrokes
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #435177, Not saving narrow'ed interface
+
+2007-05-03  Peter Parente  <parente@cs.unc.edu>
+
+       * registry.py: 
+       Fixed bug #435282, Wrong instance variable name
+
+2007-04-30  Peter Parente <parente@cs.unc.edu>
+
+       * accessible.py: 
+       Fixed bug #434686, wrong exception caught
+       
+2007-04-27  Li Yuan <li.yuan@sun.com>
+
+       Patch from Peter.
+       * registry.py:
+       Bug #433627. Adds default handling, fixes docs.
+
+2007-04-27  Li Yuan <li.yuan@sun.com>
+
+       Patch from Peter.
+       * constants.py:
+       Bug #431057. Adds messing event.
+
 2007-04-18  Li Yuan <li.yuan@sun.com>
 
        * __init__.py: