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