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