log

age author description
Sun, 06 May 2007 21:36:36 +0000 Sadrul Habib Chowdhury Stripping html should replace HR with a newline.
Sun, 06 May 2007 18:37:58 +0000 Gary Kramlich Changing configure.args to be a sh script that is sourced. This way we can set any environment variables to be set/passed to configure.
Sun, 06 May 2007 00:44:41 +0000 Richard Laager Change the PIDGIN_NAME stuff to allow translators to transliterate the
Sun, 06 May 2007 00:43:29 +0000 Richard Laager Traditional Pidgin doesn't make any sense. It was only ever the case for
Sat, 05 May 2007 23:56:21 +0000 Richard Laager merge of '6410c883762e90fc54d85e2ca466d863b2951796'
Sat, 05 May 2007 23:26:10 +0000 Richard Laager Remove the IRC PROTOCOL RFC from EXTRA_DIST to fix a license issue for Debian,
Sat, 05 May 2007 23:19:27 +0000 Richard Laager merge of '43641085a7c20c6fca287f571d7662bf3c916f21'
Sat, 05 May 2007 23:08:20 +0000 Richard Laager Remove VERSION from the CFLAGS all over, to prevent similar re-declaration
Sat, 05 May 2007 22:45:34 +0000 Richard Laager merge of '15f0eb2e525749743a7089f3d897fb1e8f4f91af'
Sat, 05 May 2007 22:30:46 +0000 Casey Harkins merge of 'c10371b38b40e6f540b80461f2ca6c931b0665aa'
Sat, 05 May 2007 22:31:32 +0000 Sadrul Habib Chowdhury merge of '423a721fddd927f3df88692418420a12e6ff3e14'
Sat, 05 May 2007 22:04:26 +0000 Luke Schierer merge of 'bcc638c7caff684bb6ee1563ef0c5862931d8287'
Sat, 05 May 2007 22:29:58 +0000 Casey Harkins Telcontar on #pidgin-win32 pointed out that the "New..." and "Saved..."
Sat, 05 May 2007 21:20:05 +0000 Casey Harkins Let glib handle quoting filenames for shell, it'll escape other quotes as needed.
Wed, 09 May 2007 01:50:06 +0000 Nathan Walp this should fix 647, and a few others
Sat, 05 May 2007 16:48:06 +0000 Evan Schoenberg I expanded your patch, Richard, to also do appropriate header checking in the configure script and then use that information. I removed some other #includes which don't appear to be needed.
Sat, 05 May 2007 14:50:00 +0000 Richard Laager Change the nat-pmp code to use glib's integer types instead of those from
Sat, 05 May 2007 19:15:44 +0000 Richard Laager Fix some compiler warnings. I don't see any reason we need to define VERSION
Sat, 05 May 2007 19:09:15 +0000 Richard Laager s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places.
Sat, 05 May 2007 18:29:49 +0000 Evan Schoenberg If the read() in resolved() fails, we should detect the failure and set size (which it would otherwise set, since it is passed by reference) to 0 and res to NULL. This ''may'' fix a rather odd crash described in Adium Trac #6623 (http://trac.adiumx.com/ticket/6623), and it is certainly good sanity checking.
Sat, 05 May 2007 22:30:19 +0000 Sadrul Habib Chowdhury Changelog for finch.
Sat, 05 May 2007 18:14:48 +0000 Evan Schoenberg merge of '45c1f04f71cf4ccbd70b37318474175c0cd4d0a9'
Sat, 05 May 2007 18:11:32 +0000 Ethan Blanton heh
Sat, 05 May 2007 16:27:44 +0000 Sadrul Habib Chowdhury Fix tab-completion.
Sat, 05 May 2007 14:36:31 +0000 Luke Schierer fixes #650
Sat, 05 May 2007 05:19:11 +0000 William Ehlhardt merge of '124e6be3465f8d19ae38e557d6609fe2fa4f787a'
Sat, 05 May 2007 04:08:07 +0000 Stu Tomlinson Prevent bogus configure errors if perl isn't found. This isn't major but
Sat, 05 May 2007 02:19:19 +0000 Casey Harkins Escape filename when using the command sound method. Fixes ticket #607.
Sat, 05 May 2007 01:58:20 +0000 Ethan Blanton Speed up blist manipulations, by Scott Wolchok (EvilSporkMan)