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