comparison plugins/ChangeLog.API @ 10884:5cda52915a1f

[gaim-migrate @ 12582] Rename create_prpl_icon to gaim_gtk_create_prpl_icon, remove some dead code from gtkconv, and use G_MODULE_BIND_LOCAL - this breaks perl plugins, and should be added to the list of things that need fixing to save perl. Semi-fix the raw plugin too, but only if your filesystem is being friendly in where it puts stuff. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 28 Apr 2005 01:06:31 +0000
parents beb62c7e9d8b
children 79f0562b8442
comparison
equal deleted inserted replaced
10883:b0fdadf463d4 10884:5cda52915a1f
47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history, 47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history,
48 and GaimConversation->history. Use gtk_imhtml_get_markup 48 and GaimConversation->history. Use gtk_imhtml_get_markup
49 instead. 49 instead.
50 * Removed: serv_rename_group 50 * Removed: serv_rename_group
51 * Renamed: set_gaim_user_dir to gaim_util_set_user_dir 51 * Renamed: set_gaim_user_dir to gaim_util_set_user_dir
52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon
52 53
53 Signals: 54 Signals:
54 * Changed: "received-im-msg and "received-chat-msg" to match, both 55 * Changed: "received-im-msg and "received-chat-msg" to match, both
55 now pass a conversation pointer and flags 56 now pass a conversation pointer and flags
56 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 57 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both