Mercurial > pidgin
comparison ChangeLog.API @ 27677:fd4415c0595f
Set xfer->status before emitting signals in purple_xfer_set_status.
This was noticed by kenshin in #pidgin and doesn't interfere with
the autoaccept plugin (that signal is emitted in purple_xfer_request).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 23 Jul 2009 02:31:52 +0000 |
parents | 99baf778e0b9 |
children | 1082e1c25b30 |
comparison
equal
deleted
inserted
replaced
27676:1736bc22cc06 | 27677:fd4415c0595f |
---|---|
85 * purple_find_buddies is now more efficient in the case where | 85 * purple_find_buddies is now more efficient in the case where |
86 it is enumerating all the buddies for an account. | 86 it is enumerating all the buddies for an account. |
87 * purple_find_group is now more efficient for large numbers of groups. | 87 * purple_find_group is now more efficient for large numbers of groups. |
88 * All DNS routines support internationalized domain names (IDNs) when | 88 * All DNS routines support internationalized domain names (IDNs) when |
89 libpurple is compiled with GNU libidn. | 89 libpurple is compiled with GNU libidn. |
90 * status is set before emitting signals in purple_xfer_set_status. | |
90 | 91 |
91 Deprecated: | 92 Deprecated: |
92 * buddy-added and buddy-removed blist signals | 93 * buddy-added and buddy-removed blist signals |
93 * purple_blist_destroy | 94 * purple_blist_destroy |
94 * purple_blist_new | 95 * purple_blist_new |