* registry.py: Fixed bug #438623, state change events missing
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
1 2007-05-16  Peter Parente  <parente@cs.unc.edu>
2
3         * registry.py: Fixed bug #438623, state change events missing
4
5 2007-05-10  Peter Parente  <parente@cs.unc.edu>
6
7         * utils.py: Fixed bug #437528, StateSet equals
8
9 2007-05-10  Peter Parente  <parente@cs.unc.edu>
10
11         * registry.py: Fixed bug #436982 again (Patch from Eitan)
12
13 2007-05-09  Peter Parente  <parente@cs.unc.edu>
14
15         * registry.py: Corrected patch for bug #436982 so it works with
16         Python 2.4, not just 2.5
17
18 2007-05-09  Peter Parente  <parente@cs.unc.edu>
19
20         * registry.py: Fixed bug #436982 (Patch from Eitan), crash on exit
21         * utils.py: Fixed bug #437153, bad StateSet add/remove impl.
22
23 2007-05-08  Peter Parente  <parente@cs.unc.edu>
24
25         * constants.py: 
26         * accessible.py: 
27         * utils.py:
28         Fixed bug #436949, Need util to list all supported interfaces
29
30 2007-05-08  Peter Parente  <parente@cs.unc.edu>
31
32         Patch from Eitan Isaacson
33         * accessible.py: 
34         Fixed bug #436930, Syntax error when raising IndexError
35
36 2007-05-08  Peter Parente  <parente@cs.unc.edu>
37
38         Patch from Eitan Isaacson
39         * event.py: 
40         Fixed bug #435947, Fix reference count error
41
42 2007-05-04  Peter Parente  <parente@cs.unc.edu>
43
44         * accessible.py: 
45         Fixed bug #435895, Fix __getitem__
46
47 2007-05-04  Peter Parente  <parente@cs.unc.edu>
48
49         * accessible.py: 
50         Fixed bug #435832, Catch CORBA errors for ORBit.Methods
51
52 2007-05-04  Peter Parente  <parente@cs.unc.edu>
53
54         * setup.py: 
55         * Makefile.am:
56         Fixed bug #435809, Add setup.py and Makefile.am
57
58 2007-05-03  Peter Parente  <parente@cs.unc.edu>
59
60         * accessible.py: 
61         Fixed bug #435504, Add ignore flag to _mixClass
62
63 2007-05-03  Peter Parente  <parente@cs.unc.edu>
64
65         Patch from Eitan Isaacson
66         * registry.py: 
67         Fixed bug #435284, Wrong params to deregister keystrokes
68
69 2007-05-03  Peter Parente  <parente@cs.unc.edu>
70
71         * accessible.py: 
72         Fixed bug #435177, Not saving narrow'ed interface
73
74 2007-05-03  Peter Parente  <parente@cs.unc.edu>
75
76         * registry.py: 
77         Fixed bug #435282, Wrong instance variable name
78
79 2007-04-30  Peter Parente <parente@cs.unc.edu>
80
81         * accessible.py: 
82         Fixed bug #434686, wrong exception caught
83         
84 2007-04-27  Li Yuan <li.yuan@sun.com>
85
86         Patch from Peter.
87         * registry.py:
88         Bug #433627. Adds default handling, fixes docs.
89
90 2007-04-27  Li Yuan <li.yuan@sun.com>
91
92         Patch from Peter.
93         * constants.py:
94         Bug #431057. Adds messing event.
95
96 2007-04-18  Li Yuan <li.yuan@sun.com>
97
98         * __init__.py:
99         * accessible.py:
100         * constants.py:
101         * registry.py:
102         * utils.py:
103         Some updates from Peter Parente.
104
105 2007-04-18  Li Yuan <li.yuan@sun.com>
106
107         * pyatspi/__init__.py:
108         * pyatspi/accessible.py:
109         * pyatspi/constants.py:
110         * pyatspi/event.py:
111         * pyatspi/registry.py:
112         * pyatspi/utils.py:
113         Bug #430938. Add some files to create the uniform Python
114         wrapper for at-spi.