comparison plugins/ChangeLog.API @ 11500:9fc7d0153332

[gaim-migrate @ 13745] Remove the stupid prpl option I added with the aliasing code. This fixes the remaining bug I'm aware of. It should be correct, but let me know if I've broken something (which would mostly likely be with Jabber). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 02:58:03 +0000
parents 16b0da1f376f
children cd0c8830d881
comparison
equal deleted inserted replaced
11499:6f9fc83ee25c 11500:9fc7d0153332
98 so that a conversation can have multiple logs at once 98 so that a conversation can have multiple logs at once
99 * Changed: gaim_conv_chat_add_user, added extra_msgs list 99 * Changed: gaim_conv_chat_add_user, added extra_msgs list
100 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN, 100 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN,
101 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat 101 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat
102 user list 102 user list
103 * Added: OPT_PROTO_USE_DISPLAY_NAME_FOR_ME_IN_CHATS, see the prpl.h
104 documentation if you're writing a prpl
105 103
106 Signals: 104 Signals:
107 * Changed: "received-im-msg" and "received-chat-msg" to match, both 105 * Changed: "received-im-msg" and "received-chat-msg" to match, both
108 now pass a conversation pointer and flags 106 now pass a conversation pointer and flags
109 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 107 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both