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