These changes improve the quality of the documentation by adding
[platform/upstream/atk.git] / NEWS
1 Changes in version 1.0.3
2
3 * Documentation improvements [Padraig O'Briain]
4 * 64-bit bug fixes [George Lebl]
5
6 Changes in version 1.0.2
7
8 * Fixed bug with focus notification [Padraig O'Briain]
9 * Fixed bug in atk_gobject_for_accessible [Padraig]
10
11 Changes in version 1.0.1
12
13 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
14 * Fix Win32 DLL name [Tor Lillqvist]
15
16 Changes in version 1.0.0
17
18 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
19 * Add structure padding [Padraig]
20
21 Changes in version 0.13
22
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]
28
29 Changes in version 0.11 and 0.12
30
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.
36
37 Changes in version 0.9 and 0.10
38
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]
45
46 Changes in 0.8
47
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]
55
56 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
57   Sebastian Wilhelmi
58
59 Changes in 0.7
60
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]
68
69 Changes in 0.6
70
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]
77
78 Changes in 0.5
79
80 * Win32 updates and a small bug fix [Hans Breuer]
81
82 Changes in 0.4
83
84 * Miscellaneous cleanups and fixes.
85
86 Changes in 0.3
87
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
96
97 Changes in 0.2
98
99 * Some API tweaks
100
101 Changes in 0.1
102
103 This is the initial release of ATK, the Accessibility Tookit, which will be
104 used obtain accessibily information from GTK+ and GNOME widgets.