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