comparison ChangeLog.API @ 26280:02861ee5b29b

merge of 'a2ba1fead74d00991a9b2fe1290f7716b1d9d5cf' and 'b434abf35e2efd2a1c2821cbaf1ff557219ba4ad'
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 16 Mar 2009 02:59:37 +0000
parents 38238d41923b
children 7b63af454f26
comparison
equal deleted inserted replaced
26134:04b131c4481d 26280:02861ee5b29b
30 * purple_request_field_get_group 30 * purple_request_field_get_group
31 * purple_request_field_get_ui_data 31 * purple_request_field_get_ui_data
32 * purple_request_field_set_ui_data 32 * purple_request_field_set_ui_data
33 * purple_strequal 33 * purple_strequal
34 * xmlnode_from_file 34 * xmlnode_from_file
35 * xmlnode_set_attrib_full
36
37 Changed:
38 * xmlnode_remove_attrib now removes all attributes with the
39 same name. Previously, it would remove the first one found,
40 which was completely non-deterministic. If you want to remove
41 the attribute with no namespace, then use NULL with
42 xmlnode_remove_with_namespace.
35 43
36 Deprecated: 44 Deprecated:
37 * purple_buddy_get_local_alias 45 * purple_buddy_get_local_alias
38 * purple_notify_user_info_remove_entry 46 * purple_notify_user_info_remove_entry
39 * purple_status_type_set_primary_attr 47 * purple_status_type_set_primary_attr
44 * purple_status_set_attr_boolean 52 * purple_status_set_attr_boolean
45 * purple_status_set_attr_int 53 * purple_status_set_attr_int
46 * purple_status_set_attr_string 54 * purple_status_set_attr_string
47 * purple_presence_add_status 55 * purple_presence_add_status
48 * purple_presence_add_list 56 * purple_presence_add_list
57 * xmlnode_set_attrib_with_namespace
58 * xmlnode_set_attrib_with_prefix
49 59
50 pidgin: 60 pidgin:
51 Added: 61 Added:
52 * gtk_imhtml_class_register_protocol 62 * gtk_imhtml_class_register_protocol
53 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, 63 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,