Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 31185:1e5654e2928d | 31186:ecfa71bc216d |
|---|---|
| 13 * account-actions-changed | 13 * account-actions-changed |
| 14 * account-created | 14 * account-created |
| 15 * account-destroying | 15 * account-destroying |
| 16 * blist-node-added and blist-node-removed signals (see | 16 * blist-node-added and blist-node-removed signals (see |
| 17 blist-signals.dox) | 17 blist-signals.dox) |
| 18 * Three Blist UI ops used to overload libpurple's built-in saving | |
| 19 of the buddy list to blist.xml. If a UI implements these, it probably | |
| 20 wants to add the buddies itself and not call purple_blist_load. | |
| 18 * Jabber plugin signals (see jabber-signals.dox) | 21 * Jabber plugin signals (see jabber-signals.dox) |
| 19 * purple_account_remove_setting | 22 * purple_account_remove_setting |
| 20 * purple_buddy_destroy | 23 * purple_buddy_destroy |
| 21 * purple_buddy_get_protocol_data | 24 * purple_buddy_get_protocol_data |
| 22 * purple_buddy_set_protocol_data | 25 * purple_buddy_set_protocol_data |
| 24 * purple_blist_get_buddies | 27 * purple_blist_get_buddies |
| 25 * purple_blist_get_ui_data | 28 * purple_blist_get_ui_data |
| 26 * purple_blist_set_ui_data | 29 * purple_blist_set_ui_data |
| 27 * purple_blist_node_get_ui_data | 30 * purple_blist_node_get_ui_data |
| 28 * purple_blist_node_set_ui_data | 31 * purple_blist_node_set_ui_data |
| 32 * purple_certificate_check_signature_chain_with_failing | |
| 29 * purple_chat_destroy | 33 * purple_chat_destroy |
| 30 * purple_connection_get_protocol_data | 34 * purple_connection_get_protocol_data |
| 31 * purple_connection_set_protocol_data | 35 * purple_connection_set_protocol_data |
| 32 * purple_contact_destroy | 36 * purple_contact_destroy |
| 33 * purple_conv_chat_invite_user | 37 * purple_conv_chat_invite_user |
| 40 * purple_ipv4_address_is_valid | 44 * purple_ipv4_address_is_valid |
| 41 * purple_ipv6_address_is_valid | 45 * purple_ipv6_address_is_valid |
| 42 * purple_log_get_activity_score | 46 * purple_log_get_activity_score |
| 43 * purple_markup_is_rtl | 47 * purple_markup_is_rtl |
| 44 * purple_markup_escape_text | 48 * purple_markup_escape_text |
| 49 * purple_network_convert_idn_to_ascii | |
| 45 * purple_network_force_online | 50 * purple_network_force_online |
| 46 * purple_network_set_stun_server | 51 * purple_network_set_stun_server |
| 47 * purple_network_set_turn_server | 52 * purple_network_set_turn_server |
| 48 * purple_network_get_stun_ip | 53 * purple_network_get_stun_ip |
| 49 * purple_network_get_turn_ip | 54 * purple_network_get_turn_ip |
| 81 core.h for details. | 86 core.h for details. |
| 82 * Added introspection of signals exposed via the D-Bus API. | 87 * Added introspection of signals exposed via the D-Bus API. |
| 83 * purple_find_buddies is now more efficient in the case where | 88 * purple_find_buddies is now more efficient in the case where |
| 84 it is enumerating all the buddies for an account. | 89 it is enumerating all the buddies for an account. |
| 85 * purple_find_group is now more efficient for large numbers of groups. | 90 * purple_find_group is now more efficient for large numbers of groups. |
| 91 * purple_find_conversation_with_account is more efficient for large | |
| 92 numbers of concurrent conversations. | |
| 93 * All DNS routines support internationalized domain names (IDNs) when | |
| 94 libpurple is compiled with GNU libidn. | |
| 95 * status is set before emitting signals in purple_xfer_set_status. | |
| 96 * Creating multiple distinct chats with the same name (i.e. "MSN Chat") | |
| 97 is deprecated and will be removed in libpurple 3.0.0. | |
| 86 | 98 |
| 87 Deprecated: | 99 Deprecated: |
| 88 * buddy-added and buddy-removed blist signals | 100 * buddy-added and buddy-removed blist signals |
| 89 * purple_blist_destroy | 101 * purple_blist_destroy |
| 90 * purple_blist_new | 102 * purple_blist_new |
| 91 * purple_buddy_get_local_alias | 103 * purple_buddy_get_local_alias |
| 104 * purple_certificate_check_signature_chain | |
| 92 * purple_ip_address_is_valid | 105 * purple_ip_address_is_valid |
| 93 * purple_notify_user_info_remove_entry | 106 * purple_notify_user_info_remove_entry |
| 94 * purple_set_blist | 107 * purple_set_blist |
| 95 * purple_status_type_set_primary_attr | 108 * purple_status_type_set_primary_attr |
| 96 * purple_status_type_add_attr | 109 * purple_status_type_add_attr |
