X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/a857bf16c6d40c0a58b36e60782ec3ad18107c57..20108301193996923b30e1fceac3d7bc53d5a60b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b2e841de0..2ecbe95c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +Thu Apr 24 01:20:34 1997 Jim Blandy + + Changes for reduced Guile distribution: one configure script, + no plugins. + * configure.in: Merged the old text from qt/configure.in and + libguile/configure.in; Tom Tromey says automake only wants one + configure.in script. This seems fishy, but... + * Makefile.am: List the subdirectories explicitly; no more PLUGIN + gubbish. + * acconfig.h, acinclude.m4: Moved here from libguile, since + libguile's configure script lives here now. + * AUTHORS, INSTALL, README: Updated. + * Makefile.in, aclocal.m4 configure: Regenerated. Just like + amputated amphibian limbs. + +Tue Apr 22 16:57:38 1997 Jim Blandy + + * newdoc/ref/Makefile.am (dist_texis): Distribute the index files. + * newdoc/ref/Makefile.in: Regenerated. + +Mon Apr 14 18:51:25 1997 Jim Blandy + + * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no + need to link against libthreads; the files it used to contain + are now a part of libguile. + +Sun Apr 13 22:14:10 1997 Jim Blandy + + * guile.m4: Revert change of Mar 15, and use the new 'no-define' + argument to the AM_INIT_AUTOMAKE macro. + +Fri Apr 11 15:43:07 1997 Jim Blandy + + * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d. + * README: Say where to find libtool 0.9d. + +Wed Apr 9 17:51:13 1997 Jim Blandy + + Changes to work with automake-1.1n, which has better libtool + support. Also use libtool 0.8. + * README: Note new version numbers for automake and libtool. + * missing: New file required by new automake. + * Makefile.in: Regenerated. + +Sat Apr 5 16:48:38 1997 Jim Blandy + + * newdoc/ref/scheme.texi (set-object-property!): Fix function name. + + * Makefile.am: Omit doc subtree. + * configure.in: Omit makefiles in doc subtree. + * Makefile.in, configure: Rebuilt. + +Sat Mar 15 01:11:44 1997 Mikael Djurfeldt + + * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro + with its definition and commented out definition of PACKAGE. This + changed seemed necessary after having removed PACKAGE from + libguile/acconfig.h. + +Mon Feb 24 21:43:26 1997 Mikael Djurfeldt + + * ltconfig, ltmain.sh: New versions from libtool-0.9. + + * configure.in: Added AM_MAINTAINER_MODE + +Fri Feb 7 17:57:46 1997 Jim Blandy + + * config.sub, config.guess: New versions, that handle i686, etc. + +Thu Jan 23 07:06:15 1997 Mark Galassi + + * newdoc/tutorial/guile-tut.texi: started checking in the Guile + tutorial rewrite, but have not merged much into it yet. + +Tue Jan 21 17:28:40 1997 Mark Galassi + + * newdoc/ref/guile-ref.texi: started checking in parts of the + reference manual re-write. + +Sat Jan 11 14:40:17 1997 Marius Vollmer + + * ltconfig, ltmain.sh: New files for libtool support. libguile, + rx, gh and gtcltk-lib can now be build as shared libraries. + * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh + +Sun Jan 5 16:57:10 1997 Jim Blandy + + * Guile 1.0 released. This is the first release by the Free + Software Foundation; Cygnus has also released earlier versions of + Guile. + + * GUILE-VERSION: Updated version number. + * NEWS: Added comments for all the user-visible changes marked in + the ChangeLogs. + * README: Updated for release. + +Thu Dec 12 00:14:32 1996 Gary Houston + + * scsh: new directory. + +Mon Dec 2 17:33:04 1996 Tom Tromey + + * configure.in: Generate doc/guile-programmer/Makefile and + doc/guile-user/Makefile. + +Sat Nov 30 23:45:54 1996 Tom Tromey + + * aclocal.m4: Now automatically generated by aclocal. + * threads.m4: New file. + * guile.m4: New file. + * Makefile.am, doc/Makefile.am: New files. + * configure.in: Updated for Automake. Avoid excessively verbose + "greet" messages. + +Wed Oct 16 07:32:14 1996 Mark Galassi + + * lgh: directory renamed to gh, along with all prefixes of the + high level library procedures. + +Thu Oct 10 14:37:43 1996 Jim Blandy + + * Makefile.in (TAGS tags): Find the source files in $srcdir. + Wed Oct 9 19:37:14 1996 Jim Blandy * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4. @@ -18,7 +141,7 @@ Fri Sep 13 14:39:30 1996 Mark Galassi directories, to arrange for lgh to the last thing configured/built. -Wed Sep 11 21:11:33 1996 Mark Galassi +Wed Sep 11 21:11:33 1996 Mark Galassi * lgh/: added the directory in which I implement the high level libguile library (lgh_) for this release of Guile. See the