# HG changeset patch # User Sadrul Habib Chowdhury # Date 1201379315 0 # Node ID eddcf0f2da51a5f85c997682a8e8870129f211c6 # Parent a276345c21a048b5200a1d45e3fd109c16adcc5e Update the ChangeLog.API for the buddylist managers. diff -r a276345c21a0 -r eddcf0f2da51 ChangeLog.API --- a/ChangeLog.API Sat Jan 26 17:14:59 2008 +0000 +++ b/ChangeLog.API Sat Jan 26 20:28:35 2008 +0000 @@ -63,6 +63,12 @@ * finch_roomlist_get_ui_ops and finch_roomlist_show_all * finch_request_field_get_widget to get the widget for a request field. + * finch_blist_get_tree to get the GntTree widget representing the + buddy list. + * FinchBlistManager structure to manage the buddylist view, and some + util functions finch_blist_install_manager, + finch_blist_uninstall_manager, finch_blist_manager_find and + finch_blist_manager_add_node. libgnt: * Added gnt_tree_set_row_color to set the color for a row in a tree.