doc: extend atk_focus_tracker_notify deprecation documentation
[atk.git] / NEWS
blobfdcac15f021bea103a3af92a12884d28c8a97458
1 Changes in version 2.15.1:
2 ==========================
4 * Bug 407539: Add ATK_STATE_HAS_TOOLTIP
5 * Documentation:
6    * Updated README file
7    * Bug 737602: Update documentation to reflect an additional use
8      case for STATE_INDETERMINATE
10 Changes in version 2.14.0:
11 ==========================
13 Translations:
14 Dušan Kazik (sk), Maria Mavridou (el), Yuri Myasoedov (ru)
17 Changes in version 2.13.90:
18 ===========================
20 * GObject-introspection: some small changes needed by the MINGW project.
21 * Doap file updated See [1]
23 Contributors:
24   Alexpux, Piotr Drąg, Olav Vitters
26 Translations:
27 Christian Kirbach (de), Lasse Liehu (fi), ngoswami (as)
29 [1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html
31 Changes in version 2.13.3:
32 ==========================
34 * Bug 729752: introspection: add many missing Returns: (nullable) annotations
35 * Bug 730859: atk/Makefile.am: Stop reading atk.def
36 * Fix GIR scanning for srcdir != buildir
37 * Visual Studio support
38    * MSVC 2010+ Projects: Update "Installation" Process
39    * Build: Add Build Support for Visual Studio 2013
40    * MSVC 2012/2013 Support: Update Property Sheet Creation
41 * Documentation:
42    * Bug 729922: adding further explanation on atk_add_global_event_listener
44 Contributors:
45   Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro
46   Iglesias, Owen W. Taylor
48 Translation:
49   genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he)
51 Changes in version 2.13.2:
52 ==========================
54 During GNOME 3.13.2 cycle an ATK 2.13.2 release was rolled out. But
55 unfourtunately, it was not pushed on master, so got lost. All their
56 changes are included on 2.13.3.
59 Changes in version 2.13.1:
60 ==========================
62 * Bug 728031: Use visibility attributes/__declspec (dllexport) to
63   export public symbols
64 * Bug 691991: Add Simple Support for Visual Studio 2012
66 Contributors:
67   Chun-wei Fan
69 Translation
70   Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
72 Changes in version 2.12.0:
73 ==========================
75 Translations
77 A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
78 (nb), Andika Triwidada (id)
80 Changes in version 2.11.92:
81 ==========================
83 * AtkValue:
84   * Bug 684576: AtkValue heavily refactored. Available now so
85     implementors could start migration on next cycle.
86   * Bug 726216: update atk.symbols, autotools for missing symbols and
87     files
88 * AtkTableCell:
89   * Added symbols to be exported at atk.symbols
91 Contributors:
92   Chun-wei Fan, Alejandro Piñeiro Iglesias
94 Translations
96   Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
97   Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
98   (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
99   Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
100   Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
101   Николић (sr)
104 Changes in version 2.11.90:
105 ==========================
107 * AtkComponent:
108   * Deprecate get_position and get_size in favor of get_extents.
109 * AtkTable:
110   * Deprecate all index-based methods (atk_table_get_index_at,
111     atk_table_get_column_at_index, atk_table_get_row_at_index).
112 * AtkTableCell:
113   * Bug 651353: Add AtkTableCell
114 * Documentation:
115   * Document that atk_component_contains has a default implementation.
116   * Document AtkTableCell.
117   * Update AtkTable documentation after AtkTableCell addition.
118   * Document AtkRegistry (already existed but not properly included on
119     the documentation).
120   * API reference categorized (now easier to read).
121   * ATK overview added.
122   * Added some previously forgotten symbols (thanks to atk-unused.txt)
124 Contributors:
125   Mike Gorse, Alejandro Piñeiro Iglesias
127 Translations:
128   Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
130 Changes in version 2.11.6:
131 ==========================
133 * AtkText:
134   * Bug 723292: Getting the localized role name fails for
135     ATK_ROLE_EDITBAR
136   * Bug 653293: text-insert and text-remove are again detailed
137     signals. Document it.
139 Contributors:
140   Alejandro Piñeiro Iglesias
142 Translations:
143   Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
144   Chao-Hsiung Liao (zh_HK)
146 Changes in version 2.11.5:
147 ==========================
149 * MSVC Builds: Rework Introspection Build and other miscellaneous
150   fixes
152 Contributors:
153   Chun-wei Fan
155 Translations:
156   Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
158 Changes in version 2.11.4:
159 ==========================
161 * AtkRole:
162   * Bug 720065: add roles for description lists
163 * Deprecations:
164   * Bug 476674: deprecate table properties that depend on the
165     row/column number
166   * Bug 652798: kill AtkMisc
167   * Deprecate connect/remove_property_change_handler
168   * Deprecate atk_role_register
169 * Documentation:
170   * Bug 644747: improve documentation for AtkObject::property-change
171   * Improved AtkUtil documentation
172   * Updated new symbols sections on documentation
173   * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
174 * Building:
175   * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
176   * Bug 652965: include atk-enum-types.h on atk.h
177   * Fixed some gobject-introspection warnings
178   * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
179     warnings.
180 * Visual C++ Studio files:
181   * Add a PlatformToolsetTag on gengir MSVC Project
182   * Split the Property Sheets
183   * Update Visual C++ 2008 "install" phase
184   * Bug 690145: use Python to Generate the MSVC Projects
185 * Miscellanea:
186   * Bug 572489: atk_text_range_extents should use g_return_if_fail
187   * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
188     doesn't use details
189   * Bug 720095: add atk_object_peek_parent
190   * Updated AUTHORS and doap files
191   * Added role names on source file in order to be translated
193 Contributors:
194    Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
195    Walters, Yue Wang
197 Translations:
198   Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
199   Fábio Nogueira (pt_BR)
202 Changes in version 2.11.3:
203 ==========================
205 * Bug 709214: Need API to get the document's current page number and
206 *  page count
207 * Updated Greek translation
209 Changes in version 2.11.2:
210 ==========================
212 * AtkRole:
213   * Bug 709106: add media (audio and video) roles
214   * Bug 712586: new ATK roles for ARIA roles (plus rating)
215     * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
216       ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
217       ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
218 * AtkState:
219   * Bug 712576: add ATK_STATE_CHECKABLE
220   * Bug 712581: add ATK_STATE_HAS_POPUP
221 * AtkDocument:
222   * Bug 709106: add page-changed-signal
223   * Deprecated atk_document_get_document and
224     atk_document_get_document_type
225   * Added testdocument on tests directory
226 * Documentation:
227   * Update documentation for selected_link method and property
228   * Improve documentation of AtkAttribute and AtkAttributeSet
229 * Updated Galician and Spanish translations
231 Changes in version 2.11.1:
232 ==========================
234 * Bug 684667: Improve AtkObject::children-changed documentation
235 * Bug 709351: new role ATK_ROLE_TITLE_BAR
236 * Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
237 * Updated Spanish translation
239 Changes in version 2.10.0:
240 ==========================
242 * Documentation:
243   * Bug 684667: improve documentation for AtkObject::children-changed
244     signal
245 * Visuall C++ Builds: Use Custom Build Rules
246 * Updated Aragonese and Japanese translation.
248 Changes in version 2.9.4:
249 ==========================
251 * Deprecations:
252   * Bug 649575: Deprecate AtkObject::focus-event signal and all
253     related methods
254   * Bug 653291: Deprecate 'text-changed' signal (in favour of
255     'text-insert' and 'text-remove').
256   * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
257   * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
258     old API
259   * Remove 'text-update' signal (without deprecation, as was not used
260     and can be removed without breaking ABI/API)
261 * Documentation:
262   * Removed unneeded comments at atk_implementor_ref_accessible and
263     about glib usage.
264   * Bug 684665: removing several .sgml files and fixing gtk-doc
265     warnings
266   * Bug 684705: little update on 'text-insert' and 'text-remove'
267     documentation
268   * Bug 491998: add documentation for AtkRectangle
269 * Tests:
270   * Refactor test suite: no longer a loadable module but an standalone
271     executable.
272   * Split testrelation into testrelation and testrole.
273   * Execute all role tests, doesn't matter if one fails
274 * Bugfixing and miscellanea:
275   * Bug 704092: Fix and off-by-one in role names
276   * Bug 705290: Use generated enum type for AtkRole to get the role name
277   * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
280 Changes in version 2.9.3:
281 ==========================
283 * Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
284   * Deprecated atk_text_get_text_{before,after}_offset()
285   * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
286     ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
287     the documentation.
288   * Updated atk_text_get_text_{at,before,after}_offset() documentation
289 * Bug 701503: Fix documentation for atk_object_get_attributes()
290 * Removed pads from interfaces
292 Changes in version 2.9.2:
293 ==========================
295 * Leak management:
296   * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
297   * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
298   * Bug 699256: Free 'embedded_plug_id' when destroyed
299 * Tests:
300   * Bug 696466: Fix logic when testing for empty state set
301   * Bug 696409: fix hyphenation on testrelation.c
302 * Documentation:
303   * Include atk_object_get_object_locale documentation
304   * Fix having a repeated id on the main doc template
305   * Bug 700800: Improve documentation for AtkPlug and AtkSocket
308 Changes in version 2.8.0:
309 ==========================
311 * Updated Visual C++ configuration files
312   * Make entries more consistent with the other GNOME Visual Studio
313     projects.
314   * Enable the building of introspection files for Visual C++ builds
315   * bgo694255: Visual C++ builds: Integrate building of introspection files
316 * Updated Slovak, Portuguese and Tadjik translation.
318 Changes in version 2.7.91:
319 ==========================
321 * atkobject: added a explicit include to locale.h
323 Changes in version 2.7.90:
324 ==========================
326 * Bug 694117
327 *  * atkobject: add atk_object_get_object_locale
328 *  * atkdocument: deprecate atk_document_get_locale
330 Changes in version 2.7.5:
331 ==========================
333 * build: Use GNOME_COMPILE_WARNINGS
334 * atkhyperlink: Ensure we get even deprecated prototypes
335 * Bug 651343: add ATK_ROLE_LEVEL_BAR
336 * Prepare Visual Studio 2010 projects for Visual Studio 2012
337 * Updated Uyghur translations
339 Changes in version 2.7.4:
340 ==========================
342 * Bug 690379: Atk lacks any kind of version utilities
343 * Fixed out of tree builds caused by fix of bug 690379
344 * Bug 656750: AtkWindow requires documentation
346 Changes in version 2.7.3:
347 ==========================
349 * Bug 689907: Problems with the management of
350 *  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
351 * Bug 686746: Port introspection fixes from Vala
352 * Bug 689952: Add introspection support for Windows MSVC builds
353 * Other Visual C++ configuration files:
354 *  * Use MultiByte character set
356 Changes in version 2.7.2:
357 ==========================
359 * Bug 686801: Extend atk_add_global_event_listener in order to support
360 *   signal details
361 * Updated Thai translation.
363 Changes in version 2.6.0:
364 ==========================
366 * Updated Japanese and Brazilian Portuguese translations.
368 Changes in version 2.5.91:
369 ==========================
371 * Bug 635332: Include C header information in GIR
372 * Added atk_relation_set_contains_target to atk.symbols. That symbol
373 *   was added in commmit a1d5ca86 (bug 672869).
374 * Updated Polish, Galician and Latvian translations.
376 Changes in version 2.5.4:
377 =========================
379 * Bug 672869: Required a method to check if a relationset contains a
380 *   relation taking into account relationship and target
382 Changes in version 2.5.3:
383 =========================
385 * Added extra doc on atk_remove_[key/global]_event_listener
386 * Fixed compilation with some gcc versions/combination of options
387 * Provide a default implementation for
388 *   atk_util_[add/remove]_global_event_listner
389 * Bug 478587: "accessible-role" - invalid default value
390 * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
392 Changes in version 2.4.0:
393 =========================
395 * Bug 593220: Some typos in atktable signals (docs)
396 * Updated Hindi and Simplified Chinese translation
399 Changes in version 2.3.95:
400 =========================
402 * Bug 671857: Add deprecation attributes to deprecated functions
403 * Updated Visual Studio configuration files
404 * Updated Khmer, Malayalam and Bengali Translations
406 Changes in version 2.3.93:
407 ==========================
409 * Revert "Using abstract atk_object_get_name to check accessible-name
410 *  notification" change made on 2.3.93
411 *  Related to mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712
413 Changes in version 2.3.91:
414 ==========================
416 * Bug 665549: add sanity-check of atk_text_get_text
417 * Bug 668441: atk_action_get_keybinding docs are confusing and need
418 *  updating
419 * Using abstract atk_object_get_name to check accessible-name
420 *  notification
421 * Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
422 *  Ukranian and Uyghur translations
425 Changes in version 2.3.3:
426 =========================
428 * Bug 665870: About reducing accessible-name, accessible-description
429 *  change notifications
430 * Minor documentation updates
431 * Updated Visual Studio configuration files
432 * Updated Simplified Chinese and Vietnamese translations
434 Changes in version 2.2.0:
435 =========================
437 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
438 *  Catalan (Valencian) translations
440 Changes in version 2.1.92:
441 ==========================
443 * Updated Visual Studio files due AtkWindow addition
444 * Bug 649577: atk_add_global_event_listener should only accept ATK events
445 * Minor documentation updates
446 * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
447 *  Asturian, Italian, Polish, British English, Brazilian Portuguese,
448 *  Korean, Telugu and Kannada Translation
450 Changes in version 2.1.5:
451 =========================
453 * Bug 638924: Add AtkWindow
454 * Fixing out of tree compilation on Win32
455 * Update README.txt
456 * Fixing release number of the new ATK roles added
457 * Updated Traditional Chinese, Indonesian, Bulgarian, French,
458 *  Hungarian and Swedish translations
460 Changes in version 2.1.0:
461 =========================
463 * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
464 * Bug 651343: New ATK Roles
465 * Added Leon Fan as maintainer
466 * Improved Visual C++ 2010 infrastructure
467 * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
468 *  Norwegian, Galician, and Spanish translations
470 Changes in version 2.0.1:
471 =========================
473 * Bug 652205: Use const instead G_CONST_RETURN
474 * Bug 649307: Clarify AtkPlug and AtkSocket docs
475 * Bug 551489: Fix doc of atk_text_get_text_before_offset
476 * Bug 588083: Information about return value of some AtkText methods can be clearer
477 * Added Alejandro Piñeiro Iglesias as maintainer
478 * Updated .gitignore
479 * VS 2008/2010 support update
480 * New Zulu translation added, Esperanto and Catalan updated
482 Changes in version 2.0.0:
483 =========================
485 *Translation update.
487 Changes in version 1.91.92:
488 =========================
490 *BGO#638377: Add text_insert, text_remove, and text_update signals
491 *Reviewed Serbian Translation
492 *Fix introspection for atk_text_get_bounded_ranges
493 *Visual C++ 2010 Project Files
494 *Updated Spanish translation
496 Changes in version 1.33.6:
497 =========================
499 *Returns FALSE on atk_object_add_relationship if it is already included
500 *Bug 640574: gobject-introspection annotation and documentation fixes
501 *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
502 *Add missing Makefiles to AC_CONFIG_FILES
503 *Fixes for the MSVC Project Files
504 *Update deprecated autoconf macros and use new libtool syntax
505 *Documentation fixes
506 *Translation updates
508 Changes in version 1.32.0:
509 =========================
511 *Fixes: #630097, #621717, #571622, #617851, #616812.
512 *Translation update.
515 Changes in version 1.30.0:
516 =========================
518 *Translation update.
520 Changes in version 1.29.92:
521 =========================
523 *Fixes: Bug #608399. Correct the link of accessibility page.
524 *Fixes: Bug #606888. Link libatk against libintl.
525 *Translation update.
527 Changes in version 1.29.4:
528 ==========================
530 *Fixes: #592146.
532 Changes in version 1.29.3:
533 ==========================
535 *Fixes: #601552.
537 Changes in version 1.29.2:
538 ==========================
540 *Fixes: #569427.
541 *Translation update.
543 Changes in version 1.28.0:
544 ==========================
546 *Translation update.
548 Changes in version 1.27.90:
549 ==========================
551 *Fixes: #575794, #591105, #489828.
552 *Translation update.
554 Changes in version 1.26.0:
555 =========================
557 *Fixes: Improve the documentation. Sven Herzberg.
558 *Translation update.
560 Changes in version 1.25.2:
561 =========================
563 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
564 #480126.
565 *Translation update.
567 Changes in version 1.24.0:
568 =========================
570 *Fixes: #551474.
571 *Translation update.
573 Changes in version 1.23.5:
574 =========================
576 *Fixes: #535704, #526752.
578 Changes in version 1.22.0:
579 =========================
581 *Translation update.
583 Changes in version 1.21.92:
584 =========================
586 *Fixes #508846.
588 Changes in version 1.21.5:
589 =========================
591 *Fixes #502840, #500978, #477763.
593 Changes in version 1.20.0:
594 =========================
596 *Add "si" (Sinhala) to ALL_LINGUAS.
598 Changes in version 1.19.6:
599 =========================
601 *Fixes #460851. Add a new API: atk_get_version.
603 Changes in version 1.19.3:
604 =========================
606 *Fixes #434784.
607 *Remove gnome-doc-utils dependence.
609 Changes in version 1.19.1:
610 =========================
612 *Fixes #382328, #418194, #413357.
614 Changes in version 1.18.0:
615 =========================
617 *Fixes #408527, #398038, #367627.
619 Changes in version 1.17.0:
620 =========================
622 *Fixes #404592.
624 Changes in version 1.13.2:
625 =========================
627 *New class which provides miscellaneous utilities.
628 *Fixes #329454.
630 Changes in version 1.12.4:
631 =========================
633 *Add Li Yuan to MAINTAINERS.
635 Changes in version 1.12.3: 
636 =========================
638 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
639 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
640 * Implement AtkDocument signals (Neo Liu)
641 * Update docs to include info on AtkDocument signals.
642 * Bugfixes: #357847, #340553, #346464, #352227, 
644 Changes in version 1.12.2: 
645 =========================
646 * Documentation fixes.
647 * New language: Bengali (Runa Bhattacharjee)
649 Changes in version 1.12.1: 
650 =========================
651 * Added AtkHyperlinkImpl
652 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
653 * Fixed tags in docs so that indices of
654   new and deprecated methods are created.
655 * Added "get_uri" method to AtkStreamableContent.
657 Changes in version 1.12.0: 
658 =========================
660 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
661 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
663 Changes in version 1.11.4:
664 =========================
666  * Enhanced documentation: gtk-doc API docs are
667    now at 100% coverage.
669  * allow for NULL in-params to AtkImage coordinate APIs. 
671  * New langs: Georgian (ka)   Vladimir Sichinava
672               Oriya (or)      Gora Mohanty
674 Changes in version 1.11.3:
675 =========================
677  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
678  * Included docs in tarball as appropriate.
680 Changes in version 1.11.0:
681 =========================
683   Added new APIs - minor enhancements to AtkImage,
684   AtkDocument, AtkObject, AtkComponent, AtkState.
686   Significant API additions:  Added locale attribute to
687   AtkImage instances, and Document instances.  
688   Added the ability to assign weakly-typed attributes to
689   AtkObject as name-value pairs; also added similar
690   name-value pairs to AtkDocument for attributes which are
691   intended to be valid over the entire document.
693   Minor documentation fixes (thanks to Bill Abt).
695   Added 'tt' (Tatar) locale, Simos Xenitellis  
697 Changes in version 1.10.3:
698 =========================
700   Libtool fix.  
701   N.B. : 1.10.2 was released with a buggy libtool!
703   in version 1.10.2:
705 * Minor build fixes incl Win32 (Tor Lillqvist)
707 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
709 Changes in version 1.10.1
710 =========================
712 * added ATK_STATE_REQUIRED; see bug #172663.
714 * New locale, 'rw'
716 Changes in version 1.9.1
717 ========================
719 * New locale, 'xh'
721 * Fixed bug #168218 (spec-file ftp dir wrong)
723 * Fixed #165288 in atk.def file.
725 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
727 Changes in version 1.9.0
728 ========================
729 * Add new functions atk_relation_set_add_relation_by_type and
730 atk_relation_add_target. (bug #158722)
732 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
734 * Add new translations: Arabic [Arafat Medini], 
735 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
737 * Updated translations: Canadian English [Adam Weinberger],
738 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
739 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
740 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
742 Changes in version 1.8.0
743 ========================
744 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
745 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
747 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
748 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
749 Turkish [Baris Cicek], German [Hendrik Richter],
750 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
751 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
752 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
753 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
754 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
755 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
756 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
757 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
758 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
760 Changes in version 1.7.3
761 ========================
762 * Minor updates to documentation.
764 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
765 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
766 British [David Lodge], Spanish [Francisco Javier F. Serrador],
767 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
769 Changes in version 1.7.2
770 ========================
771 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
773 * Add support for AtkRectangle and correct definition of
774 "bounds-changed" signal.
776 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
778 Changes in version 1.7.1
779 ========================
780 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
782 * Add translations: Turkmen [M\303\274hemmet Amut]
784 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
786 Changes in version 1.7.0
787 ========================
788 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
790 * Add new state ATK_STATE_TRUNCATED and new relation 
791 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
793 Changes in version 1.6.1
794 ========================
795 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
797 * Add translations: Gujarati [Gujarati team], 
798 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
799 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
801 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
802 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
803 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
804 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
806 Changes in version 1.6.0
807 ========================
808 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
810 * Update translations: Arabic [Arafat Medini], 
811 Spanish [Francisco Javier F. Serrador],
812 Lithuanian [\305\275ygimantas Beru\304\215ka], 
813 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
815 Changes in version 1.5.5
816 ========================
817 * Add translation: Canadian English [Adam Weinberger]
819 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
820 Albanian [Laurent Dhima], German [Christian Neumair],
821 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
823 Changes in version 1.5.4
824 ========================
825 * Update translations: Japanese [Takeshi AIHANA], 
826 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
827 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
828 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
829 Albanian [Laurent Dhima]
831 Changes in version 1.5.3
832 ========================
833 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
835 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
837 * Add translation: Croatian [Robert Sedak]
839 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
840 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
841 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
842 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
843 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
844 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
845 Portuguese [Duarte Loreto]
847 Changes in version 1.5.2
848 ========================
849 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
851 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
853 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
854 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
855 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
856 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
857 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
858 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
859 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
860 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
861 Dutch [Vincent van Adrighem], French {Christophe Merlet],
862 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
865 Changes in version 1.5.1
866 ========================
867 * Change role names so that unlocalized names the same as Java role names.
868 (bug #125024)
870 * Set state FOCUSED for object reported as having focus. (bug #127400)
872 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
873 signal link_activated and properties "number-of-anchors", "end-index" and 
874 "start-index" for AtkHyperlink. (bug 112390)
876 * Make nicks and blurbs of properties translatable.
878 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
880 * Add translations: Afrikaans [Stefan Lubbersen]
882 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
883 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
884 Dutch [Vincent van Adrighem]
886 Changes in version 1.5.0
887 ========================
888 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
890 * Add version number to documentation (bug #125758)
892 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
894 Changes in version 1.4.1
895 ========================
896 * Add translations: Lithuanian [Gedminas Paulauskas], 
897 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
899 * Update translations: German [Christian Neumair],
900 Romanian [Mi\305\237u Moldovan]
902 * Add description of signals to the documentation [Padraig O'Briain]
904 * Fix bug which caused building of rpms to fail [Scott Kennedy]
906 Changes in version 1.4.0
907 ========================
908 * Add translations: Nepali [Pawan Chitrakar]
910 * Update translations: Spanish [Francisco Javier F.Serrador],
911 Welsh [Dafydd Harries]
913 Changes in version 1.3.6
914 ========================
915 * Add translations: Hindi [Guntupalli Katunakar]
917 * Update translations: Azerbaijani [Metin Amiroff], 
918 Italian [Alessio Frusciante]
920 Changes in version 1.3.5
921 ========================
922 * Remove po/Makefile.in.in (bug #119053)
924 * Return correct value for atk_state-set_is_empty (bug #116621)
926 * Ensure that row and column values in atk_table_ref_at are non-negative.
928 * Add translations: Tamil [Dinesh N]
930 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
931 Hungarian [Andras Timar].
934 Changes in version 1.3.4
935 ========================
936 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
938 * Add new relation type ATK_RELATION_POPUP
940 * Some win32 fixes [Tor Lillqvist]
942 Changes in version 1.3.3
943 ========================
944 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
946 * Update translations: Traditional Chinese [Abel Cheung]
948 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
950 Changes in version 1.3.2
951 ========================
952 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
953 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
955 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
958 Changes in version 1.3.1
959 ========================
960 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
962 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
965 Changes in version 1.3.0
966 ========================
967 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
968 [James Henstridge]
970 * Windows fixes [Tor Lillqvist]
972 * Add translations: Esparanto [Charles Voelger], 
973 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
974 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
975 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
976 Turkish [Gorkem], Indonesian [Mohammad Damt],
977 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
978 Brazilian Portuguese [Alexander Folle de Menezes], 
979 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
981 * Make atk_text_get_character_extents() return positive value, even for rtl
982 text. (bug #102954) [Padraig O'Briain]
984 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
985 (bug #100943) [Padraig]
987 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
988 [Padraig]
990 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
991 [Padraig]
993 * Add property "selected-link" to AtkHyperlink and new function
994 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
995 (bug #104621) [Padraig]
997 * Correct creation of object which is not a AtkGObjectAccessible in
998 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
1000 * Do not emit notification for initial setting of role using 
1001 atk_object_set_role(). (bug #107710) [Padraig]
1004 Changes in version 1.2.2
1005 ========================
1006 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
1007 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
1008 Italian [Alession Frusciante], Amharic [Daniel Yacob]
1010 * Allow changing of default installation directory for documentation.
1011 (bug 102497) [Padraig O'Briain].
1013 Changes in version 1.2.1
1014 ========================
1015 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
1016 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
1017 Greek [Kostas Papadimas]
1019 Changes in version 1.2.0
1020 ========================
1021 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
1023 Changes in version 1.1.5
1024 ========================
1025 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
1026 [Padraig O'Briain]
1027 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
1028 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
1029 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
1031 Changes in version 1.1.4
1032 ========================
1033 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
1034 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
1036 Changes in version 1.1.3
1037 ========================
1038 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
1039 * Add tranlatations: Malay language [Hasbullah BIn Pit]
1040 English [Abi Brady]
1042 Changes in version 1.1.2
1043 ========================
1044 * Correct implementation of i18n support [Padraig O'Briain]
1045 * Add Swedish translations [Christian Rose]
1046 * Fix compiler warnings [Soeren Sandmann]
1047 * Add signal "active-descendant-changed" to AtkObject [Padraig]
1048 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
1049 [Bill Haneman]
1050 * Add atk_hyperlink_is_inline() [Bill]
1051 * Update docs [Bill]
1053 Changes in version 1.1.1
1054 ========================
1055 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
1056 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
1057 states and relationships; add text-attributes-changed signal for AtkText
1058 interface. [Padraig O'Briain]
1060 * Add po directory and update atk_role_get_localized_name() to allow it to
1061 return localized name [Padraig]
1063 Changes in version 1.1.0
1064 ========================
1065 * Documentation improvements [Padraig O'Briain]
1066 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
1067 are installed [Havoc Pennington]
1068 * Add implementtaion of atk_object_factory_get_accessible_type() for
1069 AtkNoOpObjectFactory [Padraig]
1070 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
1072 Changes in version 1.0.3
1073 ========================
1074 * Documentation improvements [Padraig O'Briain]
1075 * 64-bit bug fixes [George Lebl]
1077 Changes in version 1.0.2
1078 ========================
1079 * Fixed bug with focus notification [Padraig O'Briain]
1080 * Fixed bug in atk_gobject_for_accessible [Padraig]
1082 Changes in version 1.0.1
1083 ========================
1084 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
1085 * Fix Win32 DLL name [Tor Lillqvist]
1087 Changes in version 1.0.0
1088 ========================
1089 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
1090 * Add structure padding [Padraig]
1092 Changes in version 0.13
1093 ========================
1094 * Add padding to class structures for future expansion [Padraig O'Briain]
1095 * Add include guards to atk.h [Morten Welinder]
1096 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
1097   to be AtkComponent instead of AtkObject [Padraig]
1098 * Cleanups [Padraig]
1100 Changes in version 0.11 and 0.12
1101 ================================
1102 * Ansi-fied function prototypes and definitions;
1103   i.e.  foo(void) instead of foo() [Jacob Berkman]
1104 * Deprecated the mis-located AtkObject API for getting
1105   layer and mdi-zorder info (should have been in AtkComponent)
1106   and put this API into AtkComponent.
1108 Changes in version 0.9 and 0.10
1109 ===============================
1110 * Win32 build fixes [Hans Breuer]
1111 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
1112 * Doc improvements [Padraig O'Briain]
1113 * Fix signal prototypes in atkobject.h [Murray Cumming]
1114 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
1115 * Bug fixes [Michael Meeks, Jeff]
1117 Changes in 0.8
1118 ==============
1119 * Win32 build fixes [Hans Breuer]
1120 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
1121 * Register types for ATK enumerations [Padraig]
1122 * Allow registration of new txt attribute types [Padraig]
1123 * Miscellaneous small API additions [Padraig]
1124 * New test cases [Padraig]
1125 * Documentation improvements [Padraig]
1127 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
1128   Sebastian Wilhelmi
1130 Changes in 0.7
1131 ==============
1132 * Some restructuring of how change notification works, use
1133   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
1134 * Various small API fixes and improvements [Padraig]
1135 * Add key event hooks [Bill]
1136 * Documentation improvements [Padraig]
1137 * Win32 build improvements [Tor Lillqvist]
1138 * Bug fixes [Padraig, Bill]
1140 Changes in 0.6
1141 ==============
1142 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
1143   [Padraig O'Briain, Bill Haneman]
1144 * Win32 build fixes [Tor Lillqvist]
1145 * Bug fixes and optimizations [Padraig]
1146 * Makefile fix [Jacob Berkman]
1147 * Doc improvements [Padraig]
1149 Changes in 0.5
1150 ==============
1151 * Win32 updates and a small bug fix [Hans Breuer]
1153 Changes in 0.4
1154 ==============
1155 * Miscellaneous cleanups and fixes.
1157 Changes in 0.3
1158 ==============
1159 * API improvements to AtkTable, AtkSelection
1160 * Add AtkDocument interface
1161 * Rename AtkHyperLink to AtkHyperlink
1162 * Allow for screen or window relative coordinates
1163 * Utility functions
1164 * Various minor tweeks and cleanups. 
1165 * Documentation improvements
1166 * Add default implementations for important functions
1168 Changes in 0.2
1169 ==============
1170 * Some API tweaks
1172 Changes in 0.1
1173 ==============
1174 This is the initial release of ATK, the Accessibility Tookit, which will be
1175 used obtain accessibily information from GTK+ and GNOME widgets.