Mercurial > pidgin
diff ChangeLog.API @ 31713:298685661f89
Add constant-time lookup of row in the userlist by way of PurpleConvChatBuddy ui_data
Thanks to elb for pointing out GtkTreeRowReference.
Unfortunately, pidgin_conv_chat_remove_users cannot benefit from this because
the PCCB struct is destroyed prior to the uiop being called.
Joining #pidgin and #ubuntu is now extremely quick.
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Tue, 21 Jun 2011 04:35:04 +0000 |
| parents | 4dabe4bdfb29 |
| children | 910e966d18b3 |
line wrap: on
line diff
--- a/ChangeLog.API Tue Jun 21 03:34:50 2011 +0000 +++ b/ChangeLog.API Tue Jun 21 04:35:04 2011 +0000 @@ -5,7 +5,8 @@ Added: * Hash table to PurpleConvChat struct, used to make purple_conv_chat_cb_find O(1). - * ui_data opaque pointer to PurpleConvChatBuddy struct. + * ui_data pointer to PurpleConvChatBuddy struct. + * deleting-chat-buddy signal (conversation signals) Deprecated: * purple_conv_chat_set_users
