comparison plugins/ChangeLog.API @ 9515:425000e11511

[gaim-migrate @ 10342] Patch by grim for small ChangeLog.API update. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 12 Jul 2004 10:19:56 +0000
parents 1fac0336890c
children 0524b36c701a
comparison
equal deleted inserted replaced
9514:1fac0336890c 9515:425000e11511
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
9 8
10 Protocol Plugin API: v6 9 Protocol Plugin API: v6
11 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct 10 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct
11
12 Signals:
13 * Changed "chat-invited" to also include the components hash table so
14 plugins can use serv_join_chat when the signal is emitted.
12 15
13 version 0.79 (06/24/2004): 16 version 0.79 (06/24/2004):
14 Gaim API: 17 Gaim API:
15 * gaim_url_parse() now takes two additional parameters, which are used 18 * gaim_url_parse() now takes two additional parameters, which are used
16 for returning the username and password from the URL, if they exist. 19 for returning the username and password from the URL, if they exist.