diff ChangeLog.API @ 21233:110f23ef3542

Document the with_hint API changes.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 03:07:06 +0000
parents cc8bdfb16ddf
children f0ec79698fb7 a0769bab5a3d
line wrap: on
line diff
--- a/ChangeLog.API	Sun Oct 14 02:49:47 2007 +0000
+++ b/ChangeLog.API	Sun Oct 14 03:07:06 2007 +0000
@@ -14,6 +14,7 @@
 		  to unload a plugin--fails.  This then prevents the plugin
 		  from being saved in the saved plugins list, so it'll won't
 		  be loaded at the next startup.
+
 		* pidgin_dialogs_about_with_parent()
 		* pidgin_log_show_contact_with_parent()
 		* pidgin_log_show_with_parent()
@@ -22,6 +23,18 @@
 		* pidgin_pounces_manager_show_with_parent()
 		* pidgin_syslog_show_with_parent()
 
+		* purple_request_accept_cancel_with_hint()
+		* purple_request_action_varg_with_hint()
+		* purple_request_action_with_hint()
+		* purple_request_choice_varg_with_hint()
+		* purple_request_choice_with_hint()
+		* purple_request_fields_with_hint()
+		* purple_request_file_with_hint()
+		* purple_request_folder_with_hint()
+		* purple_request_input_with_hint()
+		* purple_request_ok_cancel_with_hint()
+		* purple_request_yes_no_with_hint()
+
 		Changed:
 		* purple_plugin_unload() now honors the return value of a
 		  plugin's unload function and can actually return FALSE now.
@@ -38,6 +51,18 @@
 		* pidgin_pounces_manager_show()
 		* pidgin_syslog_show()
 
+		* purple_request_accept_cancel()
+		* purple_request_action_varg()
+		* purple_request_action()
+		* purple_request_choice_varg()
+		* purple_request_choice()
+		* purple_request_fields()
+		* purple_request_file()
+		* purple_request_folder()
+		* purple_request_input()
+		* purple_request_ok_cancel()
+		* purple_request_yes_no()
+
 version 2.2.2 (??/??/????):
 	libpurple:
 		Changed: