# HG changeset patch # User Richard Laager # Date 1120703723 0 # Node ID 7a11ff12eb4bdf5573a6f18656dac42b70e8f162 # Parent 97b6fb28e976bcd61496e1c49f9f31e5f5f0dfe2 [gaim-migrate @ 13033] This entry doesn't look signals related. I'm moving it. committer: Tailor Script diff -r 97b6fb28e976 -r 7a11ff12eb4b plugins/ChangeLog.API --- a/plugins/ChangeLog.API Tue Jul 05 17:32:16 2005 +0000 +++ b/plugins/ChangeLog.API Thu Jul 07 02:35:23 2005 +0000 @@ -62,6 +62,8 @@ gaim_log_get_log_sets, gaim_log_set_compare * Changed: gaim_log_logger_new, added total_size, list_syslog, and get_log_sets parameters to bring the function up-to-date with GaimLogLogger + * Changed: gaim_conv_window_remove_conversation()'s last argument to + be a GaimConversation. Signals: * Changed: "received-im-msg" and "received-chat-msg" to match, both @@ -74,8 +76,6 @@ non-NULL value. This value is now returned. Previously, all registered handlers were called and the value from the last handler was used. - * Changed: gaim_conv_window_remove_conversation()'s last argument to - be a GaimConversation. version 1.0.0 (09/17/2004): * Added: get_chat_name to the GaimPluginProtocolInfo struct