*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
index 6a83b18..ca72c29 100644 (file)
@@ -1,3 +1,55 @@
+2001-05-21  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * optargs.scm (#\&): Use `issue-deprecation-warning' instead of
+       `display'.
+
+2001-05-19  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * psyntax.ss (build-lexical-var): Use gensym instead of gentemp.
+       * match.scm: Likewise.
+       * expect.scm: Likewise.
+       * psyntax.pp: Regenerated.
+       
+       * rdelim.scm:  Call `%init-rdelim-builtins'.
+
+       * rw.scm: Call `%init-rw-builtins'.
+
+       * boot-9.scm (process-define-module): Do not call
+       set-current-module.
+       (define-module): Do it here, in the expansion.
+       (top-repl): Do not define '(guile-user)' module and conditionally
+       load `(ice-9 threads)' and/or `(ice-9 regex)' here.  Do it on
+       top-level as the last thing in boot-9.scm instead.
+       (%load-path): Use `list' instead of `cons' to create a single
+       element list when adding "." to it.
+       (process-define-module, process-use-modules, module-export!): Add
+       dummy definitions prior to booting the mdule system.
+
+2001-05-18  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * boot-9.scm: (resolve-interface, use-srfis): Small
+       cleanup; nfc.
+       (process-define-module): Internal proc `unrecognized'
+       now accepts arg; update callers.
+       Reverse order of interfaces added to module to be
+       consistent with that specified in `define-module' form.
+
+       * session.scm: (help): Use `provided?' instead of `feature?'.
+       Factor "TYPE not found for X" output into internal proc.
+       Support `(quote SYMBOL)'; call `search-documentation-files'.
+       (help-doc): If initial search fails, try using
+       `search-documentation-files'.
+       (apropos-fold-accessible, apropos-fold-all): Use `identity'
+       instead of `(lambda (x) x)'.  "An identity edit", ha ha.
+       (help-usage): Mention support for "(help 'NAME)".
+
+       * documentation.scm: Fix documentation for Guile Documentation
+       Format Version 2: Mention required terminating newlines.
+
+       (find-documentation): Delete.
+       (search-documentation-files): New proc, exported.
+       (object-documentation): Use `search-documentation-files'.
+
 2001-05-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * boot-9.scm (cond-expand-features): Made the feature list public,