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