Fri Apr 02 14:57:20 2010  Jiri (George) Lebl <jirka@5z.com>

	* src/main.c: Mention WFP in the help message

	* Release 2.0.17

Mon Mar 29 22:24:29 2010  Jiri (George) Lebl <jirka@5z.com>

	* src/lexer.l: deal with \r in the input files

	* src/parse.y: Fix segfaults when defining
	  constructor/finalize/dispose using the new interface from
	  last version.  Should fix debian bug #574542

	* src/main.c: Use -G_MAXDOUBLE instead of G_MINDOUBLE and -G_MAXFLOAT
	  instead of G_MINFLOAT.  That's the correct smallest value.  Thanks
	  to Marcel Wagner wagmarcel at web dot de

Wed Dec 23 14:02:11 2009  Jiri (George) Lebl <jirka@5z.com>

	* src/util.c: fix remove_sep to avoid strcpy problems.  Patch from
	  Ding-Yi Chen