comparison plugins/ChangeLog.API @ 13233:f09c6e8df82c

[gaim-migrate @ 15598] SF Patch #1417225 from Sadrul This reworks the conversation signals. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 11 Feb 2006 19:16:38 +0000
parents d0f7f698b6de
children f3ae450fb947
comparison
equal deleted inserted replaced
13232:c9f536f771d0 13233:f09c6e8df82c
290 * "drawing-tooltip": added the "full" argument 290 * "drawing-tooltip": added the "full" argument
291 * "received-im-msg" and "received-chat-msg" to match, both now pass a 291 * "received-im-msg" and "received-chat-msg" to match, both now pass a
292 conversation pointer and flags 292 conversation pointer and flags
293 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a 293 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a
294 conversation pointer and a pointer to the flags. 294 conversation pointer and a pointer to the flags.
295 * "writing-im-msg", "wrote-im-msg", "writing-chat-msg", "wrote-chat-msg":
296 Now emitted from a difference place in the message handling code.
297 The arguments also changed.
298 * "displaying-im-msg", "displayed-im-msg", "displaying-chat-msg",
299 "displayed-chat-msg": Added "who" argument, which changes the order
300 of the existing arguments.
295 301
296 Signals - Added: (See the Doxygen docs for details on all signals.) 302 Signals - Added: (See the Doxygen docs for details on all signals.)
297 * "account-disabled" 303 * "account-disabled"
298 * "account-status-changed" 304 * "account-status-changed"
299 * "cipher-added" 305 * "cipher-added"