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