X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=b1928b970b1bc454111008fabe9edb2e4f86ab5c;hb=51010fcf5cc308367c1fe3fafa785a3d2216b03d;hp=adabbcde32e077796e704b26296eb68ac8332ff1;hpb=873165af1d9ae450483816b892aa17afd669a7c0;p=pspp-builds.git diff --git a/src/output/ChangeLog b/src/output/ChangeLog index adabbcde..b1928b97 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,22 @@ +2008-02-08 John Darrington + + * journal.c: (journal_write) flush the stream on writes. + Useful for discovering syntax which causes a crash. + +2007-09-25 Ben Pfaff + + Patch #6210. Reviewed by John Darrington. + + * ascii.c: Implement ability to resize output device parameters to + fit terminal window size as it changes. + (struct ascii_driver_ext): New members `auto_width', + `auto_length'. + (ascii_open_driver): Initialize new members, call + update_page_size. + (update_page_size): New function to update device size. + (handle_option): Support new "auto" setting for length, width. + (ascii_open_page): Call update_page_size. + 2007-09-22 Ben Pfaff Bug #21128. Reviewed by John Darrington.