X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=27f8ade3bb3a033039e79d85d8167681bd408541;hb=6b40f1315cf46ca2417c10ce08bcf62941bdd305;hp=12f93d641f7f5a0652c655cbd60494eb822a9d6d;hpb=255de8df66dde4395a62d7cfc84adf317f435744;p=pspp-builds.git diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 12f93d64..27f8ade3 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,30 @@ +2007-08-12 Ben Pfaff + + Add support for charts to ASCII driver. Bug #16364. + Thanks to John Darrington for review. + + * ascii.c (struct ascii_driver_ext): Add chart_type, + chart_file_name, chart_cnt members. + (ascii_open_driver): Initialize new members. + (static array option_tab): Add new options, reorganize slightly. + (handle_option): Handle new options. + (ascii_submit): New function. + (ascii_chart_initialise): Implement. + (ascii_chart_finalise): Implement. + + * chart.c (chart_init_separate): New function. + (chart_finalise_separate): New function. + + * dummy-chart.c (chart_init_separate): New function. + (chart_finalise_separate): New function. + + * html.c (html_open_driver): Don't free chart_file_name. + (html_close_driver): Do free chart_file_name. + (handle_option): Only give an error for chart-files options that + don't contain "#". + (html_initialise_chart): Use new chart_init_separate. + (html_finalise_chart): Use new chart_finalise_separate. + 2007-07-25 Ben Pfaff Allow the user to specify an initialization string to write at the