2005-01-10  Murray Cumming  <murrayc@murrayc.com>

	* gconf/src/client.[hg|ccg]: set_int_list(), set_bool_list(), 
	set_float_list(): Use a SListHandle_Value with a special Traits, 
	because the default Traits for basic types seem to be for 
	ArrayHandles, rather than GLists which store pointers rather than 
	values. However, this does not work yet - the values in the GList are 
	nonsense.

2005-01-10  Bryan Forbes  <bryan@reigndropsfall.net>

	* gconf/src/client.[hg|ccg]: changed SListHandle_Value* to SListHandle<*>
	for set_*_list() methods.
	* examples/client/window_test.cc: commented out the int list example because
	it doesn't compile now.

2005-01-10  Bryan Forbes  <bryan@reigndropsfall.net>

	* gconf/src/client.[hg|ccg]: renamed set() methods for lists to
	set_[type]_list().
	* examples/client/window_test.cc: added two list setting examples in the
	constructor to show that they don't work.

2.9.1: