doc: improve documentation of AtkAttribute and AtkAttributeSet
[platform/upstream/atk.git] / NEWS
1 Changes in version 2.11.1:
2 ==========================
3 *
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
8
9 Changes in version 2.10.0:
10 ==========================
11 *
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.
17
18 Changes in version 2.9.4:
19 ==========================
20 *
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
48
49
50 Changes in version 2.9.3:
51 ==========================
52 *
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
61
62 Changes in version 2.9.2:
63 ==========================
64 *
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
76
77
78 Changes in version 2.8.0:
79 ==========================
80 *
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.
87
88 Changes in version 2.7.91:
89 ==========================
90 *
91 * atkobject: added a explicit include to locale.h
92
93 Changes in version 2.7.90:
94 ==========================
95 *
96 * Bug 694117
97 *  * atkobject: add atk_object_get_object_locale
98 *  * atkdocument: deprecate atk_document_get_locale
99
100 Changes in version 2.7.5:
101 ==========================
102 *
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
108
109 Changes in version 2.7.4:
110 ==========================
111 *
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
115
116 Changes in version 2.7.3:
117 ==========================
118 *
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
125
126 Changes in version 2.7.2:
127 ==========================
128 *
129 * Bug 686801: Extend atk_add_global_event_listener in order to support
130 *   signal details
131 * Updated Thai translation.
132
133 Changes in version 2.6.0:
134 ==========================
135 *
136 * Updated Japanese and Brazilian Portuguese translations.
137
138 Changes in version 2.5.91:
139 ==========================
140 *
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.
145
146 Changes in version 2.5.4:
147 =========================
148 *
149 * Bug 672869: Required a method to check if a relationset contains a
150 *   relation taking into account relationship and target
151
152 Changes in version 2.5.3:
153 =========================
154 *
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
161
162 Changes in version 2.4.0:
163 =========================
164 *
165 * Bug 593220: Some typos in atktable signals (docs)
166 * Updated Hindi and Simplified Chinese translation
167
168
169 Changes in version 2.3.95:
170 =========================
171 *
172 * Bug 671857: Add deprecation attributes to deprecated functions
173 * Updated Visual Studio configuration files
174 * Updated Khmer, Malayalam and Bengali Translations
175
176 Changes in version 2.3.93:
177 ==========================
178 *
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
182
183 Changes in version 2.3.91:
184 ==========================
185 *
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
193
194
195 Changes in version 2.3.3:
196 =========================
197 *
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
203
204 Changes in version 2.2.0:
205 =========================
206 *
207 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
208 *  Catalan (Valencian) translations
209
210 Changes in version 2.1.92:
211 ==========================
212 *
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
219
220 Changes in version 2.1.5:
221 =========================
222 *
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
229
230 Changes in version 2.1.0:
231 =========================
232 *
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
239
240 Changes in version 2.0.1:
241 =========================
242 *
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
251
252 Changes in version 2.0.0:
253 =========================
254 *
255 *Translation update.
256
257 Changes in version 1.91.92:
258 =========================
259 *
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
265
266 Changes in version 1.33.6:
267 =========================
268 *
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
277
278 Changes in version 1.32.0:
279 =========================
280 *
281 *Fixes: #630097, #621717, #571622, #617851, #616812.
282 *Translation update.
283
284
285 Changes in version 1.30.0:
286 =========================
287 *
288 *Translation update.
289
290 Changes in version 1.29.92:
291 =========================
292 *
293 *Fixes: Bug #608399. Correct the link of accessibility page.
294 *Fixes: Bug #606888. Link libatk against libintl.
295 *Translation update.
296
297 Changes in version 1.29.4:
298 ==========================
299 *
300 *Fixes: #592146.
301
302 Changes in version 1.29.3:
303 ==========================
304 *
305 *Fixes: #601552.
306
307 Changes in version 1.29.2:
308 ==========================
309 *
310 *Fixes: #569427.
311 *Translation update.
312
313 Changes in version 1.28.0:
314 ==========================
315 *
316 *Translation update.
317
318 Changes in version 1.27.90:
319 ==========================
320 *
321 *Fixes: #575794, #591105, #489828.
322 *Translation update.
323
324 Changes in version 1.26.0:
325 =========================
326 *
327 *Fixes: Improve the documentation. Sven Herzberg.
328 *Translation update.
329
330 Changes in version 1.25.2:
331 =========================
332 *
333 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
334 #480126.
335 *Translation update.
336
337 Changes in version 1.24.0:
338 =========================
339 *
340 *Fixes: #551474.
341 *Translation update.
342
343 Changes in version 1.23.5:
344 =========================
345 *
346 *Fixes: #535704, #526752.
347
348 Changes in version 1.22.0:
349 =========================
350 *
351 *Translation update.
352
353 Changes in version 1.21.92:
354 =========================
355 *
356 *Fixes #508846.
357
358 Changes in version 1.21.5:
359 =========================
360 *
361 *Fixes #502840, #500978, #477763.
362
363 Changes in version 1.20.0:
364 =========================
365 *
366 *Add "si" (Sinhala) to ALL_LINGUAS.
367
368 Changes in version 1.19.6:
369 =========================
370 *
371 *Fixes #460851. Add a new API: atk_get_version.
372
373 Changes in version 1.19.3:
374 =========================
375 *
376 *Fixes #434784.
377 *Remove gnome-doc-utils dependence.
378
379 Changes in version 1.19.1:
380 =========================
381 *
382 *Fixes #382328, #418194, #413357.
383
384 Changes in version 1.18.0:
385 =========================
386 *
387 *Fixes #408527, #398038, #367627.
388
389 Changes in version 1.17.0:
390 =========================
391 *
392 *Fixes #404592.
393
394 Changes in version 1.13.2:
395 =========================
396 *
397 *New class which provides miscellaneous utilities.
398 *Fixes #329454.
399
400 Changes in version 1.12.4:
401 =========================
402 *
403 *Add Li Yuan to MAINTAINERS.
404
405 Changes in version 1.12.3: 
406 =========================
407 *
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, 
413
414 Changes in version 1.12.2: 
415 =========================
416 * Documentation fixes.
417 * New language: Bengali (Runa Bhattacharjee)
418
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.
426
427 Changes in version 1.12.0: 
428 =========================
429
430 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
431 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
432
433 Changes in version 1.11.4:
434 =========================
435
436  * Enhanced documentation: gtk-doc API docs are
437    now at 100% coverage.
438
439  * allow for NULL in-params to AtkImage coordinate APIs. 
440
441  * New langs: Georgian (ka)   Vladimir Sichinava
442               Oriya (or)      Gora Mohanty
443
444 Changes in version 1.11.3:
445 =========================
446
447  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
448  * Included docs in tarball as appropriate.
449
450 Changes in version 1.11.0:
451 =========================
452
453   Added new APIs - minor enhancements to AtkImage,
454   AtkDocument, AtkObject, AtkComponent, AtkState.
455
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.
462
463   Minor documentation fixes (thanks to Bill Abt).
464
465   Added 'tt' (Tatar) locale, Simos Xenitellis  
466
467 Changes in version 1.10.3:
468 =========================
469
470   Libtool fix.  
471   N.B. : 1.10.2 was released with a buggy libtool!
472
473   in version 1.10.2:
474
475 * Minor build fixes incl Win32 (Tor Lillqvist)
476
477 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
478
479 Changes in version 1.10.1
480 =========================
481
482 * added ATK_STATE_REQUIRED; see bug #172663.
483
484 * New locale, 'rw'
485
486 Changes in version 1.9.1
487 ========================
488
489 * New locale, 'xh'
490
491 * Fixed bug #168218 (spec-file ftp dir wrong)
492
493 * Fixed #165288 in atk.def file.
494
495 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
496
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)
501
502 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
503
504 * Add new translations: Arabic [Arafat Medini], 
505 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
506
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]
511  
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]
516
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]
529
530 Changes in version 1.7.3
531 ========================
532 * Minor updates to documentation.
533
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]
538
539 Changes in version 1.7.2
540 ========================
541 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
542
543 * Add support for AtkRectangle and correct definition of
544 "bounds-changed" signal.
545
546 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
547
548 Changes in version 1.7.1
549 ========================
550 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
551
552 * Add translations: Turkmen [M\303\274hemmet Amut]
553
554 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
555
556 Changes in version 1.7.0
557 ========================
558 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
559
560 * Add new state ATK_STATE_TRUNCATED and new relation 
561 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
562
563 Changes in version 1.6.1
564 ========================
565 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
566
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]
570
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]
575
576 Changes in version 1.6.0
577 ========================
578 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
579
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]
584
585 Changes in version 1.5.5
586 ========================
587 * Add translation: Canadian English [Adam Weinberger]
588
589 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
590 Albanian [Laurent Dhima], German [Christian Neumair],
591 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
592
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]
600
601 Changes in version 1.5.3
602 ========================
603 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
604
605 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
606
607 * Add translation: Croatian [Robert Sedak]
608
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]
616
617 Changes in version 1.5.2
618 ========================
619 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
620
621 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
622
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]. 
633
634
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)
639
640 * Set state FOCUSED for object reported as having focus. (bug #127400)
641
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)
645
646 * Make nicks and blurbs of properties translatable.
647
648 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
649
650 * Add translations: Afrikaans [Stefan Lubbersen]
651
652 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
653 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
654 Dutch [Vincent van Adrighem]
655
656 Changes in version 1.5.0
657 ========================
658 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
659
660 * Add version number to documentation (bug #125758)
661
662 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
663
664 Changes in version 1.4.1
665 ========================
666 * Add translations: Lithuanian [Gedminas Paulauskas], 
667 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
668
669 * Update translations: German [Christian Neumair],
670 Romanian [Mi\305\237u Moldovan]
671
672 * Add description of signals to the documentation [Padraig O'Briain]
673
674 * Fix bug which caused building of rpms to fail [Scott Kennedy]
675
676 Changes in version 1.4.0
677 ========================
678 * Add translations: Nepali [Pawan Chitrakar]
679
680 * Update translations: Spanish [Francisco Javier F.Serrador],
681 Welsh [Dafydd Harries]
682
683 Changes in version 1.3.6
684 ========================
685 * Add translations: Hindi [Guntupalli Katunakar]
686
687 * Update translations: Azerbaijani [Metin Amiroff], 
688 Italian [Alessio Frusciante]
689
690 Changes in version 1.3.5
691 ========================
692 * Remove po/Makefile.in.in (bug #119053)
693
694 * Return correct value for atk_state-set_is_empty (bug #116621)
695
696 * Ensure that row and column values in atk_table_ref_at are non-negative.
697
698 * Add translations: Tamil [Dinesh N]
699
700 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
701 Hungarian [Andras Timar].
702  
703
704 Changes in version 1.3.4
705 ========================
706 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
707
708 * Add new relation type ATK_RELATION_POPUP
709
710 * Some win32 fixes [Tor Lillqvist]
711
712 Changes in version 1.3.3
713 ========================
714 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
715
716 * Update translations: Traditional Chinese [Abel Cheung]
717
718 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
719
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]
724
725 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
726
727
728 Changes in version 1.3.1
729 ========================
730 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
731
732 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
733
734
735 Changes in version 1.3.0
736 ========================
737 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
738 [James Henstridge]
739
740 * Windows fixes [Tor Lillqvist]
741
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]
750
751 * Make atk_text_get_character_extents() return positive value, even for rtl
752 text. (bug #102954) [Padraig O'Briain]
753
754 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
755 (bug #100943) [Padraig]
756
757 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
758 [Padraig]
759
760 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
761 [Padraig]
762
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]
766  
767 * Correct creation of object which is not a AtkGObjectAccessible in
768 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
769
770 * Do not emit notification for initial setting of role using 
771 atk_object_set_role(). (bug #107710) [Padraig]
772
773
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]
779
780 * Allow changing of default installation directory for documentation.
781 (bug 102497) [Padraig O'Briain].
782
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]
788
789 Changes in version 1.2.0
790 ========================
791 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
792
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]
800
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]
805
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]
811
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]
822
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]
829
830 * Add po directory and update atk_role_get_localized_name() to allow it to
831 return localized name [Padraig]
832
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]
841
842 Changes in version 1.0.3
843 ========================
844 * Documentation improvements [Padraig O'Briain]
845 * 64-bit bug fixes [George Lebl]
846
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]
851
852 Changes in version 1.0.1
853 ========================
854 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
855 * Fix Win32 DLL name [Tor Lillqvist]
856
857 Changes in version 1.0.0
858 ========================
859 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
860 * Add structure padding [Padraig]
861
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]
869
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.
877
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]
886
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]
896
897 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
898   Sebastian Wilhelmi
899
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]
909
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]
918
919 Changes in 0.5
920 ==============
921 * Win32 updates and a small bug fix [Hans Breuer]
922
923 Changes in 0.4
924 ==============
925 * Miscellaneous cleanups and fixes.
926
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
937
938 Changes in 0.2
939 ==============
940 * Some API tweaks
941
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.