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