comparison plugins/ChangeLog.API @ 9517:0524b36c701a

[gaim-migrate @ 10344] " And hopefully i got everything updated this time around.. everything being signals_test.c, plugins/ChangeLog.API and doc/conversation-signals.dox." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Jul 2004 19:37:07 +0000
parents 425000e11511
children 1931a3977e23
comparison
equal deleted inserted replaced
9516:464e2b6bc7e6 9517:0524b36c701a
10 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct 10 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct
11 11
12 Signals: 12 Signals:
13 * Changed "chat-invited" to also include the components hash table so 13 * Changed "chat-invited" to also include the components hash table so
14 plugins can use serv_join_chat when the signal is emitted. 14 plugins can use serv_join_chat when the signal is emitted.
15 * Added "chat-topic-changed" signal plugins know when a topic is changed.
15 16
16 version 0.79 (06/24/2004): 17 version 0.79 (06/24/2004):
17 Gaim API: 18 Gaim API:
18 * gaim_url_parse() now takes two additional parameters, which are used 19 * gaim_url_parse() now takes two additional parameters, which are used
19 for returning the username and password from the URL, if they exist. 20 for returning the username and password from the URL, if they exist.