comparison plugins/ChangeLog.API @ 11536:16796e09b9c1

[gaim-migrate @ 13790] GaimBuddy->uc is gone! at last! (it survived probably > 5 years). You'll want to make sure any plugins that make use of GaimBuddy in any way are recompiled, otherwise you'll have el-bizarro crashes. You probably want to make sure you make clean && make && make install too. Maybe reformatting your hard disk to remove any references to uc would be a good idea too. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 14 Sep 2005 00:54:21 +0000
parents c9b815aeddc1
children 8d0ac3c37831
comparison
equal deleted inserted replaced
11535:bb98b2c09224 11536:16796e09b9c1
100 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat 100 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat
101 user list 101 user list
102 * Changed: gaim_notify_userinfo, removed primary and secondary args 102 * Changed: gaim_notify_userinfo, removed primary and secondary args
103 * Changed: GaimNotifyUiOps::notify_userinfo, removed title, primary, 103 * Changed: GaimNotifyUiOps::notify_userinfo, removed title, primary,
104 and secondary args 104 and secondary args
105 * Removed: uc from the GaimBuddy struct
105 106
106 Signals: 107 Signals:
107 * Changed: "received-im-msg" and "received-chat-msg" to match, both 108 * Changed: "received-im-msg" and "received-chat-msg" to match, both
108 now pass a conversation pointer and flags 109 now pass a conversation pointer and flags
109 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 110 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both