From 344a212fd1e7c20c650fd7aaa54045d748e7ee86 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 15 Feb 2004 00:37:52 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d974dd7c1..bb75bbbdf 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -15,6 +15,14 @@ 2004-02-12 Kevin Ryde + * ports.c (scm_port_line): In docstring, note first line is 0. + (scm_set_port_line_x): In docstring, note first line is 0. + (scm_port_column): In docstring, there's no default to current input + port, and remove shared port-line @defun. + (scm_set_port_column_x): In docstring, there's no default to current + input port, note first column is 0, remove shared set-port-line! + @defun. + * ramap.c (scm_array_fill_x): For fvect and dvect, use scm_num2dbl to convert args the same way that array-set! does.