comparison ChangeLog.API @ 23161:25161f5ea347

propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3) to branch 'im.pidgin.pidgin.next.minor' (head c2457daceab155be8fb8b11753c4e767c2c1a83c)
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 21 May 2008 02:09:00 +0000
parents 3bb677b57e4b bc58e2d9f0f5
children d7e66b6137f9
comparison
equal deleted inserted replaced
23083:69796bbe7a6d 23161:25161f5ea347
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
10 pidgin:
11 Added:
12 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
13 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
14 * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
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.
20
21 version 2.5.0:
22 libpurple:
23 Added:
24 * purple_serv_got_join_chat_failed
25 * chat-join-failed signal (see conversation-signals.dox)
26 * purple_blist_update_node_icon
27 * purple_buddy_icons_node_has_custom_icon
28 * purple_buddy_icons_node_find_custom_icon
29 * purple_buddy_icons_node_set_custom_icon
30 * purple_buddy_icons_node_set_custom_icon_from_file
31
32 Deprecated:
33 * purple_blist_update_buddy_icon
34 * purple_buddy_icons_has_custom_icon
35 * purple_buddy_icons_find_custom_icon
36 * purple_buddy_icons_set_custom_icon
37 * pidgin_set_custom_buddy_icon
38
4 perl: 39 perl:
5 Added: 40 Added:
6 * Purple::Prefs::get_children_names. 41 * Purple::Prefs::get_children_names.
7 * Purple::timeout_remove. 42 * Purple::timeout_remove.
8 Changed: 43 Changed: