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