From dc1e26b0b2d0c2e38e2529e84dc6cb86bb891b2f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 22 Apr 2005 23:51:45 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 6 ++++++ test-suite/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index bfc67b1ae..72c590258 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2005-04-23 Kevin Ryde + + * api-data.texi (Regexp Functions): Add list-matches and fold-matches. + + * data-rep.texi (Subrs): Note that subr must not modify its rest list. + 2005-04-19 Kevin Ryde * api-data.texi (Regexp Functions): Clarity flags parameter. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index b89013d17..ab67a22fa 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2005-04-23 Kevin Ryde + + * tests/hash.test (hashx-remove!): New tests. + + * tests/list.test (list, cons*): New tests. + 2005-04-14 Kevin Ryde * tests/numbers.test (1+, 1-): New tests.