Revert Marcus's changes; will re-apply when we get papers.
[bpt/guile.git] / ChangeLog
1 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2
3 Try to detect when people are using one version of libguile and a
4 different version of ice-9. People have been skewing things and
5 sending in bug reports.
6 * configure.in: Provide libguile its version information through a
7 separate header file generated by the Makefile, not through
8 scmconfig.h.
9 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
10 AC_SUBST these, instead of AC_DEFINE'ing them.
11 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
12 (AC_OUTPUT): Create ice-9/version.scm.
13 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
14 GUILE_VERSION): Deleted.
15 * Makefile.in: Regenerated.
16
17 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
18
19 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
20 distribution.
21 * Makefile.in: Regenerated.
22
23 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
24
25 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
26
27 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
28
29 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
30
31 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
32
33 * configure.in: By default, include functions in Guile to allow
34 linking with dynamic libraries at run-time. In other words,
35 --enable-dynamic-linking is now the default.
36 * configure: Rebuilt.
37
38 * configure.in: Remove space between AC_CHECK_LIB and opening
39 paren in check for Rx.
40 * configure: Regenerated.
41
42 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
43 It's never used.
44 * configure, Makefile.in: Regenerated.
45
46 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
47
48 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
49 -dl, -dld) before checks for functions.
50 * configure: Regenerated.
51
52 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
53
54 * config.guess: New copy from autoconf-2.12, which recognizes
55 OpenBSD.
56
57 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
58
59 * configure.in: Check for Rx, so we will use its routines (which I
60 pretty much trust) if it is installed.
61 * configure: Regenerated.
62
63 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
64
65 * acconfig.h: mention HAVE_RESTARTS.
66 * configure.in: check for sigaction and restartable system calls.
67
68 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
69
70 * configure.in: Check for presence of regcomp.
71 * configure: Regenerated.
72
73 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
74
75 * COPYING: New address for FSF.
76
77 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
78 struct stat doesn't have the st_blocks field. We take care of
79 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
80 definition, edited appropriately. (Bernard URBAN)
81 * configure: Regenerated.
82
83 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
84
85 * configure.in: Don't link against -lnsl or -lsocket unless we
86 actually need to. This causes trouble on Irix. (Thanks to Larry
87 Schwimmer.)
88
89 * config.sub: Get newer version, that recognizes the i686.
90
91 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
92
93 * README: Changed Mikael's threads work attribution in order
94 to sooth Anthony's enormous, but wounded, ego.
95
96 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
97
98 Just kidding!!!
99
100 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
101
102 Guile 1.1 released.
103 * GUILE-VERSION: Bump to 1.1.
104
105 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
106
107 Switch to automake-1.1p.
108 * Makefile.in, aclocal.m4, configure: Regenerated.
109
110 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
111
112 * threads.m4: Copy Anthony's change here, so it'll actually
113 survive.
114
115 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
116
117 * aclocal.m4: Fixes for building with coop threads in a
118 seperate compilation directory.
119 * configure: Rebuilt.
120
121 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
122
123 Upgrade to libtool 0.9e.
124 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
125 supplied by libtool.
126
127 * configure.in: When configuring qt, sunos needs the underscore
128 files; Solaris and Linux both need the normal files.
129 * configure: Reebilt.
130
131 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
132
133 * configure.in: Get the paths for qt's md files right, so it can
134 build correctly when using a separate compilation directory.
135 * configure: Regenerated.
136
137 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
138
139 Get threads to work again.
140 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
141 first.
142 * Makefile.in: Regenerated.
143 * aclocal.m4, configure: Regenerate, with modern definition of
144 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
145
146 Reduced Guile distribution: one configure script, no plugins.
147 * configure.in: Merged the old text from qt/configure.in and
148 libguile/configure.in; Tom Tromey says automake only wants one
149 configure.in script. This seems fishy, but...
150 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
151 gubbish.
152 * acconfig.h, acinclude.m4: Moved here from libguile, since
153 libguile's configure script lives here now.
154 * AUTHORS, INSTALL, README: Updated.
155 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
156 amputated amphibian limbs.
157
158 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
159
160 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
161 * newdoc/ref/Makefile.in: Regenerated.
162
163 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
164
165 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
166 need to link against libthreads; the files it used to contain
167 are now a part of libguile.
168
169 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
170
171 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
172 argument to the AM_INIT_AUTOMAKE macro.
173
174 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
175
176 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
177 * README: Say where to find libtool 0.9d.
178
179 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
180
181 Changes to work with automake-1.1n, which has better libtool
182 support. Also use libtool 0.8.
183 * README: Note new version numbers for automake and libtool.
184 * missing: New file required by new automake.
185 * Makefile.in: Regenerated.
186
187 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
188
189 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
190
191 * Makefile.am: Omit doc subtree.
192 * configure.in: Omit makefiles in doc subtree.
193 * Makefile.in, configure: Rebuilt.
194
195 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
196
197 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
198 with its definition and commented out definition of PACKAGE. This
199 changed seemed necessary after having removed PACKAGE from
200 libguile/acconfig.h.
201
202 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
203
204 * ltconfig, ltmain.sh: New versions from libtool-0.9.
205
206 * configure.in: Added AM_MAINTAINER_MODE
207
208 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
209
210 * config.sub, config.guess: New versions, that handle i686, etc.
211
212 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
213
214 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
215 tutorial rewrite, but have not merged much into it yet.
216
217 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
218
219 * newdoc/ref/guile-ref.texi: started checking in parts of the
220 reference manual re-write.
221
222 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
223
224 * ltconfig, ltmain.sh: New files for libtool support. libguile,
225 rx, gh and gtcltk-lib can now be build as shared libraries.
226 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
227
228 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
229
230 * Guile 1.0 released. This is the first release by the Free
231 Software Foundation; Cygnus has also released earlier versions of
232 Guile.
233
234 * GUILE-VERSION: Updated version number.
235 * NEWS: Added comments for all the user-visible changes marked in
236 the ChangeLogs.
237 * README: Updated for release.
238
239 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
240
241 * scsh: new directory.
242
243 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
244
245 * configure.in: Generate doc/guile-programmer/Makefile and
246 doc/guile-user/Makefile.
247
248 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
249
250 * aclocal.m4: Now automatically generated by aclocal.
251 * threads.m4: New file.
252 * guile.m4: New file.
253 * Makefile.am, doc/Makefile.am: New files.
254 * configure.in: Updated for Automake. Avoid excessively verbose
255 "greet" messages.
256
257 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
258
259 * lgh: directory renamed to gh, along with all prefixes of the
260 high level library procedures.
261
262 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
263
264 * Makefile.in (TAGS tags): Find the source files in $srcdir.
265
266 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
267
268 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
269
270 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
271
272 * configure.in: Added some configuration magic from the Cygnus
273 distribution.
274
275 * aclocal.m4: New file. For now used for thread support
276 configuration.
277
278 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
279
280 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
281
282 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
283 directories, to arrange for lgh to the last thing
284 configured/built.
285
286 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
287
288 * lgh/: added the directory in which I implement the high level
289 libguile library (lgh_) for this release of Guile. See the
290 ChangeLog in there for further details.
291
292 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
293
294 * doc/ (guile-user and guile-programmer): added the guile-user and
295 guile-programmer directories which contain the user and programmer
296 manuals. See the ChangeLog entries there for detail.
297
298 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
299
300 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
301
302 * Makefile.in (distclean): Don't forget to delete
303 config.build-subdirs.
304
305 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
306
307 * Makefile.in (tags): New name for `TAGS' target, which will
308 always run the commands.
309
310 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
311
312 * README: Doc fixes.
313
314 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
315
316 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
317
318 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
319
320 * configure.in: Check for -ldl, so the check for Tcl won't fail
321 spuriously.
322
323 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
324
325 Change the way we decide whether to build gtcltk-lib, so that it's
326 omitted from the build process when appropriate, but never from
327 the dist process.
328 * configure.in: Don't edit all_subdirs depending on the
329 availability of Tk; let that be the list of all PLUGIN
330 subdirectories present, as it used to be. Instead, edit a new
331 variable, build_subdirs; write its final value, the list of
332 subdirs we do want to compile in, to config.build-subdirs.
333 Substitute that into the top-level Makefile too.
334 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
335 recurse on the subdirectories we should build.
336 (distdirs): Set this to @existingdirs@, so it includes the subdirs
337 we decided not to build.
338
339 * doc/gtcltk.texi: File resurrected from old Guile releases.
340 * doc/Makefile.in (info): Build the gtcltk documentation.
341 (DIST_FILES): Include it in the distribution.
342
343 * configure.in: If we can find the library for tcl7.5, build
344 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
345 compiler (not sure this is necessary).
346
347 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
348
349 * NEWS: Fix bug reporting address.
350
351 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
352
353 * AUTHORS: New file, in accordance with the GNU maintainers'
354 standards.
355
356 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
357
358 * README: Renamed from ANNOUNCE; include bug report address,
359 description, and short tour.
360 * INSTALL: Renamed from BUILDING.
361 * NEWS: New file.
362 * Makefile.in (DISTFILES): Update appropriately.
363
364 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
365
366 * doc/Makefile.in: Added pattern targets for creating DVI and
367 PostScript files.
368 (%.ps, %.dvi, %.txt): New targets.
369 (DVIPS, TEXI2DVI): New variables.
370
371 * GUILE-VERSION: Updated to 1.0b3.
372
373 Rehashed distribution system, in preparation for nightly
374 snapshots. Other changes in subdirectories.
375 * Makefile.in (dist): Rewritten --- the old target was out of
376 date, dependent on files that we don't have, and relied on GNU
377 tar. The new target is simpler.
378 (VERSION, srcdir, dist_dirs): New variables.
379 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
380 TODO.
381 (localtreats): Variable removed. We don't have this file.
382 (info): cd to doc and make info there; don't make info in every
383 ${subdir}; those Makefiles don't know what to do.
384 (distname, distdir, treats, announcefile): Variables removed.
385 (manifest-file): Target removed.
386 (dist-dir): New target, responsible for distributable files in
387 this directory.
388 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
389 controlling the 'dist' target.
390 * configure.in: Substitute GUILE-VERSION into the top-level
391 Makefile. Build doc/Makefile from doc/Makefile.in.
392
393 * doc/Makefile.in: New file.