* modules.h. modules.c (scm_current_module_lookup_closure): New
[bpt/guile.git] / ChangeLog
index bed3dd1..e988a15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,31 @@
-2000-10-01  Gary Houston  <ghouston@arglist.com>
+2001-02-02  Keisuke Nishida  <kxn30@po.cwru.edu>
 
-       * configure.in: check whether inet_aton is declared.
-       * acconfig.h: added MISSING_INET_ATON_DECL.
+       * libguile.h: Added #include "libguile/dump.h".
+
+2001-01-29  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * libguile.h: Added #include "libguile/rdelim.h".
+
+2001-01-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       The following patch was sent by Thien-Thi Nguyen.
+
+       * check-guile.in:  New file.
+
+       * Makefile.am:  Add TESTS rule.
+
+       * configure.in:  Add support for "make check".
+
+2000-11-21  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * acconfig.h:  Removed bogus #ifndef.  Thanks to Lars J. Aas.
+
+2000-10-25  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
+       version number to 10 due to the merge of GOOPS.
+
+       * oop: New directory.
 
 2000-09-20  Keisuke Nishida  <kxn30@po.cwru.edu>