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