comparison ChangeLog.API @ 22248:88796aff14d6

Add a finch log viewer. This is largely copied from Pidgin. The search box must be focused in order to scroll the log or fire up the pager, and is labelled such. Feel free to come up with a better widget to attach these to.
author Richard Nelson <wabz@pidgin.im>
date Sat, 02 Feb 2008 03:51:19 +0000
parents 797230b3e48e
children dc47e908965f
comparison
equal deleted inserted replaced
22247:5ffb0b5f785f 22248:88796aff14d6
73 buddy list. 73 buddy list.
74 * FinchBlistManager structure to manage the buddylist view, and some 74 * FinchBlistManager structure to manage the buddylist view, and some
75 util functions finch_blist_install_manager, 75 util functions finch_blist_install_manager,
76 finch_blist_uninstall_manager, finch_blist_manager_find and 76 finch_blist_uninstall_manager, finch_blist_manager_find and
77 finch_blist_manager_add_node. 77 finch_blist_manager_add_node.
78 * Added finch_log_show, finch_log_show_contact, finch_syslog_show,
79 finch_log_init, finch_log_get_handle, finch_log_uninit
78 80
79 libgnt: 81 libgnt:
80 * Added gnt_tree_set_row_color to set the color for a row in a tree. 82 * Added gnt_tree_set_row_color to set the color for a row in a tree.
81 * Added gnt_style_get_string_list 83 * Added gnt_style_get_string_list
82 * Added gnt_color_add_pair to define a new color. 84 * Added gnt_color_add_pair to define a new color.