comparison plugins/ChangeLog.API @ 12730:d5b8f4dc1622

[gaim-migrate @ 15074] Update gaim_network_listen*() to have the socket type specified. This allows us to use the same functionality to listen on UDP sockets too. There are probably a couple things that should be updated to use this. I also updated SIMPLE to allow the connect port to be specified in the account options. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 05 Jan 2006 05:04:07 +0000
parents d7043c3c793d
children a1e241dd50b6
comparison
equal deleted inserted replaced
12729:d3232d64fafd 12730:d5b8f4dc1622
83 conversation that has been switched to. 83 conversation that has been switched to.
84 * GaimPluginProtocolInfo: Added offline_message 84 * GaimPluginProtocolInfo: Added offline_message
85 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops 85 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops
86 * GaimPluginProtocolInfo: Added media_prpl_ops 86 * GaimPluginProtocolInfo: Added media_prpl_ops
87 * gaim_pounce_new(): Added option argument for pounce options 87 * gaim_pounce_new(): Added option argument for pounce options
88 * gaim_network_listen() and gaim_network_listen_range(): Added
89 socket_type parameter to allow creation of UDP listening.
88 90
89 Removed: 91 Removed:
90 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 92 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
91 preference) 93 preference)
92 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 94 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)