comparison plugins/ChangeLog.API @ 11706:bcc49c25ef90

[gaim-migrate @ 13997] Generalize the buddy-typing and buddy-typing-stopped signals. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 21 Oct 2005 19:03:51 +0000
parents 872932089400
children a8f8939b968e
comparison
equal deleted inserted replaced
11705:0906a3e9626c 11706:bcc49c25ef90
143 and emit before the conv. window swap happens. This prevents 143 and emit before the conv. window swap happens. This prevents
144 the old conv window from being freed before the signal emits. 144 the old conv window from being freed before the signal emits.
145 * Added: "buddy-added" and "buddy-removed", which are self-explanatory 145 * Added: "buddy-added" and "buddy-removed", which are self-explanatory
146 * Added: "blist-node-aliased", an alias was set for a buddy, chat or 146 * Added: "blist-node-aliased", an alias was set for a buddy, chat or
147 contact. See the Doxygen documentation for the details. 147 contact. See the Doxygen documentation for the details.
148 * Changed: "buddy-typing" and "buddy-typing-stopped", replaced the
149 GaimConversation* with GaimAccount*, const char *name. Also,
150 the signal is now emitted regardless of whether a
151 conversation exists and regardless of whether the user is on
152 the buddy list.
148 153
149 version 1.0.0 (09/17/2004): 154 version 1.0.0 (09/17/2004):
150 * Added: get_chat_name to the GaimPluginProtocolInfo struct 155 * Added: get_chat_name to the GaimPluginProtocolInfo struct
151 * Changed: gaim_blist_update_buddy_presence(), presence changed to 156 * Changed: gaim_blist_update_buddy_presence(), presence changed to
152 type gboolean 157 type gboolean