* guile-config: Renamed from `build'.
[bpt/guile.git] / ChangeLog
1 1998-10-03 <jimb@savonarola.red-bean.com>
2
3 * configure.in: Check for a missing `sleep' declaration.
4 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
5 * configure: Regenerated.
6
7 * configure.in: Don't use the canonical host name to decide
8 whether `bzero' and `usleep' have declarations --- that's going
9 back to the bad old days before autoconf. Remove the call to
10 AC_CANONICAL_HOST and the subsequent case statement.
11 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
12 declarations for `bzero', `usleep', and (new!) `strptime'.
13 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
14 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
15 Added. I think this naming convention is more consistent with the
16 rest of autoconf; names generally describes the system, not what
17 the package should do to accomodate the system.
18 * configure: Regenerated.
19
20 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
21
22 * configure.in: Remove --disable-debug option. The debugging
23 support is pretty stable now, and it's confusing people.
24 * configure: Regenerated.
25
26 * HACKING: Remove -Wstrict-prototypes from the list of requested
27 flags (to match 1998-07-30 change).
28
29 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
30
31 * configure.in: Don't use -Wstrict-prototypes after all.
32 * configure: Regenerated.
33
34 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
35
36 * configure.in: Request more warnings.
37 * configure: Regenerated.
38 * HACKING: Ask people not to make changes that introduce those
39 warnings. Now I have to go through the code and actually bring it
40 up to standards... :(
41
42 * Makefile.in, aclocal.m4, configure: Regenerated using the last
43 public version of automake, not the hacked Cygnus version.
44 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
45 libtool.
46
47 * configure.in, qthreads.m4: Display a message about how the
48 threads configuration went.
49 * aclocal.m4, configure: Regenerated.
50
51 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
52
53 Remove the TOTORO kludge. We're not doing snapshots any more, so
54 totoro is completely uninvolved. (Poor Totoro!)
55 * configure.in: Remove code to check the hostname and #define
56 TOTORO.
57 * acconfig.h: Remove comments for TOTORO symbol.
58 * configure, Makefile.in: Regenerated.
59
60 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
61 to get AC_PROG_LN_S.
62 * aclocal.m4, configure: Regenerated.
63
64 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
65
66 Clean up thread configuration.
67 * qthreads.m4: New file, which knows how to configure the qthreads
68 library.
69 * configure.in: Replace all thread package selection code. Do the
70 --with-threads argument processing here. Enable the appropriate
71 thread interface files in libguile. Remove all qthreads
72 configuration code; call QTHREADS_CONFIGURE instead. Set
73 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
74 * threads.m4: Removed; not used any more.
75 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
76 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
77 Note that these were regenerated with the tools available from
78 Cygnus's source tree, which have patches not available to the
79 general public. I'm not sure this was a good idea; feel free to
80 revert them to the latest released versions of the tools.
81
82 Upgrade to the version of libtool available at Cygnus. See note
83 above.
84 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
85
86 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
87
88 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
89 totoro kludge.
90
91 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
92
93 * acconfig.h, configure.in: Define TOTORO if configuring on
94 totoro.red-bean.com.
95
96 * configure.in: Check for strdup.
97
98 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
99
100 * configure.in: Check for rl_cleanup_after_signal.
101
102 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
103
104 * configure.in: Added test for rl_getc_function. Warn if
105 libreadline is found but not this function.
106
107 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
108
109 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
110 that suitable HAVE_<function name> symbols get defined.
111
112 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
113
114 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
115 (Thanks to Julian Satchell.)
116
117 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
118
119 * configure.in: Check for usleep; Define DECLARE_BZERO and
120 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
121 without declaring them.
122
123 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
124
125 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
126
127 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
128 defined.
129
130 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
131
132 * configure.in (GUILE_LIBS): New variable. Contains libraries
133 which libguile needs to be linked with. Substituted into
134 libpath.h.
135
136 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
137 $cy_cv_threads_libs.
138
139 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
140
141 New libtool: 1.2
142 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
143 New automake: 1.3
144 * Makefile.in, aclocal.m4, configure: Regenerated.
145 * README: Mention new version numbers on libtool and automake.
146
147 1997-12-11 Tim Pierce <twp@skepsis.com>
148
149 * HACKING: Note that SSH is mandatory for CVS access.
150
151 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
152
153 * README: using Automake 1.2d
154 * configure.in: AC_CHECK_FUNCS: add "system".
155
156 1997-12-01 Tim Pierce <twp@skepsis.com>
157
158 * acconfig.h: Add USCORE.
159
160 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
161
162 * configure.in: Added code to enable GUILE_ISELECT on systems
163 which have the necessary functions (gettimeofday, select).
164
165 * acconfig.h: Added GUILE_ISELECT.
166
167 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
168
169 * acinclude.m4: Assume dlsym does not add underscore if
170 cross-compiling.
171 * aclocal.m4, configure: Regenderated.
172
173 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
174
175 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
176 <hag@ai.mit.edu>.
177 * configure.in: Use it.
178 * configure: Regenerated.
179 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
180
181 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
182
183 * README (libtool): Tell people to use version 1.0e.
184
185 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
186
187 Call the QuickThreads library libqthreads.a, not libqt.a. The old
188 name conflicts with the Qt user interface toolkit.
189 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
190 * configure.in: Same.
191 * aclocal.m4, configure: Regenerated.
192
193 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
194
195 * configure.in: Check for the readline library, and the termcap
196 library (on which readline relies).
197 * configure: Regenerated.
198
199 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
200
201 New libtool: 1.0e
202 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
203 * configure, aclocal.m4: Regenerated.
204
205 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
206
207 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
208 * configure.in: Check whether dlopen can be found without -ldl.
209
210 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
211
212 * Makefile.in: Regenerated with automake 1.2c.
213
214 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
215
216 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
217 * configure.in: Add build/Makefile to AC_OUTPUT clause.
218 * Makefile.in, configure: Regenerated.
219
220 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
221
222 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
223
224 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
225
226 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
227
228 * ltmain.sh: Added a missing '\' before \n on line 32.
229
230 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
231
232 New libtool: 1.0b.
233 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
234 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
235
236 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
237
238 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
239
240 * configure.in: Use the QuickThreads assembler fragment with Irix
241 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
242 Jesse Glick.
243 * configure: Regenerated.
244
245 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
246
247 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
248 so that test for the same function can be performed multiple
249 times.
250
251 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
252 rx/rxposix.h. Add library rx only if regcomp can't be found
253 without it.
254
255 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
256 it for some reason!
257
258 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
259
260 * THANKS: New file.
261 * Makefile.in, aclocal.m4, configure: Regenerated.
262
263 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
264
265 * configure.in: Added thread support for the alpha architecture.
266 configure: Regenerated.
267
268 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
269
270 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
271 so scmconfig.h is updated with the test results. this may
272 disable one of the cygwin hacks.
273
274 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
275
276 Changes to compile under gnu-win32, from Marcus Daniels:
277 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
278 to indicate that Unix domain sockets will work.
279 Check for socketpair, getgroups, setwent, pause, and tzset
280 (cygwin currently lacks these them).
281 Check for sethostent endhostent getnetent setnetent endnetent
282 getprotoent endprotoent getservent endservent getnetbyaddr
283 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
284 lacks them). In the case of cygwin, temporarily prefix these
285 functions with "cygwin32_", the way that netdb.h does.
286 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
287 available (cygwin b18 came distributed without a working regex.h
288 file).
289 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
290 * configure: Regenerated.
291
292 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
293
294 * ltmain.sh: Remove any trailing colon on $shlibpath_var
295 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
296 Patch sent to bug-libtool.
297
298 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
299
300 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
301 Backus for reporting this problem and suggesting a fix).
302 * configure: Regenerated.
303
304 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
305
306 * Guile 1.2 released.
307
308 * configure.in: Check for librx after libm; fundamentals need to
309 come first.
310 * configure: Regenerated.
311
312 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
313
314 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
315 `am_cv_path_LD'.
316 * configure: Regenerated.
317
318 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
319
320 Try to detect when people are using one version of libguile and a
321 different version of ice-9. People have been skewing things and
322 sending in bug reports.
323 * configure.in: Provide libguile its version information through a
324 separate header file generated by the Makefile, not through
325 scmconfig.h.
326 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
327 AC_SUBST these, instead of AC_DEFINE'ing them.
328 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
329 (AC_OUTPUT): Create ice-9/version.scm.
330 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
331 GUILE_VERSION): Deleted.
332 * Makefile.in: Regenerated.
333
334 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
335
336 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
337 distribution.
338 * Makefile.in: Regenerated.
339
340 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
341
342 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
343
344 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
345
346 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
347
348 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
349
350 * configure.in: By default, include functions in Guile to allow
351 linking with dynamic libraries at run-time. In other words,
352 --enable-dynamic-linking is now the default.
353 * configure: Rebuilt.
354
355 * configure.in: Remove space between AC_CHECK_LIB and opening
356 paren in check for Rx.
357 * configure: Regenerated.
358
359 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
360 It's never used.
361 * configure, Makefile.in: Regenerated.
362
363 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
364
365 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
366 -dl, -dld) before checks for functions.
367 * configure: Regenerated.
368
369 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
370
371 * config.guess: New copy from autoconf-2.12, which recognizes
372 OpenBSD.
373
374 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
375
376 * configure.in: Check for Rx, so we will use its routines (which I
377 pretty much trust) if it is installed.
378 * configure: Regenerated.
379
380 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
381
382 * acconfig.h: mention HAVE_RESTARTS.
383 * configure.in: check for sigaction and restartable system calls.
384
385 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
386
387 * configure.in: Check for presence of regcomp.
388 * configure: Regenerated.
389
390 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
391
392 * COPYING: New address for FSF.
393
394 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
395 struct stat doesn't have the st_blocks field. We take care of
396 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
397 definition, edited appropriately. (Bernard URBAN)
398 * configure: Regenerated.
399
400 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
401
402 * configure.in: Don't link against -lnsl or -lsocket unless we
403 actually need to. This causes trouble on Irix. (Thanks to Larry
404 Schwimmer.)
405
406 * config.sub: Get newer version, that recognizes the i686.
407
408 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
409
410 * README: Changed Mikael's threads work attribution in order
411 to sooth Anthony's enormous, but wounded, ego.
412
413 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
414
415 Just kidding!!!
416
417 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
418
419 Guile 1.1 released.
420 * GUILE-VERSION: Bump to 1.1.
421
422 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
423
424 Switch to automake-1.1p.
425 * Makefile.in, aclocal.m4, configure: Regenerated.
426
427 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
428
429 * threads.m4: Copy Anthony's change here, so it'll actually
430 survive.
431
432 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
433
434 * aclocal.m4: Fixes for building with coop threads in a
435 seperate compilation directory.
436 * configure: Rebuilt.
437
438 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
439
440 Upgrade to libtool 0.9e.
441 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
442 supplied by libtool.
443
444 * configure.in: When configuring qt, sunos needs the underscore
445 files; Solaris and Linux both need the normal files.
446 * configure: Reebilt.
447
448 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
449
450 * configure.in: Get the paths for qt's md files right, so it can
451 build correctly when using a separate compilation directory.
452 * configure: Regenerated.
453
454 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
455
456 Get threads to work again.
457 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
458 first.
459 * Makefile.in: Regenerated.
460 * aclocal.m4, configure: Regenerate, with modern definition of
461 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
462
463 Reduced Guile distribution: one configure script, no plugins.
464 * configure.in: Merged the old text from qt/configure.in and
465 libguile/configure.in; Tom Tromey says automake only wants one
466 configure.in script. This seems fishy, but...
467 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
468 gubbish.
469 * acconfig.h, acinclude.m4: Moved here from libguile, since
470 libguile's configure script lives here now.
471 * AUTHORS, INSTALL, README: Updated.
472 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
473 amputated amphibian limbs.
474
475 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
476
477 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
478 * newdoc/ref/Makefile.in: Regenerated.
479
480 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
481
482 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
483 need to link against libthreads; the files it used to contain
484 are now a part of libguile.
485
486 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
487
488 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
489 argument to the AM_INIT_AUTOMAKE macro.
490
491 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
492
493 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
494 * README: Say where to find libtool 0.9d.
495
496 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
497
498 Changes to work with automake-1.1n, which has better libtool
499 support. Also use libtool 0.8.
500 * README: Note new version numbers for automake and libtool.
501 * missing: New file required by new automake.
502 * Makefile.in: Regenerated.
503
504 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
505
506 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
507
508 * Makefile.am: Omit doc subtree.
509 * configure.in: Omit makefiles in doc subtree.
510 * Makefile.in, configure: Rebuilt.
511
512 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
513
514 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
515 with its definition and commented out definition of PACKAGE. This
516 changed seemed necessary after having removed PACKAGE from
517 libguile/acconfig.h.
518
519 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
520
521 * ltconfig, ltmain.sh: New versions from libtool-0.9.
522
523 * configure.in: Added AM_MAINTAINER_MODE
524
525 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
526
527 * config.sub, config.guess: New versions, that handle i686, etc.
528
529 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
530
531 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
532 tutorial rewrite, but have not merged much into it yet.
533
534 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
535
536 * newdoc/ref/guile-ref.texi: started checking in parts of the
537 reference manual re-write.
538
539 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
540
541 * ltconfig, ltmain.sh: New files for libtool support. libguile,
542 rx, gh and gtcltk-lib can now be build as shared libraries.
543 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
544
545 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
546
547 * Guile 1.0 released. This is the first release by the Free
548 Software Foundation; Cygnus has also released earlier versions of
549 Guile.
550
551 * GUILE-VERSION: Updated version number.
552 * NEWS: Added comments for all the user-visible changes marked in
553 the ChangeLogs.
554 * README: Updated for release.
555
556 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
557
558 * scsh: new directory.
559
560 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
561
562 * configure.in: Generate doc/guile-programmer/Makefile and
563 doc/guile-user/Makefile.
564
565 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
566
567 * aclocal.m4: Now automatically generated by aclocal.
568 * threads.m4: New file.
569 * guile.m4: New file.
570 * Makefile.am, doc/Makefile.am: New files.
571 * configure.in: Updated for Automake. Avoid excessively verbose
572 "greet" messages.
573
574 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
575
576 * lgh: directory renamed to gh, along with all prefixes of the
577 high level library procedures.
578
579 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
580
581 * Makefile.in (TAGS tags): Find the source files in $srcdir.
582
583 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
584
585 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
586
587 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
588
589 * configure.in: Added some configuration magic from the Cygnus
590 distribution.
591
592 * aclocal.m4: New file. For now used for thread support
593 configuration.
594
595 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
596
597 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
598
599 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
600 directories, to arrange for lgh to the last thing
601 configured/built.
602
603 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
604
605 * lgh/: added the directory in which I implement the high level
606 libguile library (lgh_) for this release of Guile. See the
607 ChangeLog in there for further details.
608
609 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
610
611 * doc/ (guile-user and guile-programmer): added the guile-user and
612 guile-programmer directories which contain the user and programmer
613 manuals. See the ChangeLog entries there for detail.
614
615 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
616
617 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
618
619 * Makefile.in (distclean): Don't forget to delete
620 config.build-subdirs.
621
622 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
623
624 * Makefile.in (tags): New name for `TAGS' target, which will
625 always run the commands.
626
627 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
628
629 * README: Doc fixes.
630
631 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
632
633 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
634
635 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
636
637 * configure.in: Check for -ldl, so the check for Tcl won't fail
638 spuriously.
639
640 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
641
642 Change the way we decide whether to build gtcltk-lib, so that it's
643 omitted from the build process when appropriate, but never from
644 the dist process.
645 * configure.in: Don't edit all_subdirs depending on the
646 availability of Tk; let that be the list of all PLUGIN
647 subdirectories present, as it used to be. Instead, edit a new
648 variable, build_subdirs; write its final value, the list of
649 subdirs we do want to compile in, to config.build-subdirs.
650 Substitute that into the top-level Makefile too.
651 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
652 recurse on the subdirectories we should build.
653 (distdirs): Set this to @existingdirs@, so it includes the subdirs
654 we decided not to build.
655
656 * doc/gtcltk.texi: File resurrected from old Guile releases.
657 * doc/Makefile.in (info): Build the gtcltk documentation.
658 (DIST_FILES): Include it in the distribution.
659
660 * configure.in: If we can find the library for tcl7.5, build
661 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
662 compiler (not sure this is necessary).
663
664 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
665
666 * NEWS: Fix bug reporting address.
667
668 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
669
670 * AUTHORS: New file, in accordance with the GNU maintainers'
671 standards.
672
673 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
674
675 * README: Renamed from ANNOUNCE; include bug report address,
676 description, and short tour.
677 * INSTALL: Renamed from BUILDING.
678 * NEWS: New file.
679 * Makefile.in (DISTFILES): Update appropriately.
680
681 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
682
683 * doc/Makefile.in: Added pattern targets for creating DVI and
684 PostScript files.
685 (%.ps, %.dvi, %.txt): New targets.
686 (DVIPS, TEXI2DVI): New variables.
687
688 * GUILE-VERSION: Updated to 1.0b3.
689
690 Rehashed distribution system, in preparation for nightly
691 snapshots. Other changes in subdirectories.
692 * Makefile.in (dist): Rewritten --- the old target was out of
693 date, dependent on files that we don't have, and relied on GNU
694 tar. The new target is simpler.
695 (VERSION, srcdir, dist_dirs): New variables.
696 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
697 TODO.
698 (localtreats): Variable removed. We don't have this file.
699 (info): cd to doc and make info there; don't make info in every
700 ${subdir}; those Makefiles don't know what to do.
701 (distname, distdir, treats, announcefile): Variables removed.
702 (manifest-file): Target removed.
703 (dist-dir): New target, responsible for distributable files in
704 this directory.
705 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
706 controlling the 'dist' target.
707 * configure.in: Substitute GUILE-VERSION into the top-level
708 Makefile. Build doc/Makefile from doc/Makefile.in.
709
710 * doc/Makefile.in: New file.