comparison ChangeLog.API @ 25411:c0e3b62f8098

* Alphabetize files in a few Makefile.am files * Alphabetize some #includes * Alphabetize listings in ChangeLog.API * Add a few things to ChangeLog.API that were left out * Other minor whitespace changes
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:03:06 +0000
parents 52b2e7260340
children b87a1e43389e
comparison
equal deleted inserted replaced
25410:52b2e7260340 25411:c0e3b62f8098
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.6.0 (??/??/????): 3 version 2.6.0 (??/??/????):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * PURPLE_BLIST_NODE
7 * PURPLE_GROUP
8 * PURPLE_CONTACT
9 * PURPLE_BUDDY
10 * PURPLE_CHAT
6 * purple_buddy_get_protocol_data 11 * purple_buddy_get_protocol_data
7 * purple_buddy_set_protocol_data 12 * purple_buddy_set_protocol_data
8 * purple_connection_get_protocol_data
9 * purple_connection_set_protocol_data
10 * purple_buddy_get_local_buddy_alias 13 * purple_buddy_get_local_buddy_alias
11 * purple_blist_get_buddies 14 * purple_blist_get_buddies
12 * purple_blist_get_ui_data 15 * purple_blist_get_ui_data
13 * purple_blist_set_ui_data 16 * purple_blist_set_ui_data
14 * purple_blist_node_get_ui_data 17 * purple_blist_node_get_ui_data
15 * purple_blist_node_set_ui_data 18 * purple_blist_node_set_ui_data
16 * PURPLE_BLIST_NODE 19 * purple_connection_get_protocol_data
17 * PURPLE_GROUP 20 * purple_connection_set_protocol_data
18 * PURPLE_CONTACT 21 * purple_global_proxy_set_info
19 * PURPLE_BUDDY 22 * purple_log_get_activity_score
20 * PURPLE_CHAT 23 * purple_network_force_online
21 * purple_request_field_get_group 24 * purple_request_field_get_group
22 * purple_request_field_get_ui_data 25 * purple_request_field_get_ui_data
23 * purple_request_field_set_ui_data 26 * purple_request_field_set_ui_data
24 * purple_network_force_online
25 * purple_global_proxy_set_info
26 * purple_strequal 27 * purple_strequal
27 * purple_log_get_activity_score 28 * xmlnode_from_file
28 29
29 Deprecated: 30 Deprecated:
30 * purple_buddy_get_local_alias 31 * purple_buddy_get_local_alias
31 32
32 pidgin: 33 pidgin:
33 Added: 34 Added:
34 * gtk_imhtml_class_register_protocol 35 * gtk_imhtml_class_register_protocol
35 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, 36 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,
36 gtk_imhtml_link_activate functions to process GtkIMHtmlLink 37 gtk_imhtml_link_activate functions to process GtkIMHtmlLink
37 objects from GtkIMHtml protocol callbacks. 38 objects from GtkIMHtml protocol callbacks.
39 * pidgin_blist_set_theme
40 * pidgin_blist_get_theme
41 * pidgin_sound_is_customized
38 * pidgin_utils_init, pidgin_utils_uninit 42 * pidgin_utils_init, pidgin_utils_uninit
39 43
40 perl: 44 perl:
41 Changed: 45 Changed:
42 * Made a bunch of functions act more perl-like. Call the new() 46 * Made a bunch of functions act more perl-like. Call the new()