comparison ChangeLog.API @ 22685:870a580e8fde

Add the recent perl callback changes to ChangeLog.API. Add a Purple::timeout_remove function. Change Purple::timeout_add to return a value usable in Purple::timeout_remove.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 23 Apr 2008 03:06:49 +0000
parents 93df1d72fd01
children 06c98bab9bd2 2f4b10ee752b
comparison
equal deleted inserted replaced
22684:0ad88bfdde60 22685:870a580e8fde
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2
3 version 2.x.x:
4 perl:
5 Added:
6 * Purple::Prefs::get_children_names.
7 * Purple::timeout_remove.
8 Changed:
9 * Purple::timeout_add now returns a handle which can be used
10 to remove the timeout.
11 * Callbacks to Purple::Util::fetch_url and the
12 Purple::Request::* functions can now be specified as both
13 strings (the name of the callback function) and as coderefs.
2 14
3 version 2.4.0 (02/29/2008): 15 version 2.4.0 (02/29/2008):
4 libpurple: 16 libpurple:
5 Added: 17 Added:
6 * purple_certificate_add_ca_search_path. (Florian Quèze) 18 * purple_certificate_add_ca_search_path. (Florian Quèze)