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