comparison plugins/ChangeLog.API @ 11672:04e0189bb519

[gaim-migrate @ 13958] (contact-aware conversation)-aware logging: When the active buddy changes, a new log is opened. This way, the logs (on-disk, assuming a file-based logger) always correspond to the buddy that send/received the messages. Given that we already have contactized logging, the logs will all be shown in the same log viewer. Also, if you use Options -> Enable Logging to change the default logging mode for a perticular conversation or part of a conversation, that setting will be preserved even if the active buddy changes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Oct 2005 18:15:47 +0000
parents eb14bbcf7249
children 872932089400
comparison
equal deleted inserted replaced
11671:4ebd27e664c4 11672:04e0189bb519
115 * Removed: serv_remove_buddy(); use gaim_account_remove_buddy() instead 115 * Removed: serv_remove_buddy(); use gaim_account_remove_buddy() instead
116 * Removed: serv_remove_buddies(); use gaim_account_remove_buddies() 116 * Removed: serv_remove_buddies(); use gaim_account_remove_buddies()
117 instead 117 instead
118 * Removed: serv_change_passwd(); use gaim_account_change_password() 118 * Removed: serv_change_passwd(); use gaim_account_change_password()
119 instead 119 instead
120 * Added: gaim_conversation_close_logs(), to force a conversation's
121 log(s) to be closed. New logs will be opened as necessary.
120 122
121 Signals: 123 Signals:
122 * Changed: "received-im-msg" and "received-chat-msg" to match, both 124 * Changed: "received-im-msg" and "received-chat-msg" to match, both
123 now pass a conversation pointer and flags 125 now pass a conversation pointer and flags
124 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 126 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both