changeset 11282:1c2232d6ae15

[gaim-migrate @ 13479] update this... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 16 Aug 2005 20:57:57 +0000
parents 920a37a4c1be
children 593749a4469c
files plugins/ChangeLog.API
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Tue Aug 16 20:44:27 2005 +0000
+++ b/plugins/ChangeLog.API	Tue Aug 16 20:57:57 2005 +0000
@@ -74,6 +74,7 @@
 	* Added:   gtk_imhtml_clear_formatting()
 	* Removed: gaim_gtkconv_get_dest_tab_at_xy(), instead use
 	           gaim_gtkconv_get_tab_at_xy()
+	* Added:   gtk_imhtml_delete to clear out part of a imhtml buffer
 
 	Signals:
 	* Changed: "received-im-msg" and "received-chat-msg" to match, both
@@ -89,7 +90,10 @@
 	* Changed: "chat-invited" handlers can now return a value to control
 	           what happens to the invite (accept, reject, prompt the user).
 	           See the Doxygen documentation for the details.
-	* Added:   gtk_imhtml_delete to clear out part of a imhtml buffer
+	* Added:   "file-recv-accept", "file-recv-start", "file-recv-cancel",
+	           "file-recv-complete", "file-send-accept", "file-send-start",
+	           "file-send-cancel", and "file-send-complete" signals.  See
+	           the Doxygen documentation for the details.
 
 version 1.0.0 (09/17/2004):
 	* Added: get_chat_name to the GaimPluginProtocolInfo struct