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