comparison ChangeLog.API @ 23135:cb0759d9fe30

Changelog the API additions, and add a missing define. Thanks to malu for noticing.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 07 May 2008 18:53:13 +0000
parents ac567757d236
children dea8b856466e
comparison
equal deleted inserted replaced
23134:85c595142be6 23135:cb0759d9fe30
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 2
3 version 2.5.0 (??/??/2008): 3 version 2.5.0 (??/??/2008):
4 libpurple:
5 Added:
6 * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate
7 that the connection supports sending and receiving custom smileys.
8 * PurpleSmiley and the Smiley API.
9
4 pidgin: 10 pidgin:
5 Added: 11 Added:
6 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and 12 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
7 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. 13 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
8 * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a 14 * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
9 PurpleStoredImage. 15 PurpleStoredImage.
16 * pidgin_themes_smiley_themeize_custom to associate custom smileys to
17 a GtkIMHtml widget.
18 * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
19 * GTK+ Custom Smiley API.
10 20
11 version 2.x.x: 21 version 2.x.x:
12 perl: 22 perl:
13 Added: 23 Added:
14 * Purple::Prefs::get_children_names. 24 * Purple::Prefs::get_children_names.