(file-exists?): Use stat rather than access?, so as to
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 1fea1f7..a0f3a9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -480,6 +480,11 @@ order described by the SRFI-1 specification
 
 list-copy now accepts improper lists, per the specification.
 
+** SRFI-19 fixes
+
+date-week-number now correctly respects the requested day of week
+starting the week.
+
 * Changes to the C interface
 
 ** Many public #defines with generic names have been made private.
@@ -625,6 +630,18 @@ Guile always defines
 
   scm_t_timespec
 
+** The macro SCM_SLOPPY_INEXACTP has been deprecated.
+
+Use SCM_INEXACTP instead.
+
+** The macro SCM_SLOPPY_REALP has been deprecated.
+
+Use SCM_REALP instead.
+
+** The macro SCM_SLOPPY_COMPLEXP has been deprecated.
+
+Use SCM_COMPLEXP instead.
+
 ** The preprocessor define USE_THREADS has been deprecated.
 
 Going forward, assume that the thread API is always present.