2.9.5: 2007-04-24 Yselkowitz * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms. Bug #423990 2007-03-30 Armin Burgmeier * libgda/libgdamm/value.h: * libgda/libgdamm/value.cc: Removed Gnome::Gda::value_compare, Gnome::Gda::value_compare_ext and Gnome::Gda::value_equal. There is Gnome::Gda::Value::operator== to test for equality. Furthermore, Gnome::Gda::value_compare was not even defined, so I don't think these are really used. I just commented them out so we can re-enable them when required. 2007-03-29 Armin Burgmeier * libgda/src/serverprovider.hg: * libgda/src/serverprovider.ccg: Wrapped gda_server_provider_get_value_at and gda_server_provider_set_value_at. 2007-03-27 Armin Burgmeier * libgda/src/parameter.hg: * libgda/src/parameter.ccg: Added a set_entry_plugin() convenience function.