* event.py: Make EventType a string descendent, it is now IDL
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
1 2007-08-24  Eitan Isaacson  <eitan@ascender.com>
2
3         * event.py: Make EventType a string descendent, it is now IDL
4         compatable. Bug #467366.
5
6 2007-07-25  Eitan Isaacson  <eitan@ascender.com>
7
8         * utils.py: Fixed typo in call for _findAllDescendants (bug #454090).
9
10 2007-06-20  Peter Parente  <parente@cs.unc.edu>
11
12         * utils.py: Fix for bug #449356, typo in _findDescendantBreadth method
13         (Thanks Jon)
14
15 2007-05-31  Peter Parente  <parente@cs.unc.edu>
16
17         * accessible.py: Fix for bug #439531, unable to define instance 
18         variables in accessible
19
20 2007-05-25  Peter Parente  <parente@cs.unc.edu>
21
22         * utils.py: Partial fix for bug #437944, state set object fails when
23         used remotely. See bug about what it not fixed.
24
25 2007-05-16  Peter Parente  <parente@cs.unc.edu>
26
27         * registry.py: Fixed bug #438623, state change events missing
28
29 2007-05-10  Peter Parente  <parente@cs.unc.edu>
30
31         * utils.py: Fixed bug #437528, StateSet equals
32
33 2007-05-10  Peter Parente  <parente@cs.unc.edu>
34
35         * registry.py: Fixed bug #436982 again (Patch from Eitan)
36
37 2007-05-09  Peter Parente  <parente@cs.unc.edu>
38
39         * registry.py: Corrected patch for bug #436982 so it works with
40         Python 2.4, not just 2.5
41
42 2007-05-09  Peter Parente  <parente@cs.unc.edu>
43
44         * registry.py: Fixed bug #436982 (Patch from Eitan), crash on exit
45         * utils.py: Fixed bug #437153, bad StateSet add/remove impl.
46
47 2007-05-08  Peter Parente  <parente@cs.unc.edu>
48
49         * constants.py: 
50         * accessible.py: 
51         * utils.py:
52         Fixed bug #436949, Need util to list all supported interfaces
53
54 2007-05-08  Peter Parente  <parente@cs.unc.edu>
55
56         Patch from Eitan Isaacson
57         * accessible.py: 
58         Fixed bug #436930, Syntax error when raising IndexError
59
60 2007-05-08  Peter Parente  <parente@cs.unc.edu>
61
62         Patch from Eitan Isaacson
63         * event.py: 
64         Fixed bug #435947, Fix reference count error
65
66 2007-05-04  Peter Parente  <parente@cs.unc.edu>
67
68         * accessible.py: 
69         Fixed bug #435895, Fix __getitem__
70
71 2007-05-04  Peter Parente  <parente@cs.unc.edu>
72
73         * accessible.py: 
74         Fixed bug #435832, Catch CORBA errors for ORBit.Methods
75
76 2007-05-04  Peter Parente  <parente@cs.unc.edu>
77
78         * setup.py: 
79         * Makefile.am:
80         Fixed bug #435809, Add setup.py and Makefile.am
81
82 2007-05-03  Peter Parente  <parente@cs.unc.edu>
83
84         * accessible.py: 
85         Fixed bug #435504, Add ignore flag to _mixClass
86
87 2007-05-03  Peter Parente  <parente@cs.unc.edu>
88
89         Patch from Eitan Isaacson
90         * registry.py: 
91         Fixed bug #435284, Wrong params to deregister keystrokes
92
93 2007-05-03  Peter Parente  <parente@cs.unc.edu>
94
95         * accessible.py: 
96         Fixed bug #435177, Not saving narrow'ed interface
97
98 2007-05-03  Peter Parente  <parente@cs.unc.edu>
99
100         * registry.py: 
101         Fixed bug #435282, Wrong instance variable name
102
103 2007-04-30  Peter Parente <parente@cs.unc.edu>
104
105         * accessible.py: 
106         Fixed bug #434686, wrong exception caught
107         
108 2007-04-27  Li Yuan <li.yuan@sun.com>
109
110         Patch from Peter.
111         * registry.py:
112         Bug #433627. Adds default handling, fixes docs.
113
114 2007-04-27  Li Yuan <li.yuan@sun.com>
115
116         Patch from Peter.
117         * constants.py:
118         Bug #431057. Adds messing event.
119
120 2007-04-18  Li Yuan <li.yuan@sun.com>
121
122         * __init__.py:
123         * accessible.py:
124         * constants.py:
125         * registry.py:
126         * utils.py:
127         Some updates from Peter Parente.
128
129 2007-04-18  Li Yuan <li.yuan@sun.com>
130
131         * pyatspi/__init__.py:
132         * pyatspi/accessible.py:
133         * pyatspi/constants.py:
134         * pyatspi/event.py:
135         * pyatspi/registry.py:
136         * pyatspi/utils.py:
137         Bug #430938. Add some files to create the uniform Python
138         wrapper for at-spi.