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.