log libpurple/notify.c @ 32672:3828a61c44da

age author description
Fri, 21 Oct 2011 21:29:33 +0000 andrew victor Hide struct PurpleNotifySearchColumn.
Mon, 22 Aug 2011 06:32:44 +0000 Mark Doliner Actually commit the purple_notify_user_info_prepend_pair_plaintext
Mon, 22 Aug 2011 04:16:28 +0000 Mark Doliner user_info->user_info_entries is redundant. Let's call it
Mon, 22 Aug 2011 04:14:16 +0000 Mark Doliner Change PurpleNotifyUserInfo->user_info_entries from a GList to a GQueue.
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Sun, 21 Aug 2011 01:13:46 +0000 Mark Doliner Remove a few deprecated functions
Tue, 03 May 2011 20:55:39 +0000 andrew victor Add API:
Thu, 08 Jul 2010 22:38:33 +0000 Mark Doliner Add a purple_notify_user_info_add_pair_plaintext function that accepts a
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Thu, 30 Oct 2008 22:40:49 +0000 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Tue, 27 May 2008 01:19:07 +0000 Evan Schoenberg Added prepend functions for notify_user_info section headers and breaks
Fri, 02 May 2008 23:16:11 +0000 Daniel Atallah Cleanup and avoid unnecessary alloc/free.
Thu, 03 Apr 2008 23:41:57 +0000 Mark Doliner constify the return value from purple_notify_user_info_entry_get_label
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Thu, 18 Oct 2007 20:20:57 +0000 Daniel Atallah Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().
Mon, 15 Oct 2007 04:46:53 +0000 Daniel Atallah Clarify the documentation for purple_notify_user_info_remove_entry() to indicated that it doesn't free the removed entry. Make purple_notify_user_info_remove_last_item() free the entry it is removing as that is the only sensible thing to do (otherwise purple_notify_user_info_remove_entry() should have been used instead). This fixes leakage in the msn prpl.
Fri, 21 Sep 2007 00:53:41 +0000 Daniel Atallah Clear out the mail notifications for an account when we receive a notification of 0 emails.
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Fri, 28 Sep 2007 15:45:06 +0000 Richard Laager applied changes from 4bb1d6cbfe69a2e7782336a7e6e93e438a8bdbfc
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sat, 28 Jul 2007 05:30:19 +0000 Sean Egan Email notification signals from charkins. Fixes #1324
Sat, 16 Jun 2007 19:48:23 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
Fri, 15 Jun 2007 19:34:24 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Thu, 14 Jun 2007 01:24:16 +0000 Sadrul Habib Chowdhury sadrul's fix for the userinfo notify crash on disconnect that was caused by
Sun, 13 May 2007 07:29:51 +0000 Sadrul Habib Chowdhury DBusify userinfo stuff.
Sat, 28 Apr 2007 23:33:10 +0000 Ka-Hing Cheung Plug a memory leak.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/