1.3.6:

2005-03-15  Murray Cumming <murrayc@murrayc.com>

	* libgda/src/value.ccg:
	* libgda/src/value.hg: Added Value(const char*)
	constructor to stop the compiler from using Value(bool) with 
	string literals, instead of Glib::ustring.

2005-02-03  Murray Cumming  <murrayc@murrayc.com>

	* libgda/src/value.[hg|ccg]: Replace the Value(gint64) and 
	Value(guint64) constructors with static create_as_* methods, to 
	avoid conflicts on 64-bit systems. Bug #162253 from Daniel Holbach,
	who wrote part of the patch.

This is the libgda-1-2 branch, for the libgda 1.2 API.
	
The HEAD branch should work with the new libgda API.

2005-01-06  Murray Cumming  <murrayc@murrayc.com>

	* libgda/src/value.ccg: Remove the implementation of the time_t 
	constructor that I removed a couple of days ago, to fix the build.

2005-01-06  Daniel Holbach <dh@mailempfang.de>

	* docs/reference/Doxyfile.in: Replace old LIBGNOMEMM_ stuff with 
	LIBGLADEMM_.

2005-01-04  Murray Cumming  <murrayc@murrayc.com>

	* libgda/src/value.hg: Remove the time_t constructor, because it 
	is ambiguous on 64-bit systems. Bug #162253 from Daniel Holbach.

2004-11-30  Murray Cumming  <murrayc@murrayc.com>

	* examples/introspection/main.cc: Reverted some useless changes that I 
	made for my own debugging.
