*** empty log message ***
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index bac814d..475e565 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,9 @@ debugging evaluator gives better error messages.
 
 * Changes to Scheme functions and syntax
 
+** 'call-with-current-continuation' is now also available under the name
+   'call/cc'.
+
 ** Checking for duplicate bindings in module system
 
 The module system now can check for name conflicts among imported
@@ -79,7 +82,7 @@ The new default behavior of the module system when a name collision
 has been detected is to
 
  1. Give priority to bindings marked as a replacement.
- 2. Issue a warning.
+ 2. Issue a warning (different warning if overriding core binding).
  3. Give priority to the last encountered binding (this corresponds to
      the old behavior).
 
@@ -116,7 +119,7 @@ These two are provided by the (oop goops) module:
 
 The default duplicates handler is:
 
-  (replace warn last)
+  (replace warn-override-core warn last)
 
 A recommended handler (which is likely to correspond to future Guile
 behavior) can be installed with: