mention a stdout port buffer change from a while ago.
authorGary Houston <ghouston@arglist.com>
Sun, 12 Mar 2000 16:32:19 +0000 (16:32 +0000)
committerGary Houston <ghouston@arglist.com>
Sun, 12 Mar 2000 16:32:19 +0000 (16:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 041462f..33f7a37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -111,6 +111,9 @@ at the top of the script.
 ** Attempting to get the value of an unbound variable now produces
 an exception with a key of 'unbound-variable instead of 'misc-error.
 
 ** Attempting to get the value of an unbound variable now produces
 an exception with a key of 'unbound-variable instead of 'misc-error.
 
+** The initial default output port is now unbuffered if it's using a
+tty device.  Previously in this situation it was line-buffered.
+
 * Changes to Scheme functions and syntax
 
 ** New procedure: simple-format PORT MESSAGE ARG1 ...
 * Changes to Scheme functions and syntax
 
 ** New procedure: simple-format PORT MESSAGE ARG1 ...