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