comparison ChangeLog.API @ 32165:47f7b8ca6149

conversation: O(1) purple_conv_chat_cb_find I also deprecated what seems like a useless function. The ui_data is to implement constant-time lookups for the room list in Pidgin.
author Paul Aurich <paul@darkrain42.org>
date Mon, 20 Jun 2011 05:24:30 +0000
parents bb77a9ceca17
children 4dabe4bdfb29
comparison
equal deleted inserted replaced
32164:bb77a9ceca17 32165:47f7b8ca6149
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.9.0 (MM/DD/YYYY): 3 version 2.9.0 (MM/DD/YYYY):
4 libpurple:
5 Added:
6 * Hash table and equivalence function to PurpleConvChat struct,
7 which makes purple_conv_chat_cb_find O(1). The equivalence
8 function should only be set by a prpl, and must only be set
9 before any occupants are in the room.
10 * ui_data opaque pointer to PurpleConvChatBuddy struct.
11
12 Deprecated:
13 * purple_conv_chat_set_users
14 * PurpleConvChat in_room list
4 15
5 version 2.8.0 (06/07/2011): 16 version 2.8.0 (06/07/2011):
6 libpurple: 17 libpurple:
7 Added: 18 Added:
8 * account-authorization-requested-with-message signal (Stefan Ott) 19 * account-authorization-requested-with-message signal (Stefan Ott)