comparison ChangeLog.API @ 16439:08db93bbd798

Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 26 Apr 2007 12:25:49 +0000
parents b048d48cc633
children 1939bd0f74e4
comparison
equal deleted inserted replaced
16435:a46a0362dc34 16439:08db93bbd798
162 GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the 162 GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the
163 scale_rules before calling this function. 163 scale_rules before calling this function.
164 * gaim_gtk_buddy_icon_get_scale_size() was changed to accept an 164 * gaim_gtk_buddy_icon_get_scale_size() was changed to accept an
165 additional parameter which is used to determine what kind of 165 additional parameter which is used to determine what kind of
166 scaling should be done, if any. 166 scaling should be done, if any.
167 * purple_request_input(), purple_request_choice(),
168 purple_request_choice_varg(), purple_request_action(),
169 purple_request_action_varg(), purple_request_fields(),
170 purple_request_yes_no(), purple_request_ok_cancel(),
171 purple_request_accept_cancel(), purple_request_file(), and
172 purple_request_folder() was changed to accept account, who, and
173 conversation parameters for associating the request with an account, a
174 buddy, or a conversation.
167 175
168 Removed: 176 Removed:
169 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 177 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
170 preference) 178 preference)
171 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 179 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)