Mercurial > pidgin
comparison ChangeLog.API @ 21339:a051b177661e
disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 16 Nov 2007 22:59:20 +0000 |
| parents | cc8bdfb16ddf |
| children | 0ecc58c20d8b |
comparison
equal
deleted
inserted
replaced
| 21228:cc8bdfb16ddf | 21339:a051b177661e |
|---|---|
| 12 * purple_plugin_disable(), which is intended to be called when | 12 * purple_plugin_disable(), which is intended to be called when |
| 13 a purple_plugin_unload()--which was called when a user tried | 13 a purple_plugin_unload()--which was called when a user tried |
| 14 to unload a plugin--fails. This then prevents the plugin | 14 to unload a plugin--fails. This then prevents the plugin |
| 15 from being saved in the saved plugins list, so it'll won't | 15 from being saved in the saved plugins list, so it'll won't |
| 16 be loaded at the next startup. | 16 be loaded at the next startup. |
| 17 * pidgin_dialogs_about_with_parent() | |
| 18 * pidgin_log_show_contact_with_parent() | |
| 19 * pidgin_log_show_with_parent() | |
| 20 * pidgin_plugin_dialog_show_with_parent() | |
| 21 * pidgin_pounce_editor_show_with_parent() | |
| 22 * pidgin_pounces_manager_show_with_parent() | |
| 23 * pidgin_syslog_show_with_parent() | |
| 24 | 17 |
| 25 Changed: | 18 Changed: |
| 26 * purple_plugin_unload() now honors the return value of a | 19 * purple_plugin_unload() now honors the return value of a |
| 27 plugin's unload function and can actually return FALSE now. | 20 plugin's unload function and can actually return FALSE now. |
| 28 * purple_plugin_unload() no longer does its own notifications | 21 * purple_plugin_unload() no longer does its own notifications |
| 29 when a dependent plugin fails to unload. The UI should do | 22 when a dependent plugin fails to unload. The UI should do |
| 30 something appropriate. | 23 something appropriate. |
| 31 | |
| 32 Deprecated: | |
| 33 * pidgin_dialogs_about() | |
| 34 * pidgin_log_show_contact() | |
| 35 * pidgin_log_show() | |
| 36 * pidgin_plugin_dialog_show() | |
| 37 * pidgin_pounce_editor_show() | |
| 38 * pidgin_pounces_manager_show() | |
| 39 * pidgin_syslog_show() | |
| 40 | 24 |
| 41 version 2.2.2 (??/??/????): | 25 version 2.2.2 (??/??/????): |
| 42 libpurple: | 26 libpurple: |
| 43 Changed: | 27 Changed: |
| 44 * The size parameter of purple_util_write_data_to_file_absolute | 28 * The size parameter of purple_util_write_data_to_file_absolute |
