comparison ChangeLog.API @ 27115:2ab648c328cc

Consistently emit conversation-updated for typing state changes. Also reformatted ChangeLog.API a bit (I noticed there's a Changed section) and added a comment to the psychic plugin (since I had to look up why it was doing that). Patch from Florian Quze. Closes #7605. committer: Paul Aurich <paul@darkrain42.org>
author Florian Quèze <florian@instantbird.org>
date Fri, 05 Jun 2009 02:30:31 +0000
parents 4c3b1bb3ba91
children 804141095de5
comparison
equal deleted inserted replaced
27114:4c3b1bb3ba91 27115:2ab648c328cc
14 * account-created 14 * account-created
15 * account-destroying 15 * account-destroying
16 * blist-node-added and blist-node-removed signals (see 16 * blist-node-added and blist-node-removed signals (see
17 blist-signals.dox) 17 blist-signals.dox)
18 * Jabber plugin signals (see jabber-signals.dox) 18 * Jabber plugin signals (see jabber-signals.dox)
19 * Plugins may now emit the jabber-sending-xmlnode signal in order
20 to send stanzas; this method is preferred to the prpl send_raw
21 function as other plugins listening to the signal see them.
22 * purple_buddy_destroy 19 * purple_buddy_destroy
23 * purple_buddy_get_protocol_data 20 * purple_buddy_get_protocol_data
24 * purple_buddy_set_protocol_data 21 * purple_buddy_set_protocol_data
25 * purple_buddy_get_local_buddy_alias 22 * purple_buddy_get_local_buddy_alias
26 * purple_blist_get_buddies 23 * purple_blist_get_buddies
59 * xmlnode_remove_attrib now removes all attributes with the 56 * xmlnode_remove_attrib now removes all attributes with the
60 same name. Previously, it would remove the first one found, 57 same name. Previously, it would remove the first one found,
61 which was completely non-deterministic. If you want to remove 58 which was completely non-deterministic. If you want to remove
62 the attribute with no namespace, then use NULL with 59 the attribute with no namespace, then use NULL with
63 xmlnode_remove_with_namespace. 60 xmlnode_remove_with_namespace.
61 * Plugins may now emit the jabber-sending-xmlnode signal in order
62 to send stanzas; this method is preferred to the prpl send_raw
63 function as other plugins listening to the signal see them.
64 * The conversation-updated signal with a PURPLE_CONV_UPDATE_TYPING
65 update type is emitted when receiving an IM. Previously, the
66 typing state was modified (and the buddy-typing-stopped signal
67 emitted), but this signal was not emitted.
64 68
65 Deprecated: 69 Deprecated:
66 * buddy-added and buddy-removed blist signals 70 * buddy-added and buddy-removed blist signals
67 * purple_buddy_get_local_alias 71 * purple_buddy_get_local_alias
68 * purple_notify_user_info_remove_entry 72 * purple_notify_user_info_remove_entry