comparison ChangeLog.API @ 27998:31905a0d1c9d

merge of '6f4d0e183ebb11a95980e184e63bd4709aa24306' and '9fa808b57669d76c0989b16c2568cb7a7047511e'
author Paul Aurich <paul@darkrain42.org>
date Wed, 22 Jul 2009 06:12:13 +0000
parents 7fbf964c6c6c
children 99baf778e0b9
comparison
equal deleted inserted replaced
27975:b171a80dff25 27998:31905a0d1c9d
35 * purple_debug_is_verbose 35 * purple_debug_is_verbose
36 * purple_debug_set_unsafe 36 * purple_debug_set_unsafe
37 * purple_debug_set_verbose 37 * purple_debug_set_verbose
38 * purple_global_proxy_set_info 38 * purple_global_proxy_set_info
39 * purple_group_destroy 39 * purple_group_destroy
40 * purple_ipv4_address_is_valid
41 * purple_ipv6_address_is_valid
40 * purple_log_get_activity_score 42 * purple_log_get_activity_score
41 * purple_markup_is_rtl 43 * purple_markup_is_rtl
42 * purple_markup_escape_text 44 * purple_markup_escape_text
45 * purple_network_convert_idn_to_ascii
43 * purple_network_force_online 46 * purple_network_force_online
44 * purple_network_set_stun_server 47 * purple_network_set_stun_server
45 * purple_network_set_turn_server 48 * purple_network_set_turn_server
46 * purple_network_get_stun_ip 49 * purple_network_get_stun_ip
47 * purple_network_get_turn_ip 50 * purple_network_get_turn_ip
52 * purple_prpl_got_account_actions 55 * purple_prpl_got_account_actions
53 * purple_prpl_initiate_media 56 * purple_prpl_initiate_media
54 * purple_request_field_get_group 57 * purple_request_field_get_group
55 * purple_request_field_get_ui_data 58 * purple_request_field_get_ui_data
56 * purple_request_field_set_ui_data 59 * purple_request_field_set_ui_data
60 * purple_ssl_connect_with_ssl_cn
57 * purple_strequal 61 * purple_strequal
58 * purple_utf8_strip_unprintables 62 * purple_utf8_strip_unprintables
59 * purple_util_fetch_url_request_len_with_account 63 * purple_util_fetch_url_request_len_with_account
60 * xmlnode_from_file 64 * xmlnode_from_file
61 * xmlnode_get_parent 65 * xmlnode_get_parent
75 typing state was modified (and the buddy-typing-stopped signal 79 typing state was modified (and the buddy-typing-stopped signal
76 emitted), but this signal was not emitted. 80 emitted), but this signal was not emitted.
77 * Added a client_type field in the get_ui_info core UI op. See 81 * Added a client_type field in the get_ui_info core UI op. See
78 core.h for details. 82 core.h for details.
79 * Added introspection of signals exposed via the D-Bus API. 83 * Added introspection of signals exposed via the D-Bus API.
84 * purple_find_buddies is now more efficient in the case where
85 it is enumerating all the buddies for an account.
86 * purple_find_group is now more efficient for large numbers of groups.
87 * All DNS routines support internationalized domain names (IDNs) when
88 libpurple is compiled with GNU libidn.
80 89
81 Deprecated: 90 Deprecated:
82 * buddy-added and buddy-removed blist signals 91 * buddy-added and buddy-removed blist signals
92 * purple_blist_destroy
93 * purple_blist_new
83 * purple_buddy_get_local_alias 94 * purple_buddy_get_local_alias
95 * purple_ip_address_is_valid
84 * purple_notify_user_info_remove_entry 96 * purple_notify_user_info_remove_entry
97 * purple_set_blist
85 * purple_status_type_set_primary_attr 98 * purple_status_type_set_primary_attr
86 * purple_status_type_add_attr 99 * purple_status_type_add_attr
87 * purple_status_type_add_attrs 100 * purple_status_type_add_attrs
88 * purple_status_type_add_attrs_vargs 101 * purple_status_type_add_attrs_vargs
89 * purple_status_type_get_primary_attr 102 * purple_status_type_get_primary_attr