Include atk-enum-types.h on atk.h
[atk.git] / NEWS
blob06db001216dc2a87d9bcf7f7f50ae1395834c8fe
1 Changes in version 2.11.3:
2 ==========================
4 * Bug 709214: Need API to get the document's current page number and
5 *  page count
6 * Updated Greek translation
8 Changes in version 2.11.2:
9 ==========================
11 * AtkRole:
12   * Bug 709106: add media (audio and video) roles
13   * Bug 712586: new ATK roles for ARIA roles (plus rating)
14     * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
15       ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
16       ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
17 * AtkState:
18   * Bug 712576: add ATK_STATE_CHECKABLE
19   * Bug 712581: add ATK_STATE_HAS_POPUP
20 * AtkDocument:
21   * Bug 709106: add page-changed-signal
22   * Deprecated atk_document_get_document and
23     atk_document_get_document_type
24   * Added testdocument on tests directory
25 * Documentation:
26   * Update documentation for selected_link method and property
27   * Improve documentation of AtkAttribute and AtkAttributeSet
28 * Updated Galician and Spanish translations
30 Changes in version 2.11.1:
31 ==========================
33 * Bug 684667: Improve AtkObject::children-changed documentation
34 * Bug 709351: new role ATK_ROLE_TITLE_BAR
35 * Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
36 * Updated Spanish translation
38 Changes in version 2.10.0:
39 ==========================
41 * Documentation:
42   * Bug 684667: improve documentation for AtkObject::children-changed
43     signal
44 * Visuall C++ Builds: Use Custom Build Rules
45 * Updated Aragonese and Japanese translation.
47 Changes in version 2.9.4:
48 ==========================
50 * Deprecations:
51   * Bug 649575: Deprecate AtkObject::focus-event signal and all
52     related methods
53   * Bug 653291: Deprecate 'text-changed' signal (in favour of
54     'text-insert' and 'text-remove').
55   * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
56   * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
57     old API
58   * Remove 'text-update' signal (without deprecation, as was not used
59     and can be removed without breaking ABI/API)
60 * Documentation:
61   * Removed unneeded comments at atk_implementor_ref_accessible and
62     about glib usage.
63   * Bug 684665: removing several .sgml files and fixing gtk-doc
64     warnings
65   * Bug 684705: little update on 'text-insert' and 'text-remove'
66     documentation
67   * Bug 491998: add documentation for AtkRectangle
68 * Tests:
69   * Refactor test suite: no longer a loadable module but an standalone
70     executable.
71   * Split testrelation into testrelation and testrole.
72   * Execute all role tests, doesn't matter if one fails
73 * Bugfixing and miscellanea:
74   * Bug 704092: Fix and off-by-one in role names
75   * Bug 705290: Use generated enum type for AtkRole to get the role name
76   * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
79 Changes in version 2.9.3:
80 ==========================
82 * Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
83   * Deprecated atk_text_get_text_{before,after}_offset()
84   * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
85     ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
86     the documentation.
87   * Updated atk_text_get_text_{at,before,after}_offset() documentation
88 * Bug 701503: Fix documentation for atk_object_get_attributes()
89 * Removed pads from interfaces
91 Changes in version 2.9.2:
92 ==========================
94 * Leak management:
95   * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
96   * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
97   * Bug 699256: Free 'embedded_plug_id' when destroyed
98 * Tests:
99   * Bug 696466: Fix logic when testing for empty state set
100   * Bug 696409: fix hyphenation on testrelation.c
101 * Documentation:
102   * Include atk_object_get_object_locale documentation
103   * Fix having a repeated id on the main doc template
104   * Bug 700800: Improve documentation for AtkPlug and AtkSocket
107 Changes in version 2.8.0:
108 ==========================
110 * Updated Visual C++ configuration files
111   * Make entries more consistent with the other GNOME Visual Studio
112     projects.
113   * Enable the building of introspection files for Visual C++ builds
114   * bgo694255: Visual C++ builds: Integrate building of introspection files
115 * Updated Slovak, Portuguese and Tadjik translation.
117 Changes in version 2.7.91:
118 ==========================
120 * atkobject: added a explicit include to locale.h
122 Changes in version 2.7.90:
123 ==========================
125 * Bug 694117
126 *  * atkobject: add atk_object_get_object_locale
127 *  * atkdocument: deprecate atk_document_get_locale
129 Changes in version 2.7.5:
130 ==========================
132 * build: Use GNOME_COMPILE_WARNINGS
133 * atkhyperlink: Ensure we get even deprecated prototypes
134 * Bug 651343: add ATK_ROLE_LEVEL_BAR
135 * Prepare Visual Studio 2010 projects for Visual Studio 2012
136 * Updated Uyghur translations
138 Changes in version 2.7.4:
139 ==========================
141 * Bug 690379: Atk lacks any kind of version utilities
142 * Fixed out of tree builds caused by fix of bug 690379
143 * Bug 656750: AtkWindow requires documentation
145 Changes in version 2.7.3:
146 ==========================
148 * Bug 689907: Problems with the management of
149 *  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
150 * Bug 686746: Port introspection fixes from Vala
151 * Bug 689952: Add introspection support for Windows MSVC builds
152 * Other Visual C++ configuration files:
153 *  * Use MultiByte character set
155 Changes in version 2.7.2:
156 ==========================
158 * Bug 686801: Extend atk_add_global_event_listener in order to support
159 *   signal details
160 * Updated Thai translation.
162 Changes in version 2.6.0:
163 ==========================
165 * Updated Japanese and Brazilian Portuguese translations.
167 Changes in version 2.5.91:
168 ==========================
170 * Bug 635332: Include C header information in GIR
171 * Added atk_relation_set_contains_target to atk.symbols. That symbol
172 *   was added in commmit a1d5ca86 (bug 672869).
173 * Updated Polish, Galician and Latvian translations.
175 Changes in version 2.5.4:
176 =========================
178 * Bug 672869: Required a method to check if a relationset contains a
179 *   relation taking into account relationship and target
181 Changes in version 2.5.3:
182 =========================
184 * Added extra doc on atk_remove_[key/global]_event_listener
185 * Fixed compilation with some gcc versions/combination of options
186 * Provide a default implementation for
187 *   atk_util_[add/remove]_global_event_listner
188 * Bug 478587: "accessible-role" - invalid default value
189 * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
191 Changes in version 2.4.0:
192 =========================
194 * Bug 593220: Some typos in atktable signals (docs)
195 * Updated Hindi and Simplified Chinese translation
198 Changes in version 2.3.95:
199 =========================
201 * Bug 671857: Add deprecation attributes to deprecated functions
202 * Updated Visual Studio configuration files
203 * Updated Khmer, Malayalam and Bengali Translations
205 Changes in version 2.3.93:
206 ==========================
208 * Revert "Using abstract atk_object_get_name to check accessible-name
209 *  notification" change made on 2.3.93
210 *  Related to mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712
212 Changes in version 2.3.91:
213 ==========================
215 * Bug 665549: add sanity-check of atk_text_get_text
216 * Bug 668441: atk_action_get_keybinding docs are confusing and need
217 *  updating
218 * Using abstract atk_object_get_name to check accessible-name
219 *  notification
220 * Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
221 *  Ukranian and Uyghur translations
224 Changes in version 2.3.3:
225 =========================
227 * Bug 665870: About reducing accessible-name, accessible-description
228 *  change notifications
229 * Minor documentation updates
230 * Updated Visual Studio configuration files
231 * Updated Simplified Chinese and Vietnamese translations
233 Changes in version 2.2.0:
234 =========================
236 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
237 *  Catalan (Valencian) translations
239 Changes in version 2.1.92:
240 ==========================
242 * Updated Visual Studio files due AtkWindow addition
243 * Bug 649577: atk_add_global_event_listener should only accept ATK events
244 * Minor documentation updates
245 * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
246 *  Asturian, Italian, Polish, British English, Brazilian Portuguese,
247 *  Korean, Telugu and Kannada Translation
249 Changes in version 2.1.5:
250 =========================
252 * Bug 638924: Add AtkWindow
253 * Fixing out of tree compilation on Win32
254 * Update README.txt
255 * Fixing release number of the new ATK roles added
256 * Updated Traditional Chinese, Indonesian, Bulgarian, French,
257 *  Hungarian and Swedish translations
259 Changes in version 2.1.0:
260 =========================
262 * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
263 * Bug 651343: New ATK Roles
264 * Added Leon Fan as maintainer
265 * Improved Visual C++ 2010 infrastructure
266 * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
267 *  Norwegian, Galician, and Spanish translations
269 Changes in version 2.0.1:
270 =========================
272 * Bug 652205: Use const instead G_CONST_RETURN
273 * Bug 649307: Clarify AtkPlug and AtkSocket docs
274 * Bug 551489: Fix doc of atk_text_get_text_before_offset
275 * Bug 588083: Information about return value of some AtkText methods can be clearer
276 * Added Alejandro PiƱeiro Iglesias as maintainer
277 * Updated .gitignore
278 * VS 2008/2010 support update
279 * New Zulu translation added, Esperanto and Catalan updated
281 Changes in version 2.0.0:
282 =========================
284 *Translation update.
286 Changes in version 1.91.92:
287 =========================
289 *BGO#638377: Add text_insert, text_remove, and text_update signals
290 *Reviewed Serbian Translation
291 *Fix introspection for atk_text_get_bounded_ranges
292 *Visual C++ 2010 Project Files
293 *Updated Spanish translation
295 Changes in version 1.33.6:
296 =========================
298 *Returns FALSE on atk_object_add_relationship if it is already included
299 *Bug 640574: gobject-introspection annotation and documentation fixes
300 *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
301 *Add missing Makefiles to AC_CONFIG_FILES
302 *Fixes for the MSVC Project Files
303 *Update deprecated autoconf macros and use new libtool syntax
304 *Documentation fixes
305 *Translation updates
307 Changes in version 1.32.0:
308 =========================
310 *Fixes: #630097, #621717, #571622, #617851, #616812.
311 *Translation update.
314 Changes in version 1.30.0:
315 =========================
317 *Translation update.
319 Changes in version 1.29.92:
320 =========================
322 *Fixes: Bug #608399. Correct the link of accessibility page.
323 *Fixes: Bug #606888. Link libatk against libintl.
324 *Translation update.
326 Changes in version 1.29.4:
327 ==========================
329 *Fixes: #592146.
331 Changes in version 1.29.3:
332 ==========================
334 *Fixes: #601552.
336 Changes in version 1.29.2:
337 ==========================
339 *Fixes: #569427.
340 *Translation update.
342 Changes in version 1.28.0:
343 ==========================
345 *Translation update.
347 Changes in version 1.27.90:
348 ==========================
350 *Fixes: #575794, #591105, #489828.
351 *Translation update.
353 Changes in version 1.26.0:
354 =========================
356 *Fixes: Improve the documentation. Sven Herzberg.
357 *Translation update.
359 Changes in version 1.25.2:
360 =========================
362 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
363 #480126.
364 *Translation update.
366 Changes in version 1.24.0:
367 =========================
369 *Fixes: #551474.
370 *Translation update.
372 Changes in version 1.23.5:
373 =========================
375 *Fixes: #535704, #526752.
377 Changes in version 1.22.0:
378 =========================
380 *Translation update.
382 Changes in version 1.21.92:
383 =========================
385 *Fixes #508846.
387 Changes in version 1.21.5:
388 =========================
390 *Fixes #502840, #500978, #477763.
392 Changes in version 1.20.0:
393 =========================
395 *Add "si" (Sinhala) to ALL_LINGUAS.
397 Changes in version 1.19.6:
398 =========================
400 *Fixes #460851. Add a new API: atk_get_version.
402 Changes in version 1.19.3:
403 =========================
405 *Fixes #434784.
406 *Remove gnome-doc-utils dependence.
408 Changes in version 1.19.1:
409 =========================
411 *Fixes #382328, #418194, #413357.
413 Changes in version 1.18.0:
414 =========================
416 *Fixes #408527, #398038, #367627.
418 Changes in version 1.17.0:
419 =========================
421 *Fixes #404592.
423 Changes in version 1.13.2:
424 =========================
426 *New class which provides miscellaneous utilities.
427 *Fixes #329454.
429 Changes in version 1.12.4:
430 =========================
432 *Add Li Yuan to MAINTAINERS.
434 Changes in version 1.12.3: 
435 =========================
437 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
438 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
439 * Implement AtkDocument signals (Neo Liu)
440 * Update docs to include info on AtkDocument signals.
441 * Bugfixes: #357847, #340553, #346464, #352227, 
443 Changes in version 1.12.2: 
444 =========================
445 * Documentation fixes.
446 * New language: Bengali (Runa Bhattacharjee)
448 Changes in version 1.12.1: 
449 =========================
450 * Added AtkHyperlinkImpl
451 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
452 * Fixed tags in docs so that indices of
453   new and deprecated methods are created.
454 * Added "get_uri" method to AtkStreamableContent.
456 Changes in version 1.12.0: 
457 =========================
459 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
460 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
462 Changes in version 1.11.4:
463 =========================
465  * Enhanced documentation: gtk-doc API docs are
466    now at 100% coverage.
468  * allow for NULL in-params to AtkImage coordinate APIs. 
470  * New langs: Georgian (ka)   Vladimir Sichinava
471               Oriya (or)      Gora Mohanty
473 Changes in version 1.11.3:
474 =========================
476  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
477  * Included docs in tarball as appropriate.
479 Changes in version 1.11.0:
480 =========================
482   Added new APIs - minor enhancements to AtkImage,
483   AtkDocument, AtkObject, AtkComponent, AtkState.
485   Significant API additions:  Added locale attribute to
486   AtkImage instances, and Document instances.  
487   Added the ability to assign weakly-typed attributes to
488   AtkObject as name-value pairs; also added similar
489   name-value pairs to AtkDocument for attributes which are
490   intended to be valid over the entire document.
492   Minor documentation fixes (thanks to Bill Abt).
494   Added 'tt' (Tatar) locale, Simos Xenitellis  
496 Changes in version 1.10.3:
497 =========================
499   Libtool fix.  
500   N.B. : 1.10.2 was released with a buggy libtool!
502   in version 1.10.2:
504 * Minor build fixes incl Win32 (Tor Lillqvist)
506 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
508 Changes in version 1.10.1
509 =========================
511 * added ATK_STATE_REQUIRED; see bug #172663.
513 * New locale, 'rw'
515 Changes in version 1.9.1
516 ========================
518 * New locale, 'xh'
520 * Fixed bug #168218 (spec-file ftp dir wrong)
522 * Fixed #165288 in atk.def file.
524 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
526 Changes in version 1.9.0
527 ========================
528 * Add new functions atk_relation_set_add_relation_by_type and
529 atk_relation_add_target. (bug #158722)
531 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
533 * Add new translations: Arabic [Arafat Medini], 
534 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
536 * Updated translations: Canadian English [Adam Weinberger],
537 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
538 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
539 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
541 Changes in version 1.8.0
542 ========================
543 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
544 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
546 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
547 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
548 Turkish [Baris Cicek], German [Hendrik Richter],
549 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
550 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
551 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
552 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
553 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
554 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
555 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
556 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
557 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
559 Changes in version 1.7.3
560 ========================
561 * Minor updates to documentation.
563 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
564 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
565 British [David Lodge], Spanish [Francisco Javier F. Serrador],
566 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
568 Changes in version 1.7.2
569 ========================
570 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
572 * Add support for AtkRectangle and correct definition of
573 "bounds-changed" signal.
575 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
577 Changes in version 1.7.1
578 ========================
579 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
581 * Add translations: Turkmen [M\303\274hemmet Amut]
583 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
585 Changes in version 1.7.0
586 ========================
587 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
589 * Add new state ATK_STATE_TRUNCATED and new relation 
590 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
592 Changes in version 1.6.1
593 ========================
594 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
596 * Add translations: Gujarati [Gujarati team], 
597 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
598 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
600 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
601 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
602 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
603 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
605 Changes in version 1.6.0
606 ========================
607 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
609 * Update translations: Arabic [Arafat Medini], 
610 Spanish [Francisco Javier F. Serrador],
611 Lithuanian [\305\275ygimantas Beru\304\215ka], 
612 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
614 Changes in version 1.5.5
615 ========================
616 * Add translation: Canadian English [Adam Weinberger]
618 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
619 Albanian [Laurent Dhima], German [Christian Neumair],
620 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
622 Changes in version 1.5.4
623 ========================
624 * Update translations: Japanese [Takeshi AIHANA], 
625 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
626 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
627 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
628 Albanian [Laurent Dhima]
630 Changes in version 1.5.3
631 ========================
632 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
634 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
636 * Add translation: Croatian [Robert Sedak]
638 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
639 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
640 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
641 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
642 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
643 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
644 Portuguese [Duarte Loreto]
646 Changes in version 1.5.2
647 ========================
648 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
650 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
652 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
653 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
654 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
655 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
656 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
657 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
658 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
659 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
660 Dutch [Vincent van Adrighem], French {Christophe Merlet],
661 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
664 Changes in version 1.5.1
665 ========================
666 * Change role names so that unlocalized names the same as Java role names.
667 (bug #125024)
669 * Set state FOCUSED for object reported as having focus. (bug #127400)
671 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
672 signal link_activated and properties "number-of-anchors", "end-index" and 
673 "start-index" for AtkHyperlink. (bug 112390)
675 * Make nicks and blurbs of properties translatable.
677 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
679 * Add translations: Afrikaans [Stefan Lubbersen]
681 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
682 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
683 Dutch [Vincent van Adrighem]
685 Changes in version 1.5.0
686 ========================
687 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
689 * Add version number to documentation (bug #125758)
691 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
693 Changes in version 1.4.1
694 ========================
695 * Add translations: Lithuanian [Gedminas Paulauskas], 
696 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
698 * Update translations: German [Christian Neumair],
699 Romanian [Mi\305\237u Moldovan]
701 * Add description of signals to the documentation [Padraig O'Briain]
703 * Fix bug which caused building of rpms to fail [Scott Kennedy]
705 Changes in version 1.4.0
706 ========================
707 * Add translations: Nepali [Pawan Chitrakar]
709 * Update translations: Spanish [Francisco Javier F.Serrador],
710 Welsh [Dafydd Harries]
712 Changes in version 1.3.6
713 ========================
714 * Add translations: Hindi [Guntupalli Katunakar]
716 * Update translations: Azerbaijani [Metin Amiroff], 
717 Italian [Alessio Frusciante]
719 Changes in version 1.3.5
720 ========================
721 * Remove po/Makefile.in.in (bug #119053)
723 * Return correct value for atk_state-set_is_empty (bug #116621)
725 * Ensure that row and column values in atk_table_ref_at are non-negative.
727 * Add translations: Tamil [Dinesh N]
729 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
730 Hungarian [Andras Timar].
733 Changes in version 1.3.4
734 ========================
735 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
737 * Add new relation type ATK_RELATION_POPUP
739 * Some win32 fixes [Tor Lillqvist]
741 Changes in version 1.3.3
742 ========================
743 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
745 * Update translations: Traditional Chinese [Abel Cheung]
747 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
749 Changes in version 1.3.2
750 ========================
751 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
752 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
754 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
757 Changes in version 1.3.1
758 ========================
759 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
761 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
764 Changes in version 1.3.0
765 ========================
766 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
767 [James Henstridge]
769 * Windows fixes [Tor Lillqvist]
771 * Add translations: Esparanto [Charles Voelger], 
772 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
773 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
774 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
775 Turkish [Gorkem], Indonesian [Mohammad Damt],
776 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
777 Brazilian Portuguese [Alexander Folle de Menezes], 
778 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
780 * Make atk_text_get_character_extents() return positive value, even for rtl
781 text. (bug #102954) [Padraig O'Briain]
783 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
784 (bug #100943) [Padraig]
786 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
787 [Padraig]
789 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
790 [Padraig]
792 * Add property "selected-link" to AtkHyperlink and new function
793 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
794 (bug #104621) [Padraig]
796 * Correct creation of object which is not a AtkGObjectAccessible in
797 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
799 * Do not emit notification for initial setting of role using 
800 atk_object_set_role(). (bug #107710) [Padraig]
803 Changes in version 1.2.2
804 ========================
805 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
806 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
807 Italian [Alession Frusciante], Amharic [Daniel Yacob]
809 * Allow changing of default installation directory for documentation.
810 (bug 102497) [Padraig O'Briain].
812 Changes in version 1.2.1
813 ========================
814 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
815 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
816 Greek [Kostas Papadimas]
818 Changes in version 1.2.0
819 ========================
820 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
822 Changes in version 1.1.5
823 ========================
824 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
825 [Padraig O'Briain]
826 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
827 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
828 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
830 Changes in version 1.1.4
831 ========================
832 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
833 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
835 Changes in version 1.1.3
836 ========================
837 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
838 * Add tranlatations: Malay language [Hasbullah BIn Pit]
839 English [Abi Brady]
841 Changes in version 1.1.2
842 ========================
843 * Correct implementation of i18n support [Padraig O'Briain]
844 * Add Swedish translations [Christian Rose]
845 * Fix compiler warnings [Soeren Sandmann]
846 * Add signal "active-descendant-changed" to AtkObject [Padraig]
847 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
848 [Bill Haneman]
849 * Add atk_hyperlink_is_inline() [Bill]
850 * Update docs [Bill]
852 Changes in version 1.1.1
853 ========================
854 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
855 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
856 states and relationships; add text-attributes-changed signal for AtkText
857 interface. [Padraig O'Briain]
859 * Add po directory and update atk_role_get_localized_name() to allow it to
860 return localized name [Padraig]
862 Changes in version 1.1.0
863 ========================
864 * Documentation improvements [Padraig O'Briain]
865 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
866 are installed [Havoc Pennington]
867 * Add implementtaion of atk_object_factory_get_accessible_type() for
868 AtkNoOpObjectFactory [Padraig]
869 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
871 Changes in version 1.0.3
872 ========================
873 * Documentation improvements [Padraig O'Briain]
874 * 64-bit bug fixes [George Lebl]
876 Changes in version 1.0.2
877 ========================
878 * Fixed bug with focus notification [Padraig O'Briain]
879 * Fixed bug in atk_gobject_for_accessible [Padraig]
881 Changes in version 1.0.1
882 ========================
883 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
884 * Fix Win32 DLL name [Tor Lillqvist]
886 Changes in version 1.0.0
887 ========================
888 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
889 * Add structure padding [Padraig]
891 Changes in version 0.13
892 ========================
893 * Add padding to class structures for future expansion [Padraig O'Briain]
894 * Add include guards to atk.h [Morten Welinder]
895 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
896   to be AtkComponent instead of AtkObject [Padraig]
897 * Cleanups [Padraig]
899 Changes in version 0.11 and 0.12
900 ================================
901 * Ansi-fied function prototypes and definitions;
902   i.e.  foo(void) instead of foo() [Jacob Berkman]
903 * Deprecated the mis-located AtkObject API for getting
904   layer and mdi-zorder info (should have been in AtkComponent)
905   and put this API into AtkComponent.
907 Changes in version 0.9 and 0.10
908 ===============================
909 * Win32 build fixes [Hans Breuer]
910 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
911 * Doc improvements [Padraig O'Briain]
912 * Fix signal prototypes in atkobject.h [Murray Cumming]
913 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
914 * Bug fixes [Michael Meeks, Jeff]
916 Changes in 0.8
917 ==============
918 * Win32 build fixes [Hans Breuer]
919 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
920 * Register types for ATK enumerations [Padraig]
921 * Allow registration of new txt attribute types [Padraig]
922 * Miscellaneous small API additions [Padraig]
923 * New test cases [Padraig]
924 * Documentation improvements [Padraig]
926 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
927   Sebastian Wilhelmi
929 Changes in 0.7
930 ==============
931 * Some restructuring of how change notification works, use
932   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
933 * Various small API fixes and improvements [Padraig]
934 * Add key event hooks [Bill]
935 * Documentation improvements [Padraig]
936 * Win32 build improvements [Tor Lillqvist]
937 * Bug fixes [Padraig, Bill]
939 Changes in 0.6
940 ==============
941 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
942   [Padraig O'Briain, Bill Haneman]
943 * Win32 build fixes [Tor Lillqvist]
944 * Bug fixes and optimizations [Padraig]
945 * Makefile fix [Jacob Berkman]
946 * Doc improvements [Padraig]
948 Changes in 0.5
949 ==============
950 * Win32 updates and a small bug fix [Hans Breuer]
952 Changes in 0.4
953 ==============
954 * Miscellaneous cleanups and fixes.
956 Changes in 0.3
957 ==============
958 * API improvements to AtkTable, AtkSelection
959 * Add AtkDocument interface
960 * Rename AtkHyperLink to AtkHyperlink
961 * Allow for screen or window relative coordinates
962 * Utility functions
963 * Various minor tweeks and cleanups. 
964 * Documentation improvements
965 * Add default implementations for important functions
967 Changes in 0.2
968 ==============
969 * Some API tweaks
971 Changes in 0.1
972 ==============
973 This is the initial release of ATK, the Accessibility Tookit, which will be
974 used obtain accessibily information from GTK+ and GNOME widgets.