1.3.1: 2004-03-30 Murray Cumming * Wrapped some GList* return types as ListHandles. 2004-03-30 Murray Cumming * libgda/src/row.[hg|ccg]: Added these files, wrapping GdaRow. * libgda/src/datamodel.[hg.ccg]: Added foreach(). 2004-03-30 Murray Cumming * libgda/src/serverprovider.hg, datamodel.hg: Wrapped new methods. 2004-03-30 Murray Cumming * tools/extra_defs_gen/generate_defs.gda.cc: Include glibmm_extra_defs rather than the old gtkmm one, to really fix the build. 2004-03-30 Murray Cumming * examples/simple now also builds and works, though it is not yet a real example. 2004-03-30 Murray Cumming * libgda/libgdamm/config.cc: get_gda_params(): Use OWNERSHIP_NONE so that we do not delete parts of the struct field that we do not own. examples/list_data_sources now runs without crashing. 2004-03-29 Murray Cumming * Now uses glibmm 2.4 instead of gtkmm 2.2. 2004-02-15 Murray Cumming * libgda/src/datamodel.hg: Renamed the C++ methods to match the C function names, correcting the previous change. The API is not stable so we are free to change them to match changes in libgda. 2003-12-17 Billy O'Connor * libgda/src/libgda_methods.defs: * libgda/src/datamodel.hg: Changes to is_editable(), is_editing(), begin_edit(), cancel_edit() and end_edit() wrappers to reflect libgda function renames. 2003-11-05 Alexander Nedotsukov * libgda/libgda-2.0.pc.in: Fixed pkgconfig package dependency and library list. 2003-10-05 Murray Cumming * Added wrappers for Client, Config, DataSourceInfo, ProviderInfo, and used the C++ types in the rest of the API. * libgda/libgdamm/init.[h|cc]: Added Gnome::Gda::init() function. * Added examples/list_data_sources.