comparison ChangeLog.API @ 26769:6bc0e4e76207

merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f' and 'f92d95c83baba97463f923077688ba2eb144763b'
author Peter Hjalmarsson <xake@rymdraket.net>
date Fri, 01 May 2009 21:36:29 +0000
parents 76a1598ecf1c
children e72df47d41fe
comparison
equal deleted inserted replaced
26188:15911f71e37f 26769:6bc0e4e76207
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.6.0 (??/??/2009): 3 version 2.6.0 (??/??/2009):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * PurpleMedia and PurpleMediaManager API
6 * PURPLE_BLIST_NODE 7 * PURPLE_BLIST_NODE
7 * PURPLE_GROUP 8 * PURPLE_GROUP
8 * PURPLE_CONTACT 9 * PURPLE_CONTACT
9 * PURPLE_BUDDY 10 * PURPLE_BUDDY
10 * PURPLE_CHAT 11 * PURPLE_CHAT
12 * Account signals (see account-signals.dox)
13 * account-actions-changed
14 * account-created
15 * account-destroying
16 * purple_buddy_destroy
11 * purple_buddy_get_protocol_data 17 * purple_buddy_get_protocol_data
12 * purple_buddy_set_protocol_data 18 * purple_buddy_set_protocol_data
13 * purple_buddy_get_local_buddy_alias 19 * purple_buddy_get_local_buddy_alias
14 * purple_blist_get_buddies 20 * purple_blist_get_buddies
15 * purple_blist_get_ui_data 21 * purple_blist_get_ui_data
16 * purple_blist_set_ui_data 22 * purple_blist_set_ui_data
17 * purple_blist_node_get_ui_data 23 * purple_blist_node_get_ui_data
18 * purple_blist_node_set_ui_data 24 * purple_blist_node_set_ui_data
25 * purple_chat_destroy
19 * purple_connection_get_protocol_data 26 * purple_connection_get_protocol_data
20 * purple_connection_set_protocol_data 27 * purple_connection_set_protocol_data
28 * purple_contact_destroy
29 * purple_conv_chat_invite_user
21 * purple_global_proxy_set_info 30 * purple_global_proxy_set_info
31 * purple_group_destroy
22 * purple_log_get_activity_score 32 * purple_log_get_activity_score
23 * purple_network_force_online 33 * purple_network_force_online
34 * purple_network_set_stun_server
35 * purple_network_set_turn_server
36 * purple_network_get_stun_ip
37 * purple_network_get_turn_ip
38 * purple_prpl_get_media_caps
39 * purple_prpl_got_account_actions
40 * purple_prpl_initiate_media
24 * purple_request_field_get_group 41 * purple_request_field_get_group
25 * purple_request_field_get_ui_data 42 * purple_request_field_get_ui_data
26 * purple_request_field_set_ui_data 43 * purple_request_field_set_ui_data
27 * purple_strequal 44 * purple_strequal
28 * xmlnode_from_file 45 * xmlnode_from_file
46 * xmlnode_get_parent
29 * xmlnode_set_attrib_full 47 * xmlnode_set_attrib_full
30 48
31 Changed: 49 Changed:
32 * xmlnode_remove_attrib now removes all attributes with the 50 * xmlnode_remove_attrib now removes all attributes with the
33 same name. Previously, it would remove the first one found, 51 same name. Previously, it would remove the first one found,
34 which was completely non-deterministic. If you want to remove 52 which was completely non-deterministic. If you want to remove
35 the attribute with no namespace, then use NULL with 53 the attribute with no namespace, then use NULL with
36 xmlnode_remove_with_namespace. 54 xmlnode_remove_with_namespace.
37 55
38 Deprecated: 56 Deprecated:
39 * purple_buddy_get_local_alias 57 * purple_buddy_get_local_alias
40 * purple_notify_user_info_remove_entry 58 * purple_notify_user_info_remove_entry
41 * purple_status_type_set_primary_attr 59 * purple_status_type_set_primary_attr
58 gtk_imhtml_link_activate functions to process GtkIMHtmlLink 76 gtk_imhtml_link_activate functions to process GtkIMHtmlLink
59 objects from GtkIMHtml protocol callbacks. 77 objects from GtkIMHtml protocol callbacks.
60 * gtk_imhtml_set_return_inserts_newline 78 * gtk_imhtml_set_return_inserts_newline
61 * pidgin_blist_set_theme 79 * pidgin_blist_set_theme
62 * pidgin_blist_get_theme 80 * pidgin_blist_get_theme
81 * pidgin_prefs_labeled_password
63 * pidgin_sound_is_customized 82 * pidgin_sound_is_customized
64 * pidgin_utils_init, pidgin_utils_uninit 83 * pidgin_utils_init, pidgin_utils_uninit
65 * pidgin_notify_pounce_add 84 * pidgin_notify_pounce_add
85 * PidginBlistTheme, PidginBlistThemeLoader API
86 * PidginIconTheme, PidginStatusIconTheme, PidginIconThemeLoader
87 API
88 * pidgin_stock_id_from_status_primitive
89 * pidgin_stock_id_from_presence
90
91 libgnt:
92 Added:
93 * GntProgressBar and functions (Saleem Abdulrasool)
66 94
67 perl: 95 perl:
68 Changed: 96 Changed:
69 * Made a bunch of functions act more perl-like. Call the new() 97 * Made a bunch of functions act more perl-like. Call the new()
70 functions as Class->new(...) instead of Class::new(...): 98 functions as Class->new(...) instead of Class::new(...):