comparison 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
comparison
equal deleted inserted replaced
19605:46fd9b9a667d 19606:e918e38a56b0
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
12 Changed: 13 Changed:
13 * purple_prefs_load is now called within purple_prefs_init. 14 * purple_prefs_load is now called within purple_prefs_init.
14 The UI no longer needs to call it. 15 The UI no longer needs to call it.
16 * writing-im-msg now receives the conversation name as the who
17 argument if the caller of purple_conversation_write didn't
18 provide a value for who.
15 19
16 Pidgin: 20 Pidgin:
17 Changed:
18 * pidgin_conversations_fill_menu now also adds a separator and a 'Show
19 All' item if there are more than one conversations in the list.
20
21 Added: 21 Added:
22 * pidgin_set_accessible_relations, sets up label-for and labelled-by 22 * pidgin_set_accessible_relations, sets up label-for and labelled-by
23 ATK relations (broken out from pidgin_set_accessible_label) 23 ATK relations (broken out from pidgin_set_accessible_label)
24 * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a 24 * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a
25 conversation 25 conversation
26 * conversation-hiding and conversation-displayed signals. 26 * conversation-hiding and conversation-displayed signals.
27
28 Changed:
29 * pidgin_conversations_fill_menu now also adds a separator and a 'Show
30 All' item if there are more than one conversations in the list.
27 31
28 Finch: 32 Finch:
29 Added: 33 Added:
30 * finch_sound_is_enabled 34 * finch_sound_is_enabled
31 * The reserved field in the FinchConv is now used to store information 35 * The reserved field in the FinchConv is now used to store information