a85ce62453e54cefcf7cb97e3e2c014da3f2a2c3
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 1.91.90:
2
3 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
4
5 * Set /tmp/at-spi2 to be world-writable.
6
7 * Fix for BGO#641869: Remove --enable-relocate option.
8
9 * Changed accessibility key name as was done in gsettings-desktop-schemas.
10
11 * Fixed several memory leaks.
12
13 * Fixed some build errors.
14
15 What's new in at-spi2-atk 1.91.6:
16
17 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
18
19 * Implemented SetPosition, SetExtents, and SetSize for components.
20
21 What's new in at-spi2-atk 1.91.5:
22
23 * Fixed some memory leaks.
24
25 * Fixed a crash if peer-to-peer connections are disabled.
26
27 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
28
29 What's new in at-spi2-atk 1.91.4:
30
31 * Support direct dbus connections to improve performance if dbus-glib
32   0.90 or greater is available.
33
34 * Added a GSettings key to specify the location of libatk-bridge.so.
35
36 * Added a desktop file to load gail and atk-bridge with the new
37   gnome-settings-daemon.
38
39 What's new in at-spi2-atk 1.91.3:
40
41 * Attributes in a collection match rule are now expected to be sent as a
42   dictionary.
43
44 What's new in at-spi2-atk 1.91.2:
45
46 * FIxed BGO#563546: Removed the g_atexit hook.
47
48 What's new in at-spi2-atk 1.91.1:
49
50     * Fire all events until we receive a reply from GetRegisteredEvents
51
52 What's new in at-spi2-atk 1.91.0:
53
54 * --disable-relocate is the default again.
55
56 What's new in at-spi2-atk 0.3.92:
57
58 * Have value methods return 0 on failure rather than fail, as in original pyatspi
59
60 What's new in at-spi2-atk 0.3.91.1:
61
62 * Fi a build error introduced in 0.3.91.
63
64 What's new in at-spi2-atk 0.3.91:
65
66 * Default to --enable-relocate for now.
67
68 * Fix for FDO#29880: gtk module can't handle reloading.
69
70 What's new in at-spi2-atk 0.3.90:
71
72 * FDO#29365: Stop using a deprecated glib function.
73
74 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
75 possible crash when it is called.
76
77 * Only emit signals when AT-SPI clients are listening for them.
78
79 What's new in at-spi2-atk 0.3.6:
80
81 * Fixed a problem with dbus introspection.
82
83 * Do not block waiting for a response when registering.
84
85 What's new in at-spi2-atk 0.3.5:
86
87 * Have a socket retrieve its state set from its embedded plug
88
89 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
90 former variable as well for now.
91
92 What's new in at-spi2-atk 0.3.4:
93
94 * Ref an object while adding it to the message generated by GetItems.
95 This prevents a crash if all other references to the objects go away while
96 it is being analyzed.
97
98 * Add GetChildren to the introspection.
99
100 * Fix NSelectedRows and NSelectedColumns.
101
102 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
103 embedded plugs.
104
105 * Fix extra unref when calling get_row_header or get_column_header on a
106 table, or calling atk_hyperlink_get_object.
107
108 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
109 (this key is only used when at-spi2 is relocated, which it is not by default).
110
111 * Fix a few compiler warnings.
112
113 What's new in at-spi2-atk 0.3.3:
114
115 * Remove unused gtk build dependency.
116
117 * Install a copy of the module into the gtk-3.0 modules directory.
118
119 * Correct handling of some children-changed events sent by Firefox.
120
121 * Lease objects that send events if they are not cached; fixes some
122 tracebacks when handling Firefox events.
123
124 What's new in at-spi2-atk 0.3.2:
125
126 * Some hyperlink fixes.
127
128 * Cache additions are now done in an idle call.  This prevents additions
129 from being made when an object may not be fully initialized and prevents
130 Firefox 3.6 from crashing.
131
132 * The cache object has been placed into the org.a11y.atspi namespace.
133
134 What's new in at-spi2-atk 0.3.1:
135
136 * Added a gconf schema.
137
138 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
139
140 * The position, size, and extents of an AtkSocket are now fetched from the
141 corresponding AtkPlug.
142
143 * An application is no longer registered if its root is an AtkPlug.
144
145 * Fix BGO#538680 - Count ignored in GetMatchesTo
146
147 * Fix FDO#27626 - deadlock when registering an application.
148
149 * Fix a problem with various hyperlink methods.
150
151 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
152
153 * Fix a crash if the registry returns an unexpected message while embedding.
154
155 * Remove libxml2 dependency since libxml2 is no longer used.
156
157 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
158
159 * Disabled relocation by default.