comparison plugins/ChangeLog.API @ 11690:872932089400

[gaim-migrate @ 13976] Removing the a_virgin field from GaimGtkImPane. It's no longer used. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Oct 2005 23:04:59 +0000
parents 04e0189bb519
children bcc49c25ef90
comparison
equal deleted inserted replaced
11689:9c0612901c3e 11690:872932089400
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 120 * Added: gaim_conversation_close_logs(), to force a conversation's
121 log(s) to be closed. New logs will be opened as necessary. 121 log(s) to be closed. New logs will be opened as necessary.
122 * Removed: GaimGtkImPane->a_virgin
122 123
123 Signals: 124 Signals:
124 * Changed: "received-im-msg" and "received-chat-msg" to match, both 125 * Changed: "received-im-msg" and "received-chat-msg" to match, both
125 now pass a conversation pointer and flags 126 now pass a conversation pointer and flags
126 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 127 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both