comparison ChangeLog.API @ 26678:78ef23551355

merge of '18a763ca3d80ae60e586ade3456b8d59196a7b8f' and '54b44cf23dd4b4d1e79d9c5b04a1496758072127'
author Paul Aurich <paul@darkrain42.org>
date Mon, 20 Apr 2009 00:05:54 +0000
parents d58fa4c34987 7c3baa45c9c4
children 872d30754311
comparison
equal deleted inserted replaced
26671:d58fa4c34987 26678:78ef23551355
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(...):