*** empty log message ***
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 924cfb8..fe02e54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,9 @@ Please send Guile bug reports to bug-guile@gnu.org.
 \f
 Changes since Guile 1.3.4:
 
-configure has new options to remove support for certain features:
+* Changes to the distribution
+
+** configure has new options to remove support for certain features:
 
 --disable-posix    omit posix interfaces
 --disable-net      omit networking interfaces
@@ -14,7 +16,7 @@ configure has new options to remove support for certain features:
 
 These are likely to become separate modules some day.
 
-* Added new configure option --enable-debug-freelist
+** Added new configure option --enable-debug-freelist
 
 This enables a debugging version of SCM_NEWCELL(), and also registers
 an extra primitive, the setter `gc-set-debug-check-freelist!'.