*** empty log message ***
authorMark Galassi <mark+savannah@galassi.org>
Mon, 13 Oct 1997 07:26:23 +0000 (07:26 +0000)
committerMark Galassi <mark+savannah@galassi.org>
Mon, 13 Oct 1997 07:26:23 +0000 (07:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 44169cb..9fb9360 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -290,6 +290,14 @@ output port.  Corresponds to the scheme level `write'.
 
 ** gh_list_length renamed to gh_length.
 
+** vector handling routines
+
+Several major changes.  In particular, gh_vector() now resembles
+(vector ...) (with a caveat -- see manual), and gh_make_vector() now
+exists and behaves like (make-vector ...).  gh_vref() and gh_vset()
+have been renamed gh_vector_set() and gh_vector_ref().  Some missing
+vector-related gh_ functions have been implemented.
+
 * Changes to the scm_ interface
 
 ** Function: SCM scm_internal_stack_catch (SCM tag,