comparison plugins/ChangeLog.API @ 9761:391e4e186708

[gaim-migrate @ 10629] Must... hurry... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Aug 2004 23:28:09 +0000
parents b64ee81c7bcb
children 31ea81339336
comparison
equal deleted inserted replaced
9760:cee4e4cae56a 9761:391e4e186708
17 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat 17 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat
18 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy 18 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy
19 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group 19 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group
20 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat 20 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat
21 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact 21 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact
22 * Renamed: show_about to gaim_gtkdialogs_about
23 * Changed: gaim_blist_request_add_chat(), added name parameter
24
25 Protocol Plugin API: v7
26 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct
22 27
23 Signals: 28 Signals:
24 * Added: conversation-updated for any update to the data associated 29 * Added: conversation-updated for any update to the data associated
25 with the conversation (topic, icon, adding to buddy list, etc.) 30 with the conversation (topic, icon, adding to buddy list, etc.)
26 31