Mercurial > pidgin.yaz
diff ChangeLog.API @ 32168:4dabe4bdfb29
conversation: Strip off the exposed function pointers.
Getting that into a useful form would take a bit more planning
than I was hoping.
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Tue, 21 Jun 2011 01:40:54 +0000 |
| parents | 47f7b8ca6149 |
| children | 298685661f89 |
line wrap: on
line diff
--- a/ChangeLog.API Mon Jun 20 06:07:46 2011 +0000 +++ b/ChangeLog.API Tue Jun 21 01:40:54 2011 +0000 @@ -3,10 +3,8 @@ version 2.9.0 (MM/DD/YYYY): libpurple: Added: - * Hash table and equivalence function to PurpleConvChat struct, - which makes purple_conv_chat_cb_find O(1). The equivalence - function should only be set by a prpl, and must only be set - before any occupants are in the room. + * Hash table to PurpleConvChat struct, used to make + purple_conv_chat_cb_find O(1). * ui_data opaque pointer to PurpleConvChatBuddy struct. Deprecated:
