# HG changeset patch # User Jeffrey Connelly # Date 1188448917 0 # Node ID 50377bbd14305e0a3108134fa44a11153a244c64 # Parent 1a8d6ab0c662510e4c2bce530febad4f85380981 Document the attention API added in 5ac064e7e9268acbd8f76b4dd35350e38ca2bad9 and revised in bb439d33c8e6728e2dbf315476c20420b108297a and df9bdc703329b5f1f7a55ab861db020eee019134. diff -r 1a8d6ab0c662 -r 50377bbd1430 ChangeLog.API --- a/ChangeLog.API Thu Aug 30 03:26:52 2007 +0000 +++ b/ChangeLog.API Thu Aug 30 04:41:57 2007 +0000 @@ -6,6 +6,9 @@ * PURPLE_MESSAGE_INVISIBLE flag, which can be used by purple_conv_im_send_with_flags to send a message, but not display it in the conversation + * serv_send_attention(), serv_got_attention(), as well as send_attention + and attention_types in PurplePluginProtocolInfo. This new API is used + for zapping in MySpaceIM, buzzing in Yahoo, and nudging in MSN. Changed: * purple_prefs_load is now called within purple_prefs_init. The UI no longer needs to call it.