2.10.8: 2007-03-03 Alan Ott * 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, * 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 * 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 * gtk/src/actiongroup.ccg (ActionGroup::add): Don't use NULL but static_cast(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.