diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index ff28dfa43..4032a567e 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,10 @@ +2004-08-24 Marius Vollmer + + Ran a (docstring-process-module "(guile)") and moved entries from + new-docstrings.texi to their appropriate place. + + * api-undocumented.texi: New file. + 2004-08-21 Marius Vollmer From Richard Todd, Thanks! diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 09c741d6e..26346676d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +2004-08-24 Marius Vollmer + + * numbers.c (scm_inf_p): Synced docstring back from manual. + 2004-08-22 Marius Vollmer * strings.c (get_str_buf_start): New helper function.