X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=a98b9244aa0affea65d68e4a8ba0fdadba203360;hb=458d169f64134f4e0a9d9b72398666a01761fcf8;hp=10d7d36558ba7f729c7d4e01610108b3561804c5;hpb=56728c4e740a15c66266f54bed1307299f723f56;p=pspp diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index 10d7d36558..a98b9244aa 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,15 @@ +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. + + * command-line.c (parse_command_line): Configure interactive + output devices if appropriate. + + * read-line.c (readln_read): Flush output if this is a prompt for + the first line of a command. + 2007-06-06 Ben Pfaff Adapt case sources, sinks, and clients of procedure code to the