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