# HG changeset patch # User Richard Laager # Date 1113178780 0 # Node ID e4b51d846a9d102b610d9eaefeb2fb1a45ecafad # Parent c70c4b8d2b2701f101f96ba7a0743031ad242c04 [gaim-migrate @ 12459] " I should've included this in my signal patch that was recently accepted for HEAD." --rlaager committer: Luke Schierer diff -r c70c4b8d2b27 -r e4b51d846a9d plugins/ChangeLog.API --- a/plugins/ChangeLog.API Sun Apr 10 22:04:07 2005 +0000 +++ b/plugins/ChangeLog.API Mon Apr 11 00:19:40 2005 +0000 @@ -46,6 +46,10 @@ now pass a conversation pointer and a pointer to the flags. * Changed: "drawing-tooltip," the second argument is now a GString* instead of a char** + * Changed: Signal propagation now stops after a handler returns a + non-NULL value. This value is now returned. Previously, + all registered handlers were called and the value from the + last handler was used. version 1.0.0 (09/17/2004): * Added: get_chat_name to the GaimPluginProtocolInfo struct