Bug #356688, patch from Neo Liu. Connect atk-bridge to AtkDocument
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 3104a8e..8ec5930 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-09-20  Bill Haneman <bill.haneman@sun.com>
+
+       Patch from Neo Liu <nian.liu@sun.com>,
+       bug #356688.
+
+       * atk-bridge/bridge.c:
+       (spi_atk_bridge_document_event_listener): New, for 
+       AtkDocument signals.
+
+2006-08-30  Bill Haneman <bill.haneman@sun.com>
+
+       * idl/*.idl:
+       Changed some parameter names so as not to 
+       collide with class names - allows IDL to be compiled with
+       OMNIorb compiler.  Thanks to Gary Cramblitt for this patch.
+       
 2006-08-22  Bill Haneman <bill.haneman@sun.com>
 
        * atk-bridge/bridge.c:
@@ -5,6 +21,10 @@
        Patch from Ginn Chen, assign detail1 in children-changed
        so that the child object can be assigned to the Any when the
        at-spi event is emitted.  Bug #350552.
+
+       * libspi/application.c:
+       (spi_application_finalize): Remove g_print debug output.
+       Bug #350958.
        
 2006-08-21  Bill Haneman <bill.haneman@sun.com>