comparison ChangeLog.API @ 19707:6d04b27c7f53

Changelog.API the conversation history stuff.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Sep 2007 17:28:32 +0000
parents e918e38a56b0
children 41cad24fd6df
comparison
equal deleted inserted replaced
19706:7ea794e7cec3 19707:6d04b27c7f53
7 purple_conv_im_send_with_flags to send a message, but not display it 7 purple_conv_im_send_with_flags to send a message, but not display it
8 in the conversation 8 in the conversation
9 * serv_send_attention(), serv_got_attention(), as well as send_attention 9 * serv_send_attention(), serv_got_attention(), as well as send_attention
10 and attention_types in PurplePluginProtocolInfo. This new API is used 10 and attention_types in PurplePluginProtocolInfo. This new API is used
11 for zapping in MySpaceIM, buzzing in Yahoo, and nudging in MSN. 11 for zapping in MySpaceIM, buzzing in Yahoo, and nudging in MSN.
12 * PurpleConvMessage structure to represent a message in a
13 conversation. purple_conversation_message_get_sender,
14 purple_conversation_message_get_message,
15 purple_conversation_message_get_flags and
16 purple_conversation_message_get_timestamp to get information about a
17 PurpleConvMessage.
18 * purple_conversation_get_message_history() to retrieve a list of
19 PurpleConvMessage's in a conversation, and
20 purple_conversation_clear_message_history to clear the history.
12 21
13 Changed: 22 Changed:
14 * purple_prefs_load is now called within purple_prefs_init. 23 * purple_prefs_load is now called within purple_prefs_init.
15 The UI no longer needs to call it. 24 The UI no longer needs to call it.
16 * writing-im-msg now receives the conversation name as the who 25 * writing-im-msg now receives the conversation name as the who