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