X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=97307b8e6c607177744b8445f991256e55898bad;hb=d0e4b1269da768e55ea3225d18ef1f5fa053191a;hp=50fb703cf6ebb49d4fb1180969f322f549f34e01;hpb=48886b91a32542b43789bf85b92d66fa6c586753;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 50fb703..97307b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2006-09-25 Bill Haneman + + * 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 + + Patch from Neo Liu , + bug #356688. + + * atk-bridge/bridge.c: + (spi_atk_bridge_document_event_listener): New, for + AtkDocument signals. + +2006-08-30 Bill Haneman + + * 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 * atk-bridge/bridge.c: