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