comparison plugins/ChangeLog.API @ 12887:4229503f1cd9

[gaim-migrate @ 15240] Added gaim_url_fetch_request(), which is an enhancement to the gaim_url_fetch() functionality that allows you to specify the request that gets submitted to the server and whether or not the headers are also returned. I'm going to use this for the UPnP stuff (watch this space). Also fixed a tyop in the xmlnode docs. Remove the status documentation from the API Changelog. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 15 Jan 2006 22:58:52 +0000
parents cf3540702d21
children 778d08e87ad0
comparison
equal deleted inserted replaced
12886:d8e8feac6cce 12887:4229503f1cd9
230 * gaim_marshal_POINTER__POINTER_POINTER 230 * gaim_marshal_POINTER__POINTER_POINTER
231 * gaim_utf8_ncr_encode() 231 * gaim_utf8_ncr_encode()
232 * gaim_gtk_log_init() 232 * gaim_gtk_log_init()
233 * gaim_gtk_log_get_handle() 233 * gaim_gtk_log_get_handle()
234 * gaim_gtk_log_uninit() 234 * gaim_gtk_log_uninit()
235 * gaim_accounts_restore_current_statuses() 235 * gaim_url_fetch_request()
236 * gaim_savedstatus_new()
237 * gaim_savedstatus_set_title()
238 * gaim_savedstatus_set_type()
239 * gaim_savedstatus_set_message()
240 * gaim_savedstatus_set_substatus()
241 * gaim_savedstatus_unset_substatus()
242 * gaim_savedstatus_delete()
243 * gaim_savedstatus_get_all()
244 * gaim_savedstatus_get_popular()
245 * gaim_savedstatus_get_current()
246 * gaim_savedstatus_get_startup()
247 * gaim_savedstatus_get_idleaway()
248 * gaim_savedstatus_find()
249 * gaim_savedstatus_find_by_creation_time()
250 * gaim_savedstatus_is_transient()
251 * gaim_savedstatus_get_title()
252 * gaim_savedstatus_get_type()
253 * gaim_savedstatus_get_message()
254 * gaim_savedstatus_get_creation_time()
255 * gaim_savedstatus_has_substatuses()
256 * gaim_savedstatus_get_substatus()
257 * gaim_savedstatus_substatus_get_type()
258 * gaim_savedstatus_substatus_get_message()
259 * gaim_savedstatus_activate()
260 * gaim_savedstatus_activate_for_account()
261 * gaim_savedstatuses_get_handle()
262 * gaim_savedstatuses_init()
263 * gaim_savedstatuses_uninit()
264 236
265 Signals - Changed: (See the Doxygen docs for details on all signals.) 237 Signals - Changed: (See the Doxygen docs for details on all signals.)
266 * Signal propagation now stops after a handler returns a non-NULL value. 238 * Signal propagation now stops after a handler returns a non-NULL value.
267 This value is now returned. Previously, all registered handlers were 239 This value is now returned. Previously, all registered handlers were
268 called and the value from the last handler was used. 240 called and the value from the last handler was used.