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