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