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