Oneline tweak to ChangeLog.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 6c92ee3..7277af0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2001-07-31  Bill Haneman <bill.haneman@sun.com>
+
+        * 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  <andersca@gnome.org>
+
+        * libspi/accessible.c (accessible_object_finalize): Change
+          g_free to g_object_unref since the AtkObject is a GObject.
+
+2001-07-30  Bill Haneman <bill.haneman@sun.com>
+
+       * 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  <michael@ximian.com>
+
+       * 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  <michael@ximian.com>
+
+       * registryd/Makefile.am (registryd_SOURCES): remove
+       redundant at_.
+
+2001-07-27  Mark McLoughlin <mark@skynet.ie>
+
+       * libspi/.cvsignore, registryd/.cvsignore,
+         test/.cvsignore: updated.
+
+       * po/Makefile.in.in: gettext update.
+
 2001-07-25  Bill Haneman <bill.haneman@sun.com>
 
        * initial CVS checkin