diff --git a/NEWS b/NEWS index f552e257b..a1f7d10ab 100644 --- a/NEWS +++ b/NEWS @@ -123,9 +123,9 @@ tty device. Previously in this situation it was line-buffered. * Changes to Scheme functions and syntax -** New procedures: close-input-port, close-output-port +** close-input-port and close-output-port are now R5RS -These are R5RS procedures. +These procedures have been turned into primitives and have R5RS behaviour. ** New procedure: simple-format PORT MESSAGE ARG1 ... diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 82d396c17..a3ec86724 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2000-04-16 Mikael Djurfeldt + + * r4rs.scm (close-input-port, close-output-port): Removed. + 2000-04-13 Mikael Djurfeldt * session.scm (help): New macro. Prints helpful information.