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