1.2.6:

2005-01-31  Murray Cumming  <murrayc@mrrayc.com>

	* eVC4: Added Makefile.am to distribute the files.
	* configure.in: Mentioned the new Makefile.

2004-11-25  Ulrich Eckhardt <eckhardt@satorlaser.com>

 	* added projectfiles and README for building with Embedded Visual C++
 	* modified unittests to work around bug in compiler of eVC4 and VC6 
 	that causes template ctors to not be generated.
 	* added WinMain definition in eVC4/main.cpp required for eVC4

2004-08-12  Andrew Bettison  <andrewb@acres.com.au>
 
 	* sigc++/signal.cc (SignalNode::cleanup): Rewrote Martin Schulze's
 	patch (id=21942) to do proper housekeeping on bidirectional linked
 	list.
 	* sigc++/macros/signal.h.m4 (SignalNode::_remove): New private method
 	to support above.
 	* sigc++/signal.cc (SignalNode::push_front): Fixed bug #127928 by
 	changing one offending line.

2005-01-11 Abel Cheung  <deaddog@deadog.org>

	* sigc++-1.2.pc.in: Correct include path for 64-bit systems.

2003-08-06  Martin Schulze  <teebaum@cvs.gnome.org>

	* sigc++/object.{cc,h}: Revert last Change. Murray doesn't
	allow API addition.

2003-08-06  Martin Schulze  <teebaum@cvs.gnome.org>

	* sigc++/object.{cc,h}: Add ObjectBase::clear() which destroys
	the member control_ notifying its dependencies.
	(Bug #118745 - requested by Eric NICOLAS)

2003-07-09  Philipp Thomas  <pthomas@suse.de>

	* libsigc++.spec.in: Use %{_libdir} instead of %{prefix}/lib.
	Pass %{_libdir} to configure.
	Use DESTDIR for 'make install'.
	Consistently put variable names in brackets.
	Include the directory %{_libdir}/%{lib_name} in devel package.
	
2003-06-15  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* configure.in (LIBSIGC_SO_VERSION): Bumped to 6:0:1 (because of
	ABI addition, see below).

	* sigc++/object.h (Ptr): Removed silly test assignments.
	(ObjectBase): Added const control() method (fixes Ptr<const Foo>).

2003-05-20  Murray Cumming  <murrayc@usa.net>

	* Makefile.am: Don't distribute the old MSVC directory.Distribute the
	new MSVC_6 and MSVC_Net2003 ones.
	
1.2.5: