comparison plugins/ChangeLog.API @ 12943:82e918444965

[gaim-migrate @ 15296] Passing the 'full' condition to the prpls when building tooltips. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Jan 2006 07:01:58 +0000
parents 918a91c73930
children bbf068a15a53
comparison
equal deleted inserted replaced
12942:432894b3bdad 12943:82e918444965
80 the UI and the signal-handlers only receive the 80 the UI and the signal-handlers only receive the
81 conversation that has been switched to. 81 conversation that has been switched to.
82 * GaimPluginProtocolInfo: Added offline_message 82 * GaimPluginProtocolInfo: Added offline_message
83 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops 83 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops
84 * GaimPluginProtocolInfo: Added media_prpl_ops 84 * GaimPluginProtocolInfo: Added media_prpl_ops
85 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text
85 * gaim_pounce_new(): Added option argument for pounce options 86 * gaim_pounce_new(): Added option argument for pounce options
86 * gaim_network_listen() and gaim_network_listen_range(): Added 87 * gaim_network_listen() and gaim_network_listen_range(): Added
87 socket_type parameter to allow creation of UDP listening. Modified 88 socket_type parameter to allow creation of UDP listening. Modified
88 to be asynchronous with a Callback to allow for UPnP operation. 89 to be asynchronous with a Callback to allow for UPnP operation.
89 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer 90 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer