Oneline tweak to ChangeLog.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
1 2001-07-31  Bill Haneman <bill.haneman@sun.com>
2
3         * libspi/accessible.c : added support for 'description' property.
4         * libspi/accessible.c
5         * libspi/desktop.c
6         * libspi/registry.c : changed to use bonobo_object instead of bonobo_x_object
7             (since the two are now equivalent in libbonobo)
8         * idl/Action.idl
9         * idl/Component.idl
10         * idl/Hyperlink.idl
11         * idl/Image.idl
12         * idl/Selection.idl
13         * idl/Table.idl
14         * idl/Text.idl
15         * idl/Value.idl : changed these 'secondary' interfaces to inherit from
16              Bonobo::Unknown as does Accessibility::Accessible.
17         * idl/StreamableContent.idl : as above, and replaced internal InputStream
18              interface with Bonobo::Stream, since it was redundant with it.
19              (The Stream returned by a StreamableContext object is expected to
20              implement only a subset of Bonobo::Stream)
21
22 2001-07-28  Anders Carlsson  <andersca@gnome.org>
23
24         * libspi/accessible.c (accessible_object_finalize): Change
25           g_free to g_object_unref since the AtkObject is a GObject.
26
27 2001-07-30  Bill Haneman <bill.haneman@sun.com>
28
29         * idl/Accessibility.idl: add new IDL files
30         
31         Added:
32         * idl/Action.idl: Definitions of actionable UI object
33         * idl/Component.idl: Definitions of UI component geometry, etc.
34         * idl/Hyperlink.idl: Defs of hyperlink behavior
35         * idl/Image.idl: Def of accessible image
36         * idl/Selection.idl: Definition of UI object with selectable children
37         * idl/StreamableContent.idl: Definition of UI object with streamable backing data
38         * idl/Table.idl: Definitions for access to table ('spreadsheet') elements
39         * idl/Text.idl: Interface defs for UI elements with complex textual content
40         * idl/Value.idl: Definition of UI element that is a value controller or display
41         
42 2001-07-27  Michael Meeks  <michael@ximian.com>
43
44         * po/Makefile.in.in: remove autogenerated file from CVS.
45
46         * libspi/Makefile.am: Radicaly re-vamp to simplify & add ORBit2
47         type library.
48
49         * idl/Registry.idl: include guard.
50
51         * idl/Accessibility.idl: Add, and include all the other IDL
52         files.
53
54         * idl/*.idl: remove mass of pragmas etc.
55
56 2001-07-26  Michael Meeks  <michael@ximian.com>
57
58         * registryd/Makefile.am (registryd_SOURCES): remove
59         redundant at_.
60
61 2001-07-27  Mark McLoughlin <mark@skynet.ie>
62
63         * libspi/.cvsignore, registryd/.cvsignore,
64           test/.cvsignore: updated.
65
66         * po/Makefile.in.in: gettext update.
67
68 2001-07-25  Bill Haneman <bill.haneman@sun.com>
69
70         * initial CVS checkin
71
72 2001-06-29  Michael Meeks  <michael@ximian.com>
73
74         * configure.in: add AM_CONFIG_HEADER to gen config.h
75
76         * acconfig.h: add.
77