changeset 10808:dcfb8d8784e6

[gaim-migrate @ 12459] " I should've included this in my signal patch that was recently accepted for HEAD." --rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 00:19:40 +0000
parents 904aafb6713d
children f9e01ccd6046
files plugins/ChangeLog.API
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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