comparison plugins/ChangeLog.API @ 11533:c9b815aeddc1

[gaim-migrate @ 13782] Pushing more of the userinfo stuff to the UI. Also, fixed a notify API warning in the perl plugin. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Sep 2005 20:04:37 +0000
parents 921f64947cad
children 16796e09b9c1
comparison
equal deleted inserted replaced
11532:57439a383f4f 11533:c9b815aeddc1
97 so that a conversation can have multiple logs at once 97 so that a conversation can have multiple logs at once
98 * Changed: gaim_conv_chat_add_user, added extra_msgs list 98 * Changed: gaim_conv_chat_add_user, added extra_msgs list
99 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN, 99 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN,
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
103 * Changed: GaimNotifyUiOps::notify_userinfo, removed title, primary,
104 and secondary args
102 105
103 Signals: 106 Signals:
104 * Changed: "received-im-msg" and "received-chat-msg" to match, both 107 * Changed: "received-im-msg" and "received-chat-msg" to match, both
105 now pass a conversation pointer and flags 108 now pass a conversation pointer and flags
106 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 109 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both