comparison ChangeLog.API @ 26135:91a7d0ad2021

propagate from branch 'im.pidgin.pidgin' (head d2e4560619da68f5b4346dcf1247908d88f39eb3) to branch 'im.pidgin.soc.2008.yahoo' (head 9a753e6b9d2389b3b7a87d60eebbe98228c2fb36)
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Sun, 13 Jul 2008 14:19:59 +0000
parents 62e2869e8e3d
children 399975ad001c
comparison
equal deleted inserted replaced
25073:4dd866b83e8e 26135:91a7d0ad2021
15 * purple_buddy_icons_node_find_custom_icon 15 * purple_buddy_icons_node_find_custom_icon
16 * purple_buddy_icons_node_set_custom_icon 16 * purple_buddy_icons_node_set_custom_icon
17 * purple_buddy_icons_node_set_custom_icon_from_file 17 * purple_buddy_icons_node_set_custom_icon_from_file
18 * purple_notify_user_info_prepend_section_break 18 * purple_notify_user_info_prepend_section_break
19 * purple_notify_user_info_prepend_section_header 19 * purple_notify_user_info_prepend_section_header
20 * "website" and "dev_website" items to the ui_info hash table
21 * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit
22 * cmd-added and cmd-removed signals
20 23
21 Deprecated: 24 Deprecated:
22 * purple_blist_update_buddy_icon 25 * purple_blist_update_buddy_icon
23 * purple_buddy_icons_has_custom_icon 26 * purple_buddy_icons_has_custom_icon
24 * purple_buddy_icons_find_custom_icon 27 * purple_buddy_icons_find_custom_icon
25 * purple_buddy_icons_set_custom_icon 28 * purple_buddy_icons_set_custom_icon
26 * pidgin_set_custom_buddy_icon 29 * pidgin_set_custom_buddy_icon
30
31 Changed:
32 * xmlnode_copy now copies the prefix and namespace map for nodes.
27 33
28 pidgin: 34 pidgin:
29 Added: 35 Added:
30 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and 36 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
31 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. 37 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.