comparison ChangeLog.API @ 27863:57727a140609

propagate from branch 'im.pidgin.pidgin' (head 97e156c1c2ef4aabc8926ff845b42b911a476dd0) to branch 'im.pidgin.pidgin.yaz' (head 5af759d36dbdbfc7fb196a56607aec7a61a8d2a8)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 18 Jul 2008 08:45:31 +0000
parents 399975ad001c
children de8f2d3e538a e23b447aa5ca
comparison
equal deleted inserted replaced
27862:382e7565e628 27863:57727a140609
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 20 * "website" and "dev_website" items to the ui_info hash table
21 * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit 21 * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit
22 * cmd-added and cmd-removed signals 22 * cmd-added and cmd-removed signals
23 * purple_get_host_name
23 24
24 Deprecated: 25 Deprecated:
25 * purple_blist_update_buddy_icon 26 * purple_blist_update_buddy_icon
26 * purple_buddy_icons_has_custom_icon 27 * purple_buddy_icons_has_custom_icon
27 * purple_buddy_icons_find_custom_icon 28 * purple_buddy_icons_find_custom_icon
28 * purple_buddy_icons_set_custom_icon 29 * purple_buddy_icons_set_custom_icon
29 * pidgin_set_custom_buddy_icon 30 * pidgin_set_custom_buddy_icon
31
32 Changed:
33 * xmlnode_copy now copies the prefix and namespace map for nodes.
30 34
31 pidgin: 35 pidgin:
32 Added: 36 Added:
33 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and 37 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
34 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. 38 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.