# HG changeset patch # User Luke Schierer # Date 1113178780 0 # Node ID dcfb8d8784e6cdf873d1e17e20b42db5da80c8e2 # Parent 904aafb6713d56504b5e1d36de7ec8b2f283544c [gaim-migrate @ 12459] " I should've included this in my signal patch that was recently accepted for HEAD." --rlaager committer: Tailor Script diff -r 904aafb6713d -r dcfb8d8784e6 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