log

age author description
Thu, 11 Oct 2007 17:29:39 +0000 Ethan Blanton Try to fix msgfmt detection *again*. If this doesn't work, we'll
Wed, 10 Oct 2007 20:29:16 +0000 Daniel Atallah deryni noticed that my previous fix didn't address what was really wrong with this function. The request callback was removing stuff from the request internals without cleaning up. This is also cleaner and (hopefully) less error prone. I'm not at all happy with how other parts of this work, but I don't have a good way of testing, so I'm not going to make drastic changes.
Wed, 10 Oct 2007 13:56:54 +0000 Daniel Atallah merge of '03251b6e4e7a7bf736ba0023dfe31a49e89d0f42'
Wed, 10 Oct 2007 04:28:24 +0000 Sadrul Habib Chowdhury merge of '1e697229b1c9a564fa1e509cc9a4a83da6e664df'
Wed, 10 Oct 2007 04:23:53 +0000 Sadrul Habib Chowdhury Doxygen @since tags for libpurple and pidgin.
Wed, 10 Oct 2007 03:54:14 +0000 Sadrul Habib Chowdhury Add @since doxygen tags for finch/libgnt.
Wed, 10 Oct 2007 04:04:07 +0000 Richard Laager Change Version to version to match the vast majority of entries.
Wed, 10 Oct 2007 04:11:52 +0000 Daniel Atallah Prevent leakage of the prpl icon pixbuf because of an extra ref (it's bad enough that they aren't shared).
Wed, 10 Oct 2007 02:18:48 +0000 Daniel Atallah Note that the signature for purple_util_write_data_to_file_absolute has changed slightly.
Wed, 10 Oct 2007 01:59:36 +0000 Daniel Atallah merge of 'cd26f6af7f8ee75ef909ae08b06ad5a1978051d9'
Wed, 10 Oct 2007 01:06:16 +0000 Sadrul Habib Chowdhury merge of '3efb5d625e5a73423be8be77a6baeed0b65f7e55'
Wed, 10 Oct 2007 01:45:37 +0000 Daniel Atallah I'm not sure if this is possible unless the combo box doesn't have any entries. Fixes CID 305
Wed, 10 Oct 2007 01:39:20 +0000 Daniel Atallah This change is really logically no change, but it is clearer as to what is going on and will prevent CID 5 and 313.
Wed, 10 Oct 2007 01:16:06 +0000 Daniel Atallah Prevent null ptr deref (CID 336).
Wed, 10 Oct 2007 01:14:34 +0000 Daniel Atallah Clarify code to remove unnecessary check (CID 309).