*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Fri, 20 Aug 1999 05:24:05 +0000 (05:24 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 20 Aug 1999 05:24:05 +0000 (05:24 +0000)
GUILE-VERSION
README
RELEASE
THANKS
libguile/ChangeLog

index efa8c93..1d86d7c 100644 (file)
@@ -1,5 +1,5 @@
 GUILE_MAJOR_VERSION=1
-GUILE_MINOR_VERSION=3.1
+GUILE_MINOR_VERSION=3.2
 GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION
 
 # For automake.
diff --git a/README b/README
index 84d2f08..fbfe33a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is release 1.3 of Guile, Project GNU's extension language
+This is release 1.3.2 of Guile, Project GNU's extension language
 library.  Guile is an interpreter for Scheme, packaged as a library
 that you can link into your applications to give them their own
 scripting language.  Guile will eventually support other languages as
diff --git a/RELEASE b/RELEASE
index 1a5b87b..8eb499f 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -11,10 +11,10 @@ In release 1.3.2:
 * Release is titled ``wormwood'' release.
 * remove #/ syntax
 * Remove SCHEME_LOAD_PATH.
-- remove hook support from boot-9.scm
-  (only provided for backward compatibility)
 
 In release 1.3.4:
+- remove hook support from boot-9.scm
+  (only provided for backward compatibility)
 - remove names evalext.c: serial-map,
                ramap.c:   serial-array-copy!, serial-array-map!
 - remove module (ice-9 getopt-gnu-style)
diff --git a/THANKS b/THANKS
index 1cf4241..f972449 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -16,40 +16,14 @@ Greg Harvey made sure I didn't lose any patches, and made readline
 
 Bug reports and fixes from:
 
-        Greg Badros
-     Etienne Bernard
-        John Bley
-        Brad Bowman
-       Frank Cieslok
-        Karl Eichwalder
-        Mark Elbrecht
-         Jay Glascoe
-        Ian Grant
-        Eric Hanchrow
-        Greg Harvey
-       Dirk Herrmann
-    Johannes Hjorth
-     Charbel Jacquin
-       David Kaelbling
-    Lorentey Karoly
-      Valdis Kletnieks
-       Brad Knotwell
-     Michael Livshin
-       David Lutterkort
-   Christian Lynbech
-        Russ McManus
-       Eric Moore
-     Nicolas Neuss
-   Thien-Thi Nguyen
-  James Dean Palmer
-     Richard Polton
-         Ken Raeburn
-      Mikael Ståldal
-     Telford Tendys
-         Jon Trowbridge
-     Bernard Urban
-   Sebastien Villemot
-         Jim Wilson
+Greg Badros, Etienne Bernard, John Bley, Brad Bowman, Frank Cieslok,
+Karl Eichwalder, Mark Elbrecht, Jay Glascoe, Ian Grant, Eric Hanchrow,
+Greg Harvey, Dirk Herrmann, Johannes Hjorth, Charbel Jacquin, David
+Kaelbling, Lorentey Karoly, Valdis Kletnieks, Brad Knotwell, Michael
+Livshin, David Lutterkort, Christian Lynbech, Russ McManus, Eric
+Moore, Nicolas Neuss, Thien-Thi Nguyen, James Dean Palmer, Richard
+Polton, Ken Raeburn, Mikael Ståldal, Telford Tendys, Jon Trowbridge,
+Bernard Urban, Sebastien Villemot, and Jim Wilson
 
 Also, thanks to:
 - Craig Brozefsky, for his work on the Guile mailing list web archives
index 14a5d21..09be3e1 100644 (file)
@@ -903,7 +903,7 @@ Fri Jun 25 22:14:32 1999  Greg Badros  <gjb@cs.washington.edu>
        1999-04-20  Gary Houston  <ghouston@easynet.co.uk>
 
        * ports.c (scm_newptob): bugfix: set seek member.
-*      * (scm_lseek): new procedure, using code from ioext.c:scm_fseek
+       * (scm_lseek): new procedure, using code from ioext.c:scm_fseek
        and generalised to all port types.
 
        1999-04-18  Gary Houston  <ghouston@easynet.co.uk>