Mercurial > pidgin
comparison ChangeLog.API @ 21362:68098b461e00
propagate from branch 'im.pidgin.pidgin.next.minor' (head 08acda06a60a49c86dd22b679a931a22c62e3c13)
to branch 'im.pidgin.cpw.resiak.disconnectreason' (head 2555cdba648b7afec0f0dfb14b8ed6cbf7245499)
| author | Will Thompson <will.thompson@collabora.co.uk> |
|---|---|
| date | Wed, 24 Oct 2007 14:20:16 +0000 |
| parents | 512da37d0b4f 6bbd023f0387 |
| children | 5a7202fa43a0 |
comparison
equal
deleted
inserted
replaced
| 21261:7f1910f62246 | 21362:68098b461e00 |
|---|---|
| 13 * purple_plugin_disable(), which is intended to be called when | 13 * purple_plugin_disable(), which is intended to be called when |
| 14 a purple_plugin_unload()--which was called when a user tried | 14 a purple_plugin_unload()--which was called when a user tried |
| 15 to unload a plugin--fails. This then prevents the plugin | 15 to unload a plugin--fails. This then prevents the plugin |
| 16 from being saved in the saved plugins list, so it'll won't | 16 from being saved in the saved plugins list, so it'll won't |
| 17 be loaded at the next startup. | 17 be loaded at the next startup. |
| 18 | |
| 19 * PurpleDisconnectReason enumeration of machine-readable | |
| 20 types of connection error. | |
| 21 * purple_connection_error_reason(), to be used by prpls | |
| 22 (instead of purple_connection_error() and setting | |
| 23 gc->wants_to_die) to report errors along with a | |
| 24 PurpleDisconnectReason. | |
| 25 * PurpleConnectionUiOps.report_disconnect_reason, to be | |
| 26 implemented by UIs (rather than .report_disconnect) if | |
| 27 they want to use the reported PurpleDisconnectReason | |
| 28 to give a more specific error. | |
| 29 * purple_connection_reason_is_fatal(), acting as a hint | |
| 30 to whether automatic reconnection should be attempted | |
| 31 after a connection error (rather than checking | |
| 32 gc->wants_to_die). | |
| 33 | |
| 18 * purple_util_init() | 34 * purple_util_init() |
| 19 * purple_util_uninit() | 35 * purple_util_uninit() |
| 20 | 36 |
| 21 * pidgin_dialogs_about_with_parent() | 37 * pidgin_dialogs_about_with_parent() |
| 22 * pidgin_log_show_contact_with_parent() | 38 * pidgin_log_show_contact_with_parent() |
