comparison 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
comparison
equal deleted inserted replaced
11934:525cf7ecd919 11935:cb73483c9f63
166 * "file-send-start": See Doxygen docs for details. 166 * "file-send-start": See Doxygen docs for details.
167 * "file-send-cancel": See Doxygen docs for details. 167 * "file-send-cancel": See Doxygen docs for details.
168 * "file-send-complete": See Doxygen docs for details. 168 * "file-send-complete": See Doxygen docs for details.
169 * "buddy-added": Self explanatory; see Doxygen docs for full details. 169 * "buddy-added": Self explanatory; see Doxygen docs for full details.
170 * "buddy-removed": Self explanatory; see Doxygen docs for full details. 170 * "buddy-removed": Self explanatory; see Doxygen docs for full details.
171 * "blist-node-aliased": an alias was set for a buddy, chat or contact. 171 * "blist-node-aliased": An alias was set for a buddy, chat or contact.
172 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details.
173 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details.
172 See Doxygen docs for details. 174 See Doxygen docs for details.
175
176 Signals - Removed:
177 * "buddy-away": replaced by buddy-status-changed
178 * "buddy-back": replaced by buddy-status-changed
179 * "buddy-idle": replaced by buddy-idle-changed
180 * "buddy-unidle": replaced by buddy-idle-changed
173 181
174 version 1.5.0 (8/11/2005): 182 version 1.5.0 (8/11/2005):
175 * Added: gaim_xfer_conversation_write 183 * Added: gaim_xfer_conversation_write
176 Writes a messages to a conversation window with the use 184 Writes a messages to a conversation window with the use
177 of the associated file transfer. 185 of the associated file transfer.