X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2FChangeLog;h=59d7d0e72dc2919ff594a5c18a8446af4bdbb2c5;hb=c246143823df29e9ce4c5115c647a47954dea883;hp=8ed1b2a8f967ec13394e153b7585d167116da26d;hpb=70bb37983d5deeba70f9101a9f697ba0fbb55ebb;p=pspp diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 8ed1b2a8f9..59d7d0e72d 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,29 @@ +Wed Feb 7 21:38:12 2007 Ben Pfaff + + * afm.c: Add #include . Thanks to John McCabe-Dansted + for pointing out the need. + +Sun Oct 8 07:09:34 WST 2006 John Darrington + + * table.c (tab_destroy): Freed title, since this is not allocated + from the pool. + + * html.c (html_open_driver): Freed chart_file_name. + +Wed Jul 12 21:03:37 2006 Ben Pfaff + + * table.c (tab_natural_width): Get rid of warning on empty column, + which tended to just trigger false positives because we handle + joined cells so badly. We need a real fix, and the warning is not + helpful. + + * table.c (tab_offset): [DEBUGGING] Let row, col arguments be as + big as row or column count. + +Wed Jul 12 20:58:19 2006 Ben Pfaff + + * output.c (outp_drivers): [DEBUGGING] Delete unused declaration. + Sat Jul 1 17:20:03 2006 Ben Pfaff Make the destination for charts configurable in the HTML driver.