comparison ChangeLog.API @ 23126:2f4b10ee752b

propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5) to branch 'im.pidgin.pidgin.custom_smiley' (head 762e0e84f778841d4021f4d8ea5c39bff5e173b2)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 28 Apr 2008 00:01:07 +0000
parents b30f54a72031 870a580e8fde
children ce984959bda0
comparison
equal deleted inserted replaced
23125:981a0bfc3d9d 23126:2f4b10ee752b
3 version 2.5.0 (??/??/2008): 3 version 2.5.0 (??/??/2008):
4 pidgin: 4 pidgin:
5 Added: 5 Added:
6 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and 6 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
7 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. 7 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
8
9 version 2.x.x:
10 perl:
11 Added:
12 * Purple::Prefs::get_children_names.
13 * Purple::timeout_remove.
14 Changed:
15 * Purple::timeout_add now returns a handle which can be used
16 to remove the timeout.
17 * Callbacks to Purple::Util::fetch_url and the
18 Purple::Request::* functions can now be specified as both
19 strings (the name of the callback function) and as coderefs.
8 20
9 version 2.4.0 (02/29/2008): 21 version 2.4.0 (02/29/2008):
10 libpurple: 22 libpurple:
11 Added: 23 Added:
12 * purple_certificate_add_ca_search_path. (Florian Quèze) 24 * purple_certificate_add_ca_search_path. (Florian Quèze)