X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=7277af02c68cc4ad3f4fca82a71830973e85b716;hb=68d7a194f594388080212db80e9c2e4ae19215d1;hp=d118824e7e67f9252413d503b6258f7d32c21f10;hpb=1caff52b0256770430bdb7cfe950fdb8dddff1c4;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index d118824..7277af0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,28 @@ +2001-07-31 Bill Haneman + + * libspi/accessible.c : added support for 'description' property. + * libspi/accessible.c + * libspi/desktop.c + * libspi/registry.c : changed to use bonobo_object instead of bonobo_x_object + (since the two are now equivalent in libbonobo) + * idl/Action.idl + * idl/Component.idl + * idl/Hyperlink.idl + * idl/Image.idl + * idl/Selection.idl + * idl/Table.idl + * idl/Text.idl + * idl/Value.idl : changed these 'secondary' interfaces to inherit from + Bonobo::Unknown as does Accessibility::Accessible. + * idl/StreamableContent.idl : as above, and replaced internal InputStream + interface with Bonobo::Stream, since it was redundant with it. + (The Stream returned by a StreamableContext object is expected to + implement only a subset of Bonobo::Stream) + 2001-07-28 Anders Carlsson - * libspi/accessible.c (accessible_object_finalize): Change - g_free to g_object_unref since the AtkObject is a GObject. + * libspi/accessible.c (accessible_object_finalize): Change + g_free to g_object_unref since the AtkObject is a GObject. 2001-07-30 Bill Haneman