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