changeset 19706:6d04b27c7f53

Changelog.API the conversation history stuff.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Sep 2007 17:28:32 +0000
parents 7ea794e7cec3
children 44b070f6a3f8 1e1bed59a86f 5d44126c0205
files ChangeLog.API
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.API	Mon Sep 10 17:08:36 2007 +0000
+++ b/ChangeLog.API	Mon Sep 10 17:28:32 2007 +0000
@@ -9,6 +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.
+		* PurpleConvMessage structure to represent a message in a
+		  conversation. purple_conversation_message_get_sender,
+		  purple_conversation_message_get_message,
+		  purple_conversation_message_get_flags and
+		  purple_conversation_message_get_timestamp to get information about a
+		  PurpleConvMessage.
+		* purple_conversation_get_message_history() to retrieve a list of
+		  PurpleConvMessage's in a conversation, and
+		  purple_conversation_clear_message_history to clear the history.
 
 		Changed:
 		* purple_prefs_load is now called within purple_prefs_init.