495fe97212dbe682a3acc73cd18c3002d87b467d
[platform/upstream/atk.git] / NEWS
1 Changes in version 0.13
2
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]
8
9 Changes in version 0.11 and 0.12
10
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.
16
17 Changes in version 0.9 and 0.10
18
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]
25
26 Changes in 0.8
27
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]
35
36 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
37   Sebastian Wilhelmi
38
39 Changes in 0.7
40
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]
48
49 Changes in 0.6
50
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]
57
58 Changes in 0.5
59
60 * Win32 updates and a small bug fix [Hans Breuer]
61
62 Changes in 0.4
63
64 * Miscellaneous cleanups and fixes.
65
66 Changes in 0.3
67
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
76
77 Changes in 0.2
78
79 * Some API tweaks
80
81 Changes in 0.1
82
83 This is the initial release of ATK, the Accessibility Tookit, which will be
84 used obtain accessibily information from GTK+ and GNOME widgets.