2.10.8:

2007-03-03  Alan Ott  <alan@signal11.us>

	* docs/tutorial/gtkmm-tut.xml: Added a new appendix, about using 
	Visual Studio 2005.
	* docs/tutorial/figures/Makefile.am: Mention new screenshots, for the 
	new appendix.
	Bug #409102

2007-02-15  Murray Cumming,  <murrayc@murrayc.com>

	* gdk/src/dragcontext.ccg: Use GDK_POINTER_TO_ATOM() instead of a simple 
	cast, which is more like GTK+ public API.

2007-02-11  Marko Anastasov  <marko@marko.anastasov.name>

	* docs/tutorial/gtkmm-tut.xml: Updated chapter on internationalization.
	Explains how to set up an autotools-based project, the use of intltool,
	basic instructions how to add a translation and a resources list.

2007-01-28  Daniel Elstner  <daniel.kitta@gmail.com>

	* gtk/src/actiongroup.ccg (ActionGroup::add): Don't use NULL but
	static_cast<char*>(0) to terminate the g_object_get() varargs list,
	to prevent serious breakage on 64-bit systems without GCC magic.
	Please, everyone, do me a favor and don't use NULL in C++ code,
	especially not in conjunction with varargs.  Thanks.