Release atk 1.30.0.
[platform/upstream/atk.git] / NEWS
1 Changes in version 1.30.0:
2 =========================
3 *
4 *Translation update.
5
6 Changes in version 1.29.92:
7 =========================
8 *
9 *Fixes: Bug #608399. Correct the link of accessibility page.
10 *Fixes: Bug #606888. Link libatk against libintl.
11 *Translation update.
12
13 Changes in version 1.29.4:
14 ==========================
15 *
16 *Fixes: #592146.
17
18 Changes in version 1.29.3:
19 ==========================
20 *
21 *Fixes: #601552.
22
23 Changes in version 1.29.2:
24 ==========================
25 *
26 *Fixes: #569427.
27 *Translation update.
28
29 Changes in version 1.28.0:
30 ==========================
31 *
32 *Translation update.
33
34 Changes in version 1.27.90:
35 ==========================
36 *
37 *Fixes: #575794, #591105, #489828.
38 *Translation update.
39
40 Changes in version 1.26.0:
41 =========================
42 *
43 *Fixes: Improve the documentation. Sven Herzberg.
44 *Translation update.
45
46 Changes in version 1.25.2:
47 =========================
48 *
49 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
50 #480126.
51 *Translation update.
52
53 Changes in version 1.24.0:
54 =========================
55 *
56 *Fixes: #551474.
57 *Translation update.
58
59 Changes in version 1.23.5:
60 =========================
61 *
62 *Fixes: #535704, #526752.
63
64 Changes in version 1.22.0:
65 =========================
66 *
67 *Translation update.
68
69 Changes in version 1.21.92:
70 =========================
71 *
72 *Fixes #508846.
73
74 Changes in version 1.21.5:
75 =========================
76 *
77 *Fixes #502840, #500978, #477763.
78
79 Changes in version 1.20.0:
80 =========================
81 *
82 *Add "si" (Sinhala) to ALL_LINGUAS.
83
84 Changes in version 1.19.6:
85 =========================
86 *
87 *Fixes #460851. Add a new API: atk_get_version.
88
89 Changes in version 1.19.3:
90 =========================
91 *
92 *Fixes #434784.
93 *Remove gnome-doc-utils dependence.
94
95 Changes in version 1.19.1:
96 =========================
97 *
98 *Fixes #382328, #418194, #413357.
99
100 Changes in version 1.18.0:
101 =========================
102 *
103 *Fixes #408527, #398038, #367627.
104
105 Changes in version 1.17.0:
106 =========================
107 *
108 *Fixes #404592.
109
110 Changes in version 1.13.2:
111 =========================
112 *
113 *New class which provides miscellaneous utilities.
114 *Fixes #329454.
115
116 Changes in version 1.12.4:
117 =========================
118 *
119 *Add Li Yuan to MAINTAINERS.
120
121 Changes in version 1.12.3: 
122 =========================
123 *
124 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
125 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
126 * Implement AtkDocument signals (Neo Liu)
127 * Update docs to include info on AtkDocument signals.
128 * Bugfixes: #357847, #340553, #346464, #352227, 
129
130 Changes in version 1.12.2: 
131 =========================
132 * Documentation fixes.
133 * New language: Bengali (Runa Bhattacharjee)
134
135 Changes in version 1.12.1: 
136 =========================
137 * Added AtkHyperlinkImpl
138 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
139 * Fixed tags in docs so that indices of
140   new and deprecated methods are created.
141 * Added "get_uri" method to AtkStreamableContent.
142
143 Changes in version 1.12.0: 
144 =========================
145
146 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
147 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
148
149 Changes in version 1.11.4:
150 =========================
151
152  * Enhanced documentation: gtk-doc API docs are
153    now at 100% coverage.
154
155  * allow for NULL in-params to AtkImage coordinate APIs. 
156
157  * New langs: Georgian (ka)   Vladimir Sichinava
158               Oriya (or)      Gora Mohanty
159
160 Changes in version 1.11.3:
161 =========================
162
163  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
164  * Included docs in tarball as appropriate.
165
166 Changes in version 1.11.0:
167 =========================
168
169   Added new APIs - minor enhancements to AtkImage,
170   AtkDocument, AtkObject, AtkComponent, AtkState.
171
172   Significant API additions:  Added locale attribute to
173   AtkImage instances, and Document instances.  
174   Added the ability to assign weakly-typed attributes to
175   AtkObject as name-value pairs; also added similar
176   name-value pairs to AtkDocument for attributes which are
177   intended to be valid over the entire document.
178
179   Minor documentation fixes (thanks to Bill Abt).
180
181   Added 'tt' (Tatar) locale, Simos Xenitellis  
182
183 Changes in version 1.10.3:
184 =========================
185
186   Libtool fix.  
187   N.B. : 1.10.2 was released with a buggy libtool!
188
189   in version 1.10.2:
190
191 * Minor build fixes incl Win32 (Tor Lillqvist)
192
193 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
194
195 Changes in version 1.10.1
196 =========================
197
198 * added ATK_STATE_REQUIRED; see bug #172663.
199
200 * New locale, 'rw'
201
202 Changes in version 1.9.1
203 ========================
204
205 * New locale, 'xh'
206
207 * Fixed bug #168218 (spec-file ftp dir wrong)
208
209 * Fixed #165288 in atk.def file.
210
211 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
212
213 Changes in version 1.9.0
214 ========================
215 * Add new functions atk_relation_set_add_relation_by_type and
216 atk_relation_add_target. (bug #158722)
217
218 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
219
220 * Add new translations: Arabic [Arafat Medini], 
221 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
222
223 * Updated translations: Canadian English [Adam Weinberger],
224 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
225 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
226 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
227  
228 Changes in version 1.8.0
229 ========================
230 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
231 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
232
233 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
234 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
235 Turkish [Baris Cicek], German [Hendrik Richter],
236 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
237 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
238 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
239 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
240 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
241 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
242 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
243 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
244 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
245
246 Changes in version 1.7.3
247 ========================
248 * Minor updates to documentation.
249
250 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
251 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
252 British [David Lodge], Spanish [Francisco Javier F. Serrador],
253 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
254
255 Changes in version 1.7.2
256 ========================
257 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
258
259 * Add support for AtkRectangle and correct definition of
260 "bounds-changed" signal.
261
262 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
263
264 Changes in version 1.7.1
265 ========================
266 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
267
268 * Add translations: Turkmen [M\303\274hemmet Amut]
269
270 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
271
272 Changes in version 1.7.0
273 ========================
274 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
275
276 * Add new state ATK_STATE_TRUNCATED and new relation 
277 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
278
279 Changes in version 1.6.1
280 ========================
281 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
282
283 * Add translations: Gujarati [Gujarati team], 
284 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
285 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
286
287 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
288 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
289 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
290 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
291
292 Changes in version 1.6.0
293 ========================
294 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
295
296 * Update translations: Arabic [Arafat Medini], 
297 Spanish [Francisco Javier F. Serrador],
298 Lithuanian [\305\275ygimantas Beru\304\215ka], 
299 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
300
301 Changes in version 1.5.5
302 ========================
303 * Add translation: Canadian English [Adam Weinberger]
304
305 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
306 Albanian [Laurent Dhima], German [Christian Neumair],
307 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
308
309 Changes in version 1.5.4
310 ========================
311 * Update translations: Japanese [Takeshi AIHANA], 
312 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
313 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
314 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
315 Albanian [Laurent Dhima]
316
317 Changes in version 1.5.3
318 ========================
319 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
320
321 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
322
323 * Add translation: Croatian [Robert Sedak]
324
325 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
326 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
327 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
328 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
329 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
330 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
331 Portuguese [Duarte Loreto]
332
333 Changes in version 1.5.2
334 ========================
335 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
336
337 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
338
339 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
340 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
341 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
342 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
343 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
344 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
345 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
346 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
347 Dutch [Vincent van Adrighem], French {Christophe Merlet],
348 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
349
350
351 Changes in version 1.5.1
352 ========================
353 * Change role names so that unlocalized names the same as Java role names.
354 (bug #125024)
355
356 * Set state FOCUSED for object reported as having focus. (bug #127400)
357
358 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
359 signal link_activated and properties "number-of-anchors", "end-index" and 
360 "start-index" for AtkHyperlink. (bug 112390)
361
362 * Make nicks and blurbs of properties translatable.
363
364 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
365
366 * Add translations: Afrikaans [Stefan Lubbersen]
367
368 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
369 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
370 Dutch [Vincent van Adrighem]
371
372 Changes in version 1.5.0
373 ========================
374 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
375
376 * Add version number to documentation (bug #125758)
377
378 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
379
380 Changes in version 1.4.1
381 ========================
382 * Add translations: Lithuanian [Gedminas Paulauskas], 
383 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
384
385 * Update translations: German [Christian Neumair],
386 Romanian [Mi\305\237u Moldovan]
387
388 * Add description of signals to the documentation [Padraig O'Briain]
389
390 * Fix bug which caused building of rpms to fail [Scott Kennedy]
391
392 Changes in version 1.4.0
393 ========================
394 * Add translations: Nepali [Pawan Chitrakar]
395
396 * Update translations: Spanish [Francisco Javier F.Serrador],
397 Welsh [Dafydd Harries]
398
399 Changes in version 1.3.6
400 ========================
401 * Add translations: Hindi [Guntupalli Katunakar]
402
403 * Update translations: Azerbaijani [Metin Amiroff], 
404 Italian [Alessio Frusciante]
405
406 Changes in version 1.3.5
407 ========================
408 * Remove po/Makefile.in.in (bug #119053)
409
410 * Return correct value for atk_state-set_is_empty (bug #116621)
411
412 * Ensure that row and column values in atk_table_ref_at are non-negative.
413
414 * Add translations: Tamil [Dinesh N]
415
416 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
417 Hungarian [Andras Timar].
418  
419
420 Changes in version 1.3.4
421 ========================
422 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
423
424 * Add new relation type ATK_RELATION_POPUP
425
426 * Some win32 fixes [Tor Lillqvist]
427
428 Changes in version 1.3.3
429 ========================
430 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
431
432 * Update translations: Traditional Chinese [Abel Cheung]
433
434 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
435
436 Changes in version 1.3.2
437 ========================
438 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
439 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
440
441 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
442
443
444 Changes in version 1.3.1
445 ========================
446 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
447
448 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
449
450
451 Changes in version 1.3.0
452 ========================
453 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
454 [James Henstridge]
455
456 * Windows fixes [Tor Lillqvist]
457
458 * Add translations: Esparanto [Charles Voelger], 
459 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
460 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
461 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
462 Turkish [Gorkem], Indonesian [Mohammad Damt],
463 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
464 Brazilian Portuguese [Alexander Folle de Menezes], 
465 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
466
467 * Make atk_text_get_character_extents() return positive value, even for rtl
468 text. (bug #102954) [Padraig O'Briain]
469
470 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
471 (bug #100943) [Padraig]
472
473 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
474 [Padraig]
475
476 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
477 [Padraig]
478
479 * Add property "selected-link" to AtkHyperlink and new function
480 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
481 (bug #104621) [Padraig]
482  
483 * Correct creation of object which is not a AtkGObjectAccessible in
484 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
485
486 * Do not emit notification for initial setting of role using 
487 atk_object_set_role(). (bug #107710) [Padraig]
488
489
490 Changes in version 1.2.2
491 ========================
492 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
493 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
494 Italian [Alession Frusciante], Amharic [Daniel Yacob]
495
496 * Allow changing of default installation directory for documentation.
497 (bug 102497) [Padraig O'Briain].
498
499 Changes in version 1.2.1
500 ========================
501 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
502 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
503 Greek [Kostas Papadimas]
504
505 Changes in version 1.2.0
506 ========================
507 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
508
509 Changes in version 1.1.5
510 ========================
511 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
512 [Padraig O'Briain]
513 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
514 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
515 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
516
517 Changes in version 1.1.4
518 ========================
519 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
520 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
521
522 Changes in version 1.1.3
523 ========================
524 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
525 * Add tranlatations: Malay language [Hasbullah BIn Pit]
526 English [Abi Brady]
527
528 Changes in version 1.1.2
529 ========================
530 * Correct implementation of i18n support [Padraig O'Briain]
531 * Add Swedish translations [Christian Rose]
532 * Fix compiler warnings [Soeren Sandmann]
533 * Add signal "active-descendant-changed" to AtkObject [Padraig]
534 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
535 [Bill Haneman]
536 * Add atk_hyperlink_is_inline() [Bill]
537 * Update docs [Bill]
538
539 Changes in version 1.1.1
540 ========================
541 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
542 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
543 states and relationships; add text-attributes-changed signal for AtkText
544 interface. [Padraig O'Briain]
545
546 * Add po directory and update atk_role_get_localized_name() to allow it to
547 return localized name [Padraig]
548
549 Changes in version 1.1.0
550 ========================
551 * Documentation improvements [Padraig O'Briain]
552 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
553 are installed [Havoc Pennington]
554 * Add implementtaion of atk_object_factory_get_accessible_type() for
555 AtkNoOpObjectFactory [Padraig]
556 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
557
558 Changes in version 1.0.3
559 ========================
560 * Documentation improvements [Padraig O'Briain]
561 * 64-bit bug fixes [George Lebl]
562
563 Changes in version 1.0.2
564 ========================
565 * Fixed bug with focus notification [Padraig O'Briain]
566 * Fixed bug in atk_gobject_for_accessible [Padraig]
567
568 Changes in version 1.0.1
569 ========================
570 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
571 * Fix Win32 DLL name [Tor Lillqvist]
572
573 Changes in version 1.0.0
574 ========================
575 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
576 * Add structure padding [Padraig]
577
578 Changes in version 0.13
579 ========================
580 * Add padding to class structures for future expansion [Padraig O'Briain]
581 * Add include guards to atk.h [Morten Welinder]
582 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
583   to be AtkComponent instead of AtkObject [Padraig]
584 * Cleanups [Padraig]
585
586 Changes in version 0.11 and 0.12
587 ================================
588 * Ansi-fied function prototypes and definitions;
589   i.e.  foo(void) instead of foo() [Jacob Berkman]
590 * Deprecated the mis-located AtkObject API for getting
591   layer and mdi-zorder info (should have been in AtkComponent)
592   and put this API into AtkComponent.
593
594 Changes in version 0.9 and 0.10
595 ===============================
596 * Win32 build fixes [Hans Breuer]
597 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
598 * Doc improvements [Padraig O'Briain]
599 * Fix signal prototypes in atkobject.h [Murray Cumming]
600 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
601 * Bug fixes [Michael Meeks, Jeff]
602
603 Changes in 0.8
604 ==============
605 * Win32 build fixes [Hans Breuer]
606 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
607 * Register types for ATK enumerations [Padraig]
608 * Allow registration of new txt attribute types [Padraig]
609 * Miscellaneous small API additions [Padraig]
610 * New test cases [Padraig]
611 * Documentation improvements [Padraig]
612
613 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
614   Sebastian Wilhelmi
615
616 Changes in 0.7
617 ==============
618 * Some restructuring of how change notification works, use
619   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
620 * Various small API fixes and improvements [Padraig]
621 * Add key event hooks [Bill]
622 * Documentation improvements [Padraig]
623 * Win32 build improvements [Tor Lillqvist]
624 * Bug fixes [Padraig, Bill]
625
626 Changes in 0.6
627 ==============
628 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
629   [Padraig O'Briain, Bill Haneman]
630 * Win32 build fixes [Tor Lillqvist]
631 * Bug fixes and optimizations [Padraig]
632 * Makefile fix [Jacob Berkman]
633 * Doc improvements [Padraig]
634
635 Changes in 0.5
636 ==============
637 * Win32 updates and a small bug fix [Hans Breuer]
638
639 Changes in 0.4
640 ==============
641 * Miscellaneous cleanups and fixes.
642
643 Changes in 0.3
644 ==============
645 * API improvements to AtkTable, AtkSelection
646 * Add AtkDocument interface
647 * Rename AtkHyperLink to AtkHyperlink
648 * Allow for screen or window relative coordinates
649 * Utility functions
650 * Various minor tweeks and cleanups. 
651 * Documentation improvements
652 * Add default implementations for important functions
653
654 Changes in 0.2
655 ==============
656 * Some API tweaks
657
658 Changes in 0.1
659 ==============
660 This is the initial release of ATK, the Accessibility Tookit, which will be
661 used obtain accessibily information from GTK+ and GNOME widgets.