Mercurial > pidgin.yaz
view plugins/yay/ChangeLog @ 1422:6e0883ee51ce
[gaim-migrate @ 1432]
Yeah, it sucks so far and its only 'browse' support. Searching will be easy to add, thankfully. Also,
download progress is printed on the console.
Files are saved in $HOME/
Progress bar will be implemented.
The clist currently uses select-row. That sucks. Ill change that too.
im sleepy.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 24 Jan 2001 12:00:32 +0000 |
parents | 0b0b4cb53c17 |
children |
line wrap: on
line source
libyahoo 0.17: Initial introduction, corresponds to development version of gtkyahoo. Added some NULL pointer checks to yahoo_array2list and yahoo_cmd_decline_conf Added new memtok utility function (see memtok.c) and used it in some of the conference packet parsing routines Small #include changes for building under Solaris Added NOTES file as small beginnings of documentation process Cleaned up compiler warnings when building under Solaris Started adding support for getting address book entries of Yahoo! buddies Currently they're successfully retrieved but not kept anywhere useful All addresses can now be retrieved into a context as follows: struct yahoo_address = structure with name, phone numbers... context->address_count = number of addresses context->addresses = pointer to first address I currently DO NOT call yahoo_fetchaddresses from within yahoo_init, I think it should be optional See yahoo_free_addresses for how to iterate over addresses Added patch for removebuddy + http proxy support