*** empty log message ***
[bpt/guile.git] / ChangeLog
index 8bf47f8..f358be2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+Sat Jan 11 14:40:17 1997  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * 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  <jimb@floss.cyclic.com>
+
+       * 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  <ghouston@actrix.gen.nz>
+
+       * scsh: new directory.
+
+Mon Dec  2 17:33:04 1996  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in: Generate doc/guile-programmer/Makefile and
+       doc/guile-user/Makefile.
+
+Sat Nov 30 23:45:54 1996  Tom Tromey  <tromey@cygnus.com>
+
+       * 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  <rosalia@sarastro.lanl.gov>
+
+       * lgh: directory renamed to gh, along with all prefixes of the
+       high level library procedures.
+
+Thu Oct 10 14:37:43 1996  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in (TAGS tags): Find the source files in $srcdir. 
+
+Wed Oct  9 19:37:14 1996  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
+
+Tue Oct  1 00:13:55 1996  Mikael Djurfeldt  <mdj@woody.nada.kth.se>
+
+       * configure.in: Added some configuration magic from the Cygnus
+       distribution.
+
+       * aclocal.m4: New file.  For now used for thread support
+       configuration.
+       
+Fri Sep 13 14:39:30 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>
+
+       * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
+
+       * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
+       directories, to arrange for lgh to the last thing
+       configured/built.
+
+Wed Sep 11 21:11:33 1996  Mark Galassi  <rosalia@nis.lanl.gov>
+
+       * lgh/: added the directory in which I implement the high level
+       libguile library (lgh_) for this release of Guile.  See the
+       ChangeLog in there for further details.
+
+Wed Sep 11 16:12:53 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>
+
+       * doc/ (guile-user and guile-programmer): added the guile-user and
+       guile-programmer directories which contain the user and programmer
+       manuals.  See the ChangeLog entries there for detail.
+
+Wed Sep 11 14:33:49 1996  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in (distclean): Don't forget to delete doc/Makefile.
+
+       * Makefile.in (distclean): Don't forget to delete
+       config.build-subdirs.
+
+Thu Sep  5 17:36:15 1996  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in (tags): New name for `TAGS' target, which will
+       always run the commands.
+
+Thu Sep  5 09:56:50 1996  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * README: Doc fixes.
+
 Fri Aug 30 16:56:27 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
        * Makefile.in (TAGS): Produce a single tags file for all of Guile.