synching
[bpt/guile.git] / ChangeLog
1 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
2
3 * config.sub, config.guess: New versions, that handle i686, etc.
4
5 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
6
7 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
8 tutorial rewrite, but have not merged much into it yet.
9
10 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
11
12 * newdoc/ref/guile-ref.texi: started checking in parts of the
13 reference manual re-write.
14
15 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
16
17 * ltconfig, ltmain.sh: New files for libtool support. libguile,
18 rx, gh and gtcltk-lib can now be build as shared libraries.
19 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
20
21 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
22
23 * Guile 1.0 released. This is the first release by the Free
24 Software Foundation; Cygnus has also released earlier versions of
25 Guile.
26
27 * GUILE-VERSION: Updated version number.
28 * NEWS: Added comments for all the user-visible changes marked in
29 the ChangeLogs.
30 * README: Updated for release.
31
32 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
33
34 * scsh: new directory.
35
36 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
37
38 * configure.in: Generate doc/guile-programmer/Makefile and
39 doc/guile-user/Makefile.
40
41 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
42
43 * aclocal.m4: Now automatically generated by aclocal.
44 * threads.m4: New file.
45 * guile.m4: New file.
46 * Makefile.am, doc/Makefile.am: New files.
47 * configure.in: Updated for Automake. Avoid excessively verbose
48 "greet" messages.
49
50 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
51
52 * lgh: directory renamed to gh, along with all prefixes of the
53 high level library procedures.
54
55 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
56
57 * Makefile.in (TAGS tags): Find the source files in $srcdir.
58
59 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
60
61 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
62
63 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
64
65 * configure.in: Added some configuration magic from the Cygnus
66 distribution.
67
68 * aclocal.m4: New file. For now used for thread support
69 configuration.
70
71 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
72
73 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
74
75 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
76 directories, to arrange for lgh to the last thing
77 configured/built.
78
79 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
80
81 * lgh/: added the directory in which I implement the high level
82 libguile library (lgh_) for this release of Guile. See the
83 ChangeLog in there for further details.
84
85 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
86
87 * doc/ (guile-user and guile-programmer): added the guile-user and
88 guile-programmer directories which contain the user and programmer
89 manuals. See the ChangeLog entries there for detail.
90
91 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
92
93 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
94
95 * Makefile.in (distclean): Don't forget to delete
96 config.build-subdirs.
97
98 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
99
100 * Makefile.in (tags): New name for `TAGS' target, which will
101 always run the commands.
102
103 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
104
105 * README: Doc fixes.
106
107 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
108
109 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
110
111 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
112
113 * configure.in: Check for -ldl, so the check for Tcl won't fail
114 spuriously.
115
116 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
117
118 Change the way we decide whether to build gtcltk-lib, so that it's
119 omitted from the build process when appropriate, but never from
120 the dist process.
121 * configure.in: Don't edit all_subdirs depending on the
122 availability of Tk; let that be the list of all PLUGIN
123 subdirectories present, as it used to be. Instead, edit a new
124 variable, build_subdirs; write its final value, the list of
125 subdirs we do want to compile in, to config.build-subdirs.
126 Substitute that into the top-level Makefile too.
127 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
128 recurse on the subdirectories we should build.
129 (distdirs): Set this to @existingdirs@, so it includes the subdirs
130 we decided not to build.
131
132 * doc/gtcltk.texi: File resurrected from old Guile releases.
133 * doc/Makefile.in (info): Build the gtcltk documentation.
134 (DIST_FILES): Include it in the distribution.
135
136 * configure.in: If we can find the library for tcl7.5, build
137 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
138 compiler (not sure this is necessary).
139
140 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
141
142 * NEWS: Fix bug reporting address.
143
144 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
145
146 * AUTHORS: New file, in accordance with the GNU maintainers'
147 standards.
148
149 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
150
151 * README: Renamed from ANNOUNCE; include bug report address,
152 description, and short tour.
153 * INSTALL: Renamed from BUILDING.
154 * NEWS: New file.
155 * Makefile.in (DISTFILES): Update appropriately.
156
157 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
158
159 * doc/Makefile.in: Added pattern targets for creating DVI and
160 PostScript files.
161 (%.ps, %.dvi, %.txt): New targets.
162 (DVIPS, TEXI2DVI): New variables.
163
164 * GUILE-VERSION: Updated to 1.0b3.
165
166 Rehashed distribution system, in preparation for nightly
167 snapshots. Other changes in subdirectories.
168 * Makefile.in (dist): Rewritten --- the old target was out of
169 date, dependent on files that we don't have, and relied on GNU
170 tar. The new target is simpler.
171 (VERSION, srcdir, dist_dirs): New variables.
172 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
173 TODO.
174 (localtreats): Variable removed. We don't have this file.
175 (info): cd to doc and make info there; don't make info in every
176 ${subdir}; those Makefiles don't know what to do.
177 (distname, distdir, treats, announcefile): Variables removed.
178 (manifest-file): Target removed.
179 (dist-dir): New target, responsible for distributable files in
180 this directory.
181 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
182 controlling the 'dist' target.
183 * configure.in: Substitute GUILE-VERSION into the top-level
184 Makefile. Build doc/Makefile from doc/Makefile.in.
185
186 * doc/Makefile.in: New file.