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