diff ChangeLog.API @ 18391:501f61145915

Update ChangeLog and .API for finch/libgnt.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 01 Jul 2007 00:15:45 +0000
parents affffa44fad4
children 9a0f99ea664d
line wrap: on
line diff
--- 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: