Mercurial > pidgin
comparison plugins/yay/ChangeLog @ 1054:0b0b4cb53c17
[gaim-migrate @ 1064]
yahoo prpl
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 03 Nov 2000 10:03:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1053:864f4aae0b60 | 1054:0b0b4cb53c17 |
---|---|
1 libyahoo 0.17: | |
2 Initial introduction, corresponds to development version | |
3 of gtkyahoo. | |
4 Added some NULL pointer checks to yahoo_array2list and yahoo_cmd_decline_conf | |
5 Added new memtok utility function (see memtok.c) and used it in some of the | |
6 conference packet parsing routines | |
7 Small #include changes for building under Solaris | |
8 Added NOTES file as small beginnings of documentation process | |
9 Cleaned up compiler warnings when building under Solaris | |
10 Started adding support for getting address book entries of Yahoo! buddies | |
11 Currently they're successfully retrieved but not kept anywhere useful | |
12 All addresses can now be retrieved into a context as follows: | |
13 struct yahoo_address = structure with name, phone numbers... | |
14 context->address_count = number of addresses | |
15 context->addresses = pointer to first address | |
16 I currently DO NOT call yahoo_fetchaddresses from within yahoo_init, I think it should be optional | |
17 See yahoo_free_addresses for how to iterate over addresses | |
18 Added patch for removebuddy + http proxy support |