diff plugins/ChangeLog.API @ 11706:bcc49c25ef90

[gaim-migrate @ 13997] Generalize the buddy-typing and buddy-typing-stopped signals. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 21 Oct 2005 19:03:51 +0000
parents 872932089400
children a8f8939b968e
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Fri Oct 21 19:03:34 2005 +0000
+++ b/plugins/ChangeLog.API	Fri Oct 21 19:03:51 2005 +0000
@@ -145,6 +145,11 @@
 	* Added:   "buddy-added" and "buddy-removed", which are self-explanatory
 	* Added:   "blist-node-aliased", an alias was set for a buddy, chat or
 	           contact.  See the Doxygen documentation for the details.
+	* Changed: "buddy-typing" and "buddy-typing-stopped", replaced the
+	           GaimConversation* with GaimAccount*, const char *name.  Also,
+	           the signal is now emitted regardless of whether a
+	           conversation exists and regardless of whether the user is on
+	           the buddy list.
 
 version 1.0.0 (09/17/2004):
 	* Added: get_chat_name to the GaimPluginProtocolInfo struct