# HG changeset patch # User John Bailey # Date 1200264632 0 # Node ID 67463431121f9c6bcf807dbc16474552d37a2bf5 # Parent eab7d03edfcb89cb15c8834f4bc85510e491af91 Update the ChangeLog.API to reflect my API additions. diff -r eab7d03edfcb -r 67463431121f ChangeLog.API --- a/ChangeLog.API Sun Jan 13 22:44:01 2008 +0000 +++ b/ChangeLog.API Sun Jan 13 22:50:32 2008 +0000 @@ -18,6 +18,18 @@ * purple_roomlist_field_get_type * purple_roomlist_field_get_label * purple_roomlist_field_get_hidden + * unlocalized_name field in PurpleAttentionType for UIs that need it. + * Some accessor and mutator functions for PurpleAttentionType: + * purple_attention_type_set_name + * purple_attention_type_set_incoming_desc + * purple_attention_type_set_outgoing_desc + * purple_attention_type_set_icon_name + * purple_attention_type_set_unlocalized_name + * purple_attention_type_get_name + * purple_attention_type_get_incoming_desc + * purple_attention_type_get_outgoing_desc + * purple_attention_type_get_icon_name + * purple_attention_type_get_unlocalized_name Pidgin: Added: