2.8.9: 2006-09-19 Johannes Schmid * scripts/reduced.m4: Added GTKMM_ARG_ENABLE_API_ATKMM() to add the --enable-api-atkmm configure option. * configure.in: Use GTKMM_ARG_ENABLE_API_ATKMM, and optionally use the atkmm subdirectory (and its children). * gtk/gtkmmconfig.h.in: undef GTKMM_ATKMM_ENABLED so that it will be defined (or not) in gtkmmconfig.h. * Makefile.am: Optinally build in the atkmm directory.. * demos/Makefile.am: * demos/gtk-demo/Makefile.am: * examples/Makefile.am_fragment: * tests/Makefile.am_fragment: * gtk/gtkmm/Makefile.am: Make linking and including of atkmm optional. * gtk/src/main.ccg: Only call Atk::wrap_init() if atkmm is enabled. * gtk/src/widget.hg: Only derive from (and implement) Atk::Implementor if atkmm is enabled. get_accessible(): * gtk/src/combobox.hg: get_popup_accessible(): Use the extra ifdef GTKMM_ATKMM_ENABLED option to put ifdefs around this API, so that it will not be built if we do not have atkmm. Note that this needs the latest glibmm. 2006-08-02 Armin Burgmeier * gtk/src/fontbutton.hg: Renamed constructor argument to font_name for gmmproc to produce the correct property name. 2006-04-25 Murray Cumming * gtk/src/container.ccg: * gtk/src/entrycompletion.ccg: * gtk/src/entrycompletion.hg: * gtk/src/widget.ccg: Put custom default signal handlers in #ifdefs so that gtkmm builds when --enable-api-default-signal-handlers was used with glibmm. 2006-06-13 Murray Cumming * gtk/src/aboutdialog.ccg: set_url_hook(): Pass the slot pointer instead of a pointer to the slot pointer, so that this works again.