X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=0073124e73f57f873e9d3609a172449902bfbb3a;hb=bc0e3fee279da2813183ab2cd17fced06eae09e8;hp=adabbcde32e077796e704b26296eb68ac8332ff1;hpb=873165af1d9ae450483816b892aa17afd669a7c0;p=pspp-builds.git diff --git a/src/output/ChangeLog b/src/output/ChangeLog index adabbcde..0073124e 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,17 @@ +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.