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