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