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