comparison src/conversation.h @ 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 9b3833da6840
comparison
equal deleted inserted replaced
11484:4539174a88bd 11485:16b0da1f376f
187 void (*write_conv)(GaimConversation *conv, const char *name, const char *alias, 187 void (*write_conv)(GaimConversation *conv, const char *name, const char *alias,
188 const char *message, GaimMessageFlags flags, 188 const char *message, GaimMessageFlags flags,
189 time_t mtime); 189 time_t mtime);
190 190
191 void (*chat_add_users)(GaimConversation *conv, GList *users, GList *aliases); 191 void (*chat_add_users)(GaimConversation *conv, GList *users, GList *aliases);
192 void (*chat_rename_user)(GaimConversation *conv, 192 void (*chat_rename_user)(GaimConversation *conv, const char *old_name,
193 const char *old_name, const char *new_name); 193 const char *new_name, const char *new_alias);
194 void (*chat_remove_user)(GaimConversation *conv, const char *user); 194 void (*chat_remove_user)(GaimConversation *conv, const char *user);
195 void (*chat_remove_users)(GaimConversation *conv, GList *users); 195 void (*chat_remove_users)(GaimConversation *conv, GList *users);
196 void (*chat_update_user)(GaimConversation *conv, const char *user); 196 void (*chat_update_user)(GaimConversation *conv, const char *user);
197 197
198 void (*update_progress)(GaimConversation *conv, float percent); 198 void (*update_progress)(GaimConversation *conv, float percent);