comparison plugins/ChangeLog.API @ 11871:3404646c6886

[gaim-migrate @ 14162] ChangeLog nosnilmot's change to chat_add_users committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Oct 2005 08:35:48 +0000
parents fa17fc619f17
children d2db6426c88a
comparison
equal deleted inserted replaced
11870:678ef9ad7a0d 11871:3404646c6886
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 aliases list 45 * chat_add_users in GaimConversationUiOps, added flags and aliases
46 * chat_rename_user in GaimConversationUiOps, added new_alias 46 * chat_rename_user in GaimConversationUiOps, added new_alias
47 * GaimConversation.log became GList * GaimConversation.logs, so that a 47 * GaimConversation.log became GList * GaimConversation.logs, so that a
48 conversation can have multiple logs at once 48 conversation can have multiple logs at once
49 * gaim_conv_chat_add_user, added extra_msgs list 49 * gaim_conv_chat_add_user, added extra_msgs list
50 * gaim_notify_userinfo, removed primary and secondary parameters 50 * gaim_notify_userinfo, removed primary and secondary parameters