From: <aar...@us...> - 2006-07-24 00:52:05
|
Revision: 16554 Author: aaronsheldon Date: 2006-07-23 17:52:01 -0700 (Sun, 23 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16554&view=rev Log Message: ----------- Updating the API changelog to reflect the chat-speed merge changes. Modified Paths: -------------- trunk/plugins/ChangeLog.API Modified: trunk/plugins/ChangeLog.API =================================================================== --- trunk/plugins/ChangeLog.API 2006-07-23 21:25:09 UTC (rev 16553) +++ trunk/plugins/ChangeLog.API 2006-07-24 00:52:01 UTC (rev 16554) @@ -43,9 +43,11 @@ 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, aliases, - and new_arrivals + * chat_add_users in GaimConversationUiOps, added cbuddies and + new_arrivals and removed buddies. * chat_rename_user in GaimConversationUiOps, added new_alias + * gaim_conv_chat_cb_new(), added alias. (pass NULL to get the same + behavior as before). * GaimConversation.log became GList * GaimConversation.logs, so that a conversation can have multiple logs at once * gaim_conv_chat_add_user, added extra_msgs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |