diff --git a/NEWS b/NEWS index c3365d074..915bc660d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Guile NEWS --- history of user-visible changes. -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. @@ -23,6 +23,8 @@ Changes since Guile 1.6.4 (i.e. changes for 1.6.5): (use-modules (srfi srfi-31)) will now provide support for SRFI-31. See the Guile info pages for more documentation. +** SRFI-39 has been added (parameter objects) + ** Guile is now compiled with -fno-strict-aliasing when gcc is detected. ** The --enable-htmldoc option has been removed from 'configure'. diff --git a/THANKS b/THANKS index c584b4e13..43bafe10f 100644 --- a/THANKS +++ b/THANKS @@ -13,6 +13,7 @@ Contributors since the last release: Michael Livshin Keisuke Nishida Thien-Thi Nguyen + Jose A Ortega Ruiz Maciej Stachowiak Marius Vollmer Niibe Yutaka diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 8b040429b..97c47f46e 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2004-08-15 Marius Vollmer + + * srfi-39.scm: New, from Jose A Ortega Ruiz. Thanks! + 2004-08-14 Kevin Ryde * srfi-13.c (scm_string_any, scm_string_every): Add support for char diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 9faac45a5..2a786c361 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-15 Marius Vollmer + + * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks! + 2004-08-14 Kevin Ryde * tests/srfi-13.test (string-any, string-every): Exercise char and