Uprev/release 1.7.12 for gnome-2.16.1.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 50fb703..97307b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2006-09-25  Bill Haneman <bill.haneman@sun.com>
+
+       * registryd/registry.c:
+       (desktop_remove_application): Don't pass a ref to the
+       dead application with the event, since it's probably
+       defunct and will cause SEGV if we try to unref, 
+       extract app name, etc.
+       Bug #353226.
+       
+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: