2.0.9:

2005-02-02  Murray Cumming  <murrayc@murrayc.com>

	* sigc++/visit_each.h: visit_each_type(): Reverted the change, so that 
	we do not specify the template types ot visit_each<>(), because it 
	crashes on g++ 3.3.4 (but not g++ 3.4.2). Added a comment telling users 
	of AIX (and maybe IRIX MipsPro and Tru64) to use the alternative version 
	if they have compilation problems.

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

	* sigc++/adapators/macros/base.h.m4: Add sigc::var<>() documentation, 
	from Roger Ferrer Ibáñez in bug #149483.

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

	* sigc++/adaptors/macros/compose.h.m4: In the template specializations 
	of visit_each(): As before, specify the specific other template 
	specializations of visit_each that we use. Needed by AIX.
	* tests/Makefile.am: Reenabled most tests, because AIX can now 
	build them.

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

	* sigc++/visit_each.h: visit_each_type(): Specify the specific 
	template specialization of visit_each<>() to use. The AIX compiler, 
	and possibly the Tru64 compiler, need this extra hint.

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

	* bind.h.m4: Define bind_functor::operator() inline because the AIX 
	compiler/linker sometimes fails to find it when it is defined 
	outside of the class.