comparison ChangeLog.API @ 27842:acef4202e147

propagate from branch 'im.pidgin.pidgin' (head 217103c3e954ff2d295a6590ad3477d357894f9c) to branch 'im.pidgin.pidgin.yaz' (head 0a5a324e3974fba2b40dcd1bb82fb1cc8b8fcabf)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 25 May 2008 04:30:41 +0000
parents ff8ec3d58367
children 3dc1bc92b170
comparison
equal deleted inserted replaced
27841:5fc417883a5d 27842:acef4202e147
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.4.2 (05/17/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 * purple_serv_got_join_chat_failed
10 * chat-join-failed signal (see conversation-signals.dox)
11 * chat-invite-blocked and blocked-im-msg signals (see
12 converation-signals.dox) (Thanks to Stefan Ott)
13 * purple_blist_update_node_icon
14 * purple_buddy_icons_node_has_custom_icon
15 * purple_buddy_icons_node_find_custom_icon
16 * purple_buddy_icons_node_set_custom_icon
17 * purple_buddy_icons_node_set_custom_icon_from_file
18
19 Deprecated:
20 * purple_blist_update_buddy_icon
21 * purple_buddy_icons_has_custom_icon
22 * purple_buddy_icons_find_custom_icon
23 * purple_buddy_icons_set_custom_icon
24 * pidgin_set_custom_buddy_icon
25
26 pidgin:
27 Added:
28 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
29 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
30 * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
31 PurpleStoredImage.
32 * pidgin_themes_smiley_themeize_custom to associate custom smileys to
33 a GtkIMHtml widget.
34 * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
35 * GTK+ Custom Smiley API.
36
37 version 2.4.2:
4 perl: 38 perl:
5 Added: 39 Added:
6 * Purple::Prefs::get_children_names. 40 * Purple::Prefs::get_children_names.
7 * Purple::timeout_remove. 41 * Purple::timeout_remove.
8 Changed: 42 Changed: