Mercurial > pidgin
diff ChangeLog.API @ 31186:ecfa71bc216d
propagate from branch 'im.pidgin.pidgin' (head edd569c9522df52af33d6132a9d4955bd842f9bb)
to branch 'im.pidgin.pidgin.openq' (head 5afb2c825d40388ede03697166175f4331e9eaf4)
| author | SHiNE CsyFeK <csyfek@gmail.com> |
|---|---|
| date | Sat, 08 Aug 2009 15:00:34 +0000 |
| parents | 14ce47859540 |
| children | 4a4e9d309fc0 |
line wrap: on
line diff
--- a/ChangeLog.API Sat Jul 18 15:15:45 2009 +0000 +++ b/ChangeLog.API Sat Aug 08 15:00:34 2009 +0000 @@ -15,6 +15,9 @@ * account-destroying * blist-node-added and blist-node-removed signals (see blist-signals.dox) + * Three Blist UI ops used to overload libpurple's built-in saving + of the buddy list to blist.xml. If a UI implements these, it probably + wants to add the buddies itself and not call purple_blist_load. * Jabber plugin signals (see jabber-signals.dox) * purple_account_remove_setting * purple_buddy_destroy @@ -26,6 +29,7 @@ * purple_blist_set_ui_data * purple_blist_node_get_ui_data * purple_blist_node_set_ui_data + * purple_certificate_check_signature_chain_with_failing * purple_chat_destroy * purple_connection_get_protocol_data * purple_connection_set_protocol_data @@ -42,6 +46,7 @@ * purple_log_get_activity_score * purple_markup_is_rtl * purple_markup_escape_text + * purple_network_convert_idn_to_ascii * purple_network_force_online * purple_network_set_stun_server * purple_network_set_turn_server @@ -83,12 +88,20 @@ * purple_find_buddies is now more efficient in the case where it is enumerating all the buddies for an account. * purple_find_group is now more efficient for large numbers of groups. + * purple_find_conversation_with_account is more efficient for large + numbers of concurrent conversations. + * All DNS routines support internationalized domain names (IDNs) when + libpurple is compiled with GNU libidn. + * status is set before emitting signals in purple_xfer_set_status. + * Creating multiple distinct chats with the same name (i.e. "MSN Chat") + is deprecated and will be removed in libpurple 3.0.0. Deprecated: * buddy-added and buddy-removed blist signals * purple_blist_destroy * purple_blist_new * purple_buddy_get_local_alias + * purple_certificate_check_signature_chain * purple_ip_address_is_valid * purple_notify_user_info_remove_entry * purple_set_blist
