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