2010-02-11 Murray Cumming Basics: Add mixing C and C++ APIs section. * docs/tutorial/C/gtkmm-tutorial-in.xml: Basics chapter: Add the Mixing C and C++ APIs section from the maemomm documentation. 2010-02-08 Murray Cumming Removed Drawing With GDK appendix. * docs/tutorial/C/gtkmm-tutorial-in.xml: Removed deprecated Drawing With GDK appendix. The older versions are online if people need this. 2010-02-08 Murray Cumming Building from svn chapter: Mention git instead. * docs/tutorial/C/gtkmm-tutorial-in.xml: Building from svn: Update to mention git. I generally worry that this duplicates too much from other places though. 2010-01-27 Murray Cumming Remove FAQ - moved to live.gnome.org/gtkmm/FAQ * configure.ac: * Makefile.am: * docs/FAQ: Removed the FAQ because it has moved to http://live.gnome.org/gtkmm/FAQ instead. 2010-01-21 Murray Cumming Custom Signals appendix: Really show the example. * docs/tutorial/C/gtkmm-tutorial-in.xml: Custom Signals appendix: Really show the example code and link to it. In the inline code, add a missing public keyword. Thanks to Matt Marsh for noticing.