Version 0.8, require GLib-1.3.12
[platform/upstream/atk.git] / NEWS
1 Changes in 0.8
2
3 * Win32 build fixes [Hans Breuer]
4 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
5 * Register types for ATK enumerations [Padraig]
6 * Allow registration of new txt attribute types [Padraig]
7 * Miscellaneous small API additions [Padraig]
8 * New test cases [Padraig]
9 * Documentation improvements [Padraig]
10
11 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
12   Sebastian Wilhelmi
13
14 Changes in 0.7
15
16 * Some restructuring of how change notification works, use
17   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
18 * Various small API fixes and improvements [Padraig]
19 * Add key event hooks [Bill]
20 * Documentation improvements [Padraig]
21 * Win32 build improvements [Tor Lillqvist]
22 * Bug fixes [Padraig, Bill]
23
24 Changes in 0.6
25
26 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
27   [Padraig O'Briain, Bill Haneman]
28 * Win32 build fixes [Tor Lillqvist]
29 * Bug fixes and optimizations [Padraig]
30 * Makefile fix [Jacob Berkman]
31 * Doc improvements [Padraig]
32
33 Changes in 0.5
34
35 * Win32 updates and a small bug fix [Hans Breuer]
36
37 Changes in 0.4
38
39 * Miscellaneous cleanups and fixes.
40
41 Changes in 0.3
42
43 * API improvements to AtkTable, AtkSelection
44 * Add AtkDocument interface
45 * Rename AtkHyperLink to AtkHyperlink
46 * Allow for screen or window relative coordinates
47 * Utility functions
48 * Various minor tweeks and cleanups. 
49 * Documentation improvements
50 * Add default implementations for important functions
51
52 Changes in 0.2
53
54 * Some API tweaks
55
56 Changes in 0.1
57
58 This is the initial release of ATK, the Accessibility Tookit, which will be
59 used obtain accessibily information from GTK+ and GNOME widgets.