2.4.5:

2004-10-21  Murray Cumming  <murrayc@murrayc.com>

	* build_shared/Makefile_build.am_fragment: Patch from Roger Leigh in 
	bug # 15589 to use PLATFORM_WIN32 rather than OS_WIN32 to enable 
	-no-undefined. This allows glibmm to build in a cygwin environment, 
	apparently.

2004-10-20  Murray Cumming  <murrayc@murrayc.com>

	* MSVC_Net2003/: Added examples and tests projects from Timothy Shead.
	* configure.in: Mentioned new Makefile.am files in the new directories.

2004-10-18  Murray Cumming  <murrayc@murrayc.com>

	* MSVC_Net2003/: Added project file from Timothy Shead, with gendef 
	utility for creating export symbols.
	* configure.in: Mention the new Makefile.am files.
	* Makefile.am: Mention the new directory.

2004-10-14  Murray Cumming  <murrayc@murrayc.com>

	* tools/pm/WrapParser.pm: on_wrap_property(): Convert property name to 
	canonical form, so that we can recognise notifications of property 
	value changes. Bug #152764.

2004-09-26  Murray Cumming  <murrayc@murrayc.com>

	* examples/thread/dispatcher.cc: Made a destructor virtual, to avoid 
	a warning, to fix the build.

2004-09-13  Cedric Gustin <cedric.gustin@swing.be>

	* examples/thread/dispatcher.cc: Fixed a race condition on win32
	that involved the combined use of auto_ptr and multithreading (bug
	#109966).