ChangeLog.2007 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 2007-08-04 Andy Wingo <wingo@pobox.com>
  2. * charting/draw.scm (draw-bar, draw-bar-group):
  3. * charting.scm (make-chart, make-bar-chart): Use formatter
  4. functions for printing values rather than format strings. Add a
  5. margin between y tick labels and the y axis label.
  6. 2007-06-14 Andy Wingo <wingo@pobox.com>
  7. * charting/draw.scm (draw-decorator, draw-bar, draw-bar-group):
  8. * charting.scm (make-bar-chart): Add option to draw values on top
  9. of bars.
  10. 2007-06-12 Andy Wingo <wingo@pobox.com>
  11. == Released Guile-Charting 0.1.1 ==
  12. * charting.scm (make-bar-chart): Fix usages of :keywords instead
  13. of #:keywords, thanks to Steve Tell for the pointer.
  14. 2007-06-08 Andy Wingo <wingo@pobox.com>
  15. == Released Guile-Charting 0.1.0 ==
  16. * README: Fill in holes.
  17. * NEWS: Set release date.
  18. * HACKING: Add a note.
  19. * doc/make-html.scm (wrap-html): Fix hard-coded "guile-lib".
  20. * doc/guile-charting.scm (*html-relative-root-path*): Fix relative
  21. root path to match what will be on the web.
  22. * doc/Makefile.am (push-docs): Add target to update docs on web.
  23. * charting.scm (make-chart): Fix typo.
  24. * charting/draw.scm: No more draw-bar-group-label, that is handled
  25. by the new draw-tick-labels.
  26. * charting.scm (make-chart): Factor out the commonalities into
  27. this function.
  28. (make-bar-chart): Rework to use make-chart, and other thingies.
  29. * doc/Makefile.am:
  30. * doc/make-texinfo.scm:
  31. * doc/make-html.scm:
  32. * doc/guile-charting.scm:
  33. * doc/fdl.texi:
  34. * doc/docs.mk: Add automatic documentation infrastructure from
  35. guile-lib.
  36. 2007-06-08 Andy Wingo <wingo@pobox.com>
  37. * Initial import.