2007-06-12  Andy Wingo  <wingo@pobox.com>

	== Released Guile-Charting 0.1.1 ==

	* charting.scm (make-bar-chart): Fix usages of :keywords instead
	of #:keywords, thanks to Steve Tell for the pointer.

2007-06-08  Andy Wingo  <wingo@pobox.com>

	== Released Guile-Charting 0.1.0 ==

	* README: Fill in holes.

	* NEWS: Set release date.

	* HACKING: Add a note.

	* doc/make-html.scm (wrap-html): Fix hard-coded "guile-lib".

	* doc/guile-charting.scm (*html-relative-root-path*): Fix relative
	root path to match what will be on the web.

	* doc/Makefile.am (push-docs): Add target to update docs on web.

	* charting.scm (make-chart): Fix typo.

	* charting/draw.scm: No more draw-bar-group-label, that is handled
	by the new draw-tick-labels.

	* charting.scm (make-chart): Factor out the commonalities into
	this function.
	(make-bar-chart): Rework to use make-chart, and other thingies.

	* doc/Makefile.am:
	* doc/make-texinfo.scm: 
	* doc/make-html.scm: 
	* doc/guile-charting.scm: 
	* doc/fdl.texi: 
	* doc/docs.mk: Add automatic documentation infrastructure from
	guile-lib.
	
2007-06-08  Andy Wingo  <wingo@pobox.com>

	* Initial import.

