2.0.16:

2005-08-01  Neal E. Coombes  <nealc@trdlnk.com>

 	* sigc++/signal_base.h: Updated the documentation for temp_slot_list
 	as requested in bug #303896.

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

	* sigc++/adaptors/hide.h.m4: Added missing 
	) in call to sun_forte_workaround(), fixing
	build on SUN Forte 5.5. Bug #312020.

2005-08-19  Bruno Martinez <brunom@fing.edu.uy>

	* sigc++/type_traits.h: Renamed
	::sigc::is_base_and_derived::internal to 
	::sigc::is_base_and_derived::internal_class
	in order to avoid conflict with
	namespace internal. 

2005-07-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/manual/libsigc_manual.xml: Correct mentions of 
	1.2 stuff instead of 2.0. Patch in bug #310213 from 
	pebble.org.uk.  

2005-07-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/manual/libsigc_manual.xml: Fixed typo 
	found by Antonio Coralles.

2005-07-09  Murray Cumming  <murrayc@murrayc.com>

	* sigc++/macros/signal.h.m4: Did the same (see 
	last commit) for slot_const_iterator and 
	slot_iterator_buf.

2005-07-09  Murray Cumming  <murrayc@murrayc.com>

	* sigc++/macros/signal.h.m4: slot_iterator:
	operator--() now returns value, not reference, like 
	operator++() already did. This caused crashes when 
	using --no-inline with g++. Bug #308651 by 
	Michael Andres.