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