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