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