comparison plugins/ChangeLog.API @ 12257:ca27de274225

[gaim-migrate @ 14559] Patches from Bartosz Oler with some changes by me. The summary of changes is: 1. Fix a silly bug I introduced when editing previous patches. 2. Add some error handling. 3. Unify some types. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Nov 2005 19:26:03 +0000
parents 976677e67239
children af257d8679fe
comparison
equal deleted inserted replaced
12256:0eed625872f7 12257:ca27de274225
60 * All core<->prpl message passing now uses html. This was previously true 60 * All core<->prpl message passing now uses html. This was previously true
61 for receiving messages, it's now also true for sending them. prpls that 61 for receiving messages, it's now also true for sending them. prpls that
62 don't support html need to gaim_unescape_html() the message. 62 don't support html need to gaim_unescape_html() the message.
63 * Notify API: GCallback -> GaimNotifyCloseCallback, 63 * Notify API: GCallback -> GaimNotifyCloseCallback,
64 void *user_data -> gpointer user_data 64 void *user_data -> gpointer user_data
65 * gaim_notify_searchresults_get_rows_count,
66 gaim_notify_searchresults_get_columns_count: return type now guint
65 67
66 Removed: 68 Removed:
67 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 69 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
68 preference) 70 preference)
69 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 71 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)