comparison plugins/ChangeLog.API @ 12151:de798f2f4bf1

[gaim-migrate @ 14452] Sort out the ft.h include situation. I changed from ssize_t to gssize in the file transfer stuff. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 Nov 2005 03:16:49 +0000
parents 370f9d7868f9
children b105009a60ae
comparison
equal deleted inserted replaced
12150:e91f3f06a435 12151:de798f2f4bf1
50 * gaim_notify_userinfo, removed primary and secondary parameters 50 * gaim_notify_userinfo, removed primary and secondary parameters
51 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and 51 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and
52 secondary parameters 52 secondary parameters
53 * Idle timers are now added and removed in gtkidle.c in response 53 * Idle timers are now added and removed in gtkidle.c in response
54 to the signed-on and signed-off signals 54 to the signed-on and signed-off signals
55 * GaimXfer->ops.read, GaimXfer->ops.write, gaim_xfer_set_read_fnc(),
56 gaim_xfer_set_write_fnc(), gaim_xfer_read(), gaim_xfer_write():
57 Changed ssize_t to gssize
55 58
56 Removed: 59 Removed:
57 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 60 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
58 preference) 61 preference)
59 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 62 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)