Release 2.26.1
[atk.git] / NEWS
blob599edfd0d8ea4be7f59fe3c28d64867d76bb1cee
1 Changes in version 2.26.1
2 =========================
4 * Build: meson, tracked by bug 785802)
5    * Ad option to disable introspection
6    * Fix .rc generation in Meson builds
8 * Build (Visual Studio)
9    * Enhance security of x64 binaries
11 Translations
12   Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl)
14 Changes in version 2.26
15 =======================
17 * Build: meson on Windows, tracked by Bug 785802 (not fully fixed yet):
18    * Force-include msvc_recommended_pragmas.h on MSVC
19    * tests: Fix build on pre-C99
20    * meson: Build .rc file on Windows
22 Contributors
23    Chun-wei Fan
25 Translations
26    Ask Hjorth Larsen (da)
28 Changes in version 2.25.90
29 ==========================
31 * Bugfixing
32    * 689810: Move include guards out to enable GCC optimisation
33 * Build (meson)
34    * Keep the version in sync with Autotools
35    * Add atkversion.h to introspection build
36 * Build (visual studio)
37    * Adapt to the Python-field glib-genmarshal
38    * Adapt to new glib-genmarshal command line
39    * Use PythonDir instead of PythonPath
40    * Integrate introspection builds
41    * Don't build introspection by default
42    * Make marshal generation more robust
43 * Misc
44    * Update AUTHORS file
46 Contributors
47   Emmanuele Bassi, Daniel Boles, Chun-wei Fan, Rico Tzschichholz
49 Translations
50   Pawan Chitrakar (ne), Fabio Tomat (fur)
53 Changes in version 2.25.2
54 =========================
56 * Bugfixing:
57    * Bug 781715: Crash under atk_gobject_accessible_dispose()
58 * Build (general/autotools):
59    * Add ATK_UNAVAILABLE macro
60    * Use template files for the ATK enumerations
61    * Convert atkversion.h.in to UTF-8 encoding
62    * Include the marshallers header, not the source
63    * Add buildir to the docs directories
64    * Update deprecation warnings symbols
65    * Simplify GObject dependency discovery
66 * Build (meson):
67    * Bug 782871: Add meson build system
68    * Dist the Meson files
69    * Use the appropriate soversion
70    * Use the appropriate GETTEXT_PACKAGE
71    * Install atk.h
72    * Only depend on generated header
73 * Build (win32):
74    * win32: Fix replacing items in files with UTF-8 content
75 * Cleaning:
76    * Remove atk.spec.in
77    * Remove uninstalled pkg-config file
78    * Remove unused script for bundling ATK on Windows
79    * Remove ChangeLog
80    * Remove local introspection.m4
81 * Docs:
82    * Modernise the API reference:
83       * Use XInclude
84       * Stop using SGML mode with XML files
85       * Drop version.xml and use the gtk-doc package entities
86    * Update the README mentioning Meson, Ninja, and cleaning a little
87    * Remove empty overrides file
88 * Gobject introspection:
89    * Mark unbindable functions as 'skip
90 * Misc:
91    * Update git ignore file
92 * New Relations and Roles:
93    * Bug 748384: Add ATK_ROLE_FOOTNOTE
94    * Bug 781587: Add error-message, error-for, details and details-for-relation
95 * Translation support:
96    * Update po/Makevars (copyright and bug address)
98 Contributors:
99 Emmanuele Bassi, Milan Crha, Joanmarie Diggs, Piotr Drąg, Chun-wei Fan
101 Translations:
102 Yuras Shumovich (be)
103 Changes in version 2.24.0
104 ==========================
106 * Build, MSVC
107    * Support Visual Studio 2017
109 Contributors:
110 Chun-wei Fan
112 Translations:
113 Ask Hjorth Larsen (da), Jordi Mas (ca)
115 Changes in version 2.23.4
116 ==========================
118 * Build, MSVC:
119    * Remove atk-install.props's on re-generation
120    * Makefile.msvcproj, Makefile-newvs.am: Update from GLib
121    * Move files to win32
122 * Docs:
123    * Fix typo
124    * Bug 772236: change id of the atkobject chapter needed case-insensitive filesystems
125 * Misc:
126    * Use Unicode apostrophe in a translatable string
128 Contributors:
129 Murray Cumming, Piotr Drąg,  Chun-wei Fan, Alejandro Piñeiro Iglesias
131 Translations:
132 gogo (hr), Jordi Mas (ca), Fabio Tomat (fur)
134 Changes in version 2.22.0
135 ==========================
137 * Add more options to XGETTEXT_OPTIONS in po/Makevars
139 Contributors:
140 Piotr Drąg (po)
142 Translations:
143 Piotr Drąg (po), David King (en_GB)
145 Changes in version 2.21.90
146 ==========================
148 * Bug 764883: Add some missing argument (out) annotations
149 * Add Language headers to po files
150 * MSVC/win32
151    * MSVC Builds: Add a Common Autotools Module for Introspection (Bug 764983)
152    * MSVC Builds: Generate the Introspection Build Commands (Bug 764983)
153    * Clean up atk-introspection-msvc.mak
154    * Visual Studio builds: Include version info in property sheets
155    * Visual Studio builds: Generate atk.pc
156    * Visual Studio 2008 builds: Ensure pc file is generated before "install"
157    * Visual Studio builds: Make .pc generation more flexible
158    * build/win32/pc_base.py: Allow custom options
159    * build/win32/atkpc.py: Fix dependent package string
161 Contributors:
162 Piotr Drąg, Chun-wei Fan, Rico Tzschichholz
164 Translations:
165 GNOME Translation Robot (gd), Cédric Valmary (oc)
167 Changes in version 2.20.00:
168 ===========================
170 Translations:
171 Ask Hjorth Larsen (da)
173 Changes in version 2.19.92:
174 ===========================
176 * Build improvements:
177    * Bug 763212: Fix gettext domain after recent changes
178    * Fix builddir ≠ srcdir in autogen.sh
179    * MSVC builds: Re-arrange include paths
180 * Cleaning:
181    * atkregistry: remove code not being compiled
183 Contributors:
184 Chun-wei Fan, Kalev Lember, Alejandro Piñeiro Iglesias, Philip
185 Withnall
187 Translations:
188 Anders Jonsson (sv), Cédric Valmary (oc)
190 Changes in version 2.19.90:
191 ===========================
193 * Bug 755548: atktablecell: use content of the pointer instead of
194   pointer itself
195 * Bug 760323: Use upstream gettext intead glib-gettext
196 * Build/MSVC/win32 improvements:
197   * Makefile-newvs.am: Update Comments for Usage
198   * Make Makefile.msvcproj A Bit More Generic
199   * Fix build/win32/vs10/atk-install.vcxproj
201 Contributors:
202 Chun-wei Fan, Javier Jardón, Alejandro Piñeiro Iglesias
204 Translations:
205 Aurimas Černius(lt), Trần Ngọc Quân (vi), Kristjan SCHMIDT (eo)
207 Changes in version 2.18.0:
208 ===========================
210 * Build: Improvements on MSVC Build infrastructure
212 Contributors:
213 Chun-wei Fan
215 Translations:
216 Chao-Hsiung Liao (zh_TW)
218 Changes in version 2.17.90:
219 ===========================
221 * Documentation:
222   * Replace mentions of 'state-changed' with 'state-change'.
223   * Fixed some tiny typos
224 * Build/win32 improvements:
225   * Use Pattern Rules on build/Makefile-newvs.am
226   * Tidying and cleaning .vcxproj.filters generation
227     * Fixes Bug 748176: out-of-tree distcheck fails in build/win32
228   * Removed GCC requirement
229 * "install" Projects renamed to "atk-install"
231 * Misc: set proper file permission to source files
233 Contributors:
234 Murray Cumming, Chun-wei Fan, Simon McVittie, Alejandro Piñeiro
235 Iglesias
237 Translations:
238 Pedro Albuquerque (pt), Daniel Martinez (an),
240 Changes in version 2.16.0:
241 ==========================
243 * Bug 746459: Fix a couple of GTK-Doc comment blocks
244 * Visual Studio support
245    * Speed Up Release Builds
246    * Fix and improve .pdb Generation.
247    * "Install" .pdb Files
249 Contributors:
250 Chun-wei Fan
252 Translations:
253 Josef Andersson (sv), Jiri Grönroos (fi), Baurzhan Muftakhidinov (kk),
254 Samir Ribic (bs), Zahari Yurukov (bg)
256 Changes in version 2.15.91:
257 ===========================
259 * Building:
260    * Bug 744413: Stop using deprecated GNOME-specific autoconf macros
261      on configure.ac
262    * Stop using deprecated gnome-autogen.sh on autogen.sh
264 Contributors:
265 Javier Jardón
267 Translations:
268 Muhammet Kara (tr), Dušan Kazik (sk)
270 Changes in version 2.15.4:
271 ==========================
273 * AtkRole:
274    * Bug 742806: Add new roles for fractions, roots, subscripts, and
275      superscripts
277 Contributors:
278 Joanmarie Diggs
280 Changes in version 2.15.3:
281 ==========================
283 * AtkState:
284    * Bug 665598: Add ATK_STATE_READ_ONLY
285 * Bugfixing:
286    * Unref STATE_TYPE class ref after using it at state_type_get_name
287    * AtkTable: Added missing ":" on one gi annotation
289 Contributors:
290 Joanmarie Diggs, Alejandro Piñeiro Iglesias
292 Translations:
293 Muhammet Kara (tr)
295 Changes in version 2.15.2:
296 ==========================
298 * AtkRole:
299    * Bug 739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT
300 * AtkState:
301    * Bug 740152: Document the deprecation of ATK_STATE_ARMED
302 * Documentation:
303    * Bug 740044: Fix some unclear language regarding ATK_STATE_ACTIVE
304    * Bug 740066: Improve documentation related to AtkState and
305      AtkStateSet
306    * Extend atk_focus_tracker_notify deprecation documentation
307    * Remove some in-code documentation, that is already part of the
308      docs
310 Contributors:
311 Joanmarie Diggs, Alejandro Piñeiro
313 Translations:
314 Anders Jonsson (sv)
316 Changes in version 2.15.1:
317 ==========================
319 * Bug 407539: Add ATK_STATE_HAS_TOOLTIP
320 * Documentation:
321    * Updated README file
322    * Bug 737602: Update documentation to reflect an additional use
323      case for STATE_INDETERMINATE
325 Changes in version 2.14.0:
326 ==========================
328 Translations:
329 Dušan Kazik (sk), Maria Mavridou (el), Yuri Myasoedov (ru)
332 Changes in version 2.13.90:
333 ===========================
335 * GObject-introspection: some small changes needed by the MINGW project.
336 * Doap file updated See [1]
338 Contributors:
339   Alexpux, Piotr Drąg, Olav Vitters
341 Translations:
342 Christian Kirbach (de), Lasse Liehu (fi), ngoswami (as)
344 [1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html
346 Changes in version 2.13.3:
347 ==========================
349 * Bug 729752: introspection: add many missing Returns: (nullable) annotations
350 * Bug 730859: atk/Makefile.am: Stop reading atk.def
351 * Fix GIR scanning for srcdir != buildir
352 * Visual Studio support
353    * MSVC 2010+ Projects: Update "Installation" Process
354    * Build: Add Build Support for Visual Studio 2013
355    * MSVC 2012/2013 Support: Update Property Sheet Creation
356 * Documentation:
357    * Bug 729922: adding further explanation on atk_add_global_event_listener
359 Contributors:
360   Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro
361   Iglesias, Owen W. Taylor
363 Translation:
364   genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he)
366 Changes in version 2.13.2:
367 ==========================
369 During GNOME 3.13.2 cycle an ATK 2.13.2 release was rolled out. But
370 unfourtunately, it was not pushed on master, so got lost. All their
371 changes are included on 2.13.3.
374 Changes in version 2.13.1:
375 ==========================
377 * Bug 728031: Use visibility attributes/__declspec (dllexport) to
378   export public symbols
379 * Bug 691991: Add Simple Support for Visual Studio 2012
381 Contributors:
382   Chun-wei Fan
384 Translation
385   Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
387 Changes in version 2.12.0:
388 ==========================
390 Translations
392 A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
393 (nb), Andika Triwidada (id)
395 Changes in version 2.11.92:
396 ==========================
398 * AtkValue:
399   * Bug 684576: AtkValue heavily refactored. Available now so
400     implementors could start migration on next cycle.
401   * Bug 726216: update atk.symbols, autotools for missing symbols and
402     files
403 * AtkTableCell:
404   * Added symbols to be exported at atk.symbols
406 Contributors:
407   Chun-wei Fan, Alejandro Piñeiro Iglesias
409 Translations
411   Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
412   Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
413   (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
414   Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
415   Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
416   Николић (sr)
419 Changes in version 2.11.90:
420 ==========================
422 * AtkComponent:
423   * Deprecate get_position and get_size in favor of get_extents.
424 * AtkTable:
425   * Deprecate all index-based methods (atk_table_get_index_at,
426     atk_table_get_column_at_index, atk_table_get_row_at_index).
427 * AtkTableCell:
428   * Bug 651353: Add AtkTableCell
429 * Documentation:
430   * Document that atk_component_contains has a default implementation.
431   * Document AtkTableCell.
432   * Update AtkTable documentation after AtkTableCell addition.
433   * Document AtkRegistry (already existed but not properly included on
434     the documentation).
435   * API reference categorized (now easier to read).
436   * ATK overview added.
437   * Added some previously forgotten symbols (thanks to atk-unused.txt)
439 Contributors:
440   Mike Gorse, Alejandro Piñeiro Iglesias
442 Translations:
443   Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
445 Changes in version 2.11.6:
446 ==========================
448 * AtkText:
449   * Bug 723292: Getting the localized role name fails for
450     ATK_ROLE_EDITBAR
451   * Bug 653293: text-insert and text-remove are again detailed
452     signals. Document it.
454 Contributors:
455   Alejandro Piñeiro Iglesias
457 Translations:
458   Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
459   Chao-Hsiung Liao (zh_HK)
461 Changes in version 2.11.5:
462 ==========================
464 * MSVC Builds: Rework Introspection Build and other miscellaneous
465   fixes
467 Contributors:
468   Chun-wei Fan
470 Translations:
471   Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
473 Changes in version 2.11.4:
474 ==========================
476 * AtkRole:
477   * Bug 720065: add roles for description lists
478 * Deprecations:
479   * Bug 476674: deprecate table properties that depend on the
480     row/column number
481   * Bug 652798: kill AtkMisc
482   * Deprecate connect/remove_property_change_handler
483   * Deprecate atk_role_register
484 * Documentation:
485   * Bug 644747: improve documentation for AtkObject::property-change
486   * Improved AtkUtil documentation
487   * Updated new symbols sections on documentation
488   * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
489 * Building:
490   * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
491   * Bug 652965: include atk-enum-types.h on atk.h
492   * Fixed some gobject-introspection warnings
493   * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
494     warnings.
495 * Visual C++ Studio files:
496   * Add a PlatformToolsetTag on gengir MSVC Project
497   * Split the Property Sheets
498   * Update Visual C++ 2008 "install" phase
499   * Bug 690145: use Python to Generate the MSVC Projects
500 * Miscellanea:
501   * Bug 572489: atk_text_range_extents should use g_return_if_fail
502   * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
503     doesn't use details
504   * Bug 720095: add atk_object_peek_parent
505   * Updated AUTHORS and doap files
506   * Added role names on source file in order to be translated
508 Contributors:
509    Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
510    Walters, Yue Wang
512 Translations:
513   Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
514   Fábio Nogueira (pt_BR)
517 Changes in version 2.11.3:
518 ==========================
520 * Bug 709214: Need API to get the document's current page number and
521 *  page count
522 * Updated Greek translation
524 Changes in version 2.11.2:
525 ==========================
527 * AtkRole:
528   * Bug 709106: add media (audio and video) roles
529   * Bug 712586: new ATK roles for ARIA roles (plus rating)
530     * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
531       ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
532       ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
533 * AtkState:
534   * Bug 712576: add ATK_STATE_CHECKABLE
535   * Bug 712581: add ATK_STATE_HAS_POPUP
536 * AtkDocument:
537   * Bug 709106: add page-changed-signal
538   * Deprecated atk_document_get_document and
539     atk_document_get_document_type
540   * Added testdocument on tests directory
541 * Documentation:
542   * Update documentation for selected_link method and property
543   * Improve documentation of AtkAttribute and AtkAttributeSet
544 * Updated Galician and Spanish translations
546 Changes in version 2.11.1:
547 ==========================
549 * Bug 684667: Improve AtkObject::children-changed documentation
550 * Bug 709351: new role ATK_ROLE_TITLE_BAR
551 * Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
552 * Updated Spanish translation
554 Changes in version 2.10.0:
555 ==========================
557 * Documentation:
558   * Bug 684667: improve documentation for AtkObject::children-changed
559     signal
560 * Visuall C++ Builds: Use Custom Build Rules
561 * Updated Aragonese and Japanese translation.
563 Changes in version 2.9.4:
564 ==========================
566 * Deprecations:
567   * Bug 649575: Deprecate AtkObject::focus-event signal and all
568     related methods
569   * Bug 653291: Deprecate 'text-changed' signal (in favour of
570     'text-insert' and 'text-remove').
571   * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
572   * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
573     old API
574   * Remove 'text-update' signal (without deprecation, as was not used
575     and can be removed without breaking ABI/API)
576 * Documentation:
577   * Removed unneeded comments at atk_implementor_ref_accessible and
578     about glib usage.
579   * Bug 684665: removing several .sgml files and fixing gtk-doc
580     warnings
581   * Bug 684705: little update on 'text-insert' and 'text-remove'
582     documentation
583   * Bug 491998: add documentation for AtkRectangle
584 * Tests:
585   * Refactor test suite: no longer a loadable module but an standalone
586     executable.
587   * Split testrelation into testrelation and testrole.
588   * Execute all role tests, doesn't matter if one fails
589 * Bugfixing and miscellanea:
590   * Bug 704092: Fix and off-by-one in role names
591   * Bug 705290: Use generated enum type for AtkRole to get the role name
592   * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
595 Changes in version 2.9.3:
596 ==========================
598 * Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
599   * Deprecated atk_text_get_text_{before,after}_offset()
600   * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
601     ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
602     the documentation.
603   * Updated atk_text_get_text_{at,before,after}_offset() documentation
604 * Bug 701503: Fix documentation for atk_object_get_attributes()
605 * Removed pads from interfaces
607 Changes in version 2.9.2:
608 ==========================
610 * Leak management:
611   * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
612   * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
613   * Bug 699256: Free 'embedded_plug_id' when destroyed
614 * Tests:
615   * Bug 696466: Fix logic when testing for empty state set
616   * Bug 696409: fix hyphenation on testrelation.c
617 * Documentation:
618   * Include atk_object_get_object_locale documentation
619   * Fix having a repeated id on the main doc template
620   * Bug 700800: Improve documentation for AtkPlug and AtkSocket
623 Changes in version 2.8.0:
624 ==========================
626 * Updated Visual C++ configuration files
627   * Make entries more consistent with the other GNOME Visual Studio
628     projects.
629   * Enable the building of introspection files for Visual C++ builds
630   * bgo694255: Visual C++ builds: Integrate building of introspection files
631 * Updated Slovak, Portuguese and Tadjik translation.
633 Changes in version 2.7.91:
634 ==========================
636 * atkobject: added a explicit include to locale.h
638 Changes in version 2.7.90:
639 ==========================
641 * Bug 694117
642 *  * atkobject: add atk_object_get_object_locale
643 *  * atkdocument: deprecate atk_document_get_locale
645 Changes in version 2.7.5:
646 ==========================
648 * build: Use GNOME_COMPILE_WARNINGS
649 * atkhyperlink: Ensure we get even deprecated prototypes
650 * Bug 651343: add ATK_ROLE_LEVEL_BAR
651 * Prepare Visual Studio 2010 projects for Visual Studio 2012
652 * Updated Uyghur translations
654 Changes in version 2.7.4:
655 ==========================
657 * Bug 690379: Atk lacks any kind of version utilities
658 * Fixed out of tree builds caused by fix of bug 690379
659 * Bug 656750: AtkWindow requires documentation
661 Changes in version 2.7.3:
662 ==========================
664 * Bug 689907: Problems with the management of
665 *  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
666 * Bug 686746: Port introspection fixes from Vala
667 * Bug 689952: Add introspection support for Windows MSVC builds
668 * Other Visual C++ configuration files:
669 *  * Use MultiByte character set
671 Changes in version 2.7.2:
672 ==========================
674 * Bug 686801: Extend atk_add_global_event_listener in order to support
675 *   signal details
676 * Updated Thai translation.
678 Changes in version 2.6.0:
679 ==========================
681 * Updated Japanese and Brazilian Portuguese translations.
683 Changes in version 2.5.91:
684 ==========================
686 * Bug 635332: Include C header information in GIR
687 * Added atk_relation_set_contains_target to atk.symbols. That symbol
688 *   was added in commmit a1d5ca86 (bug 672869).
689 * Updated Polish, Galician and Latvian translations.
691 Changes in version 2.5.4:
692 =========================
694 * Bug 672869: Required a method to check if a relationset contains a
695 *   relation taking into account relationship and target
697 Changes in version 2.5.3:
698 =========================
700 * Added extra doc on atk_remove_[key/global]_event_listener
701 * Fixed compilation with some gcc versions/combination of options
702 * Provide a default implementation for
703 *   atk_util_[add/remove]_global_event_listner
704 * Bug 478587: "accessible-role" - invalid default value
705 * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
707 Changes in version 2.4.0:
708 =========================
710 * Bug 593220: Some typos in atktable signals (docs)
711 * Updated Hindi and Simplified Chinese translation
714 Changes in version 2.3.95:
715 =========================
717 * Bug 671857: Add deprecation attributes to deprecated functions
718 * Updated Visual Studio configuration files
719 * Updated Khmer, Malayalam and Bengali Translations
721 Changes in version 2.3.93:
722 ==========================
724 * Revert "Using abstract atk_object_get_name to check accessible-name
725 *  notification" change made on 2.3.93
726 *  Related to mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712
728 Changes in version 2.3.91:
729 ==========================
731 * Bug 665549: add sanity-check of atk_text_get_text
732 * Bug 668441: atk_action_get_keybinding docs are confusing and need
733 *  updating
734 * Using abstract atk_object_get_name to check accessible-name
735 *  notification
736 * Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
737 *  Ukranian and Uyghur translations
740 Changes in version 2.3.3:
741 =========================
743 * Bug 665870: About reducing accessible-name, accessible-description
744 *  change notifications
745 * Minor documentation updates
746 * Updated Visual Studio configuration files
747 * Updated Simplified Chinese and Vietnamese translations
749 Changes in version 2.2.0:
750 =========================
752 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
753 *  Catalan (Valencian) translations
755 Changes in version 2.1.92:
756 ==========================
758 * Updated Visual Studio files due AtkWindow addition
759 * Bug 649577: atk_add_global_event_listener should only accept ATK events
760 * Minor documentation updates
761 * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
762 *  Asturian, Italian, Polish, British English, Brazilian Portuguese,
763 *  Korean, Telugu and Kannada Translation
765 Changes in version 2.1.5:
766 =========================
768 * Bug 638924: Add AtkWindow
769 * Fixing out of tree compilation on Win32
770 * Update README.txt
771 * Fixing release number of the new ATK roles added
772 * Updated Traditional Chinese, Indonesian, Bulgarian, French,
773 *  Hungarian and Swedish translations
775 Changes in version 2.1.0:
776 =========================
778 * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
779 * Bug 651343: New ATK Roles
780 * Added Leon Fan as maintainer
781 * Improved Visual C++ 2010 infrastructure
782 * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
783 *  Norwegian, Galician, and Spanish translations
785 Changes in version 2.0.1:
786 =========================
788 * Bug 652205: Use const instead G_CONST_RETURN
789 * Bug 649307: Clarify AtkPlug and AtkSocket docs
790 * Bug 551489: Fix doc of atk_text_get_text_before_offset
791 * Bug 588083: Information about return value of some AtkText methods can be clearer
792 * Added Alejandro Piñeiro Iglesias as maintainer
793 * Updated .gitignore
794 * VS 2008/2010 support update
795 * New Zulu translation added, Esperanto and Catalan updated
797 Changes in version 2.0.0:
798 =========================
800 *Translation update.
802 Changes in version 1.91.92:
803 =========================
805 *BGO#638377: Add text_insert, text_remove, and text_update signals
806 *Reviewed Serbian Translation
807 *Fix introspection for atk_text_get_bounded_ranges
808 *Visual C++ 2010 Project Files
809 *Updated Spanish translation
811 Changes in version 1.33.6:
812 =========================
814 *Returns FALSE on atk_object_add_relationship if it is already included
815 *Bug 640574: gobject-introspection annotation and documentation fixes
816 *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
817 *Add missing Makefiles to AC_CONFIG_FILES
818 *Fixes for the MSVC Project Files
819 *Update deprecated autoconf macros and use new libtool syntax
820 *Documentation fixes
821 *Translation updates
823 Changes in version 1.32.0:
824 =========================
826 *Fixes: #630097, #621717, #571622, #617851, #616812.
827 *Translation update.
830 Changes in version 1.30.0:
831 =========================
833 *Translation update.
835 Changes in version 1.29.92:
836 =========================
838 *Fixes: Bug #608399. Correct the link of accessibility page.
839 *Fixes: Bug #606888. Link libatk against libintl.
840 *Translation update.
842 Changes in version 1.29.4:
843 ==========================
845 *Fixes: #592146.
847 Changes in version 1.29.3:
848 ==========================
850 *Fixes: #601552.
852 Changes in version 1.29.2:
853 ==========================
855 *Fixes: #569427.
856 *Translation update.
858 Changes in version 1.28.0:
859 ==========================
861 *Translation update.
863 Changes in version 1.27.90:
864 ==========================
866 *Fixes: #575794, #591105, #489828.
867 *Translation update.
869 Changes in version 1.26.0:
870 =========================
872 *Fixes: Improve the documentation. Sven Herzberg.
873 *Translation update.
875 Changes in version 1.25.2:
876 =========================
878 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
879 #480126.
880 *Translation update.
882 Changes in version 1.24.0:
883 =========================
885 *Fixes: #551474.
886 *Translation update.
888 Changes in version 1.23.5:
889 =========================
891 *Fixes: #535704, #526752.
893 Changes in version 1.22.0:
894 =========================
896 *Translation update.
898 Changes in version 1.21.92:
899 =========================
901 *Fixes #508846.
903 Changes in version 1.21.5:
904 =========================
906 *Fixes #502840, #500978, #477763.
908 Changes in version 1.20.0:
909 =========================
911 *Add "si" (Sinhala) to ALL_LINGUAS.
913 Changes in version 1.19.6:
914 =========================
916 *Fixes #460851. Add a new API: atk_get_version.
918 Changes in version 1.19.3:
919 =========================
921 *Fixes #434784.
922 *Remove gnome-doc-utils dependence.
924 Changes in version 1.19.1:
925 =========================
927 *Fixes #382328, #418194, #413357.
929 Changes in version 1.18.0:
930 =========================
932 *Fixes #408527, #398038, #367627.
934 Changes in version 1.17.0:
935 =========================
937 *Fixes #404592.
939 Changes in version 1.13.2:
940 =========================
942 *New class which provides miscellaneous utilities.
943 *Fixes #329454.
945 Changes in version 1.12.4:
946 =========================
948 *Add Li Yuan to MAINTAINERS.
950 Changes in version 1.12.3: 
951 =========================
953 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
954 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
955 * Implement AtkDocument signals (Neo Liu)
956 * Update docs to include info on AtkDocument signals.
957 * Bugfixes: #357847, #340553, #346464, #352227, 
959 Changes in version 1.12.2: 
960 =========================
961 * Documentation fixes.
962 * New language: Bengali (Runa Bhattacharjee)
964 Changes in version 1.12.1: 
965 =========================
966 * Added AtkHyperlinkImpl
967 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
968 * Fixed tags in docs so that indices of
969   new and deprecated methods are created.
970 * Added "get_uri" method to AtkStreamableContent.
972 Changes in version 1.12.0: 
973 =========================
975 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
976 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
978 Changes in version 1.11.4:
979 =========================
981  * Enhanced documentation: gtk-doc API docs are
982    now at 100% coverage.
984  * allow for NULL in-params to AtkImage coordinate APIs. 
986  * New langs: Georgian (ka)   Vladimir Sichinava
987               Oriya (or)      Gora Mohanty
989 Changes in version 1.11.3:
990 =========================
992  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
993  * Included docs in tarball as appropriate.
995 Changes in version 1.11.0:
996 =========================
998   Added new APIs - minor enhancements to AtkImage,
999   AtkDocument, AtkObject, AtkComponent, AtkState.
1001   Significant API additions:  Added locale attribute to
1002   AtkImage instances, and Document instances.  
1003   Added the ability to assign weakly-typed attributes to
1004   AtkObject as name-value pairs; also added similar
1005   name-value pairs to AtkDocument for attributes which are
1006   intended to be valid over the entire document.
1008   Minor documentation fixes (thanks to Bill Abt).
1010   Added 'tt' (Tatar) locale, Simos Xenitellis  
1012 Changes in version 1.10.3:
1013 =========================
1015   Libtool fix.  
1016   N.B. : 1.10.2 was released with a buggy libtool!
1018   in version 1.10.2:
1020 * Minor build fixes incl Win32 (Tor Lillqvist)
1022 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
1024 Changes in version 1.10.1
1025 =========================
1027 * added ATK_STATE_REQUIRED; see bug #172663.
1029 * New locale, 'rw'
1031 Changes in version 1.9.1
1032 ========================
1034 * New locale, 'xh'
1036 * Fixed bug #168218 (spec-file ftp dir wrong)
1038 * Fixed #165288 in atk.def file.
1040 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
1042 Changes in version 1.9.0
1043 ========================
1044 * Add new functions atk_relation_set_add_relation_by_type and
1045 atk_relation_add_target. (bug #158722)
1047 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
1049 * Add new translations: Arabic [Arafat Medini], 
1050 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
1052 * Updated translations: Canadian English [Adam Weinberger],
1053 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
1054 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
1055 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
1057 Changes in version 1.8.0
1058 ========================
1059 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
1060 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
1062 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
1063 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
1064 Turkish [Baris Cicek], German [Hendrik Richter],
1065 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
1066 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
1067 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
1068 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
1069 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
1070 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
1071 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
1072 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
1073 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
1075 Changes in version 1.7.3
1076 ========================
1077 * Minor updates to documentation.
1079 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
1080 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
1081 British [David Lodge], Spanish [Francisco Javier F. Serrador],
1082 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
1084 Changes in version 1.7.2
1085 ========================
1086 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
1088 * Add support for AtkRectangle and correct definition of
1089 "bounds-changed" signal.
1091 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
1093 Changes in version 1.7.1
1094 ========================
1095 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
1097 * Add translations: Turkmen [M\303\274hemmet Amut]
1099 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
1101 Changes in version 1.7.0
1102 ========================
1103 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
1105 * Add new state ATK_STATE_TRUNCATED and new relation 
1106 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
1108 Changes in version 1.6.1
1109 ========================
1110 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
1112 * Add translations: Gujarati [Gujarati team], 
1113 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
1114 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
1116 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
1117 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
1118 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
1119 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
1121 Changes in version 1.6.0
1122 ========================
1123 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
1125 * Update translations: Arabic [Arafat Medini], 
1126 Spanish [Francisco Javier F. Serrador],
1127 Lithuanian [\305\275ygimantas Beru\304\215ka], 
1128 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
1130 Changes in version 1.5.5
1131 ========================
1132 * Add translation: Canadian English [Adam Weinberger]
1134 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
1135 Albanian [Laurent Dhima], German [Christian Neumair],
1136 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
1138 Changes in version 1.5.4
1139 ========================
1140 * Update translations: Japanese [Takeshi AIHANA], 
1141 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
1142 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
1143 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
1144 Albanian [Laurent Dhima]
1146 Changes in version 1.5.3
1147 ========================
1148 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
1150 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
1152 * Add translation: Croatian [Robert Sedak]
1154 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
1155 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
1156 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
1157 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
1158 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
1159 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
1160 Portuguese [Duarte Loreto]
1162 Changes in version 1.5.2
1163 ========================
1164 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
1166 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
1168 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
1169 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
1170 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
1171 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
1172 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
1173 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
1174 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
1175 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
1176 Dutch [Vincent van Adrighem], French {Christophe Merlet],
1177 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
1180 Changes in version 1.5.1
1181 ========================
1182 * Change role names so that unlocalized names the same as Java role names.
1183 (bug #125024)
1185 * Set state FOCUSED for object reported as having focus. (bug #127400)
1187 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
1188 signal link_activated and properties "number-of-anchors", "end-index" and 
1189 "start-index" for AtkHyperlink. (bug 112390)
1191 * Make nicks and blurbs of properties translatable.
1193 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
1195 * Add translations: Afrikaans [Stefan Lubbersen]
1197 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
1198 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
1199 Dutch [Vincent van Adrighem]
1201 Changes in version 1.5.0
1202 ========================
1203 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
1205 * Add version number to documentation (bug #125758)
1207 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
1209 Changes in version 1.4.1
1210 ========================
1211 * Add translations: Lithuanian [Gedminas Paulauskas], 
1212 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
1214 * Update translations: German [Christian Neumair],
1215 Romanian [Mi\305\237u Moldovan]
1217 * Add description of signals to the documentation [Padraig O'Briain]
1219 * Fix bug which caused building of rpms to fail [Scott Kennedy]
1221 Changes in version 1.4.0
1222 ========================
1223 * Add translations: Nepali [Pawan Chitrakar]
1225 * Update translations: Spanish [Francisco Javier F.Serrador],
1226 Welsh [Dafydd Harries]
1228 Changes in version 1.3.6
1229 ========================
1230 * Add translations: Hindi [Guntupalli Katunakar]
1232 * Update translations: Azerbaijani [Metin Amiroff], 
1233 Italian [Alessio Frusciante]
1235 Changes in version 1.3.5
1236 ========================
1237 * Remove po/Makefile.in.in (bug #119053)
1239 * Return correct value for atk_state-set_is_empty (bug #116621)
1241 * Ensure that row and column values in atk_table_ref_at are non-negative.
1243 * Add translations: Tamil [Dinesh N]
1245 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
1246 Hungarian [Andras Timar].
1249 Changes in version 1.3.4
1250 ========================
1251 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
1253 * Add new relation type ATK_RELATION_POPUP
1255 * Some win32 fixes [Tor Lillqvist]
1257 Changes in version 1.3.3
1258 ========================
1259 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
1261 * Update translations: Traditional Chinese [Abel Cheung]
1263 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
1265 Changes in version 1.3.2
1266 ========================
1267 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
1268 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
1270 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
1273 Changes in version 1.3.1
1274 ========================
1275 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
1277 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
1280 Changes in version 1.3.0
1281 ========================
1282 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
1283 [James Henstridge]
1285 * Windows fixes [Tor Lillqvist]
1287 * Add translations: Esparanto [Charles Voelger], 
1288 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
1289 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
1290 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
1291 Turkish [Gorkem], Indonesian [Mohammad Damt],
1292 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
1293 Brazilian Portuguese [Alexander Folle de Menezes], 
1294 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
1296 * Make atk_text_get_character_extents() return positive value, even for rtl
1297 text. (bug #102954) [Padraig O'Briain]
1299 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
1300 (bug #100943) [Padraig]
1302 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
1303 [Padraig]
1305 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
1306 [Padraig]
1308 * Add property "selected-link" to AtkHyperlink and new function
1309 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
1310 (bug #104621) [Padraig]
1312 * Correct creation of object which is not a AtkGObjectAccessible in
1313 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
1315 * Do not emit notification for initial setting of role using 
1316 atk_object_set_role(). (bug #107710) [Padraig]
1319 Changes in version 1.2.2
1320 ========================
1321 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
1322 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
1323 Italian [Alession Frusciante], Amharic [Daniel Yacob]
1325 * Allow changing of default installation directory for documentation.
1326 (bug 102497) [Padraig O'Briain].
1328 Changes in version 1.2.1
1329 ========================
1330 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
1331 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
1332 Greek [Kostas Papadimas]
1334 Changes in version 1.2.0
1335 ========================
1336 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
1338 Changes in version 1.1.5
1339 ========================
1340 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
1341 [Padraig O'Briain]
1342 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
1343 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
1344 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
1346 Changes in version 1.1.4
1347 ========================
1348 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
1349 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
1351 Changes in version 1.1.3
1352 ========================
1353 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
1354 * Add tranlatations: Malay language [Hasbullah BIn Pit]
1355 English [Abi Brady]
1357 Changes in version 1.1.2
1358 ========================
1359 * Correct implementation of i18n support [Padraig O'Briain]
1360 * Add Swedish translations [Christian Rose]
1361 * Fix compiler warnings [Soeren Sandmann]
1362 * Add signal "active-descendant-changed" to AtkObject [Padraig]
1363 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
1364 [Bill Haneman]
1365 * Add atk_hyperlink_is_inline() [Bill]
1366 * Update docs [Bill]
1368 Changes in version 1.1.1
1369 ========================
1370 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
1371 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
1372 states and relationships; add text-attributes-changed signal for AtkText
1373 interface. [Padraig O'Briain]
1375 * Add po directory and update atk_role_get_localized_name() to allow it to
1376 return localized name [Padraig]
1378 Changes in version 1.1.0
1379 ========================
1380 * Documentation improvements [Padraig O'Briain]
1381 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
1382 are installed [Havoc Pennington]
1383 * Add implementtaion of atk_object_factory_get_accessible_type() for
1384 AtkNoOpObjectFactory [Padraig]
1385 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
1387 Changes in version 1.0.3
1388 ========================
1389 * Documentation improvements [Padraig O'Briain]
1390 * 64-bit bug fixes [George Lebl]
1392 Changes in version 1.0.2
1393 ========================
1394 * Fixed bug with focus notification [Padraig O'Briain]
1395 * Fixed bug in atk_gobject_for_accessible [Padraig]
1397 Changes in version 1.0.1
1398 ========================
1399 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
1400 * Fix Win32 DLL name [Tor Lillqvist]
1402 Changes in version 1.0.0
1403 ========================
1404 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
1405 * Add structure padding [Padraig]
1407 Changes in version 0.13
1408 ========================
1409 * Add padding to class structures for future expansion [Padraig O'Briain]
1410 * Add include guards to atk.h [Morten Welinder]
1411 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
1412   to be AtkComponent instead of AtkObject [Padraig]
1413 * Cleanups [Padraig]
1415 Changes in version 0.11 and 0.12
1416 ================================
1417 * Ansi-fied function prototypes and definitions;
1418   i.e.  foo(void) instead of foo() [Jacob Berkman]
1419 * Deprecated the mis-located AtkObject API for getting
1420   layer and mdi-zorder info (should have been in AtkComponent)
1421   and put this API into AtkComponent.
1423 Changes in version 0.9 and 0.10
1424 ===============================
1425 * Win32 build fixes [Hans Breuer]
1426 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
1427 * Doc improvements [Padraig O'Briain]
1428 * Fix signal prototypes in atkobject.h [Murray Cumming]
1429 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
1430 * Bug fixes [Michael Meeks, Jeff]
1432 Changes in 0.8
1433 ==============
1434 * Win32 build fixes [Hans Breuer]
1435 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
1436 * Register types for ATK enumerations [Padraig]
1437 * Allow registration of new txt attribute types [Padraig]
1438 * Miscellaneous small API additions [Padraig]
1439 * New test cases [Padraig]
1440 * Documentation improvements [Padraig]
1442 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
1443   Sebastian Wilhelmi
1445 Changes in 0.7
1446 ==============
1447 * Some restructuring of how change notification works, use
1448   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
1449 * Various small API fixes and improvements [Padraig]
1450 * Add key event hooks [Bill]
1451 * Documentation improvements [Padraig]
1452 * Win32 build improvements [Tor Lillqvist]
1453 * Bug fixes [Padraig, Bill]
1455 Changes in 0.6
1456 ==============
1457 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
1458   [Padraig O'Briain, Bill Haneman]
1459 * Win32 build fixes [Tor Lillqvist]
1460 * Bug fixes and optimizations [Padraig]
1461 * Makefile fix [Jacob Berkman]
1462 * Doc improvements [Padraig]
1464 Changes in 0.5
1465 ==============
1466 * Win32 updates and a small bug fix [Hans Breuer]
1468 Changes in 0.4
1469 ==============
1470 * Miscellaneous cleanups and fixes.
1472 Changes in 0.3
1473 ==============
1474 * API improvements to AtkTable, AtkSelection
1475 * Add AtkDocument interface
1476 * Rename AtkHyperLink to AtkHyperlink
1477 * Allow for screen or window relative coordinates
1478 * Utility functions
1479 * Various minor tweeks and cleanups. 
1480 * Documentation improvements
1481 * Add default implementations for important functions
1483 Changes in 0.2
1484 ==============
1485 * Some API tweaks
1487 Changes in 0.1
1488 ==============
1489 This is the initial release of ATK, the Accessibility Tookit, which will be
1490 used obtain accessibily information from GTK+ and GNOME widgets.