* registry.py: Fixed bug #436982 again (Patch from Eitan)
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
1 2007-05-10  Peter Parente  <parente@cs.unc.edu>
2
3         * registry.py: Fixed bug #436982 again (Patch from Eitan)
4
5 2007-05-09  Peter Parente  <parente@cs.unc.edu>
6
7         * registry.py: Corrected patch for bug #436982 so it works with
8         Python 2.4, not just 2.5
9
10 2007-05-09  Peter Parente  <parente@cs.unc.edu>
11
12         * registry.py: Fixed bug #436982 (Patch from Eitan), crash on exit
13         * utils.py: Fixed bug #437153, bad StateSet add/remove impl.
14
15 2007-05-08  Peter Parente  <parente@cs.unc.edu>
16
17         * constants.py: 
18         * accessible.py: 
19         * utils.py:
20         Fixed bug #436949, Need util to list all supported interfaces
21
22 2007-05-08  Peter Parente  <parente@cs.unc.edu>
23
24         Patch from Eitan Isaacson
25         * accessible.py: 
26         Fixed bug #436930, Syntax error when raising IndexError
27
28 2007-05-08  Peter Parente  <parente@cs.unc.edu>
29
30         Patch from Eitan Isaacson
31         * event.py: 
32         Fixed bug #435947, Fix reference count error
33
34 2007-05-04  Peter Parente  <parente@cs.unc.edu>
35
36         * accessible.py: 
37         Fixed bug #435895, Fix __getitem__
38
39 2007-05-04  Peter Parente  <parente@cs.unc.edu>
40
41         * accessible.py: 
42         Fixed bug #435832, Catch CORBA errors for ORBit.Methods
43
44 2007-05-04  Peter Parente  <parente@cs.unc.edu>
45
46         * setup.py: 
47         * Makefile.am:
48         Fixed bug #435809, Add setup.py and Makefile.am
49
50 2007-05-03  Peter Parente  <parente@cs.unc.edu>
51
52         * accessible.py: 
53         Fixed bug #435504, Add ignore flag to _mixClass
54
55 2007-05-03  Peter Parente  <parente@cs.unc.edu>
56
57         Patch from Eitan Isaacson
58         * registry.py: 
59         Fixed bug #435284, Wrong params to deregister keystrokes
60
61 2007-05-03  Peter Parente  <parente@cs.unc.edu>
62
63         * accessible.py: 
64         Fixed bug #435177, Not saving narrow'ed interface
65
66 2007-05-03  Peter Parente  <parente@cs.unc.edu>
67
68         * registry.py: 
69         Fixed bug #435282, Wrong instance variable name
70
71 2007-04-30  Peter Parente <parente@cs.unc.edu>
72
73         * accessible.py: 
74         Fixed bug #434686, wrong exception caught
75         
76 2007-04-27  Li Yuan <li.yuan@sun.com>
77
78         Patch from Peter.
79         * registry.py:
80         Bug #433627. Adds default handling, fixes docs.
81
82 2007-04-27  Li Yuan <li.yuan@sun.com>
83
84         Patch from Peter.
85         * constants.py:
86         Bug #431057. Adds messing event.
87
88 2007-04-18  Li Yuan <li.yuan@sun.com>
89
90         * __init__.py:
91         * accessible.py:
92         * constants.py:
93         * registry.py:
94         * utils.py:
95         Some updates from Peter Parente.
96
97 2007-04-18  Li Yuan <li.yuan@sun.com>
98
99         * pyatspi/__init__.py:
100         * pyatspi/accessible.py:
101         * pyatspi/constants.py:
102         * pyatspi/event.py:
103         * pyatspi/registry.py:
104         * pyatspi/utils.py:
105         Bug #430938. Add some files to create the uniform Python
106         wrapper for at-spi.