X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=12f93d641f7f5a0652c655cbd60494eb822a9d6d;hb=0085c7edf6d3b9c9ee2ce880893023c567886101;hp=336fbd505318a933bf499e129d1463bf914e79d3;hpb=077a1c38bd58911cb74a08f95be3691e49b87779;p=pspp diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 336fbd5053..12f93d641f 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,47 @@ +2007-07-25 Ben Pfaff + + Allow the user to specify an initialization string to write at the + beginning of an ASCII output file. + * ascii.c (struct ascii_driver_ext): New member `init'. + (ascii_open_driver): Initialize `init'. + (ascii_close_driver): Parse `init'. + (ascii_open_page): Write `init' to output file. + + * output.c (get_option_token): Fix parsing of octal constants. + +2007-07-25 Ben Pfaff + + Make interactive output go to the terminal (bug #17213), by + causing the UI to flush output to the user when it prompts for a + command. + + * ascii.c (ascii_open_driver): Move the file open into + ascii_open_page, so that we can re-open after a flush. + (ascii_close_driver): Close file using ascii_flush. + (ascii_open_page): Open the output file if it's not already open. + Use fn_open so that we can support pipes. + (ascii_close_page): Do nothing if output file not open. + (ascii_flush): New function. + (static var ascii_class): Add ascii_flush. + + * manager.c (som_flush): New function. + + * output.c (outp_flush): New function. + +Tue Feb 20 07:03:48 2007 Ben Pfaff + + * html.c: Don't need to include "getlogin_r.h" anymore, because + gnulib merged it into . + +Sun Feb 18 11:20:35 2007 Ben Pfaff + + * postscript.c: Add missing _() around message. + +Sun Feb 11 17:59:30 2007 Ben Pfaff + + * html.c (html_initialise_chart): Mark `this' parameter UNUSED to + account for NO_CHARTS case. + Sat Feb 3 21:56:46 2007 Ben Pfaff * table.c (tab_hline): Allow t->nr as y argument, so that we can