1.90.5 2011-06-13 Baldvin Kovács Fix the drag_to_canvas example. * examples/drag_to_canvas/examplewindow.cc: The way it calls drag_dest_set (with Gtk::DEST_DEFAULT_ALL) is explicitly mentioned as "dramatic" in the documentation of gtk_drag_dest_set. After fixing that, a trivial relative/absolute coordinates bug came up, and after fixing that, it started working. Bug #644033 2011-06-13 Murray Cumming Get the path to the pangomm and atkmm m4 files. * configure.ac: Fix the build by getting and using the paths to the pangomm and atkmm m4 files as well as the gtkmm one. These are only actualy used by the gtkmm m4 file, and it is tedious to have to do this explicitly, of course. 2011-05-28 Andreas Klaedtke Class hierarchy for class GridModel changed (Bug #651355). * various files: GridModel is now derived from ItemModelSimple. 2011-06-12 Kjell Ahlstedt Correct null pointer conversion from Goocanvas::Canvas* to GooCanvas*. * codegen/m4/convert_libgoocanvasmm.m4: Use Glib::unwrap(x) instead of x->gobj(), avoiding a crash when x is 0. Bug #606357. 1.90.4: 2011-03-30 Murray Cumming Avoid a tarball dependency on mm-common. * configure.ac: Require the latest version of mm-common. Call MM_CONFIG_DOCTOOL_DIR() to createe, use, and dist a local copy of the mm-common scripts. 2011-02-24 Murray Cumming Build the tests during make check too. * configure.ac: Mention the tests/Makefile.am file. * Makefile.am: Add tests to SUBDIRS. * tests/Makefile.am: Specify the test to build here, and its source code. * tests/child_properties/Makefile.am: Remove. 2011-02-24 Murray Cumming Build the examples during make check (and distcheck). * Makefile.am: Add examples to the SUBDIRS. * examples: Remove the individual Makefile.am files, adding their contents to examples/Makefile.am. The build of the examples was apparently disabled since we converted the build to use mm-common.