| 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 |