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