From e610622906b51a70a21a403c7535681ddc567573 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 7 Mar 2006 23:57:28 +0000 Subject: [PATCH] *** empty log message *** --- doc/goops/ChangeLog | 4 ++++ doc/ref/ChangeLog | 6 ++++++ test-suite/ChangeLog | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/doc/goops/ChangeLog b/doc/goops/ChangeLog index 075667c9b..11ff23e5e 100644 --- a/doc/goops/ChangeLog +++ b/doc/goops/ChangeLog @@ -1,3 +1,7 @@ +2006-03-08 Ludovic Courtès + + * goops.texi (Slot Options): Note init-value is shared. + 2006-02-06 Marius Vollmer * goops.texi (Basic Generic Function Creation): Added blurb about diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index ed9b94dc9..92269f00f 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2006-03-05 Kevin Ryde + + * api-compound.texi (Array Procedures): @pxref for `equal?'. + (Shared Arrays): Correction to make-shared-array stride example, need + `list' on the mapper return value. + 2006-02-13 Marius Vollmer * api-utility.texi (Object Properties): Removed confusing diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 2a9668b2f..21e7bc56c 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2006-03-05 Kevin Ryde + + * tests/unif.test (make-shared-array): Add example usages from the + manual, two of which currently fail. + 2006-03-04 Ludovic Courtès * test-suite/tests/modules.test: New file.