Mercurial > pidgin
comparison libpurple/protocols/myspace/CHANGES @ 19561:f1740f23c896
Update msimprpl CHANGES for 0.17 (if it is ever released independently).
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sat, 01 Sep 2007 01:49:38 +0000 |
parents | ff23b2470850 |
children | f586bc904d71 |
comparison
equal
deleted
inserted
replaced
19560:50377bbd1430 | 19561:f1740f23c896 |
---|---|
1 2007-08-28 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.17 | |
2 * Get server-side contact list from server on sign-on (partly implements | |
3 server-side contacts, ticket #2658). | |
4 * Set local alias to username on sign-on, if not already set. This fixes | |
5 #2793, though this may not be the best way, other fixes under consideration. | |
6 * Support myim:sendIM and addContact URLs with cID and uID parameters. | |
7 * Fix #2722, only check for mail if "New mail notifications" is enabled. | |
8 * Modularize msimprpl. | |
9 | |
10 | |
1 2007-08-23 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.16 | 11 2007-08-23 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.16 |
2 * Add option to add all friends from myspace.com to your buddy list (#2660) | 12 * Add option to add all friends from myspace.com to your buddy list (#2660) |
3 * If a user doesn't have a picture, don't display an icon (instead of | 13 * If a user doesn't have a picture, don't display an icon (instead of |
4 displaying MySpace's "no photo" icon) | 14 displaying MySpace's "no photo" icon) |
5 * Fix #2725, a common crash related to buddy icon data | 15 * Fix #2725, a common crash related to buddy icon data |
6 * Fix #2752, which led to duplicate groups | 16 * Fix #2752, which led to duplicate groups |
7 * Fix #2720, crash/disconnect when adding a buddy that doesn't exist | 17 * Fix #2720, crash/disconnect when adding a buddy that doesn't exist |
8 (You'll now receive an error when looking up invalid usernames). | 18 (You'll now receive an error when looking up invalid usernames). |
19 * Source-code release only. | |
9 | 20 |
10 2007-08-22 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.15 | 21 2007-08-22 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.15 |
11 * Incomplete implementation of adding friends from myspace.com. | 22 * Incomplete implementation of adding friends from myspace.com. |
12 * Change msim_msg_get() to start at the given node instead of the beginning. | 23 * Change msim_msg_get() to start at the given node instead of the beginning. |
13 * Add msim_msg_get_*_from_element() to access data in MsimMessagElement *'s. | 24 * Add msim_msg_get_*_from_element() to access data in MsimMessagElement *'s. |