diff options
-rw-r--r-- | doc/ref/ChangeLog | 7 | ||||
-rw-r--r-- | ice-9/ChangeLog | 6 | ||||
-rw-r--r-- | libguile/ChangeLog | 5 |
3 files changed, 18 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 0a1750e14..c3580dd16 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -4,6 +4,13 @@ Removed scm_leave_guile, scm_enter_guile and all references to them since they are no longer in the API. + From Stephen Compall: + + * api-control.texi (if cond case): Describe SRFI 61 cond. + + * srfi-modules.texi (SRFI-61): New section. + (SRFI Support): Add SRFI-61 to menu. + 2005-11-19 Kevin Ryde <user42@zip.com.au> * api-compound.texi (Retrieving Alist Entries): Revise for clarity and diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 8d21d89b5..5c5e54e22 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2005-12-06 Marius Vollmer <mvo@zagadka.de> + + From Stephen Compall. + + * boot-9.scm (%cond-expand-features): Add srfi-61. + 2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr> * networking.scm (sockaddr:flowinfo, sockaddr:scopeid): New functions. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b116802a2..b4c712fd7 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -8,6 +8,11 @@ (signal_delivery_thread): Use it instead of scm_leave_guile/read/scm_enter_guile. + From Stephen Compall: + + * eval.c (scm_m_cond): Recognize SRFI 61 cond syntax. + (CEVAL): Evaluate SRFI 61 cond clauses. + 2005-12-06 Ludovic Courtès <ludovic.courtes@laas.fr> * gc-card.c (scm_i_card_statistics): Return if BITVEC is NULL. |