log libpurple/conversation.c @ 32819:2c6510167895 default tip

age author description
Thu, 22 Dec 2011 07:40:15 +0000 Elliott Sales de Andrade It seems to me this should be new_alias, not alias.
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore.
Fri, 21 Oct 2011 20:39:29 +0000 andrew victor Hide struct _PurpleConvMessage.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sun, 02 Oct 2011 00:14:08 +0000 Kevin Stange Restore a union member lost in the merge due to struct hiding.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 01 Oct 2011 16:48:40 +0000 andrew victor Hide struct _PurpleConversation.
Sat, 01 Oct 2011 13:03:38 +0000 andrew victor Hide struct _PurpleConvChatBuddy.
Sat, 01 Oct 2011 11:35:15 +0000 andrew victor Hide struct _PurpleConvIm.
Sat, 01 Oct 2011 11:29:43 +0000 andrew victor Hide struct _PurpleConvChat.
Mon, 05 Sep 2011 20:16:47 +0000 andrew victor purple_conv_chat_set_users() has been deprecated since 2.9.0, and can be removed for 3.0.0.
Fri, 26 Aug 2011 21:25:25 +0000 andrew victor These pointers should rather be marked const.
Fri, 26 Aug 2011 20:51:39 +0000 andrew victor Add accessor functions purple_conversation_get_ui_data() and purple_conversation_set_ui_data().
Mon, 27 Jun 2011 07:01:10 +0000 Paul Aurich conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.