changeset 11063:7a11ff12eb4b

[gaim-migrate @ 13033] This entry doesn't look signals related. I'm moving it. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jul 2005 02:35:23 +0000
parents 97b6fb28e976
children e4459e8ccfb5
files plugins/ChangeLog.API
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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