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