X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=b7e72cc74cc01c5a800879a88e723056a15f5025;hb=f70f1b22e925d55c246372376de1c6ffaacf8a4b;hp=2757aa167c60ae67972fc78af36de7a53a50bfd1;hpb=16654f0914e14edd82500c3040d8e8958794788e;p=pspp diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 2757aa167c..b7e72cc74c 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,13 @@ +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.