comparison 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
comparison
equal deleted inserted replaced
12462:398bdfe07c57 12463:b1717befbb26
40 * GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY. 40 * GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY.
41 * GaimConversationUiOps.write_conv, Replaced const char *who with 41 * GaimConversationUiOps.write_conv, Replaced const char *who with
42 const char *name, const char *alias 42 const char *name, const char *alias
43 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL 43 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL
44 and FALSE respectively, to get the same behavior as before) 44 and FALSE respectively, to get the same behavior as before)
45 * chat_add_users in GaimConversationUiOps, added flags and aliases 45 * chat_add_users in GaimConversationUiOps, added flags, aliases,
46 and new_arrivals
46 * chat_rename_user in GaimConversationUiOps, added new_alias 47 * chat_rename_user in GaimConversationUiOps, added new_alias
47 * GaimConversation.log became GList * GaimConversation.logs, so that a 48 * GaimConversation.log became GList * GaimConversation.logs, so that a
48 conversation can have multiple logs at once 49 conversation can have multiple logs at once
49 * gaim_conv_chat_add_user, added extra_msgs list 50 * gaim_conv_chat_add_user, added extra_msgs list
50 * gaim_notify_userinfo, removed primary and secondary parameters 51 * gaim_notify_userinfo, removed primary and secondary parameters