ChangeLog.API

branch
cpw.darkrain42.docs
changeset 26556
4e09891c129f
parent 26386
49343310498a
parent 26541
d6f53151e26b
child 26609
cd956ff7342c
equal deleted inserted replaced
26390:b0cde401fca4 26556:4e09891c129f
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_smiley_get_storing_dir 41 * purple_smiley_get_storing_dir
39 * purple_status_set_attr_boolean 47 * purple_status_set_attr_boolean
40 * purple_status_set_attr_int 48 * purple_status_set_attr_int
41 * purple_status_set_attr_string 49 * purple_status_set_attr_string
42 * purple_presence_add_status 50 * purple_presence_add_status
43 * purple_presence_add_list 51 * purple_presence_add_list
52 * xmlnode_set_attrib_with_namespace
53 * xmlnode_set_attrib_with_prefix
44 54
45 pidgin: 55 pidgin:
46 Added: 56 Added:
47 * gtk_imhtml_class_register_protocol 57 * gtk_imhtml_class_register_protocol
48 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, 58 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,
51 * gtk_imhtml_set_return_inserts_newline 61 * gtk_imhtml_set_return_inserts_newline
52 * pidgin_blist_set_theme 62 * pidgin_blist_set_theme
53 * pidgin_blist_get_theme 63 * pidgin_blist_get_theme
54 * pidgin_sound_is_customized 64 * pidgin_sound_is_customized
55 * pidgin_utils_init, pidgin_utils_uninit 65 * pidgin_utils_init, pidgin_utils_uninit
66 * pidgin_notify_pounce_add
56 67
57 perl: 68 perl:
58 Changed: 69 Changed:
59 * Made a bunch of functions act more perl-like. Call the new() 70 * Made a bunch of functions act more perl-like. Call the new()
60 functions as Class->new(...) instead of Class::new(...): 71 functions as Class->new(...) instead of Class::new(...):

mercurial