comparison ChangeLog.API @ 21338:a0769bab5a3d

disapproval of revision '2ce5a939a395a946ffcf7f9c862b4c54aba7457f'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:48 +0000
parents 110f23ef3542
children 0ecc58c20d8b
comparison
equal deleted inserted replaced
21233:110f23ef3542 21338:a0769bab5a3d
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
18 * pidgin_dialogs_about_with_parent() 17 * pidgin_dialogs_about_with_parent()
19 * pidgin_log_show_contact_with_parent() 18 * pidgin_log_show_contact_with_parent()
20 * pidgin_log_show_with_parent() 19 * pidgin_log_show_with_parent()
21 * pidgin_plugin_dialog_show_with_parent() 20 * pidgin_plugin_dialog_show_with_parent()
22 * pidgin_pounce_editor_show_with_parent() 21 * pidgin_pounce_editor_show_with_parent()
23 * pidgin_pounces_manager_show_with_parent() 22 * pidgin_pounces_manager_show_with_parent()
24 * pidgin_syslog_show_with_parent() 23 * pidgin_syslog_show_with_parent()
25
26 * purple_request_accept_cancel_with_hint()
27 * purple_request_action_varg_with_hint()
28 * purple_request_action_with_hint()
29 * purple_request_choice_varg_with_hint()
30 * purple_request_choice_with_hint()
31 * purple_request_fields_with_hint()
32 * purple_request_file_with_hint()
33 * purple_request_folder_with_hint()
34 * purple_request_input_with_hint()
35 * purple_request_ok_cancel_with_hint()
36 * purple_request_yes_no_with_hint()
37 24
38 Changed: 25 Changed:
39 * purple_plugin_unload() now honors the return value of a 26 * purple_plugin_unload() now honors the return value of a
40 plugin's unload function and can actually return FALSE now. 27 plugin's unload function and can actually return FALSE now.
41 * purple_plugin_unload() no longer does its own notifications 28 * purple_plugin_unload() no longer does its own notifications
48 * pidgin_log_show() 35 * pidgin_log_show()
49 * pidgin_plugin_dialog_show() 36 * pidgin_plugin_dialog_show()
50 * pidgin_pounce_editor_show() 37 * pidgin_pounce_editor_show()
51 * pidgin_pounces_manager_show() 38 * pidgin_pounces_manager_show()
52 * pidgin_syslog_show() 39 * pidgin_syslog_show()
53
54 * purple_request_accept_cancel()
55 * purple_request_action_varg()
56 * purple_request_action()
57 * purple_request_choice_varg()
58 * purple_request_choice()
59 * purple_request_fields()
60 * purple_request_file()
61 * purple_request_folder()
62 * purple_request_input()
63 * purple_request_ok_cancel()
64 * purple_request_yes_no()
65 40
66 version 2.2.2 (??/??/????): 41 version 2.2.2 (??/??/????):
67 libpurple: 42 libpurple:
68 Changed: 43 Changed:
69 * The size parameter of purple_util_write_data_to_file_absolute 44 * The size parameter of purple_util_write_data_to_file_absolute