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