comparison ChangeLog.API @ 28033:ce3bc26aa8cd

More efficient purple_find_conversation_with_account. Closes #9703. Patch mostly from Aman "tmm1" Gupta; I added the g_list_prepend calls. The functionality is going to get whacky when dealing with chats that share the same name ("MSN Chat"), but purple_find_conversation_with_account doesn't work for those in any sense of the word 'work', so... committer: Paul Aurich <paul@darkrain42.org>
author aman@tmm1.net
date Mon, 27 Jul 2009 04:12:06 +0000
parents 1082e1c25b30
children 14ce47859540
comparison
equal deleted inserted replaced
28032:ab0dace4c688 28033:ce3bc26aa8cd
83 core.h for details. 83 core.h for details.
84 * Added introspection of signals exposed via the D-Bus API. 84 * Added introspection of signals exposed via the D-Bus API.
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 * purple_find_conversation_with_account is more efficient for large
89 numbers of concurrent conversations.
88 * All DNS routines support internationalized domain names (IDNs) when 90 * All DNS routines support internationalized domain names (IDNs) when
89 libpurple is compiled with GNU libidn. 91 libpurple is compiled with GNU libidn.
90 * status is set before emitting signals in purple_xfer_set_status. 92 * status is set before emitting signals in purple_xfer_set_status.
91 * Creating multiple distinct chats with the same name (i.e. "MSN Chat") 93 * Creating multiple distinct chats with the same name (i.e. "MSN Chat")
92 is deprecated and will be removed in libpurple 3.0.0. 94 is deprecated and will be removed in libpurple 3.0.0.