comparison ChangeLog.API @ 23404:3c1f1bed5be2

merge of '57be04f07f9fdc005b620053ae4f09dd1e27ebb3' and '582755b8228024381c2a9e110de35f0aaedd5dc1'
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 02 Jul 2008 00:06:25 +0000
parents c9bc2d0215ed 9bde5cac5d1a
children d724db7836ef
comparison
equal deleted inserted replaced
22773:c9bc2d0215ed 23404:3c1f1bed5be2
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):
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.
38
39 version 2.4.2 (05/17/2008):
3 version 2.x.x: 40 version 2.x.x:
4 libpurple: 41 libpurple:
5 Added: 42 Added:
6 * "website" and "dev_website" items to the ui_info hash table 43 * "website" and "dev_website" items to the ui_info hash table
7 perl: 44 perl:
12 * Purple::timeout_add now returns a handle which can be used 49 * Purple::timeout_add now returns a handle which can be used
13 to remove the timeout. 50 to remove the timeout.
14 * Callbacks to Purple::Util::fetch_url and the 51 * Callbacks to Purple::Util::fetch_url and the
15 Purple::Request::* functions can now be specified as both 52 Purple::Request::* functions can now be specified as both
16 strings (the name of the callback function) and as coderefs. 53 strings (the name of the callback function) and as coderefs.
54 Finch:
55 libgnt:
56 * Added gnt_bindable_check_key to check if a keystroke is bound.
17 57
18 version 2.4.0 (02/29/2008): 58 version 2.4.0 (02/29/2008):
19 libpurple: 59 libpurple:
20 Added: 60 Added:
21 * purple_certificate_add_ca_search_path. (Florian Quèze) 61 * purple_certificate_add_ca_search_path. (Florian Quèze)