*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Sat, 9 Jun 2001 18:15:32 +0000 (18:15 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 9 Jun 2001 18:15:32 +0000 (18:15 +0000)
RELEASE
ice-9/ChangeLog
libguile/ChangeLog

diff --git a/RELEASE b/RELEASE
index b193220..6155e39 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -22,6 +22,10 @@ After signal handling and threading have been fixed:
 
 === In release 1.8.0:
 
+- remove re-exporting behaviour of `export'.
+    in boot-9.scm, remove begin-deprecated part of `module-export!' 
+    in format.scm, remove kluge at top
+
 - remove deprecated subr and gsubr functions
     in procs.h, procs.c: scm_make_subr, scm_make_subr_opt,
       scm_make_subr_with_generic,
@@ -45,7 +49,7 @@ After signal handling and threading have been fixed:
 - remove support for autoloading compiled-code modules:
     try-module-linked
     try-module-dynamic-link
-    init-dynamic-module
+    init-dynamic-module, etc.
     scm_register_module_xxx
     scm_registered_modules
     scm_clear_registered_modules
index d433095..ec4b759 100644 (file)
@@ -1,3 +1,17 @@
+2001-06-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * pretty-print.scm (generic-write): Use `object->string' to print
+       unknown objects.
+
+       * optargs.scm (lambda*): Make sure that BODY is always put into a
+       real body context so that it can contain internal definitions.
+       Thanks to Matthias Köppe!
+       
+       * format.scm: Use (ice-9 and-let-star).
+       (format:out): Initialize format:output-col with current column of
+       `port', if it has one.  Else leave it alone.  Thanks to Matthias
+       Köppe!
+
 2001-06-05  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * boot-9.scm (module-ensure-local-variable!): Renamed from
index ad4a3e8..cd20e6e 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * ports.c (scm_lfwrite): Maintain columnd and row count in port.
+       Thanks to Matthias Köppe!
+       
 2001-06-08  Michael Livshin  <mlivshin@bigfoot.com>
 
        * snarf.h, filter-doc-snarfage.c: more changes to cope with