diff plugins/ChangeLog.API @ 12867:cf3540702d21

[gaim-migrate @ 15218] A patch from Ranma42 in SF Bug #1220557, with lots of changes by me. This merges gaim_conv_chat_remove_users and gaim_conv_chat_remove_user. As I did with gaim_conv_chat_add_user and gaim_conv_chat_add_users, gaim_conv_chat_remove_user is just a simple wrapper. The conversation UI op chat_remove_user has similarly been removed, in favor of UIs only having to implement one function to remove users. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 14 Jan 2006 00:06:24 +0000
parents e5f780a6137b
children 4229503f1cd9
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Fri Jan 13 23:00:43 2006 +0000
+++ b/plugins/ChangeLog.API	Sat Jan 14 00:06:24 2006 +0000
@@ -50,7 +50,7 @@
 	* chat_rename_user in GaimConversationUiOps, added new_alias
 	* GaimConversation.log became GList * GaimConversation.logs, so that a
 	  conversation can have multiple logs at once
-	* gaim_conv_chat_add_user, added extra_msgs list
+	* gaim_conv_chat_add_user, added extra_msgs
 	* gaim_notify_userinfo, removed primary and secondary parameters
 	* GaimNotifyUiOps.notify_userinfo: removed title, primary, and
 	  secondary parameters
@@ -114,7 +114,8 @@
 	  operation for conversations.  Use signal "received-im-msg" or similar.
 	* All warning stuff from the core.
 	* gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy()
-	* chat_add_user from GaimConversationUiOps
+	* chat_add_user from GaimConversationUiOps: only chat_add_users is used
+	* chat_remove_user from GaimConversationUiOps: only chat_remove_users is used
 	* uc from the GaimBuddy struct
 	* gaim_sound_get_handle()
 	* gaim_debug_vargs()