diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 6e879f2c2..a4dd88e34 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -5,6 +5,12 @@ 2004-01-04 Kevin Ryde + * scheme-scheduling.texi (Threads): Note Guile uses POSIX threads, for + concurrency and preemption. + (C level thread interface): Note periodic libguile call required for C + code in threads, add commented out reminders for SCM_TICK and + guile-mode, for when those features are ready. + * srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition and partition!, emphasise the multi-value return, note partition may share a tail with the given list.