1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 2007-08-04 Andy Wingo <wingo@pobox.com>
- * charting/draw.scm (draw-bar, draw-bar-group):
- * charting.scm (make-chart, make-bar-chart): Use formatter
- functions for printing values rather than format strings. Add a
- margin between y tick labels and the y axis label.
- 2007-06-14 Andy Wingo <wingo@pobox.com>
- * charting/draw.scm (draw-decorator, draw-bar, draw-bar-group):
- * charting.scm (make-bar-chart): Add option to draw values on top
- of bars.
- 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.
|