2.10.2: 2006-09-21 Jonathon Jongsma * examples/book/socket/Makefile.am: remove source file dependency on a non-existent file. This was part of an earlier example, but I simplified the example and removed this file so that it would be easier to understand, but forgot to remove it from the Makefile.am 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-09-19 Jonathon Jongsma * configure.in, docs/tutorial/figures/Makefile.am, docs/tutorial/figures/socket-fail.png, docs/tutorial/figures/socket.png, docs/tutorial/gtkmm-tut.xml, examples/book/Makefile.am, examples/book/socket/.cvsignore, examples/book/socket/Makefile.am, examples/book/socket/plug.cc, examples/book/socket/socket.cc: added new chapter to the tutorial on Gtk::Plug and Gtk::Socket, including a simple example program and a couple of screenshots. 2006-08-23 Jonathon Jongsma * configure.in: re-enabled --disable-demos configure option. It was disabled due to a bit of stupidity on my part. 2.10.1: 2006-08-21 Jonathon Jongsma * NEWS: update for 2.10.1 release