comparison libpurple/protocols/myspace/CHANGES @ 19349:35da6d99d7f0

Update for 0.15 for GSoC final release for Google. Documentation updates only (no code changes).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 23 Aug 2007 04:41:40 +0000
parents 2115910c5746
children ff23b2470850
comparison
equal deleted inserted replaced
19346:0762e505818c 19349:35da6d99d7f0
1 2007-08-22 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.15
2 * Incomplete implementation of adding friends from myspace.com.
3 * Change msim_msg_get() to start at the given node instead of the beginning.
4 * Add msim_msg_get_*_from_element() to access data in MsimMessagElement *'s.
5 * Use MsimMessage dictionaries everywhere in incoming messages, instead of
6 the old GHashTable method. Dictionary type is now fully implemented.
7 * Add functions to loop over MsimMessages.
8 * Link to myspace.com profile in Get Info.
9 * Conditionally use my proposed attention API if defined.
10 * Propagate to im.pidgin.pidgin branch for 2.1.2.
11 * GSoC ended on 2007-08-20. The code in this release hasn't changed since
12 then. I did, however, bump the version number to 0.15 to distinguish this
13 release from the previous one. But there were no code changes. I updated
14 the text files, too.
15 * Note: msimprpl will continue to be developed as time permits.
16
1 2007-08-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.14 17 2007-08-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.14
2 * Full emoticon support (except no difference between nerd and geek emoticons), 18 * Full emoticon support (except no difference between nerd and geek emoticons),
3 thanks to a number of new icons from Hylke Bons. 19 thanks to a number of new icons from Hylke Bons.
4 * Package Win32 release archive so that it can easily be extracted directly 20 * Package Win32 release archive so that it can easily be extracted directly
5 into the folder Pidgin was installed to. 21 into the folder Pidgin was installed to.