log

age author description
Thu, 16 Aug 2007 00:29:17 +0000 Daniel Atallah Take advantage of the fact that our buddy icon filenames are SHA-1 hashes to avoid recalculating them in the bonjour protocol. I noticed that it wasn't calculating the hash correctly anyway while doing this.
Wed, 15 Aug 2007 22:26:29 +0000 Daniel Atallah Retire Petter Johan Olsen and update the apparently invalid language name. I hope this isn't something contentious like the Catalan/Valencian thing (it doesn't seem to be). Fixes #2322.
Wed, 15 Aug 2007 03:41:04 +0000 Daniel Atallah Fix the docked buddy list to consistently not have a taskbar entry thanks to some tips from "imiganai." This took *way* too long because of how arcane dealing with Windows on Windows is (the unnecessary complexity of our gtkappbar implementation doesn't help). Hopefully this doesn't break anything. Fixes #575.
Wed, 15 Aug 2007 03:40:42 +0000 Daniel Atallah merge of '197e1b0c22949c758e407b2720f5e051f5cb4adf'
Tue, 14 Aug 2007 22:39:18 +0000 Daniel Atallah Fix for disabling NetworkManager in configure.ac from Elliot Sales de Andrade. Thanks, Elliot. Fixes #2391.
Tue, 14 Aug 2007 22:13:35 +0000 Daniel Atallah Make sure that there is an active conversation before trying to set the unseen state. It may be possible to trigger this when closing a window, but I think it is more likely to happen when using the Hide Conversation plugin or something like that. I think this fixes #2275.
Fri, 17 Aug 2007 02:26:42 +0000 Evan Schoenberg Initialize newmood to NULL, as there are codepaths by which we can check against whether it is NULL or not before setting it, and that's bad.