Wed Jan 06 13:49:05 2016  Jiri (George) Lebl <jirka@5z.com>

	* Release 1.0.21

	* configure.in: new version

	* NEWS: updates

	* po/eo.po: update translations

	* help/C/genius.xml: update version info

Tue Dec 15 17:08:36 2015  Jiri (George) Lebl <jirka@5z.com>

	* src/calc.c: in pretty print if results as floats is on, then do not
	  try to do pretty print of fractions obviously.

Mon May 04 17:34:29 2015  Jiri (George) Lebl <jirka@5z.com>

	* src/mpwrap.c: Fix output of chopped imaginary numbers, chopped
	  negative numbers are now displayed as -0.0

	* src/geniustests.txt: add some tests for the above

Sun Apr 26 12:33:06 2015  Jiri (George) Lebl <jirka@5z.com>

	* src/graphing.c: Fix SurfacePlotVariableNames to redraw things
	  and also to init vars before resetting them, since otherwise it
	  will all be forgotten.

	* examples/explicit-fdm-heat.gel: set the variable names to match,
	  and a tiny bit of cleanup

Sun Apr 26 11:57:32 2015  Jiri (George) Lebl <jirka@5z.com>

	* examples/Makefile.am, examples/explicit-fdm-heat.gel: Add example
	  heat equation solved with explicit FDM.

Tue Apr 21 00:35:54 2015  Jiri (George) Lebl <jirka@5z.com>

	* examples/laplace-fdm.gel: update to add more things to play around
	  with such as nonhomogenity and make it easy to change boundary
	  conditions.  Also rename points to intervals as that's what it
	  actually is, and document the thing a bit more.

Wed Apr 08 11:39:22 2015  Jiri (George) Lebl <jirka@5z.com>

	* examples/vibrating-drumhead-modes.gel: make n consistently come
	  first and fix up whitespace

Tue Apr 07 14:28:45 2015  Jiri (George) Lebl <jirka@5z.com>

	* examples/vibrating-drumhead-modes.gel:  Add example showing
	  various modes of a vibrating drumhead (wave equation)