Add implementation of atk_attribute_register, atk_attribute_for_name Udate
[platform/upstream/atk.git] / NEWS
1 Changes in 0.7
2
3 * Some restructuring of how change notification works, use
4   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
5 * Various small API fixes and improvements [Padraig]
6 * Add key event hooks [Bill]
7 * Documentation improvements [Padraig]
8 * Win32 build improvements [Tor Lillqvist]
9 * Bug fixes [Padraig, Bill]
10
11 Changes in 0.6
12
13 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
14   [Padraig O'Briain, Bill Haneman]
15 * Win32 build fixes [Tor Lillqvist]
16 * Bug fixes and optimizations [Padraig]
17 * Makefile fix [Jacob Berkman]
18 * Doc improvements [Padraig]
19
20 Changes in 0.5
21
22 * Win32 updates and a small bug fix [Hans Breuer]
23
24 Changes in 0.4
25
26 * Miscellaneous cleanups and fixes.
27
28 Changes in 0.3
29
30 * API improvements to AtkTable, AtkSelection
31 * Add AtkDocument interface
32 * Rename AtkHyperLink to AtkHyperlink
33 * Allow for screen or window relative coordinates
34 * Utility functions
35 * Various minor tweeks and cleanups. 
36 * Documentation improvements
37 * Add default implementations for important functions
38
39 Changes in 0.2
40
41 * Some API tweaks
42
43 Changes in 0.1
44
45 This is the initial release of ATK, the Accessibility Tookit, which will be
46 used obtain accessibily information from GTK+ and GNOME widgets.