2006-11-21 RĂ©mi Cardona * configure.in: * gtk/gtkmm-2.4.pc.in: Define a GTKMM_PC_ATKMM_DEP conditional and use it so that atkmm is only required when it is built, and not when disbaled via --enable-api-atkmm=no. Bug #366930 from John N. Laliberte. 2006-11-14 Murray Cumming * configure.in: * gtk/gtkmmconfig.h.in: * scripts/reduced.m4: Added --enable-api-maemo-extensions configure option, default to false, defining the GTKMM_MAEMO_EXTENSIONS_ENABLED macro. * gtk/src/textbuffer.hg: * gtk/src/textbuffer.ccg: Put the Maemo-specific API in ifdefs, using the optional _WRAP_METHOD() parameter. 2006-11-20 Murray Cumming * docs/tutorial/gtkmm-tut.xml: Optional API appendix: Use the tag. 2006-11-14 Daniel Elstner * autogen.sh: Wholly replace this script with a critter from one of my personal projects, with slight modifications. This one does some sophisticated stuff like probing version numbers of available automake and aclocal executables, in order to choose the right one accordingly. All this is necessary to make the build system work robustly in custom environments such as Maemo where automake-1.9 doesn't come preinstalled. While we're at it, kill some old cruft such as the check for GNU make. This test was kind of pointless as the $MAKE variable was never exported. Also get rid of the --enable-warnings=hardcore magic; this just doesn't belong here and could cause unnecessary trouble to non-developers. 2006-11-13 Murray Cumming * docs/reference/Doxyfile.in: Add missing PREDEFINES so that we build documentation only for the normal API. 2006-11-12 Ralf Stephan * gdk/src/drawable.hg: Add comment paragraph about using cairo. 2006-11-10 Murray Cumming * configure.in: * tests/Makefile.am: * tests/main.cc: Add new test, with commented-out test for an alternative API that I will add to glibmm.