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