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