comparison ChangeLog.API @ 23392:eac0561dfd55

propagate from branch 'im.pidgin.pidgin.2.4.3' (head 260d5ee6ca276e761c5b0bd1b612edc5743eaf67) to branch 'im.pidgin.pidgin' (head dba36543cdde6db127857b0edfdc3ad1969bbd39)
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 26 Jun 2008 19:08:55 +0000
parents 9bde5cac5d1a
children 3c1f1bed5be2 5736b1881bf4
comparison
equal deleted inserted replaced
23058:00b442421563 23392:eac0561dfd55
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.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 * purple_notify_user_info_prepend_section_break
19 * purple_notify_user_info_prepend_section_header
20
21 Deprecated:
22 * purple_blist_update_buddy_icon
23 * purple_buddy_icons_has_custom_icon
24 * purple_buddy_icons_find_custom_icon
25 * purple_buddy_icons_set_custom_icon
26 * pidgin_set_custom_buddy_icon
27
28 pidgin:
29 Added:
30 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
31 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
32 * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
33 PurpleStoredImage.
34 * pidgin_themes_smiley_themeize_custom to associate custom smileys to
35 a GtkIMHtml widget.
36 * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
37 * GTK+ Custom Smiley API.
2 38
3 version 2.4.2 (05/17/2008): 39 version 2.4.2 (05/17/2008):
4 perl: 40 perl:
5 Added: 41 Added:
6 * Purple::Prefs::get_children_names. 42 * Purple::Prefs::get_children_names.