Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/ChangeLog.API Mon Sep 03 01:07:47 2007 +0000 +++ b/ChangeLog.API Mon Sep 03 01:09:08 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. @@ -14,6 +17,9 @@ Added: * pidgin_set_accessible_relations, sets up label-for and labelled-by ATK relations (broken out from pidgin_set_accessible_label) + * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a + conversation + * conversation-hiding and conversation-displayed signals. Finch: Added:
