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