plugins/ChangeLog.API

changeset 14158
4ae6de39878e
parent 14046
c65248135de6
child 14170
f611621bc8a0
equal deleted inserted replaced
14157:39a9a3a61a45 14158:4ae6de39878e
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:

mercurial