X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=396ad9ac1c8310483ded1bfbdbd04b79879220ab;hb=6e87792d6aa28299322af3de62feb865cfa585f6;hp=0928c44d2e63819d9bd64e2dd6808d5262c0bbd6;hpb=6f49edfc3ffd18027aa56c34f0faf35da38b30d4;p=platform%2Fupstream%2Fatk.git diff --git a/NEWS b/NEWS index 0928c44..396ad9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,326 @@ +Changes in version 2.16.0: +========================== +* +* Bug 746459: Fix a couple of GTK-Doc comment blocks +* Visual Studio support + * Speed Up Release Builds + * Fix and improve .pdb Generation. + * "Install" .pdb Files + +Contributors: +Chun-wei Fan + +Translations: +Josef Andersson (sv), Jiri Grönroos (fi), Baurzhan Muftakhidinov (kk), +Samir Ribic (bs), Zahari Yurukov (bg) + +Changes in version 2.15.91: +=========================== +* +* Building: + * Bug 744413: Stop using deprecated GNOME-specific autoconf macros + on configure.ac + * Stop using deprecated gnome-autogen.sh on autogen.sh + +Contributors: +Javier Jardón + +Translations: +Muhammet Kara (tr), DuÅ¡an Kazik (sk) + +Changes in version 2.15.4: +========================== +* +* AtkRole: + * Bug 742806: Add new roles for fractions, roots, subscripts, and + superscripts + +Contributors: +Joanmarie Diggs + +Changes in version 2.15.3: +========================== +* +* AtkState: + * Bug 665598: Add ATK_STATE_READ_ONLY +* Bugfixing: + * Unref STATE_TYPE class ref after using it at state_type_get_name + * AtkTable: Added missing ":" on one gi annotation + +Contributors: +Joanmarie Diggs, Alejandro Piñeiro Iglesias + +Translations: +Muhammet Kara (tr) + +Changes in version 2.15.2: +========================== +* +* AtkRole: + * Bug 739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT +* AtkState: + * Bug 740152: Document the deprecation of ATK_STATE_ARMED +* Documentation: + * Bug 740044: Fix some unclear language regarding ATK_STATE_ACTIVE + * Bug 740066: Improve documentation related to AtkState and + AtkStateSet + * Extend atk_focus_tracker_notify deprecation documentation + * Remove some in-code documentation, that is already part of the + docs + +Contributors: +Joanmarie Diggs, Alejandro Piñeiro + +Translations: +Anders Jonsson (sv) + +Changes in version 2.15.1: +========================== +* +* Bug 407539: Add ATK_STATE_HAS_TOOLTIP +* Documentation: + * Updated README file + * Bug 737602: Update documentation to reflect an additional use + case for STATE_INDETERMINATE + +Changes in version 2.14.0: +========================== + +Translations: +DuÅ¡an Kazik (sk), Maria Mavridou (el), Yuri Myasoedov (ru) + + +Changes in version 2.13.90: +=========================== +* +* GObject-introspection: some small changes needed by the MINGW project. +* Doap file updated See [1] + +Contributors: + Alexpux, Piotr Drąg, Olav Vitters + +Translations: +Christian Kirbach (de), Lasse Liehu (fi), ngoswami (as) + +[1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html + +Changes in version 2.13.3: +========================== +* +* Bug 729752: introspection: add many missing Returns: (nullable) annotations +* Bug 730859: atk/Makefile.am: Stop reading atk.def +* Fix GIR scanning for srcdir != buildir +* Visual Studio support + * MSVC 2010+ Projects: Update "Installation" Process + * Build: Add Build Support for Visual Studio 2013 + * MSVC 2012/2013 Support: Update Property Sheet Creation +* Documentation: + * Bug 729922: adding further explanation on atk_add_global_event_listener + +Contributors: + Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro + Iglesias, Owen W. Taylor + +Translation: + genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he) + +Changes in version 2.13.2: +========================== + +During GNOME 3.13.2 cycle an ATK 2.13.2 release was rolled out. But +unfourtunately, it was not pushed on master, so got lost. All their +changes are included on 2.13.3. + + +Changes in version 2.13.1: +========================== +* +* Bug 728031: Use visibility attributes/__declspec (dllexport) to + export public symbols +* Bug 691991: Add Simple Support for Visual Studio 2012 + +Contributors: + Chun-wei Fan + +Translation + Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el) + +Changes in version 2.12.0: +========================== + +Translations + +A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas +(nb), Andika Triwidada (id) + +Changes in version 2.11.92: +========================== +* +* AtkValue: + * Bug 684576: AtkValue heavily refactored. Available now so + implementors could start migration on next cycle. + * Bug 726216: update atk.symbols, autotools for missing symbols and + files +* AtkTableCell: + * Added symbols to be exported at atk.symbols + +Contributors: + Chun-wei Fan, Alejandro Piñeiro Iglesias + +Translations + + Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr + Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang + (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan + Maraas (nb), RÅ«dolfs Mazurs (lv), Daniel Mustieles (es), Yuri + Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав + Николић (sr) + + +Changes in version 2.11.90: +========================== +* +* AtkComponent: + * Deprecate get_position and get_size in favor of get_extents. +* AtkTable: + * Deprecate all index-based methods (atk_table_get_index_at, + atk_table_get_column_at_index, atk_table_get_row_at_index). +* AtkTableCell: + * Bug 651353: Add AtkTableCell +* Documentation: + * Document that atk_component_contains has a default implementation. + * Document AtkTableCell. + * Update AtkTable documentation after AtkTableCell addition. + * Document AtkRegistry (already existed but not properly included on + the documentation). + * API reference categorized (now easier to read). + * ATK overview added. + * Added some previously forgotten symbols (thanks to atk-unused.txt) + +Contributors: + Mike Gorse, Alejandro Piñeiro Iglesias + +Translations: + Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id) + +Changes in version 2.11.6: +========================== +* +* AtkText: + * Bug 723292: Getting the localized role name fails for + ATK_ROLE_EDITBAR + * Bug 653293: text-insert and text-remove are again detailed + signals. Document it. + +Contributors: + Alejandro Piñeiro Iglesias + +Translations: + Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN), + Chao-Hsiung Liao (zh_HK) + +Changes in version 2.11.5: +========================== +* +* MSVC Builds: Rework Introspection Build and other miscellaneous + fixes + +Contributors: + Chun-wei Fan + +Translations: + Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk) + +Changes in version 2.11.4: +========================== +* +* AtkRole: + * Bug 720065: add roles for description lists +* Deprecations: + * Bug 476674: deprecate table properties that depend on the + row/column number + * Bug 652798: kill AtkMisc + * Deprecate connect/remove_property_change_handler + * Deprecate atk_role_register +* Documentation: + * Bug 644747: improve documentation for AtkObject::property-change + * Improved AtkUtil documentation + * Updated new symbols sections on documentation + * Not using GTK-Doc tag "Virtual" anymore, as is deprecated +* Building: + * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib + * Bug 652965: include atk-enum-types.h on atk.h + * Fixed some gobject-introspection warnings + * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation + warnings. +* Visual C++ Studio files: + * Add a PlatformToolsetTag on gengir MSVC Project + * Split the Property Sheets + * Update Visual C++ 2008 "install" phase + * Bug 690145: use Python to Generate the MSVC Projects +* Miscellanea: + * Bug 572489: atk_text_range_extents should use g_return_if_fail + * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that + doesn't use details + * Bug 720095: add atk_object_peek_parent + * Updated AUTHORS and doap files + * Added role names on source file in order to be translated + +Contributors: + Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin + Walters, Yue Wang + +Translations: + Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es), + Fábio Nogueira (pt_BR) + + +Changes in version 2.11.3: +========================== +* +* Bug 709214: Need API to get the document's current page number and +* page count +* Updated Greek translation + +Changes in version 2.11.2: +========================== +* +* AtkRole: + * Bug 709106: add media (audio and video) roles + * Bug 712586: new ATK roles for ARIA roles (plus rating) + * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE, + ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE, + ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER, +* AtkState: + * Bug 712576: add ATK_STATE_CHECKABLE + * Bug 712581: add ATK_STATE_HAS_POPUP +* AtkDocument: + * Bug 709106: add page-changed-signal + * Deprecated atk_document_get_document and + atk_document_get_document_type + * Added testdocument on tests directory +* Documentation: + * Update documentation for selected_link method and property + * Improve documentation of AtkAttribute and AtkAttributeSet +* Updated Galician and Spanish translations + +Changes in version 2.11.1: +========================== +* +* Bug 684667: Improve AtkObject::children-changed documentation +* Bug 709351: new role ATK_ROLE_TITLE_BAR +* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE +* Updated Spanish translation + +Changes in version 2.10.0: +========================== +* +* Documentation: + * Bug 684667: improve documentation for AtkObject::children-changed + signal +* Visuall C++ Builds: Use Custom Build Rules +* Updated Aragonese and Japanese translation. + Changes in version 2.9.4: ========================== * @@ -227,7 +550,7 @@ Changes in version 2.0.1: * Bug 649307: Clarify AtkPlug and AtkSocket docs * Bug 551489: Fix doc of atk_text_get_text_before_offset * Bug 588083: Information about return value of some AtkText methods can be clearer -* Added Alejandro Piñeiro Iglesias as maintainer +* Added Alejandro Piñeiro Iglesias as maintainer * Updated .gitignore * VS 2008/2010 support update * New Zulu translation added, Esperanto and Catalan updated