comparison plugins/ChangeLog.API @ 14096:a70c6011dc81

[gaim-migrate @ 16725] Rename "phb" to "connect_info" everywhere committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Aug 2006 20:40:07 +0000
parents 599b35acd842
children 7a205b430d19
comparison
equal deleted inserted replaced
14095:3b871b67556d 14096:a70c6011dc81
112 * struct proto_chat_entry: label is now const char * 112 * struct proto_chat_entry: label is now const char *
113 * struct proto_chat_entry: identifier is now const char * 113 * struct proto_chat_entry: identifier is now const char *
114 * All network activity has been updated to use non-blocking sockets. 114 * All network activity has been updated to use non-blocking sockets.
115 This means that plugins must be updated to expect such a socket from 115 This means that plugins must be updated to expect such a socket from
116 gaim_proxy_connect() and gaim_network_listen*(). 116 gaim_proxy_connect() and gaim_network_listen*().
117 * gaim_proxy_connect(): changed to return NULL on error and a void *
118 handle on success, and changed parameters. It is now possible to
119 cancel connection attempts.
117 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 120 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
118 * gaim_account_get_log(): Added create parameter 121 * gaim_account_get_log(): Added create parameter
119 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 122 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
120 123
121 Removed: 124 Removed: