X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=7277af02c68cc4ad3f4fca82a71830973e85b716;hb=68d7a194f594388080212db80e9c2e4ae19215d1;hp=6c92ee38da254dff395ace3237430cfaf9da3f2d;hpb=de0424a8de035bd9a7706da8671cebddf9b16603;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 6c92ee3..7277af0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +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. + +2001-07-30 Bill Haneman + + * idl/Accessibility.idl: add new IDL files + + Added: + * idl/Action.idl: Definitions of actionable UI object + * idl/Component.idl: Definitions of UI component geometry, etc. + * idl/Hyperlink.idl: Defs of hyperlink behavior + * idl/Image.idl: Def of accessible image + * idl/Selection.idl: Definition of UI object with selectable children + * idl/StreamableContent.idl: Definition of UI object with streamable backing data + * idl/Table.idl: Definitions for access to table ('spreadsheet') elements + * idl/Text.idl: Interface defs for UI elements with complex textual content + * idl/Value.idl: Definition of UI element that is a value controller or display + +2001-07-27 Michael Meeks + + * po/Makefile.in.in: remove autogenerated file from CVS. + + * libspi/Makefile.am: Radicaly re-vamp to simplify & add ORBit2 + type library. + + * idl/Registry.idl: include guard. + + * idl/Accessibility.idl: Add, and include all the other IDL + files. + + * idl/*.idl: remove mass of pragmas etc. + +2001-07-26 Michael Meeks + + * registryd/Makefile.am (registryd_SOURCES): remove + redundant at_. + +2001-07-27 Mark McLoughlin + + * libspi/.cvsignore, registryd/.cvsignore, + test/.cvsignore: updated. + + * po/Makefile.in.in: gettext update. + 2001-07-25 Bill Haneman * initial CVS checkin