comparison ChangeLog.API @ 15240:30932055bb7c

[gaim-migrate @ 18029] A better fix for the bugs I introduced in revision 18012, that was partially fixed by sf patch #1618871. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 20 Dec 2006 09:31:11 +0000
parents 26357b7f117e
children 5176a9f30ba3
comparison
equal deleted inserted replaced
15239:ea246204cf36 15240:30932055bb7c
145 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. 145 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user.
146 * Hid the definition of _GaimStringref, which already had a warning to 146 * Hid the definition of _GaimStringref, which already had a warning to
147 avoid accessing it directly. 147 avoid accessing it directly.
148 * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char* 148 * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char*
149 for the user information 149 for the user information
150 * gaim_buddy_icon_get_scale_size() and 150 * gaim_buddy_icon_get_scale_size() and was changed to ALWAYS scale
151 gaim_gtk_buddy_icon_get_scale_size() were changed to ALWAYS scale
152 the icon instead of only when icon_spec->scale_rules contains 151 the icon instead of only when icon_spec->scale_rules contains
153 GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the 152 GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the
154 scale_rules before calling this function. 153 scale_rules before calling this function.
154 * gaim_gtk_buddy_icon_get_scale_size() was changed to accept an
155 additional parameter which is used to determine what kind of
156 scaling should be done, if any.
155 157
156 Removed: 158 Removed:
157 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 159 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
158 preference) 160 preference)
159 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 161 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)