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