comparison plugins/ChangeLog.API @ 11485:16b0da1f376f

[gaim-migrate @ 13727] Fix the /nick weirdness bug I introduced. Also, patch 1283539, from Peter Lawler (two changes) 1. When in a chat where Gaim can tell which users are buddies (i.e. non-Jabber chats), only the names of buddies are bolded. I'm not sure if I'll like this, but I'm committing it so we can all try it out. 2. "remove bold, underline, and italics when we're ignoring formatting, as well" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 09 Sep 2005 20:14:32 +0000
parents 201617d49573
children 9fc7d0153332
comparison
equal deleted inserted replaced
11484:4539174a88bd 11485:16b0da1f376f
91 * Changed: gaim_conv_chat_add_users(), added extra_msgs and 91 * Changed: gaim_conv_chat_add_users(), added extra_msgs and
92 new_arrivals (pass NULL and FALSE respectively, to get the 92 new_arrivals (pass NULL and FALSE respectively, to get the
93 same behavior as before) 93 same behavior as before)
94 * Changed: chat_add_users in GaimConversationUiOps, added aliases list 94 * Changed: chat_add_users in GaimConversationUiOps, added aliases list
95 * Removed: chat_add_user from GaimConversationUiOps 95 * Removed: chat_add_user from GaimConversationUiOps
96 * Changed: chat_rename_user in GaimConversationUiOps, added new_alias
96 * Changed: GaimConversation.log became GList * GaimConversation.logs, 97 * Changed: GaimConversation.log became GList * GaimConversation.logs,
97 so that a conversation can have multiple logs at once 98 so that a conversation can have multiple logs at once
98 * Changed: gaim_conv_chat_add_user, added extra_msgs list 99 * Changed: gaim_conv_chat_add_user, added extra_msgs list
99 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN, 100 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN,
100 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