comparison plugins/ChangeLog.API @ 13200:33bef17125c2

[gaim-migrate @ 15563] This is the soon-to-be-infamous nonblocking network activity patch that I've been working on. Feel free to yell at me if this makes you unhappy. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Feb 2006 04:17:56 +0000
parents 3e0f48fa96f3
children d0f7f698b6de
comparison
equal deleted inserted replaced
13199:d8f238864c88 13200:33bef17125c2
107 * gaim_plugin_pref_set_label(): label is now const char * 107 * gaim_plugin_pref_set_label(): label is now const char *
108 * gaim_plugin_pref_get_label(): return type is now const char * 108 * gaim_plugin_pref_get_label(): return type is now const char *
109 * gaim_plugin_pref_add_choice(): label is now const char * 109 * gaim_plugin_pref_add_choice(): label is now const char *
110 * struct proto_chat_entry: label is now const char * 110 * struct proto_chat_entry: label is now const char *
111 * struct proto_chat_entry: identifier is now const char * 111 * struct proto_chat_entry: identifier is now const char *
112 * All network activity has been updated to use non-blocking sockets.
113 This means that plugins must be updated to expect such a socket from
114 gaim_proxy_connect() and gaim_network_listen*().
112 115
113 Removed: 116 Removed:
114 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 117 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
115 preference) 118 preference)
116 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 119 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)