comparison ChangeLog.API @ 14963:b933bffead6e

[gaim-migrate @ 17741] From reported to fixed in under two minutes, or your money back. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 13 Nov 2006 03:28:15 +0000
parents 8d0b9a5b1146
children 9ddfd5c846f9
comparison
equal deleted inserted replaced
14962:8a564904e9b5 14963:b933bffead6e
123 attempt using gaim_proxy_connect_cancel_with_handle(). 123 attempt using gaim_proxy_connect_cancel_with_handle().
124 * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and 124 * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and
125 changed to return a pointer to a data structure that can be 125 changed to return a pointer to a data structure that can be
126 used to cancel the pending DNS query using gaim_dnsquery_destroy() 126 used to cancel the pending DNS query using gaim_dnsquery_destroy()
127 * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed 127 * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed
128 to return a pointer to a data structer that can be used to cancel 128 to return a pointer to a data structure that can be used to cancel
129 the pending HTTP request using gaim_util_fetch_url_cancel(). 129 the pending HTTP request using gaim_util_fetch_url_cancel().
130 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 130 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
131 * gaim_account_get_log(): Added create parameter 131 * gaim_account_get_log(): Added create parameter
132 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 132 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
133 * gtk_imhtml_search_find(): Now wraps around to the top instead of 133 * gtk_imhtml_search_find(): Now wraps around to the top instead of