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