comparison ChangeLog.API @ 19618:a38ee5d9eedf

merge of 'bf68a58b8bbc1d43f4ebe7b94bd47282cb66f26e' and 'daa5fcdfa800915c5bed0df9809e1b367f6b56da'
author Ka-Hing Cheung <khc@hxbc.us>
date Mon, 03 Sep 2007 21:04:02 +0000
parents e918e38a56b0
children 6d04b27c7f53
comparison
equal deleted inserted replaced
19583:66882abaf8f1 19618:a38ee5d9eedf
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 Added: 21 Added:
18 * pidgin_set_accessible_relations, sets up label-for and labelled-by 22 * pidgin_set_accessible_relations, sets up label-for and labelled-by
19 ATK relations (broken out from pidgin_set_accessible_label) 23 ATK relations (broken out from pidgin_set_accessible_label)
20 * 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
21 conversation 25 conversation
22 * 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.
23 31
24 Finch: 32 Finch:
25 Added: 33 Added:
26 * finch_sound_is_enabled 34 * finch_sound_is_enabled
27 * 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