comparison ChangeLog.API @ 26353:07e22e1897f6

merge of '2fbd079d0e8c53d5a6f240df5232b63c780212c0' and 'c9fd123647e096ece866dda08832d16860aecd73'
author Paul Aurich <paul@darkrain42.org>
date Sun, 22 Mar 2009 23:44:31 +0000
parents 3d997c09b94e
children 4f6228f14461 7b63af454f26
comparison
equal deleted inserted replaced
26000:31bb0d6e7f7e 26353:07e22e1897f6
24 * purple_request_field_get_group 24 * purple_request_field_get_group
25 * purple_request_field_get_ui_data 25 * purple_request_field_get_ui_data
26 * purple_request_field_set_ui_data 26 * purple_request_field_set_ui_data
27 * purple_strequal 27 * purple_strequal
28 * xmlnode_from_file 28 * xmlnode_from_file
29 * xmlnode_set_attrib_full
30
31 Changed:
32 * xmlnode_remove_attrib now removes all attributes with the
33 same name. Previously, it would remove the first one found,
34 which was completely non-deterministic. If you want to remove
35 the attribute with no namespace, then use NULL with
36 xmlnode_remove_with_namespace.
29 37
30 Deprecated: 38 Deprecated:
31 * purple_buddy_get_local_alias 39 * purple_buddy_get_local_alias
32 * purple_notify_user_info_remove_entry 40 * purple_notify_user_info_remove_entry
33 * purple_status_type_set_primary_attr 41 * purple_status_type_set_primary_attr
38 * purple_status_set_attr_boolean 46 * purple_status_set_attr_boolean
39 * purple_status_set_attr_int 47 * purple_status_set_attr_int
40 * purple_status_set_attr_string 48 * purple_status_set_attr_string
41 * purple_presence_add_status 49 * purple_presence_add_status
42 * purple_presence_add_list 50 * purple_presence_add_list
51 * xmlnode_set_attrib_with_namespace
52 * xmlnode_set_attrib_with_prefix
43 53
44 pidgin: 54 pidgin:
45 Added: 55 Added:
46 * gtk_imhtml_class_register_protocol 56 * gtk_imhtml_class_register_protocol
47 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, 57 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,
50 * gtk_imhtml_set_return_inserts_newline 60 * gtk_imhtml_set_return_inserts_newline
51 * pidgin_blist_set_theme 61 * pidgin_blist_set_theme
52 * pidgin_blist_get_theme 62 * pidgin_blist_get_theme
53 * pidgin_sound_is_customized 63 * pidgin_sound_is_customized
54 * pidgin_utils_init, pidgin_utils_uninit 64 * pidgin_utils_init, pidgin_utils_uninit
65 * pidgin_notify_pounce_add
55 66
56 perl: 67 perl:
57 Changed: 68 Changed:
58 * Made a bunch of functions act more perl-like. Call the new() 69 * Made a bunch of functions act more perl-like. Call the new()
59 functions as Class->new(...) instead of Class::new(...): 70 functions as Class->new(...) instead of Class::new(...):