*** empty log message ***
[bpt/guile.git] / ChangeLog
1 1998-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
7 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
8
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
16 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
17 to get AC_PROG_LN_S.
18 * aclocal.m4, configure: Regenerated.
19
20 1998-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
42 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
43
44 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
45 totoro kludge.
46
47 Sat 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
54 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
55
56 * configure.in: Check for rl_cleanup_after_signal.
57
58 1998-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
63 1998-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
68 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
69
70 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
71 (Thanks to Julian Satchell.)
72
73 1998-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
81 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
82
83 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
84 defined.
85
86 1998-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
95 1998-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
103 1997-12-11 Tim Pierce <twp@skepsis.com>
104
105 * HACKING: Note that SSH is mandatory for CVS access.
106
107 Sun 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
112 1997-12-01 Tim Pierce <twp@skepsis.com>
113
114 * acconfig.h: Add USCORE.
115
116 1997-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
123 1997-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
129 1997-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
137 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
138
139 * README (libtool): Tell people to use version 1.0e.
140
141 Sat 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
149 Thu 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
155 Wed 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
161 1997-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
166 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
167
168 * Makefile.in: Regenerated with automake 1.2c.
169
170 Sat 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
178 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
179
180 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
181
182 Thu 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
186 Thu 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
192 Wed 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
201 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
202
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
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
214 Fri 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
219 Wed 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
224 Thu 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
230 Fri 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
248 Wed 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
254 Sat 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
260 Thu 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
268 Tue 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
274 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
275
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
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
296 Sat 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
302 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
303
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
311 * configure.in: Remove space between AC_CHECK_LIB and opening
312 paren in check for Rx.
313 * configure: Regenerated.
314
315 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
316 It's never used.
317 * configure, Makefile.in: Regenerated.
318
319 Tue 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
325 Mon 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
330 Tue 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
336 Sat 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
341 Tue 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
346 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
347
348 * COPYING: New address for FSF.
349
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
353 definition, edited appropriately. (Bernard URBAN)
354 * configure: Regenerated.
355
356 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
357
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
362 * config.sub: Get newer version, that recognizes the i686.
363
364 Fri 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
369 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
370
371 Just kidding!!!
372
373 Fri 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
378 Tue 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
383 Mon 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
388 Thu 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
394 Fri 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
404 Thu 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
410 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
411
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.
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
431 Tue 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
436 Mon 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
442 Sun 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
447 Fri 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
452 Wed 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
460 Sat 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
468 Sat 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
475 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
476
477 * ltconfig, ltmain.sh: New versions from libtool-0.9.
478
479 * configure.in: Added AM_MAINTAINER_MODE
480
481 Fri 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
485 Thu 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
490 Tue 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
493 reference manual re-write.
494
495 Sat 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
501 Sun 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
512 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
513
514 * scsh: new directory.
515
516 Mon 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
521 Sat 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
530 Wed 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
535 Thu 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
539 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
540
541 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
542
543 Tue 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
551 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
552
553 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
554
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
559 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
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
565 Wed 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
571 Wed 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
578 Thu 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
583 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
584
585 * README: Doc fixes.
586
587 Fri 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
591 Thu 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
596 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
597
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
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
620 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
621
622 * NEWS: Fix bug reporting address.
623
624 Fri 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
629 Tue 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
637 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
638
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
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.