diff ChangeLog.API @ 19606:e918e38a56b0

writing-im-msg now receives the conversation name as the who argument if the caller of purple_conversation_write didn't provide a value for who. Fixes #2928
author Richard Laager <rlaager@wiktel.com>
date Mon, 03 Sep 2007 13:23:30 +0000
parents f69e7fb8a449
children 6d04b27c7f53
line wrap: on
line diff
--- a/ChangeLog.API	Mon Sep 03 13:14:04 2007 +0000
+++ b/ChangeLog.API	Mon Sep 03 13:23:30 2007 +0000
@@ -9,15 +9,15 @@
 		* serv_send_attention(), serv_got_attention(), as well as send_attention 
 		  and attention_types in PurplePluginProtocolInfo. This new API is used
 		  for zapping in MySpaceIM, buzzing in Yahoo, and nudging in MSN.
+
 		Changed:
 		* purple_prefs_load is now called within purple_prefs_init.
 		  The UI no longer needs to call it.
+		* writing-im-msg now receives the conversation name as the who
+		  argument if the caller of purple_conversation_write didn't
+		  provide a value for who.
 
 	Pidgin:
-		Changed:
-		* pidgin_conversations_fill_menu now also adds a separator and a 'Show
-		  All' item if there are more than one conversations in the list.
-
 		Added:
 		* pidgin_set_accessible_relations, sets up label-for and labelled-by
 		  ATK relations (broken out from pidgin_set_accessible_label)
@@ -25,6 +25,10 @@
 		  conversation
 		* conversation-hiding and conversation-displayed signals.
 
+		Changed:
+		* pidgin_conversations_fill_menu now also adds a separator and a 'Show
+		  All' item if there are more than one conversations in the list.
+
 	Finch:
 		Added:
 		* finch_sound_is_enabled