comparison plugins/ChangeLog.API @ 12420:b7d77321b685

[gaim-migrate @ 14727] gaim_accounts_reorder() should not be using size_t for new_index. I fixed it to use gint, the type of all the g_list functions involved. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:50:49 +0000
parents 3f70719e375d
children b1717befbb26
comparison
equal deleted inserted replaced
12419:455610a80747 12420:b7d77321b685
66 gaim_notify_searchresults_get_columns_count: return type now guint 66 gaim_notify_searchresults_get_columns_count: return type now guint
67 * gaim_account_notify_added: No longer checks if there is a GaimBuddy for 67 * gaim_account_notify_added: No longer checks if there is a GaimBuddy for
68 the added user, that's left up to the prpls. 68 the added user, that's left up to the prpls.
69 See the documentation for this function and 69 See the documentation for this function and
70 gaim_account_request_add. 70 gaim_account_request_add.
71 * gaim_accounts_reorder: new_index is now a gint instead of a size_t
71 72
72 Removed: 73 Removed:
73 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 74 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
74 preference) 75 preference)
75 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 76 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)