log

age author description
Thu, 16 Aug 2007 23:38:50 +0000 Sean Egan Small tab icons
Thu, 16 Aug 2007 22:50:24 +0000 Sean Egan Adds a new icon size for tab status icons
Thu, 16 Aug 2007 22:18:11 +0000 Sean Egan Remove truncation until we can do it smarter
Thu, 16 Aug 2007 20:53:24 +0000 Sadrul Habib Chowdhury merge of '7d1dce3bbcb28d37b103c86124b8b1fe54132760'
Thu, 16 Aug 2007 18:33:00 +0000 Will Thompson Add marginally better doxygen magic to PurplePluginProtocolInfo
Thu, 16 Aug 2007 16:55:51 +0000 Mark Doliner Update the Galician translators
Thu, 16 Aug 2007 08:10:23 +0000 Mark Doliner Removing pidgin/pixmaps/emotes/default/22/default.theme.in broke intltool.
Thu, 16 Aug 2007 07:13:29 +0000 Mark Doliner 15 translation updates. Our translators rock!
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.