comparison ChangeLog.API @ 25978:7e020fbe2cdb

propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819) to branch 'im.pidgin.cpw.darkrain42.xmpp.avatars' (head 11e989f3ac36a0f958f031d55245db093923ea76)
author Paul Aurich <paul@darkrain42.org>
date Sat, 07 Mar 2009 01:32:29 +0000
parents 53bfa3d67739
children ff4212a5268f b03430dae08e f22ecddd3eba 7a3458436140
comparison
equal deleted inserted replaced
25426:2d92bbe6807b 25978:7e020fbe2cdb
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.5 (??/??/2009): 3 version 2.6.0 (??/??/2009):
4 libpurple:
5 Added:
6 * PURPLE_BLIST_NODE
7 * PURPLE_GROUP
8 * PURPLE_CONTACT
9 * PURPLE_BUDDY
10 * PURPLE_CHAT
11 * purple_buddy_get_protocol_data
12 * purple_buddy_set_protocol_data
13 * purple_buddy_get_local_buddy_alias
14 * purple_blist_get_buddies
15 * purple_blist_get_ui_data
16 * purple_blist_set_ui_data
17 * purple_blist_node_get_ui_data
18 * purple_blist_node_set_ui_data
19 * purple_connection_get_protocol_data
20 * purple_connection_set_protocol_data
21 * purple_global_proxy_set_info
22 * purple_log_get_activity_score
23 * purple_network_force_online
24 * purple_request_field_get_group
25 * purple_request_field_get_ui_data
26 * purple_request_field_set_ui_data
27 * purple_strequal
28 * xmlnode_from_file
29
30 Deprecated:
31 * purple_buddy_get_local_alias
32 * purple_notify_user_info_remove_entry
33 * purple_status_type_set_primary_attr
34 * purple_status_type_add_attr
35 * purple_status_type_add_attrs
36 * purple_status_type_add_attrs_vargs
37 * purple_status_type_get_primary_attr
38 * purple_status_set_attr_boolean
39 * purple_status_set_attr_int
40 * purple_status_set_attr_string
41 * purple_presence_add_status
42 * purple_presence_add_list
43
44 pidgin:
45 Added:
46 * gtk_imhtml_class_register_protocol
47 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,
48 gtk_imhtml_link_activate functions to process GtkIMHtmlLink
49 objects from GtkIMHtml protocol callbacks.
50 * gtk_imhtml_set_return_inserts_newline
51 * pidgin_blist_set_theme
52 * pidgin_blist_get_theme
53 * pidgin_sound_is_customized
54 * pidgin_utils_init, pidgin_utils_uninit
55
56 perl:
57 Changed:
58 * Made a bunch of functions act more perl-like. Call the new()
59 functions as Class->new(...) instead of Class::new(...):
60 * Purple::Request::Fields::new
61 * Purple::Request::Field::new
62 * Purple::Request::Field::account_new
63 * Purple::Request::Field::bool_new
64 * Purple::Request::Field::choice_new
65 * Purple::Request::Field::int_new
66 * Purple::Request::Field::label_new
67 * Purple::Request::Field::list_new
68 * Purple::Request::Field::string_new
69 * Purple::Request::Field::group_new
70
71 version 2.5.5 (03/01/2009):
4 libpurple: 72 libpurple:
5 Changed: 73 Changed:
6 * purple_status_type_new now defaults "saveable" to TRUE. 74 * purple_status_type_new now defaults "saveable" to TRUE.
7 This was necessary in order to maintain the current behavior 75 This was necessary in order to maintain the current behavior
8 while fixing non-saveable statuses not to be saved. 76 while fixing non-saveable statuses not to be saved.