X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=1c725d01a7caeebaa8d7a11da38f113eef54e816;hb=83f9456d2ee94ee1cf73849681fac08a23127d87;hp=f018533567e5cadf77e540e7d6680087337c5e52;hpb=bebceaa0c53252aaff54daf4219c3f9ad3c89daa;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index f018533..1c725d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +What's new in at-spi2-core 2.17.90: + +* Modified the cache API to specify an object's index and child count + rather than its children. This eliminates the need for the application + to enumerate its children, improving performance in some places with + large lists (bgo#650090). + +What's new in at-spi2-core 2.17.1: + +* Functions shouldn't try to return values (bgo#749330). + +* Fix atspi_table_cell_get_position. + +What's new in at-spi2-core 2.16.0: + +* Fix a couple of gtk-doc warnings (fdo#89678). + +What's new in at-spi2-core 2.15.90: + +* Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969) + +* Add roles for fractions, roots, subscripts, and superscripts (bgo#743403). + What's new in at-spi2-core 2.15.4: * Add names to every timeout (bgo#710644).