# HG changeset patch # User Sadrul Habib Chowdhury # Date 1183248945 0 # Node ID 501f611459155eb20a1b0ba23361cfe9196adf89 # Parent c9a28619cfd585a1cb86274cc3036e176f23211e Update ChangeLog and .API for finch/libgnt. diff -r c9a28619cfd5 -r 501f61145915 ChangeLog --- a/ChangeLog Sat Jun 30 23:55:49 2007 +0000 +++ b/ChangeLog Sun Jul 01 00:15:45 2007 +0000 @@ -19,6 +19,13 @@ second time will raise the buddy list. (Gabriel Schulhof) * Undo capability in the conversation window + Finch: + * There's support for workspaces now (details in the manpage) + * There's a new custom window manager, Irssi + * Some improvements for tab-completion, tooltip and the password entries + * Some bugs regarding search results fixed + * A new DBus-script to create a docklet for finch + version 2.0.2 (06/14/2007): Pidgin: * Added a custom conversation font option to preferences diff -r c9a28619cfd5 -r 501f61145915 ChangeLog.API --- a/ChangeLog.API Sat Jun 30 23:55:49 2007 +0000 +++ b/ChangeLog.API Sun Jul 01 00:15:45 2007 +0000 @@ -89,10 +89,24 @@ Added: * finch_retrieve_user_info - Changed: - * gnt_tree_get_rows() now returns a GList* instead of a const - GList*, as const is not very useful with GLists. The - returned value still must not be modified or freed. + libgnt: + Added: + * GntWS for workspaces + * gnt_tree_set_column_title + * GntSlider widget + * "completion" signal for GntEntry + * "terminal-refresh" signal for GntWM, with a corresponding entry + in GntWMClass + * New flags for GntTextView to decide whether to word-wrap or show + scrollbars (GntTextViewFlag) which can be set by + gnt_text_view_set_flag + * gnt_style_get_from_name + * gnt_window_present + + Changed: + * gnt_tree_get_rows() now returns a GList* instead of a const + GList*, as const is not very useful with GLists. The + returned value still must not be modified or freed. version 2.0.2 (6/14/2007): Pidgin: