2004-10-12  Martin Schulze  <mschulze@cvs.gnome.org>

	* MSVC_Net2003/*/*.vcproj, MSVC_Net2003/blank.cpp: Fix project files
	to compile out-of-the-box and add dummy file so that .cc files get
	recognized as c++ code files (patch from Timothy M. Shead).

2004-10-10  Martin Schulze <mschulze@cvs.gnome.org>

	* sigc++/signal_base.{h,cc}, sigc++/functors/slot_base.{h,cc},
	sigc++/functors/macros/slot.h.m4: If SIGC_NEW_DELETE_IN_LIBRARY_ONLY
	is defined, implement signal_base::operator new/delete and
	slot_rep::operator new/delete (suggested by Timothy M. Shead).
	Remove old work-around from 2004-10-02 since it didn't work.

2004-10-07  Martin Schulze <mschulze@cvs.gnome.org>

	* configure.ac: Update for libtool 1.5a (with support for Intel C++).
	* MSVC_Net2003/sigc++config.h: Remove bogus '#define'
	(reported by Timothy M. Shead <tshead@k-3d.com>).

2004-10-02  Martin Schulze <mschulze@cvs.gnome.org>

	* configure.ac: Bump version number to 2.0.6.
	* NEWS: Add ChangeLog summary for version 2.0.6.

2004-10-02  Martin Schulze <mschulze@cvs.gnome.org>

	* sigc++/functors/slot_base.{h,cc}, sigc++/functors/macros/slot.h.m4:
	Rename (typed_)slot_rep::detach to (typed_)slot_rep::destroy.
	Call the dtor of the functor stored in typed_slot_rep from destroy().
	A cleaner solution would be to add an additional "virtual" function
	that calls 'delete' or a real virtual dtor. However, this would be
	less efficient and might break the ABI. (Fixes #152323.)

2004-10-02  Martin Schulze <mschulze@cvs.gnome.org>

	* sigc++config.h.in, MSVC_Net2003/sigc++config.h,
	sigc++/signal_base.cc, sigc++/functors/slot_base.{h,cc},
	sigc++/functors/macros/slot.h.m4: Define and use new macro
	SIGC_NEW_DELETE_IN_LIBRARY_ONLY to ABI-compatibly move
	all calls to new and delete into non-inline library code.

2004-09-26  Martin Schulze <mschulze@cvs.gnome.org>

	* sigc++/adaptors/lambda/macros/group.h.m4: Add a missing
	template keyword in the definition of deduce_result_type::type
	(hopefully fixes #152327).

2004-09-26  Martin Schulze <mschulze@cvs.gnome.org>

	* sigc++/macros/object_slot.h.m4: Use correct bound_mem_functor
	variants for const (volatile) methods (fixes #148744).

2004-09-01  Martin Schulze <mschulze@cvs.gnome.org>

	* docs/index.html: Correct link to lambda module.

2004-09-01  Martin Schulze <mschulze@cvs.gnome.org>

	* README: Update compatibility section.