2.14.2:

2008-11-10  Deng Xiyue  <manphiz@gmail.com>
 
	* docs/reference/doxygen_to_devhelp.xsl: Use reference index.html
	as start page. Bug #559900.

2008-11-10  Murray Cumming  <murrayc@murrayc.com>

	* win32_installer/Makefile.am: Updated this for the changed filenames, 
	to fix the dist.

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

	* gtk/src/gtk_docs.xml: Regenerated.
	* gtk/src/gtk_docs_override.xml: Added an override for 
	gtk_tree_view_set_tooltip_row() because gmmproc did not rename one 
	of the functions mentioned.
	This adds documentation for the set_tooltip_*() methods.
	Bug #547787 (John Hobbs)

2008-10-12  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/install-msvc-module: Allow Specifing toolset to
	install the DLLs for.

	* win32_installer/build-installer: Updated to add MSVC 2008 DLLs
	to the installer.

	* win32_installer/gtkmm-installer.nsi.in: Added MSVC 2008 files, fixed
	a problem that the Uninstaller did not correctly uninstall start menu
	items of user-local installations.

	* win32_installer/gtkmm-2.4.vsprops:
	* win32_installer/gtkmm-2.4d.vsprops: Removed.

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: New separate property
	sheets for MSVC 2005 and MSVC 2008, properly named, replacing the old
	ones.

2008-10-09  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/atkmm/atkmm.vcproj:
	* MSVC_Net2005/gdkmm/gdkmm.vcproj:
	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj: Adapt to the new DLL
	naming convention.

	* MSVC_Net2008/: Added Visual Studio 2008 project files.

	* Makefile.am:
	* configure.in: Add the Visual Studio 2008 project files to the
	distribution.

2008-10-07  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/install-msvc-module:
	* win32_installer/gtkmm-installer.nsi.in: Update for GTK+ 2.14 and
	gtkmm 2.14.

2008-09-29  Marko Anastasov  <marko.anastasov@gmail.com>

	* gtk/src/entrycompletion.hg: Mention that custom signal handlers
	should connect before the default one for signal_match_selected();
	the default returns true and prevents further handling.
	Discussed in bug #537319.

2008-09-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/statusicon.hg: Remove extra ;s. to fix 
	warnings. Ubuntu Bug https://bugs.launchpad.net/bugs/275397
	(William)