comparison plugins/ChangeLog.API @ 9473:670daf18649b

[gaim-migrate @ 10298] (09:29:28) nosnilmot: LSchiere: update the structs, prpl api version & ChangeLog.API following datallah's send_file patch committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 14:02:07 +0000
parents eae7e049d639
children 1fac0336890c
comparison
equal deleted inserted replaced
9472:362e92781b3f 9473:670daf18649b
1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul!
2 2
3 version 0.80cvs: 3 version 0.80cvs:
4 Gaim API: 4 Gaim API:
5 * Deprecated PRPL numbers removed 5 * Removed: PRPL numbers : gaim_account_set_protocol(),
6 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num,
7 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol
8
9 Protocol Plugin API: v6
10 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct
6 11
7 version 0.79 (06/24/2004): 12 version 0.79 (06/24/2004):
8 Gaim API: 13 Gaim API:
9 * gaim_url_parse() now takes two additional parameters, which are used 14 * gaim_url_parse() now takes two additional parameters, which are used
10 for returning the username and password from the URL, if they exist. 15 for returning the username and password from the URL, if they exist.