comparison ChangeLog.API @ 27645:36aa9ed8cd39

Use a hash table for looking up PurpleGroup:s. Apparently Aman "tmm1" Gupta has a lot of groups in his buddy list, so he wrote this patch. committer: Paul Aurich <paul@darkrain42.org>
author aman@tmm1.net
date Thu, 16 Jul 2009 04:40:08 +0000
parents bff61dad9a6b
children 7fbf964c6c6c
comparison
equal deleted inserted replaced
27644:2d541e194416 27645:36aa9ed8cd39
78 typing state was modified (and the buddy-typing-stopped signal 78 typing state was modified (and the buddy-typing-stopped signal
79 emitted), but this signal was not emitted. 79 emitted), but this signal was not emitted.
80 * Added a client_type field in the get_ui_info core UI op. See 80 * Added a client_type field in the get_ui_info core UI op. See
81 core.h for details. 81 core.h for details.
82 * Added introspection of signals exposed via the D-Bus API. 82 * Added introspection of signals exposed via the D-Bus API.
83 * purple_find_buddies is now more efficient in the case where
84 it is enumerating all the buddies for an account.
85 * purple_find_group is now more efficient for large numbers of groups.
83 86
84 Deprecated: 87 Deprecated:
85 * buddy-added and buddy-removed blist signals 88 * buddy-added and buddy-removed blist signals
86 * purple_blist_destroy 89 * purple_blist_destroy
87 * purple_blist_new 90 * purple_blist_new