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