comparison plugins/ChangeLog.API @ 13840:aceb599b28ec

[gaim-migrate @ 16292] API ChangeLog note for the GAIM_CMD_P_VERYHIGH -> GAIM_CMD_P_VERY_HIGH change committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Jun 2006 17:49:43 +0000
parents dd00149f6f9b
children a092ea4edd4e
comparison
equal deleted inserted replaced
13839:2bd34a419091 13840:aceb599b28ec
112 * All network activity has been updated to use non-blocking sockets. 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 113 This means that plugins must be updated to expect such a socket from
114 gaim_proxy_connect() and gaim_network_listen*(). 114 gaim_proxy_connect() and gaim_network_listen*().
115 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 115 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
116 * gaim_account_get_log(): Added create parameter 116 * gaim_account_get_log(): Added create parameter
117 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
117 118
118 Removed: 119 Removed:
119 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 120 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
120 preference) 121 preference)
121 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 122 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)