log

age author description
Thu, 19 Jul 2007 21:34:35 +0000 Sadrul Habib Chowdhury Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Thu, 19 Jul 2007 21:11:37 +0000 Sadrul Habib Chowdhury Patch from Javeed Shaikh to make the search function non-braindamaged.
Fri, 20 Jul 2007 02:58:21 +0000 Eric Polino propagate from branch 'im.pidgin.pidgin' (head e234ff44fe5efd4a34c1fe7d40419300d1748187)
Thu, 19 Jul 2007 08:25:57 +0000 Sadrul Habib Chowdhury merge of '1716933469be8ab48b72ab0259f65b44c4d9b23e'
Wed, 18 Jul 2007 06:32:00 +0000 Mark Doliner This was crashing for me when writing a system message when logging
Wed, 18 Jul 2007 06:28:11 +0000 Mark Doliner Get rid of an unused variable
Tue, 17 Jul 2007 17:03:59 +0000 Daniel Atallah merge of 'c461aa1e202a65745f6b1de51f4bea0016abc463'
Thu, 19 Jul 2007 08:25:26 +0000 Sadrul Habib Chowdhury Allow using custom search functions.
Tue, 17 Jul 2007 11:09:03 +0000 Sadrul Habib Chowdhury Do some work to make pygnt more useful. The dbus-gnt script works fairly
Tue, 17 Jul 2007 06:43:05 +0000 Richard Laager The gtkbuddynote.c file contains translation markers.
Mon, 16 Jul 2007 23:59:58 +0000 Sadrul Habib Chowdhury Do a NULL-check to prevent a crash.
Mon, 16 Jul 2007 23:50:41 +0000 Sadrul Habib Chowdhury merge of '16545633f55b708a351f38a9532d94b0b00eacec'
Mon, 16 Jul 2007 21:11:45 +0000 Evan Schoenberg aim_locate_finduserinfo() can return NUL (particularly if userinfo->sn is NULL), which leads to the crash in AdiumTicket:7346. Handle this possibility rather than crashing.
Mon, 16 Jul 2007 21:11:23 +0000 Evan Schoenberg merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'
Sat, 14 Jul 2007 18:16:51 +0000 Evan Schoenberg cmd->params[2] could be NULL, or purple_url_decode() could return NULL. Don't pass a potential NULL to strcmp().