diff --git a/RELEASE b/RELEASE index b193220d7..6155e3901 100644 --- 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 diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index d433095e2..ec4b7598a 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,17 @@ +2001-06-09 Marius Vollmer + + * 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 * boot-9.scm (module-ensure-local-variable!): Renamed from diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ad4a3e871..cd20e6e89 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2001-06-09 Marius Vollmer + + * ports.c (scm_lfwrite): Maintain columnd and row count in port. + Thanks to Matthias Köppe! + 2001-06-08 Michael Livshin * snarf.h, filter-doc-snarfage.c: more changes to cope with