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