view plugins/yay/ChangeLog @ 1521:ba83e9e2fd9b

[gaim-migrate @ 1531] fix double-escaping of away messages and fix segfault for away messages that only consist of {}\\\"\n committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Mar 2001 02:29:54 +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