Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Sat, 11 Aug 2007 05:53:11 +0000 | Jeffrey Connelly | Change all code to better match the style of libpurple - use 8-space tabs |
Sat, 11 Aug 2007 05:02:23 +0000 | Jeffrey Connelly | Convert password to lowercase using g_utf8_strdown(), better because |
Sat, 11 Aug 2007 04:54:13 +0000 | Jeffrey Connelly | Use an array of structs instead of parallel arrays for the emoticon |
Sat, 11 Aug 2007 04:40:39 +0000 | Jeffrey Connelly | Always use our own msim_round() instead of checking for C99's round and using |
Sat, 11 Aug 2007 04:38:52 +0000 | Jeffrey Connelly | Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself |
Sat, 11 Aug 2007 04:34:20 +0000 | Jeffrey Connelly | Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple. |
Sat, 11 Aug 2007 04:07:39 +0000 | Jeffrey Connelly | Change escape code replacement text parallel arrays to an array of structs, |