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