* Change R4RS references to R5RS.
[bpt/guile.git] / doc / ChangeLog
index a32c9ad..e941a0b 100644 (file)
@@ -1,3 +1,59 @@
+2001-04-22  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * scheme-io.texi: Remove old docstring comments referring to
+       r4rs.scm.
+
+       * appendices.texi (The Basic Guile Package, Packages not shipped
+       with Guile), env.texi (Switching to Environments), format.texi
+       (Format Specification), gh.texi
+       (Executing Scheme code, Calling Scheme procedures from C),
+       guile-tut.texi (How to characterize Guile), scheme-data.texi
+       (Symbols, Keywords, Keyword Read Syntax, Append/Reverse),
+       scheme-evaluation.texi (Delayed Evaluation), scheme-modules.texi
+       (Scheme and modules), scheme-io.texi (Soft Ports): Change R4RS
+       references to R5RS.
+
+       * r4rs.texi: Removed.
+       
+       * Makefile.am (info_TEXINFOS): Remove r4rs.
+
+       * README: Note removal of r4rs, and provide a reference.
+
+       * scheme-control.texi (Exceptions): Extended documentation.
+       (Continuations): Correct "except" typo, and fix reference to
+       Exceptions node.  Plus minor review changes.
+
+2001-04-20  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * scheme-control.texi (Exceptions): Reorganized and extended
+       existing documentation; more to come.
+
+2001-04-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * scheme-evaluation.texi (Comments): Document normal comments and
+       comment conventions.
+       (Block Comments): Documented multiline comments.
+       (Case Sensitivity): Documented R5RS and Guile behaviour and how to
+       switch it off.
+
+       * scheme-control.texi (Continuations): Added some documentation
+       for call/cc.
+       (Exceptions): Added xref to `Continuations'.
+
+       * scheme-binding.texi (Binding Reflection): Typo fix.
+
+2001-04-20  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * gh.texi (Executing Scheme code): gh_eval_file returns
+       SCM_UNSPECIFIED.  Thanks to Dirk for the report!
+
+       * data-rep.texi (Non-immediate Datatypes, Immediates vs
+       Non-immediates): Emphasize current rather than pre-1.4 practice
+       when talking about not needing to call SCM_NIMP.
+
+       * recipe-guidelines.txt: New file: guidelines for contributions to
+       the Guile Recipes manual.
+
 2001-04-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * intro.texi (Using Guile Modules): Wrote intro to using modules.