log pidgin/win32/winpidgin.c @ 18714:121d1560346c

age author description
2007-07-13 Daniel Atallah Add win32 LCID lookup mappings for Afrikaans, Indonesian, Kannada, Pashto.
2007-07-13 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.
2007-07-13 Daniel Atallah Make the win32 launcher support "--multiple" as well as %PIDGIN_MULTI_INST%
2007-05-18 Daniel Atallah Missing newline in debug output.
2007-05-18 Daniel Atallah disapproval of revision '1e0f6c89bdf3a21258ac4f64039122a909ac67cc'
2007-05-18 Daniel Atallah Fix an extra \r\n in the Authorization header. Fixes #965.
2007-05-01 Richard Laager s/PIDGINHOME/PURPLEHOME/
2007-04-09 Daniel Atallah Fix some overzealous s/gaim/purple/ stuff.
2007-03-21 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-11 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.
2007-02-03 Daniel Atallah Win32 de-gaimification of pidgin
2007-01-21 Daniel Atallah Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.