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