# HG changeset patch # User Elliott Sales de Andrade # Date 1272599431 0 # Node ID b9df84b0574fdb2d3c8ab8e81d3c5c249b65d727 # Parent e72f6383095b9cbf452d8f1095d033918b352f5a Sort. diff -r e72f6383095b -r b9df84b0574f ChangeLog.API --- a/ChangeLog.API Fri Apr 30 03:46:27 2010 +0000 +++ b/ChangeLog.API Fri Apr 30 03:50:31 2010 +0000 @@ -8,17 +8,27 @@ * account-signed-off * account-connection-error * purple_account_get_name_for_display + * purple_account_get_privacy_type * purple_account_get_public_alias - * purple_account_get_privacy_type + * purple_account_set_privacy_type * purple_account_set_public_alias - * purple_account_set_privacy_type + * buddy-caps-changed blist signal + * Added media_caps to the PurpleBuddy struct * purple_buddy_get_media_caps * purple_buddy_set_media_caps + * purple_certificates_import for importing multiple + certificates from a single file (and corresponding + import_certificates member of PurpleCertificateScheme struct) + * autojoin connection signal * purple_contact_get_group + * sent-attention conversation signal + * got-attention conversation signal + * ui-caps-changed media manager signal * purple_media_candidate_copy * purple_media_codec_copy * purple_media_manager_get_backend_type * purple_media_manager_set_backend_type + * PurpleMood struct in status.h * purple_network_get_all_local_system_ips, which returns all local IPs on the system. On systems with the getifaddrs() function, this will return both IPv4 and IPv6 addresses @@ -31,6 +41,8 @@ only supported if the getaddrinfo() function is available at build-time (not the case on Windows, currently). * purple_prpl_got_media_caps + * purple_request_action_with_icon + * purple_request_action_with_icon_varg * purple_socket_get_family * purple_socket_speaks_ipv4 * purple_unescape_text @@ -39,18 +51,6 @@ * purple_xfer_get_thumbnail_mimetype * purple_xfer_set_thumbnail * purple_xfer_prepare_thumbnail - * purple_request_action_with_icon - * purple_request_action_with_icon_varg - * media_caps to the PurpleBuddy struct - * buddy-caps-changed blist signal - * ui-caps-changed media manager signal - * sent-attention conversation signal - * got-attention conversation signal - * PurpleMood struct in status.h - * purple_certificates_import for importing multiple - certificates from a single file (and corresponding - import_certificates member of PurpleCertificateScheme struct) - * autojoin connection signal Pidgin: Added: