comparison plugins/ChangeLog.API @ 9109:9f21659ecf11

[gaim-migrate @ 9886] Added a buddy-idle-updated signal, for when the idle time changes. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 28 May 2004 06:06:43 +0000
parents 5042c9dbfbb7
children b1cac9f6fee3
comparison
equal deleted inserted replaced
9108:6a17b7e2e3b2 9109:9f21659ecf11
19 * Added: "drawing-tooltip" for plugins to allow plugins to change text 19 * Added: "drawing-tooltip" for plugins to allow plugins to change text
20 appearing in tooltips 20 appearing in tooltips
21 * Added: "gtkblist-created" 21 * Added: "gtkblist-created"
22 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave 22 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave
23 exactly like received-*-msg used to) 23 exactly like received-*-msg used to)
24 * Added: "buddy-idle-updated" signal, for when the idle time changes.
24 * Changed: "received-im-msg" and "received-chat-msg" no longer pass 25 * Changed: "received-im-msg" and "received-chat-msg" no longer pass
25 pointers to who, message and flags, and are now void. 26 pointers to who, message and flags, and are now void.
26 * Removed: "drawing-menu" - it was UI sepecific and 27 * Removed: "drawing-menu" - it was UI sepecific and
27 "blist-node-extended-menu" is superior 28 "blist-node-extended-menu" is superior
28 29