*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 25 Jul 1999 12:20:31 +0000 (12:20 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 25 Jul 1999 12:20:31 +0000 (12:20 +0000)
NEWS
libguile/ChangeLog

diff --git a/NEWS b/NEWS
index d734dc4..1490877 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1132,7 +1132,7 @@ It is replaced by:
 
 Similarly to the new smob interface, there is a set of function
 setters by which the user can customize the behaviour of his port
-type.  See ports.h (scm_set_ptob_XXX).
+type.  See ports.h (scm_set_port_XXX).
 
 ** scm_strport_to_string: New function: creates a new string from
 a string port's buffer.
index bca9713..e230fa2 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-25  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * ports.c, ports.h, fports.c, strports.c, vports.c: Renamed
+       scm_set_ptob_XXX --> scm_set_port_XXX.
+
 1999-07-24  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 
        * ports.c, ports.h (scm_make_port_type): New interface for