log

age author description
Sun, 11 Nov 2007 18:09:33 +0000 Stu Tomlinson Kill off another redundant Makefile
Sun, 11 Nov 2007 18:08:19 +0000 Stu Tomlinson Add tooltips when hovering over rooms in the roomlist so the full channel
Sun, 11 Nov 2007 16:30:46 +0000 Stu Tomlinson Some versions of libgadu use __GG_LIBGADU_HAVE_OPENSSL, others use
Sun, 11 Nov 2007 16:56:03 +0000 Will Thompson merge of '0d945ca4ad9da6d9547272ea91c99f3dc3909ac6'
Mon, 19 Nov 2007 06:15:15 +0000 Evan Schoenberg Fixed whitespace and indentation in jabber_register_parse(). I'm seeing crashes while attempting to register, and it was difficult to follow the previous code with inconsistent and misleading indentation.
Sun, 11 Nov 2007 16:45:19 +0000 Evan Schoenberg An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.
Sun, 11 Nov 2007 15:57:35 +0000 Stu Tomlinson I think this is what the fwrite is actually meant to be doing.
Sun, 11 Nov 2007 14:40:16 +0000 Stu Tomlinson fix a bunch of these warnings from running configure:
Sun, 11 Nov 2007 16:51:19 +0000 Will Thompson May as well use an existing string as the title for the error notification.
Sun, 11 Nov 2007 16:50:24 +0000 Will Thompson Actually properly fix this gg "write my buddy list to a file" callback by just
Sun, 11 Nov 2007 17:46:02 +0000 Kelemen G«¡bor Hungarian translation updated
Sun, 11 Nov 2007 14:18:23 +0000 Will Thompson merge of '2fb075583d4e52527a1045112f38c7a76f2c7e80'
Sun, 11 Nov 2007 14:12:51 +0000 Will Thompson Explicitly cast from xmlChar (== unsigned char) to char, squishing a warning.
Sun, 11 Nov 2007 14:10:06 +0000 Will Thompson Use distinct variables for the result of g_strerror (which is const) and a
Sun, 11 Nov 2007 14:08:30 +0000 Will Thompson Handle fwrite returning 0 in gg's "save my buddy list to a file" code,