2.9.5:

2007-04-24  Yselkowitz <yselkowitz@users.sourceforge.net>

        * 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-27  Armin Burgmeier  <armin@openismus.com>

	* examples/form/format/examplewindow.cc: Set the options for the entry
	via the entry_plugin property of the Gda::Parameter instead the
	options property of the format entry.

	* configure.in:
	* examples/grid/Makefile.am:
	* examples/grid/format/Makefile.am:
	* examples/grid/format/examplewindow.h:
	* examples/grid/format/examplewindow.cc:
	* examples/grid/format/main.cc: Added a similar example for the grid.

	* docs/tutorial/libgnomedbmm-tut.xml: Added section about formatting
	values.

2007-03-26  Armin Burgmeier  <armin@openismus.com>

	* tools/extra_defs_gen/generate_gnomedb.cc: Generate definitions for
	GnomeDbFormatEntry.

	* libgnomedb/src/libgnomedb_signals.defs: Regenerated.

	* libgnomedb/src/dataentry.hg: Made several methods public that I
	don't think are meant to be protected.

	* libgnomedb/libgnomedbmm.h: Added some data entries to includes.

	* libgnomedb/src/entrystring.hg:
	* libgnomedb/src/entrystring.ccg: Wrapped options property and added a
	set_options() convenience function.

	* libgnomedb/src/formatentry.hg:
	* libgnomedb/src/formatentry.ccg:
	* libgnomedb/src/Makefile_list_of_hg.am_fragment: Wrapped
	GnomeDbFormatEntry.

	* configure.in:
	* examples/form/Makefile.am:
	* examples/form/format/Makefile.am:
	* examples/form/format/examplewindow.h:
	* examples/form/format/examplewindow.cc:
	* examples/form/format/main.cc: Added an example that shows how to
	specify special formatting for an entry in a form.