Mercurial > pidgin.yaz
changeset 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 | 1a8d6ab0c662 |
children | f1740f23c896 |
files | ChangeLog.API |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.