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