diff plugins/ChangeLog.API @ 10477:5cb55bcad11b

[gaim-migrate @ 11764] The Ever-Vigilant Stu pointed out that it probably wasn't a good idea to allow plugins to modify the internals of a GString. This should take care of that. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 Jan 2005 01:27:34 +0000
parents a66cf83552dc
children d497f3a2686f
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Wed Jan 05 20:08:18 2005 +0000
+++ b/plugins/ChangeLog.API	Thu Jan 06 01:27:34 2005 +0000
@@ -13,9 +13,11 @@
 
 	Signals:
 	* Changed: "received-im-msg and "received-chat-msg" to match, both
-		   now pass a conversation pointer and flags
+			   now pass a conversation pointer and flags
 	* Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
-		   now pass a conversation pointer and a pointer to the flags.
+			   now pass a conversation pointer and a pointer to the flags.
+	* Changed: "drawing-tooltip," the second argument is now a GString*
+			   instead of a char**
 
 version 1.0.0 (09/17/2004):
 	* Added: get_chat_name to the GaimPluginProtocolInfo struct