comparison plugins/ChangeLog.API @ 9514:1fac0336890c

[gaim-migrate @ 10341] Gary Kramlich writes: " This patch modifies the chat-invited signal to also give out the GHashTable of the chat components so a call back can successful join a chat when the signal is emited." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Jul 2004 02:40:12 +0000
parents 670daf18649b
children 425000e11511
comparison
equal deleted inserted replaced
9513:ac94e3f5ac8a 9514:1fac0336890c
3 version 0.80cvs: 3 version 0.80cvs:
4 Gaim API: 4 Gaim API:
5 * Removed: PRPL numbers : gaim_account_set_protocol(), 5 * Removed: PRPL numbers : gaim_account_set_protocol(),
6 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, 6 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num,
7 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol 7 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol
8 * Changed: chat-invited signal changed. See make docs for details
8 9
9 Protocol Plugin API: v6 10 Protocol Plugin API: v6
10 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct 11 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct
11 12
12 version 0.79 (06/24/2004): 13 version 0.79 (06/24/2004):