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