comparison ChangeLog.API @ 19578:f96cceb75fbb

merge of '3f25aaeb59668d0654c46b32af65735a2aa35fb9' and '97d7ebae82d528f45307b69c9b2510dfb2542c92'
author Richard Laager <rlaager@wiktel.com>
date Mon, 03 Sep 2007 01:09:08 +0000
parents 0a055f917c85
children f69e7fb8a449
comparison
equal deleted inserted replaced
19537:0eff4257d55b 19578:f96cceb75fbb
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by
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
10 and attention_types in PurplePluginProtocolInfo. This new API is used
11 for zapping in MySpaceIM, buzzing in Yahoo, and nudging in MSN.
9 Changed: 12 Changed:
10 * purple_prefs_load is now called within purple_prefs_init. 13 * purple_prefs_load is now called within purple_prefs_init.
11 The UI no longer needs to call it. 14 The UI no longer needs to call it.
12 15
13 Pidgin: 16 Pidgin:
14 Added: 17 Added:
15 * pidgin_set_accessible_relations, sets up label-for and labelled-by 18 * pidgin_set_accessible_relations, sets up label-for and labelled-by
16 ATK relations (broken out from pidgin_set_accessible_label) 19 ATK relations (broken out from pidgin_set_accessible_label)
20 * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a
21 conversation
22 * conversation-hiding and conversation-displayed signals.
17 23
18 Finch: 24 Finch:
19 Added: 25 Added:
20 * finch_sound_is_enabled 26 * finch_sound_is_enabled
21 * The reserved field in the FinchConv is now used to store information 27 * The reserved field in the FinchConv is now used to store information