log pidgin/win32/winpidgin.c @ 18521:c36b62c6e0b3

age author description
Fri, 13 Jul 2007 18:03:45 +0000 Daniel Atallah Convert portable winpidgin launcher executable to be the same binary as pidgin.exe and determine which behavior to use at runtime. Running "pidgin.exe --portable-mode" or renaming "pidgin.exe" to "pidgin-portable.exe" will cause the portable mode to be used.
Fri, 13 Jul 2007 13:57:59 +0000 Daniel Atallah Make the win32 launcher support "--multiple" as well as %PIDGIN_MULTI_INST%
Fri, 18 May 2007 01:51:03 +0000 Daniel Atallah Missing newline in debug output.
Fri, 18 May 2007 01:46:51 +0000 Daniel Atallah disapproval of revision '1e0f6c89bdf3a21258ac4f64039122a909ac67cc'
Fri, 18 May 2007 01:37:27 +0000 Daniel Atallah Fix an extra \r\n in the Authorization header. Fixes #965.
Tue, 01 May 2007 02:30:37 +0000 Richard Laager s/PIDGINHOME/PURPLEHOME/
Mon, 09 Apr 2007 02:04:03 +0000 Daniel Atallah Fix some overzealous s/gaim/purple/ stuff.
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 11 Feb 2007 00:46:43 +0000 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
Sat, 03 Feb 2007 18:46:49 +0000 Daniel Atallah Win32 de-gaimification of pidgin
Sun, 21 Jan 2007 21:55:07 +0000 Daniel Atallah Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.