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