diff plugins/ChangeLog.API @ 12463:b1717befbb26

[gaim-migrate @ 14773] SF Patch #1377719 from Evan Schoenberg "A recent reorganization of how the chat_add_users() conversation UI op is sent removed passing to the UI of whether the additions are new arrivals or not. This information lets the UI make decisions about how to handle the new people, what if anything to display, etc." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Dec 2005 07:35:43 +0000
parents b7d77321b685
children 6faefbebcd24
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Mon Dec 12 07:35:33 2005 +0000
+++ b/plugins/ChangeLog.API	Mon Dec 12 07:35:43 2005 +0000
@@ -42,7 +42,8 @@
 	  const char *name, const char *alias
 	* gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL
 	  and FALSE respectively, to get the same behavior as before)
-	* chat_add_users in GaimConversationUiOps, added flags and aliases
+	* chat_add_users in GaimConversationUiOps, added flags, aliases,
+	  and new_arrivals
 	* chat_rename_user in GaimConversationUiOps, added new_alias
 	* GaimConversation.log became GList * GaimConversation.logs, so that a
 	  conversation can have multiple logs at once