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