comparison ChangeLog.API @ 32370:8a55048115ab

Add an entry for 0ea4521b22507f8cc23de316fa55e3368d9f4029
author Mark Doliner <mark@kingant.net>
date Mon, 22 Aug 2011 04:24:12 +0000
parents 323876c34a96
children 0cc718e10344
comparison
equal deleted inserted replaced
32369:0ee025d8686e 32370:8a55048115ab
11 Changed: 11 Changed:
12 * purple_connection_error now takes a PurpleConnectionError 12 * purple_connection_error now takes a PurpleConnectionError
13 as the second parameter 13 as the second parameter
14 * purple_notify_user_info_add_pair renamed to 14 * purple_notify_user_info_add_pair renamed to
15 purple_notify_user_info_add_pair_html 15 purple_notify_user_info_add_pair_html
16 * purple_notify_user_info_get_entries returns a GQueue instead of
17 a GList
16 * purple_util_fetch_url_request_len now takes a PurpleAccount as 18 * purple_util_fetch_url_request_len now takes a PurpleAccount as
17 the first parameter 19 the first parameter
18 * PurpleConnectionUiOps.report_disconnect now passes a 20 * PurpleConnectionUiOps.report_disconnect now passes a
19 PurpleConnectionError as the second parameter 21 PurpleConnectionError as the second parameter
20 22