Mercurial > pidgin
diff plugins/ChangeLog.API @ 11935:cb73483c9f63
[gaim-migrate @ 14226]
Here are buddy-status-changed and buddy-idle-changed signals, to replace
buddy-away, buddy-back, buddy-idle, and buddy-unidle. It it now possible to
detect when a buddy goes from one away-state to another away-state without
coming back in between.
I'm not really sure I like how buddy-idle-changed works here, but it felt
better to keep it consistent. It currently only fires on idle and unidle and
not on just-more-idle, though that's easy to change if we decide plugins might
want to know as idle time increases.
I think I got all the doxygen and ChangeLog.API stuff, someone yell if I
missed something.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Mon, 31 Oct 2005 22:02:30 +0000 |
| parents | 5b703a92e79d |
| children | 24c7fb94d3a3 |
line wrap: on
line diff
--- a/plugins/ChangeLog.API Mon Oct 31 20:35:59 2005 +0000 +++ b/plugins/ChangeLog.API Mon Oct 31 22:02:30 2005 +0000 @@ -168,9 +168,17 @@ * "file-send-complete": See Doxygen docs for details. * "buddy-added": Self explanatory; see Doxygen docs for full details. * "buddy-removed": Self explanatory; see Doxygen docs for full details. - * "blist-node-aliased": an alias was set for a buddy, chat or contact. + * "blist-node-aliased": An alias was set for a buddy, chat or contact. + * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details. + * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details. See Doxygen docs for details. + Signals - Removed: + * "buddy-away": replaced by buddy-status-changed + * "buddy-back": replaced by buddy-status-changed + * "buddy-idle": replaced by buddy-idle-changed + * "buddy-unidle": replaced by buddy-idle-changed + version 1.5.0 (8/11/2005): * Added: gaim_xfer_conversation_write Writes a messages to a conversation window with the use
