Unref enum type classes when we're done with them
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 2.13.1:
2
3 * Add GError setter in atspi_accessible_get_process_id function
4
5 * registryd: Wait for gnome-session before registering if it is not
6   running yet (bgo#728934).
7
8 What's new in at-spi2-core 2.11.92:
9
10 * Fix a crash with MediaElch and Onboard (bgo#726243).
11
12 * Various i18n updates.
13
14 What's new in at-spi2-core 2.11.91:
15
16 * Improve compatibility with at-spi2-registryd <= 3.10.
17
18 What's new in at-spi2-core 2.11.90:
19
20 * bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).
21     
22 * Fix a critical when processing deferred messages (bgo#724292).
23
24 * Add AtspitableCell, tracking the new atk interface
25
26 What's new in at-spi2-core 2.11.5:
27
28 * Add atspi_event_listener_register_full, and cache data requested by it
29   for the duration of the event callback (BGO#708695).
30
31 * Fix a crash when atspi_accessible_get_process_id is called for an
32   application that is no longer present.
33
34 What's new in at-spi2-core 2.11.3:
35
36  * Fix atspi_text_get_bounded_ranges
37
38 * document: add support to current page and page count (BGO#719508).
39
40 What's new in at-spi2-core 2.11.2:
41
42 * Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
43
44 What's new in at-spi2-core 2.11.1:
45
46 * Fix a gsource leak that adversely impacted performance (BGO#709625).
47
48 * Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689).
49
50 * Fix atspi_component_contains (BGO#710730).
51     
52 * Fix some compiler warnings and build issues.
53
54 What's new in at-spi2-core 2.9.92:
55
56 * Fix multiple deadlocks with keystroke listeners (BGO#707218).
57
58
59 What's new in at-spi2-core 2.9.91:
60
61 * Fix a performance issue when running for a long time without a main
62   loop, such as with a dogtail script (BGO#701145).
63
64 * Remove an unneeded unref that was causing a warning (BGO#706893).
65
66 * Skip some functions that were not introspectable (BGO#707010).
67
68 What's new in at-spi2-core 2.9.90:
69
70 * Separate out X-dependent functionality, allow building without X11 (albeit
71   with various things not working), and don't query/use X if DISPLAY is not
72   set (BGO#682199, BGO#701378).
73
74 * Add atspi_text_get_string_at_offset, and deprecate
75   atspi_text_get_text_at_offset.
76
77 What's new in at-spi2-core 2.9.5:
78
79 * Fix possible memory leak when D-Bus calls time out.
80
81 * Fix a memory leak in atspi_accessible_get_role_name that was introduced
82   earlier in the 2.9 cycle with the enum refactor.
83
84 * A couple of functions not intended for introspection are now marked
85   as skip.
86
87 What's new in at-spi2-core 2.9.4:
88
89 * Add atspi_set_main_context (mainly for use by at-spi2-atk).
90
91 What's new in at-spi2-core 2.9.3:
92
93 * Add atspi_is_initialized (BGO#681276).
94
95 What's new in at-spi2-core 2.9.2:
96
97 * Fix D-Bus introspection for GetActions.
98
99 * Use glib-mkenums to generate enum types, and use these generated types
100   for role and state names, rather than static tables.
101
102 * Annotate filter in atspi_register_device_event_listener with allow-none
103   (BGO#700237).
104
105 * Rename various functions to avoid name collisions (BGO#700243). The old
106   functions are deprecated in favor of the renamed functions and renamed
107   for introspection.
108
109 What's new in at-spi2-core 2.7.91:
110
111 * Add atspi_accessible_get_object_locale (BGO#694368).
112
113 * Start the bus launcher in the initialization phase (BGO#694984).
114
115 What's new in at-spi2-core 2.7.90:
116
117 * Removed a debug print that was accidentally included in 2.7.5.
118
119 What's new in at-spi2-core 2.7.5:
120
121 * Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
122
123 * Fix various compiler warnings.
124
125 What's new in at-spi2-core 2.7.4:
126
127 * Fix some ref count leaks.
128
129 * Some functions that return accessibles now propagate errors.
130
131 What's new in at-spi2-core 2.7.3:
132
133 * Atspi_accessible_get_index_in_parent no longer returns -1 if the object's
134   parent is not cached (BGO#688057).
135
136 * re-register keystroke listeners if the registry goes away and then returns.
137
138 * Fix atspi_device_listener_new_simple.
139
140 * Fix some compiler warnings.
141
142 * Build: use gobject-introspection's Makefile instead of rolling our own.
143
144 * Fix a crash when parsing events without detail when there is a listener for the event that names a specific detail value.
145
146 * Fix crash when removing hung processes.
147
148 * Fix deregistering of applications.
149
150 * A few documentation fixes.
151
152 What's new in at-spi2-core 2.7.2:
153
154 * Only call an event listener once per event, even if the listener registered
155   for both the event and a superset of the event.
156
157 * Don't distribute dbind-config.h (BGO#688083).
158
159 * Fix gtk-doc for Atspi-Registry (BGO#688224).
160
161 * Some introspection fixes to make vapigen happy (BGO#688223).
162
163 * [registry] Fixed a crash handling DeregisterKeystrokeListener.
164
165 What's new in at-spi2-core 2.7.1:
166
167 * Update the cache in response to role change notifications (BGO#685469).
168
169 * Don't output a warning when a p2p connection isn't available.
170
171 What's new in at-spi2-core 2.5.92:
172
173 * Fix some annotations.
174
175 * Exit, rather than crash, when unable to open an X display (BGO#660407).
176
177 * Fix various memory leaks (BGO#684033).
178
179 What's new in at-spi2-core 2.5.91:
180
181 * Fix build with -fno-common.
182
183 * Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
184
185 What's new in at-spi2-core 2.5.5:
186
187 * Add atspi_action_get_localized_name (BGO#680598).
188
189 * Allow building from out of source directory (BGO#680281)
190
191 What's new in at-spi2-core 2.5.4:
192
193 * Fix a missing return value.
194
195 * Fix a crash when unable to remove a match rule.
196
197 What's new in at-spi2-core 2.5.3:
198
199 * Fix a memory leak (BGO#678738)
200
201 What's new in at-spi2-core 2.5.2:
202
203 * Fix a crash when a call to fetch a hyperlink times out.
204
205 * Fix C++ compilation.
206
207 * Remove a warning that was sometimes logged when a method call timed out.
208
209 * Fix crash in atspi_deregister_keystroke_listener (FDO#50578)
210
211 What's new in at-spi2-core 2.5.1:
212
213 * Add atspi_set_timeout.
214
215 * By default, disable method call timeouts until an application has been on
216 the bus for 15 seconds (work-around for applications with potentially long
217 start-up times). This behavior can be changed with a call to atspi_set_timeout.
218
219 * Fix GError sent when receiving a reply of the wrong type
220     
221 * Fix typo in atspi_document_get_attribute_value
222     
223 * Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct
224
225 What's new in at-spi2-core 2.4.0:
226
227 * Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).
228
229 What's new in at-spi2-core 2.3.92:
230
231 * Some changes to try to prevent at-spi2-registryd from incorrectly
232   thinking that an AT is hung and passing keys meant for it to the application.
233
234 * Fix crash fetching an error from a reply when retrieving a property.
235
236 What's new in at-spi2-core 2.3.91:
237
238 * Invalidate states when receiving a focus event (BGO#663992).
239
240 * Fix atspi_table_get_row_column_extents_at_index.
241
242 * Expect a signed int for GetIndexInParent, per the spec.
243
244 * Send key events to listeners assumed to be hung, but don't block.
245
246 * Reduce the method call timeout slightly, so that it will be lower than
247   the keystroke listener timeout.
248
249 * Don't cache data for transient objects.
250
251 * Enable caching on a call to atspi_accessible_set_cache_mask, even if
252   atspi-event_main() hasn't been called.
253
254 What's new in at-spi2-core 2.3.90:
255
256 * At-spi-bus-launcher now emits PropertiesChanged signals from the correct
257   interface.
258
259 * If a keystroke listener does not respond, disable it until it responds.
260   This prevents the desktop from locking up if an AT hangs or is suspended
261   and has a keyboard listener registered.
262
263 * Fix a warning when a NULL object is returned as the detail of an event.
264
265 What's new in at-spi2-core 2.3.5:
266
267 * Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes.
268
269 * Add some type checking on method replies; this should prevent crashes if
270   an application-side AT-SPI implementor returns something unexpected.
271
272 * Call g_settings_sync after updating toolkit-accessibility.
273
274 * Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key.
275
276 * Fix for BGO#669344: Don't use "restrict" as a variable name, since it can
277   be a keyword.
278
279 What's new in at-spi2-core 2.3.4:
280
281 * Add some dbus message signature checks.
282
283 * Fix a crash if a device listener incorrectly returns a non-bool.
284
285 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
286   is also registered [also needs updated at-spi2-atk]
287
288 * Fix for BGO#667254: Some atspi-selection_* functions were broken.
289
290 * When a call times out, ping the connection and avoid making subsequent calls
291   until the ping is answered.
292
293 What's new in at-spi2-core 2.3.3:
294
295 * Handle event detail suffixes (such as :system).
296
297 What's new in at-spi2-core 2.3.2:
298
299 * Some documentation improvements.
300
301 What's new in at-spi2-core 2.3.1:
302
303 * Fix return type of org.a11y.Bus.IsEnabled property
304     
305 * Declare void functions as such
306
307 What's new in at-spi2-core 2.2.1:
308
309 * Fix org.a11y.Bus.Enabled property to set its initial state from the
310   GSettings key, if available and an initial property is not given on the
311   command line.
312
313 * Fix for BGO#660947: Gracefully exit when already running, rather than
314   triggering a SIGABRT.
315
316 What's new in at-spi2-core 2.1.92:
317
318 * Fixed a crash when handling event listeners.
319
320 * Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
321
322 * Add some defensive checks to prevent problems with defunct objects.
323
324 * BGO#657051: Fix a build error on Solaris.
325
326 * Fix some missing return statements.
327
328 * Some fixes related to deregistering event listeners.
329
330 What's new in at-spi2-core 2.1.91:
331
332 * Fixed a crash when deregistering event listeners.
333
334 * Made DBus IsEnabled property readwrite.
335
336 What's new in at-spi2-core 2.1.90:
337
338 * Fixed a memory leak on DBus errors.
339
340 * Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus
341   launcher.
342
343 * Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again.
344
345 * Numerous documentation fixes from Aline Bessa.
346
347 * CLean up device listeners from disconnected applications.
348
349 * Fix for BGO#657585: Do not crash when the bus launcher is unable to open the
350   X display.
351
352 What's new in at-spi2-core 2.1.5:
353
354 * Propertly free DBus error in atspi_accessible_get_process_id.
355
356 * Clean up names of some private functions.
357
358 * Move DBus interface name constants into atspi-constants.h and make public.
359
360 * Remove support for relocated CORBA.
361
362 * Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set.
363
364 What's new in at-spi2-core 2.1.4:
365
366 * Some API changes to device and event listeners for compatibility with
367   Javascript.
368
369 * Fix for BGO#654314: make role names consistent with atk.
370 * FIx for BGO#654921: Run within Unity.
371
372 * Added some new roles.
373
374 What's new in at-spi2-core 2.1.3:
375
376 * use stored values for AT-SPI role names where possible.
377
378 * Fix for BGO#652596: Use DBus property to set value.
379
380
381 * Fix gtk-doc build cflags/libraries.
382
383 * Set error for some DBus errors where this was not being done.
384
385
386 * Add atspi_accessible_get_process_id (as a short-cut to help debugging).
387
388 * Fix failure to update cache in response to children-changed events in some
389   cases.
390
391 What's new in at-spi2-core 2.1.2:
392
393 * Fix atspi_table_get_caption|summary.
394
395 * Fix introspection for atspi_table_get_row_column_at_index.
396
397 * Copy match rule attributes, rather than just ref counting the hash, for
398   compatibility with pygi.
399
400 * Rework atspi_accessible_set_cache_mask to make it usable.
401
402 * Fix a crash that might happen if a method call times out.
403
404 * Disable caching if atspi_event_main has not been called to run the main loop.
405
406 * Fix atspi_accessible_get_toolkit_version.
407
408 * Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
409   specification provided by an application.
410
411 * Cache application-wide toolkit name and version.
412
413 * Allow caching of attributes, but not enabling by default, as there is no
414   event yet (BGO#649771).
415
416 * Make deferred_messages a GQueue rather than a GList for performance reasons.
417
418 * Fix accessibility bus breakage when a user runs an administrative app.
419
420 What's new in at-spi2-core 2.1.1:
421
422 * Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
423
424 * Fixed a possible crash when an application is short-lived.
425
426 * FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
427
428 * AT-SPI will now call g_error if it is unable to find the accessibility bus.
429   This results in aborting but with a somewhat less cryptic error than before.
430
431 What's new in at-spi2-core 2.0.1:
432
433 * Fix a memory leak when sending events.
434
435 * Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
436     
437 * Fix for BGO#648013: Honor aclocal flags
438
439 * FIx for BGO#648014: Add intltoolize to autogen.sh
440
441 * Fix for BGO#648130: event host_application should return NULL for the desktop
442
443 * Added atspi_accessible_get_id to retrieve the id of an application.
444
445 * Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
446
447 What's new in at-spi2-core 2.0.0:
448
449 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
450   EndSessionResponse.
451
452 * Remove a Makefile reference to dbus-glib.
453
454 What's new in at-spi2-core 1.91.93:
455
456 * Removed dbus-glib-related includes, as they are no longer required.
457
458 What's new in at-spi2-core 1.91.92:
459
460 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
461
462 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
463   modified to fix a crash (FDO#35115).  Session management code has been
464   ported to gdbus.
465
466 * Fixed a crash when deregistering a keystroke listener.
467
468 * Reworked accessibility bus management (BGO#644851).
469
470 * Fixed a possible sign issue with state sets.
471
472 What's new in at-spi2-core 1.91.91:
473
474 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
475     more consistent with the rest of the API.
476
477 * GetNSelections has an out parameter, not an in.
478
479 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
480   bitmask, not AtspiKeyListenerSyncType.
481
482 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
483     
484 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
485
486 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
487
488 What's new in at-spi2-core 1.91.90:
489
490 * BGO#641164: Fixed several build errors.
491
492 * Fixed some memory leaks and possible crashes.
493
494 * Fixed atspi_selection_get_selected_child and
495   atspi_selection_get_n_selected_children.
496
497 * Fixed wrong introspection information in some places.
498
499 * BGO#641869: Removed the --enable-relocate option.
500
501 * Avoid returning uninitialized data on error for some methods.
502
503 * Use the GSettings rather than GConf key to test that accessibility is
504   enabled.
505
506 * Change some enums from 16-bit to 32-bit to match spec.
507
508 What's new in at-spi2-core 1.91.6.1:
509
510 * Fixed a crash introduced in 1.91.6.
511
512 * atspi_accessible_get_interfaces will now explicitly return the Accessible
513   interface.
514
515 What's new in at-spi2-core 1.91.6:
516
517 * Some build fixes.
518
519  * Several updated translations.
520
521 * Added a method to check whether an object implements the Hyperlink interface.
522
523 * Fixed a crash in atspi_image_get_image_description.
524
525 * Fixed atspi_editable_text_set_text_contents.
526
527 * More error-handling fixes.
528
529 * Fixed a crash in atspi_event_listener_register_from-callback.
530
531 * Method calls now time out after 1 second.
532
533 * Added setters for component extents/size/position.
534
535 * Added atspi-accessible_set_cache_mask.
536
537 What's new in at-spi2-core 1.91.5:
538
539 * Fixed several memory leaks.
540
541 * Fixed some text methods, methods that return points or rectangles,
542   image locale and description, atspi-accessible_get_description, and some
543   table methods.
544
545 * Added a trailing colon for focus events.
546
547 * Set the error parameter for dbus errors rather than displaying a warning.
548
549 * Fixed the keystroke listener deregister method.
550
551 * The cache is now updated before raising an event, not after, so that event
552   handlers that query for cached values will see the updated data.
553
554 * The registry daemon now returns an error when a caller requests a property
555   that the desktop does not support.
556
557 * Added disposal of objects, and fixed several associated bugs.
558
559 * Added i18n.
560
561 * Fixed mouse events.
562
563 * Libatspi's documentation is now compiled with gtk-doc.
564
565 * Fixed building from a separate build directory.
566
567
568 What's new in at-spi2-core 1.91.4:
569
570 * use peer-to-peer connections when available.
571
572 * Fix uninitialized variable in get_index_in_parent.
573
574 * Add timeout, and support inspecting our own app.
575
576 * Add get_interfaces, and fetch interface and state set over the wire if needed.
577
578 * Avoid adding data for an accessible twice if it is referenced prior to an
579   AddAccessible signal being received.
580
581 * Fix copying of any_data for an event.
582
583 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
584
585 * Hypertext, hyperlink, and table fixes.
586
587 * Several cache-related fixes.
588
589 * Change some error return values to match AT-SPI-CORBA behavior.
590
591 * Some attribute-related fixes.
592
593 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
594
595 What's new in at-spi2-core 1.91.3:
596
597 * Added a C-based AT-side binding (libatspi) which can be used in
598   conjunction with GObject introspection to generate bindings for other
599   languages.  However, this release has many bugs and is more of a development
600   snapshot than a usable release.
601
602 What's new in at-spi2-core 1.91.2:
603
604 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
605
606
607 What's new in at-spi2-core 1.91.0:
608
609 * --disable-relocate is the default again.
610
611 What's new in at-spi2-core 0.3.92:
612
613 * Do not start accessibility bus if at-spi-corba is enabled.
614
615 What's new in at-spi2-core 0.3.91:
616
617 * Enabled the accessibility bus, so apps should be accessible, for instance,
618 if an application becomes setuid root.
619
620 * Several build fixes.
621
622 * Default to --enable-relocate for now.
623
624 What's new in at-spi2-core 0.3.90:
625
626 * FDO#29427: Registering for mouse:abs now works.
627
628 * Add methods/signals to allow an application to track the events that are
629 being listened to to avoid unnecessarily emitting signals.
630
631 What's new in at-spi2-core 0.3.4:
632
633 * Added GetChildren to the spec.
634
635 What's new in at-spi2-core 0.3.3:
636
637 * Add return values to some functions that were missing them.
638
639 * Make DeviceEventListener notifiers reentrant so that an application can
640 query the desktop object while processing a device event.
641
642 * Fix for FDO#28300: fails to link with pedantic linkers.
643
644 * Fix crash if GetChildAtIndex is called with an invalid index.
645
646 What's new in at-spi2-core 0.3.2:
647
648 * Make sure that disconnecting applications send their root path in the
649 remove applications signal. This was causing applications to not be
650 removed from the desktop properly.
651
652 What's new in at-spi2-core 0.3.1:
653
654 * Set an application's Id when registering it.
655
656 * Disabled relocation by default.