1 Changes in version 0.13
3 * Add padding to class structures for future expansion [Padraig O'Briain]
4 * Add include guards to atk.h [Morten Welinder]
5 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
6 to be AtkComponent instead of AtkObject [Padraig]
9 Changes in version 0.11 and 0.12
11 * Ansi-fied function prototypes and definitions;
12 i.e. foo(void) instead of foo() [Jacob Berkman]
13 * Deprecated the mis-located AtkObject API for getting
14 layer and mdi-zorder info (should have been in AtkComponent)
15 and put this API into AtkComponent.
17 Changes in version 0.9 and 0.10
19 * Win32 build fixes [Hans Breuer]x
20 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
21 * Doc improvements [Padraig O'Briain]
22 * Fix signal prototypes in atkobject.h [Murray Cumming]
23 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
24 * Bug fixes [Michael Meeks, Jeff]
28 * Win32 build fixes [Hans Breuer]
29 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
30 * Register types for ATK enumerations [Padraig]
31 * Allow registration of new txt attribute types [Padraig]
32 * Miscellaneous small API additions [Padraig]
33 * New test cases [Padraig]
34 * Documentation improvements [Padraig]
36 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks,
41 * Some restructuring of how change notification works, use
42 signals not properties in some cases. [Padraig O'Briain, Bill Haneman]
43 * Various small API fixes and improvements [Padraig]
44 * Add key event hooks [Bill]
45 * Documentation improvements [Padraig]
46 * Win32 build improvements [Tor Lillqvist]
47 * Bug fixes [Padraig, Bill]
51 * Small improvements to AtkText, AtkRelation, AtkObject APIs.
52 [Padraig O'Briain, Bill Haneman]
53 * Win32 build fixes [Tor Lillqvist]
54 * Bug fixes and optimizations [Padraig]
55 * Makefile fix [Jacob Berkman]
56 * Doc improvements [Padraig]
60 * Win32 updates and a small bug fix [Hans Breuer]
64 * Miscellaneous cleanups and fixes.
68 * API improvements to AtkTable, AtkSelection
69 * Add AtkDocument interface
70 * Rename AtkHyperLink to AtkHyperlink
71 * Allow for screen or window relative coordinates
73 * Various minor tweeks and cleanups.
74 * Documentation improvements
75 * Add default implementations for important functions
83 This is the initial release of ATK, the Accessibility Tookit, which will be
84 used obtain accessibily information from GTK+ and GNOME widgets.