Fixed refcounting issues with interface server
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index d52d80e..5469fac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,57 @@
+<2001-09-05  Marc Mulcahy <marc.mulcahy@sun.com>
+               implementations-- made server implementations own AtkObject pointers
+       rather than their respective AtkInterrface pointers to fix
+       refcounting.  AtkHyperlink is still broken.
+       
+2001-09-04  Bill Haneman <bill.haneman@sun.com>
+
+       * at-bridge/bridge.c:
+           Now allocate Accessibility_Event using
+           Accessibility_Event__alloc() instead of g_new0().
+       * libspi/accessibleeventlistener.c:
+           Initialize AccessibleEventListener->callbacks to NULL.
+           Fixed accessible__event_listener_init() param, changed to
+           "AccessibleEventListener *" type.
+           Changed a bonobo_object_release_unref() call to
+           Accessibility_Accessible_unref().
+       * libspi/listener.c:
+           Changed Bonobo_Unknown_unref to (equivalent) 
+           Accessibility_Accessible_unref.
+       * libspi/registry.c:
+           Changed bonobo_object_release_unref to 
+           Accessibility_Accessible_unref.
+       
+<2001-09-04  Marc Mulcahy <marc.mulcahy@sun.com>
+       
+       * Added files:
+           spi_action.c spi_editabletext.c spi_hyperlink.c spi_hypertext.c
+           spi_image.c spi_selection.c spi_table.c spi_text.c spi_value.c
+           spi-util.c spi-util.h
+           Implementations for C bindings to remaining accessibility 
+           interfaces.
+
 <2001-09-04 Marc Mulcahy <marc.mulcahy@sun.com>
+       
        * idl/Action.idl:
-               changed return value of Action from void to boolean to bring in line with ATK.
+           changed return value of Action from void to boolean to 
+           bring in line with ATK.
 
        * idl/Text.idl:
-               Changed getText funcions to return "out" start and end offsets.
-               Changed getAttributes to take and offset and return the start and end offset of the attribute run.
-               Changed getOffsetAtPoint and getCharacterExtents to take an enum describing whether coordinates are window or screen.
+           Changed getText funcions to return "out" start and end offsets.
+           Changed getAttributes to take and offset and return the start 
+           and end offset of the attribute run.
+           Changed getOffsetAtPoint and getCharacterExtents to take an 
+            enum describing whether coordinates are window or screen.
 
        * Added files:
-               libspi/action.c libspi/action.h libspi/editabletext.c libspi/editabletext.h libspi/hyperlink.c libspi/hyperlink.h
-               libspi/hypertext.c libspi/hypertext.h libspi/image.c libspi/image.h libspi/selection.c libspi/selection.h
-               libspi/table.c libspi/table.h libspi/text.c libspi/text.h libspi/value.c libspi/value.h
-                       Added server implementations for outstanding ATK interfaces not yet implemented.
-
+           libspi/action.c libspi/action.h libspi/editabletext.c 
+           libspi/editabletext.h libspi/hyperlink.c libspi/hyperlink.h
+           libspi/hypertext.c libspi/hypertext.h libspi/image.c 
+           libspi/image.h libspi/selection.c libspi/selection.h
+           libspi/table.c libspi/table.h libspi/text.c libspi/text.h 
+           libspi/value.c libspi/value.h
+           Added server implementations for outstanding ATK interfaces 
+           not yet implemented.
  
 2001-09-04  Bill Haneman <bill.haneman@sun.com>