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