===== Released 1.2.0 ======
[platform/upstream/atk.git] / NEWS
1 Changes in version 1.2.0
2
3 * Add translations: Russian [Dmitri G. Mastrukov], Ukranuian [Yuriy Syrota]
4
5 Changes in version 1.1.5
6
7 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
8 [Padraig O'Briain]
9 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
10 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
11 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
12
13 Changes in version 1.1.4
14
15 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
16 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
17
18 Changes in version 1.1.3
19
20 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
21 * Add tranlatations: Malay language [Hasbullah BIn Pit]
22 English [Abi Brady]
23
24 Changes in version 1.1.2
25
26 * Correct implementation of i18n support [Padraig O'Briain]
27 * Add Swedish translations [Christian Rose]
28 * Fix compiler warnings [Soeren Sandmann]
29 * Add signal "active-descendant-changed" to AtkObject [Padraig]
30 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
31 [Bill Haneman]
32 * Add atk_hyperlink_is_inline() [Bill]
33 * Update docs [Bill]
34
35 Changes in version 1.1.1
36
37 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
38 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
39 states and relationships; add text-attributes-changed signal for AtkText
40 interface. [Padraig O'Briain]
41
42 * Add po directory and update atk_role_get_localized_name() to allow it to
43 return localized name [Padraig]
44
45 Changes in version 1.1.0
46
47 * Documentation improvements [Padraig O'Briain]
48 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
49 are installed [Havoc Pennington]
50 * Add implementtaion of atk_object_factory_get_accessible_type() for
51 AtkNoOpObjectFactory [Padraig]
52 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
53
54 Changes in version 1.0.3
55
56 * Documentation improvements [Padraig O'Briain]
57 * 64-bit bug fixes [George Lebl]
58
59 Changes in version 1.0.2
60
61 * Fixed bug with focus notification [Padraig O'Briain]
62 * Fixed bug in atk_gobject_for_accessible [Padraig]
63
64 Changes in version 1.0.1
65
66 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
67 * Fix Win32 DLL name [Tor Lillqvist]
68
69 Changes in version 1.0.0
70
71 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
72 * Add structure padding [Padraig]
73
74 Changes in version 0.13
75
76 * Add padding to class structures for future expansion [Padraig O'Briain]
77 * Add include guards to atk.h [Morten Welinder]
78 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
79   to be AtkComponent instead of AtkObject [Padraig]
80 * Cleanups [Padraig]
81
82 Changes in version 0.11 and 0.12
83
84 * Ansi-fied function prototypes and definitions;
85   i.e.  foo(void) instead of foo() [Jacob Berkman]
86 * Deprecated the mis-located AtkObject API for getting
87   layer and mdi-zorder info (should have been in AtkComponent)
88   and put this API into AtkComponent.
89
90 Changes in version 0.9 and 0.10
91
92 * Win32 build fixes [Hans Breuer]x
93 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
94 * Doc improvements [Padraig O'Briain]
95 * Fix signal prototypes in atkobject.h [Murray Cumming]
96 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
97 * Bug fixes [Michael Meeks, Jeff]
98
99 Changes in 0.8
100
101 * Win32 build fixes [Hans Breuer]
102 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
103 * Register types for ATK enumerations [Padraig]
104 * Allow registration of new txt attribute types [Padraig]
105 * Miscellaneous small API additions [Padraig]
106 * New test cases [Padraig]
107 * Documentation improvements [Padraig]
108
109 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
110   Sebastian Wilhelmi
111
112 Changes in 0.7
113
114 * Some restructuring of how change notification works, use
115   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
116 * Various small API fixes and improvements [Padraig]
117 * Add key event hooks [Bill]
118 * Documentation improvements [Padraig]
119 * Win32 build improvements [Tor Lillqvist]
120 * Bug fixes [Padraig, Bill]
121
122 Changes in 0.6
123
124 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
125   [Padraig O'Briain, Bill Haneman]
126 * Win32 build fixes [Tor Lillqvist]
127 * Bug fixes and optimizations [Padraig]
128 * Makefile fix [Jacob Berkman]
129 * Doc improvements [Padraig]
130
131 Changes in 0.5
132
133 * Win32 updates and a small bug fix [Hans Breuer]
134
135 Changes in 0.4
136
137 * Miscellaneous cleanups and fixes.
138
139 Changes in 0.3
140
141 * API improvements to AtkTable, AtkSelection
142 * Add AtkDocument interface
143 * Rename AtkHyperLink to AtkHyperlink
144 * Allow for screen or window relative coordinates
145 * Utility functions
146 * Various minor tweeks and cleanups. 
147 * Documentation improvements
148 * Add default implementations for important functions
149
150 Changes in 0.2
151
152 * Some API tweaks
153
154 Changes in 0.1
155
156 This is the initial release of ATK, the Accessibility Tookit, which will be
157 used obtain accessibily information from GTK+ and GNOME widgets.