Mercurial > pidgin.yaz
comparison ChangeLog.API @ 32379:0cc718e10344
Actually commit the purple_notify_user_info_prepend_pair_plaintext
function. I think I left it off my previous commit? Sorry.
And rename purple_notify_user_info_prepend_pair to
purple_notify_user_info_prepend_pair_html_html
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 22 Aug 2011 06:32:44 +0000 |
| parents | 8a55048115ab |
| children | 5876584828e8 |
comparison
equal
deleted
inserted
replaced
| 32378:090736a289da | 32379:0cc718e10344 |
|---|---|
| 3 version 3.0.0 (??/??/????): | 3 version 3.0.0 (??/??/????): |
| 4 libpurple: | 4 libpurple: |
| 5 Added: | 5 Added: |
| 6 * purple_notify_searchresult_column_set_visible | 6 * purple_notify_searchresult_column_set_visible |
| 7 * purple_notify_searchresult_column_is_visible | 7 * purple_notify_searchresult_column_is_visible |
| 8 * purple_notify_user_info_prepend_pair_plaintext | |
| 8 * purple_request_field_set_tooltip | 9 * purple_request_field_set_tooltip |
| 9 * purple_request_field_get_tooltip | 10 * purple_request_field_get_tooltip |
| 10 | 11 |
| 11 Changed: | 12 Changed: |
| 12 * purple_connection_error now takes a PurpleConnectionError | 13 * purple_connection_error now takes a PurpleConnectionError |
| 13 as the second parameter | 14 as the second parameter |
| 14 * purple_notify_user_info_add_pair renamed to | 15 * purple_notify_user_info_add_pair renamed to |
| 15 purple_notify_user_info_add_pair_html | 16 purple_notify_user_info_add_pair_html |
| 16 * purple_notify_user_info_get_entries returns a GQueue instead of | 17 * purple_notify_user_info_get_entries returns a GQueue instead of |
| 17 a GList | 18 a GList |
| 19 * purple_notify_user_info_prepend_pair renamed to | |
| 20 purple_notify_user_info_prepend_pair_html_html | |
| 18 * purple_util_fetch_url_request_len now takes a PurpleAccount as | 21 * purple_util_fetch_url_request_len now takes a PurpleAccount as |
| 19 the first parameter | 22 the first parameter |
| 20 * PurpleConnectionUiOps.report_disconnect now passes a | 23 * PurpleConnectionUiOps.report_disconnect now passes a |
| 21 PurpleConnectionError as the second parameter | 24 PurpleConnectionError as the second parameter |
| 22 | 25 |
