comparison plugins/ChangeLog.API @ 13984:599b35acd842

[gaim-migrate @ 16554] Updating the API changelog to reflect the chat-speed merge changes. committer: Tailor Script <tailor@pidgin.im>
author Aaron Sheldon <aaronsheldon>
date Mon, 24 Jul 2006 00:52:01 +0000
parents a092ea4edd4e
children a70c6011dc81
comparison
equal deleted inserted replaced
13983:b7a99d54a5a9 13984:599b35acd842
41 * GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY. 41 * GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY.
42 * GaimConversationUiOps.write_conv, Replaced const char *who with 42 * GaimConversationUiOps.write_conv, Replaced const char *who with
43 const char *name, const char *alias 43 const char *name, const char *alias
44 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL 44 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL
45 and FALSE respectively, to get the same behavior as before) 45 and FALSE respectively, to get the same behavior as before)
46 * chat_add_users in GaimConversationUiOps, added flags, aliases, 46 * chat_add_users in GaimConversationUiOps, added cbuddies and
47 and new_arrivals 47 new_arrivals and removed buddies.
48 * chat_rename_user in GaimConversationUiOps, added new_alias 48 * chat_rename_user in GaimConversationUiOps, added new_alias
49 * gaim_conv_chat_cb_new(), added alias. (pass NULL to get the same
50 behavior as before).
49 * GaimConversation.log became GList * GaimConversation.logs, so that a 51 * GaimConversation.log became GList * GaimConversation.logs, so that a
50 conversation can have multiple logs at once 52 conversation can have multiple logs at once
51 * gaim_conv_chat_add_user, added extra_msgs 53 * gaim_conv_chat_add_user, added extra_msgs
52 * gaim_notify_userinfo, removed primary and secondary parameters 54 * gaim_notify_userinfo, removed primary and secondary parameters
53 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and 55 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and