# HG changeset patch # User Sadrul Habib Chowdhury # Date 1189445312 0 # Node ID 6d04b27c7f53eca87d414dcdfc8b72ab5f67811a # Parent 7ea794e7cec30caa1a6eb574e0e173ab92e8dc21 Changelog.API the conversation history stuff. diff -r 7ea794e7cec3 -r 6d04b27c7f53 ChangeLog.API --- 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.