4.99.5: 2011-10-26 Murray Cumming Fix the --enable-warnings=fatal build. * libgda/libgdamm/init.cc: Do not include glibmm.h. It is not necessary. 2011-10-25 Murray Cumming init.h: Move the glibmm.h include to the .cc file. * libgda/libgdamm/init.[h|cc]: The glibmm.h include does not need to be in the header. 2011-10-25 Murray Cumming Add #includes needed with the latest glibmm. * libgda/libgdamm/value.cc: * libgda/libgdamm/value.h: * libgda/src/blobop.hg: * libgda/src/holder.hg: * libgda/src/metastruct.hg: * libgda/src/quarklist.hg: * libgda/src/serveroperation.hg: * libgda/src/sqlexpr.hg: * libgda/src/sqlstatement.hg: Add individual includes now that gmmproc does not add #include glibmm.h at the top of every generated header. 2011-10-19 Murray Cumming m4 conversions: Fixed an incorrect quote, found by José Alburquerque. * tools/m4/convert_libgdamm.m4: See bug #661401 2011-10-10 Murray Cumming Regenerated enums. * libgda/src/libgda_enums.defs: Regenerated with enums.pl. There are some new error codes. 2011-10-10 Murray Cumming DataModelIter::get_value_at(): Throw an exception sometimes. * libgda/src/libgda_methods.defs: Regenerated with h2defs.py. * libgda/src/datamodeliter.hg: Use the new gda_data_model_iter_get_value_at_e() instead of gda_data_model_iter_get_value_at(). Presumably this lets us catch more problems. * libgda/src/holder.hg: * libgda/src/row.hg: Ignore some other new methods, with comments.