===== Released 1.0.1 ======
[atk.git] / NEWS
blobb5a4cd06650543e8e78abea84444e565b6aeb07b
1 Changes in version 1.0.1
3 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
4 * Fix Win32 DLL name [Tor Lillqvist]
6 Changes in version 1.0.0
8 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
9 * Add structure padding [Padraig]
11 Changes in version 0.13
13 * Add padding to class structures for future expansion [Padraig O'Briain]
14 * Add include guards to atk.h [Morten Welinder]
15 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
16   to be AtkComponent instead of AtkObject [Padraig]
17 * Cleanups [Padraig]
19 Changes in version 0.11 and 0.12
21 * Ansi-fied function prototypes and definitions;
22   i.e.  foo(void) instead of foo() [Jacob Berkman]
23 * Deprecated the mis-located AtkObject API for getting
24   layer and mdi-zorder info (should have been in AtkComponent)
25   and put this API into AtkComponent.
27 Changes in version 0.9 and 0.10
29 * Win32 build fixes [Hans Breuer]x
30 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
31 * Doc improvements [Padraig O'Briain]
32 * Fix signal prototypes in atkobject.h [Murray Cumming]
33 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
34 * Bug fixes [Michael Meeks, Jeff]
36 Changes in 0.8
38 * Win32 build fixes [Hans Breuer]
39 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
40 * Register types for ATK enumerations [Padraig]
41 * Allow registration of new txt attribute types [Padraig]
42 * Miscellaneous small API additions [Padraig]
43 * New test cases [Padraig]
44 * Documentation improvements [Padraig]
46 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
47   Sebastian Wilhelmi
49 Changes in 0.7
51 * Some restructuring of how change notification works, use
52   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
53 * Various small API fixes and improvements [Padraig]
54 * Add key event hooks [Bill]
55 * Documentation improvements [Padraig]
56 * Win32 build improvements [Tor Lillqvist]
57 * Bug fixes [Padraig, Bill]
59 Changes in 0.6
61 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
62   [Padraig O'Briain, Bill Haneman]
63 * Win32 build fixes [Tor Lillqvist]
64 * Bug fixes and optimizations [Padraig]
65 * Makefile fix [Jacob Berkman]
66 * Doc improvements [Padraig]
68 Changes in 0.5
70 * Win32 updates and a small bug fix [Hans Breuer]
72 Changes in 0.4
74 * Miscellaneous cleanups and fixes.
76 Changes in 0.3
78 * API improvements to AtkTable, AtkSelection
79 * Add AtkDocument interface
80 * Rename AtkHyperLink to AtkHyperlink
81 * Allow for screen or window relative coordinates
82 * Utility functions
83 * Various minor tweeks and cleanups. 
84 * Documentation improvements
85 * Add default implementations for important functions
87 Changes in 0.2
89 * Some API tweaks
91 Changes in 0.1
93 This is the initial release of ATK, the Accessibility Tookit, which will be
94 used obtain accessibily information from GTK+ and GNOME widgets.