Version 0.13
[atk.git] / NEWS
blob495fe97212dbe682a3acc73cd18c3002d87b467d
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]
7 * Cleanups [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]
26 Changes in 0.8
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, 
37   Sebastian Wilhelmi
39 Changes in 0.7
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]
49 Changes in 0.6
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]
58 Changes in 0.5
60 * Win32 updates and a small bug fix [Hans Breuer]
62 Changes in 0.4
64 * Miscellaneous cleanups and fixes.
66 Changes in 0.3
68 * API improvements to AtkTable, AtkSelection
69 * Add AtkDocument interface
70 * Rename AtkHyperLink to AtkHyperlink
71 * Allow for screen or window relative coordinates
72 * Utility functions
73 * Various minor tweeks and cleanups. 
74 * Documentation improvements
75 * Add default implementations for important functions
77 Changes in 0.2
79 * Some API tweaks
81 Changes in 0.1
83 This is the initial release of ATK, the Accessibility Tookit, which will be
84 used obtain accessibily information from GTK+ and GNOME widgets.