Deprecated some misplaced API; retagged. Bug fixes to AtkComponent,
[platform/upstream/atk.git] / NEWS
1 Changes in version 0.11 and 0.12
2
3 * Ansi-fied function prototypes and definitions;
4   i.e.  foo(void) instead of foo() [Jacob Berkman]
5 * Deprecated the mis-located AtkObject API for getting
6   layer and mdi-zorder info (should have been in AtkComponent)
7   and put this API into AtkComponent.
8
9 Changes in version 0.9 and 0.10
10
11 * Win32 build fixes [Hans Breuer]x
12 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
13 * Doc improvements [Padraig O'Briain]
14 * Fix signal prototypes in atkobject.h [Murray Cumming]
15 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
16 * Bug fixes [Michael Meeks, Jeff]
17
18 Changes in 0.8
19
20 * Win32 build fixes [Hans Breuer]
21 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
22 * Register types for ATK enumerations [Padraig]
23 * Allow registration of new txt attribute types [Padraig]
24 * Miscellaneous small API additions [Padraig]
25 * New test cases [Padraig]
26 * Documentation improvements [Padraig]
27
28 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
29   Sebastian Wilhelmi
30
31 Changes in 0.7
32
33 * Some restructuring of how change notification works, use
34   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
35 * Various small API fixes and improvements [Padraig]
36 * Add key event hooks [Bill]
37 * Documentation improvements [Padraig]
38 * Win32 build improvements [Tor Lillqvist]
39 * Bug fixes [Padraig, Bill]
40
41 Changes in 0.6
42
43 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
44   [Padraig O'Briain, Bill Haneman]
45 * Win32 build fixes [Tor Lillqvist]
46 * Bug fixes and optimizations [Padraig]
47 * Makefile fix [Jacob Berkman]
48 * Doc improvements [Padraig]
49
50 Changes in 0.5
51
52 * Win32 updates and a small bug fix [Hans Breuer]
53
54 Changes in 0.4
55
56 * Miscellaneous cleanups and fixes.
57
58 Changes in 0.3
59
60 * API improvements to AtkTable, AtkSelection
61 * Add AtkDocument interface
62 * Rename AtkHyperLink to AtkHyperlink
63 * Allow for screen or window relative coordinates
64 * Utility functions
65 * Various minor tweeks and cleanups. 
66 * Documentation improvements
67 * Add default implementations for important functions
68
69 Changes in 0.2
70
71 * Some API tweaks
72
73 Changes in 0.1
74
75 This is the initial release of ATK, the Accessibility Tookit, which will be
76 used obtain accessibily information from GTK+ and GNOME widgets.