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