X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=b7e72cc74cc01c5a800879a88e723056a15f5025;hb=92f198d13c9214c0d75b936f0ea0dc2684ea914b;hp=2b88fec4d2564645546ee62b50d3e30055d562eb;hpb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;p=pspp diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 2b88fec4d2..b7e72cc74c 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,38 @@ +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. + Fixes bug #15723, "HTML driver creates .png files insecurely". + + * htmlP.h: (struct html_driver_ext) Add chart_file_name, chart_cnt + members. + + * html.c: (html_open_driver) Initialize new members. + (option_tab var) Add "chart-files" option. + (handle_option) Parse "chart-files" option. + (html_initialise_chart) Name file based on "chart-files" option. + +Sat Jul 1 22:41:26 2006 Ben Pfaff + + Fix bug #16644: Output Driver crashes in DISPLAY VARIABLES. + + * table.c (tab_create): Don't allocate t->hrh, t->wrv yet, because + the table size might change before we're ready to use them. + (tabi_table) Allocate them here instead. + Fri Jun 9 14:42:35 2006 Ben Pfaff Reform string library.