comparison ChangeLog.API @ 19560:50377bbd1430

Document the attention API added in 5ac064e7e9268acbd8f76b4dd35350e38ca2bad9 and revised in bb439d33c8e6728e2dbf315476c20420b108297a and df9bdc703329b5f1f7a55ab861db020eee019134.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 30 Aug 2007 04:41:57 +0000
parents 098c04602065
children 0a055f917c85
comparison
equal deleted inserted replaced
19546:1a8d6ab0c662 19560:50377bbd1430
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: