Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 3f47766..0e6e081 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,8 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use
 `C-u' to indicate that you want to single step through that code. See
 `Evaluating Scheme Code' in the manual for more details.
 
+** New "guile(1)" man page!
+
 * Changes to the distribution
 
 ** Automake's `AM_MAINTAINER_MODE' is no longer used
@@ -78,6 +80,10 @@ available: Guile is now always configured in "maintainer mode".
 ** Fix build failure on Debian hppa architecture (bad stack growth detection)
 ** Fix `gcd' when called with a single, negative argument.
 ** Fix `Stack overflow' errors seen when building on some platforms
+** Fix bug when `scm_with_guile ()' was called several times from the
+   same thread
+** The handler of SRFI-34 `with-exception-handler' is now invoked in the
+   dynamic environment of the call to `raise'
 
 \f
 Changes in 1.8.5 (since 1.8.4)