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