From b337c05b6be00a36b7e6358d6b8514d54d685b20 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 18 Mar 2005 16:36:27 +0000
Subject: [PATCH] Update from commit logs.

---
 general-info/release-19b.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/general-info/release-19b.txt b/general-info/release-19b.txt
index 1e02d2ed5..53b7dbfbf 100644
--- a/general-info/release-19b.txt
+++ b/general-info/release-19b.txt
@@ -196,6 +196,16 @@ New in this release:
         can be used for character input.  READ-VECTOR and WRITE-VECTOR
         also implemented.  This is somewhat experimental right now,
         and may change slightly in a future version.
+      - The config script uses REQUIRE instead of LOAD to load up
+        CMUCL's system libraries so there are no package-lock errors.
+      - REQUIRE no longer disables package-locks when loading
+        requested file.  But package-locks are disabled for CMUCL's
+        own system libraries like gray-streams, clx, etc.
+      - MAKE-INDENTING-STREAM and INDENTING-STREAM-P are exported from
+        the EXTENSIONS package instead of being internal.
+      - TRACE will work now for the known-return convention, which
+        used to require encapsulation so that only the first call was
+        traced.  Useful for tracing recursive functions.
 
   * Improvements to the PCL implementation of CLOS:
       - AMOP-style custom slot allocation supported.
-- 
GitLab