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