* eval.c: Mark #endif with comment.
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index c2c8751..c2bed17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,12 @@ Changes in 1.8.6 (since 1.8.5)
 
 ** New convenience function `scm_c_symbol_length ()'
 
+** Single stepping through code from Emacs
+
+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.
+
 * Bugs fixed
 
 ** Internal `scm_i_' functions now have "hidden" linkage with GCC/ELF
@@ -51,7 +57,12 @@ This makes these internal functions technically not callable from
 application code.
 
 ** `guile-config link' now prints `-L$libdir' before `-lguile'
+** Fix memory corruption involving GOOPS' `class-redefinition'
 ** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)
+** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction)
+** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r')
+** Fix misleading output from `(help rationalize)'
+** Fix build failure on Debian hppa architecture (bad stack growth detection)
 
 \f
 Changes in 1.8.5 (since 1.8.4)