*** empty log message ***
[bpt/guile.git] / ChangeLog
1 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * autogen.sh: Added messages as we run autogen in subdirectories.
4
5 * configure.in: Output libugile/guile-func-name-check script, and
6 chmod +x it.
7
8 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
9
10 * libltdl/autogen.sh: New file.
11 * autogen.sh: Invoke libltdl/autogen.sh.
12
13 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
14
15 Finally applied the libltdl patch from Thomas Tanner, with slight
16 modifications. All code copied from the libtool package is from
17 libtool-1.3.4.
18
19 * configure.in: Make "--with-modules=yes" the default. Do not
20 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
21
22 1999-07-25 Thomas Tanner <tanner@ffii.org>
23
24 * Makefile.am: add libltdl to SUBDIRS, automake automatically
25 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
26 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
27 (no need to install libtool any more)
28 * configure.in: replace --enable-dynamic-linking with
29 --with-modules, required modules can be specified using
30 --with-modules="/path/to/mod.la" and will be linked
31 statically on platforms that don't support dynamic loading,
32 configure libltdl, configure libtool for dlopening
33 * libltdl: added using libtoolize -c --ltdl
34
35 2000-01-09 Gary Houston <ghouston@arglist.com>
36
37 * configure.in: check whether localtime caches TZ. copied from
38 Emacs 20.5.
39 * acconfig.h: add LOCALTIME_CACHE.
40
41 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
42
43 * configure.in: Make it be guile-snarf.awk, since we'll be
44 switching names for guile-doc-snarf. (I wouldn't have changed
45 this, but I was getting ready to commit this way when the below
46 change was committed).
47
48 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
49
50 * configure.in: Create guile-doc-snarf.awk.
51
52 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
53
54 * configure.in: Create guile-doc-snarf, chmod +x that script after
55 AC_OUTPUTted.
56
57 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
58
59 * NEWS: More complete description for --enable-debug-freelist.
60
61 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
62
63 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
64 causes numerous spurious warnings with recent gcc and/or glibc
65 versions.
66
67 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
68
69 * acconfig.h: add HAVE_ARRAYS.
70
71 * configure.in: add --disable-arrays option, probably temporary.
72
73 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
74
75 * configure.in: check for hstrerror.
76
77 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
78
79 * autogen.sh: Don't call autoreconf at all; it's not reliable.
80 Instead, call the various tools explicitly. Invoke
81 guile-readline's autogen.sh script.
82
83 Straighten up the situation regarding guile.m4 and qthreads.m4.
84
85 We can't have .m4 files which are installed where aclocal can
86 see them, but also used by guile's own configure.in, because
87 aclocal will read both copies, complain about duplicate macro
88 definitions, and refuse to generate aclocal.m4 at all. This
89 happens if you invoke it as `aclocal -I .', as autoreconf does.
90 This is probably a flaw in the autotools, but Guile doesn't need
91 that flaw fixed immediately.
92
93 guile.m4 is intended for use by people linking against guile, so
94 it needs to be installed. But Guile itself doesn't use it. So
95 move guile.m4 into guile-config. That makes sense, since
96 guile.m4's GUILE_FLAGS macro is just an easy way to call
97 guile-config.
98
99 qthreads.m4 is indented to help configure a qthreads tree. It's
100 only useful to a package which actually includes a qthreads tree,
101 and it's intimately related to that tree, so it's not useful to
102 install this. So don't install it.
103
104 * guile.m4: Moved to guile-config.
105 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
106 (EXTRA_DIST): Move qthreads.m4 here.
107
108 Don't store generated files in the repository any more. Instead,
109 require people to run autogen.sh on trees from snapshots and CVS.
110 * Makefile.in, aclocal.m4, configure: Deleted.
111 * autogen.sh: New file.
112 * ANON-CVS, SNAPSHOTS: Updated instructions.
113
114 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
115
116 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
117
118 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
119
120 * configure.in: Added --enable-debug-freelist option.
121
122 * acconfig.h: Added GUILE_DEBUG_FREELIST.
123
124 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
125
126 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
127 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
128
129 * configure.in: new options --disable-posix, --disable-net
130 and --disable-regex
131 export HAVE_POSIX and HAVE_NETWORKING definitions.
132 don't add regex-posix.o to LIBOBJS if regex disabled.
133
134 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
135 conditionally.
136
137 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
138
139 * Guile 1.3.4 released.
140
141 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
142
143 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
144 libtool knows how to get ANSI C behavior from the compiler.
145 * configure: Regenerated.
146
147 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
148
149 * configure.in: check availability of siginterrupt.
150
151 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
152
153 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
154 testing for SA_RESTART.
155
156 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
157
158 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
159
160 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
161
162 * configure.in (GUILE_STAMP): Don't set this variable, or
163 substitute it into anything. Full explanation in ice-9/ChangeLog.
164 * configure, Makefile.in: Regenerated.
165
166 1999-09-06 James Blandy <jimb@mule.m17n.org>
167
168 Propagate the changes of 2 Sept the rest of the way through.
169 * configure: Regenerated.
170 * Makefile.in: Regenerated. Not sure why this diff is so big.
171
172 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
173
174 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
175 variable name. (Thanks to Bill Schottstaedt.)
176 * aclocal.m4: Regenerated.
177
178 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
179
180 * configure.in: Test for presence of function on_exit.
181
182 1999-09-01 James Blandy <jimb@mule.m17n.org>
183
184 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
185 the system doesn't have memmove. Don't test for memmove and bcopy
186 with AC_CHECK_FUNCS.
187 * configure: Regenerated.
188
189 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
190
191 * configure.in: Test for atexit.
192
193 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
194
195 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
196
197 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
198 (Thanks to Bernard Urban.)
199 Test for memmove and bcopy. (Thanks to
200 suzukis@file.phys.tohoku.ac.jp.)
201
202 * acconfig.h: Added HAVE_S_ISLNK.
203
204 1999-08-20 James Blandy <jimb@mule.m17n.org>
205
206 * Guile 1.3.2 released.
207
208 * Makefile.in: Regenerated.
209
210 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
211
212 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
213 to libtool-1.3.3.
214
215 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
216
217 Added guile-readline subdirectory with the removed readline
218 support.
219 * guile-readline: New directory, see ChangeLog there.
220 * configure.in: Cause configure to descend into guile-readline
221 dir.
222 * Makefile.am: Likewise for make.
223 * NEWS: Explain how to activate the readline support.
224 * configure, Makefile.in: Regenerated.
225
226 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
227
228 Fixes for EMX from Mikael Ståldal.
229
230 * configure.in: Check for <io.h>.
231 * configure: Regenerated.
232
233 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
234
235 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
236 name can have suffixes, like alphaev56-unknown-linux-gnu.
237 * aclocal.m4, configure: Rebuilt.
238 (Thanks to Sebastien Villemot.)
239
240 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
241
242 * configure.in: don't check for ways to violate stdio abstraction.
243
244 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
245
246 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
247 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
248
249 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
250
251 Remove all automatic readline support, to avoid copyright
252 confusion.
253 * INSTALL: Update text.
254 * NEWS: Explain the situation.
255 * configure.in: Remove configury for readline and its supporting
256 libraries.
257 * configure: Regenerated.
258
259 * README: Change URL's for automake and autoconf.
260
261 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
262 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
263 all the right tools, according to README, but I'm still getting
264 different results than Mikael is. Hmm.
265
266 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
267
268 * New libtool: 1.2f
269 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
270 * README: Mention new version number of libtool.
271
272 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
273
274 New automake: 1.4
275 * config.guess, config.sub, install-sh, mdate-sh, missing,
276 mkinstalldirs: New versions.
277 * Makefile.in, aclocal.m4, configure: Regenerated.
278 * README: Mention new version numbers on autoconf and automake.
279
280 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
281
282 * configure.in: Add --with-readline flag.
283 * configure: Rebuilt.
284
285 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
286
287 * NEWS: Added entry for optargs module.
288
289 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
290
291 * configure: Regenerated using autoconf 2.12.
292
293 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
294
295 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
296 considered to encourage bad coding style.)
297
298 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
299
300 * configure.in: Added test AC_C_BIGENDIAN.
301
302 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
303
304 * configure.in: Remove quotes around ac_cv_lib_readline_main and
305 ac_cv_var_rl_getc_function. They should both always be set to
306 non-null values; this way, we get error messages.
307 * configure: Regenerated.
308
309 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
310
311 * configure.in: Cite the variable ac_cv_lib_readline_main, not
312 ac_cv_lib_readline_readline; the latter isn't set any more, since
313 we look for 'main' in libreadline now. Add quotes around
314 reference to the variable references, too, so this will work even
315 when a variable's value is the empty string.
316 * configure: Regenerated.
317
318 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
319
320 * acconfig.h: Added HAVE_LONG_LONGS.
321
322 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
323 Added check for long longs.
324
325 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
326
327 * configure.in: Check for tgoto in ncurses, then termcap.
328 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
329 Eichwalder.)
330 * configure: Regenerated.
331
332 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
333
334 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
335 pass the compiler to make it support ANSI. (Thanks to Bernard
336 Urban.)
337 * aclocal.m4, configure: Regenerated.
338
339 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
340
341 * Guile 1.3 released.
342
343 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
344
345 * GUILE-VERSION: Bump to 1.3.
346
347 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
348 * Makefile.in: Regenerated.
349
350 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
351
352 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
353 to the Makefile which explicitly tells it to pass assembly files
354 through the preprocessor. (Thanks to Perry Metzger.)
355 * aclocal.m4, configure, Makefile.in: Regenerated.
356
357 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
358
359 * configure.in: Define SCM_SINGLES whenever a float can fit in a
360 long, not only when a float is the same size as a long. This gets
361 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
362 * configure: Regenerated.
363
364 * configure.in: Construct libguile/versiondat.h here; see
365 log entry in libguile/ChangeLog for details.
366 * configure: Regenerated.
367
368 * configure.in: Allow tabs and whitespace between `void' and
369 `usleep'. (Thanks to Harvey J. Stein.)
370 * configure: Regenerated.
371
372 Don't redefine sleep/usleep.
373 * configure.in: Remove tests for usleep's argument type; we only
374 need that if we're going to replace it.
375
376 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
377 garbage is needed just to use usleep and sleep without compiler
378 warnings.
379 * configure: Regenerated.
380
381 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
382
383 * configure: Regenerated.
384
385 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
386 starting with guile_cv_; ac_cv_ is autoconf's namespace.
387
388 The type of the argument to usleep varies from system to system,
389 as does the return type. We really shouldn't be redefining usleep
390 at all, but I don't have time to clean that up before the 1.3
391 release. It's on the schedule for afterwards.
392 * configure.in: Cache results from usleep return value test.
393 Test for the type of the usleep argument, and cache that too.
394 * acconfig.h (USLEEP_ARG_TYPE): New macro.
395
396 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
397
398 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
399
400 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
401
402 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
403
404 * Guile 1.2.90 released --- beta.
405 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
406 regression from 1.3a, but everyone knows that the next release is
407 1.3, I want to switch to a more coherent version numbering system,
408 and now is the time.
409
410 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
411
412 * configure.in: Call AC_C_INLINE, so we can use inline happily in
413 libguile.
414 * configure: Regenerated.
415
416 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
417
418 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
419 we do find the rl_getc_function variable in the readline library;
420 AC_CHECK_FUNCS used to do this for us, but we're not using it any
421 more.
422 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
423
424 * configure.in: Properly test for the presence of rl_getc_function;
425 it's a variable, not a function.
426 * configure: Regenerated.
427
428 * doc: New subdirectory.
429 * Makefile.am (SUBDIRS): List it.
430 * configure.in (AC_OUTPUT): Build its Makefile.
431 * configure, Makefile.in: Regenerated.
432
433 * guile.m4 (GUILE_FLAGS): New macro.
434
435 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
436 terribly helpful any more, nobody's using it, and this is not
437 really the way I want to handle modules anyway.
438
439 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
440
441 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
442 stdio implementation. (Thanks to David Tillman.)
443 * configure: Rebuilt.
444
445 * guile-config: Renamed from `build'.
446 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
447 * configure.in: Create `guile-config/Makefile.in', not
448 `build/Makefile.in'. Doc fix, too.
449
450 * qthreads.m4: Doc fix.
451 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
452
453 1998-10-03 <jimb@savonarola.red-bean.com>
454
455 * configure.in: Check for a missing `sleep' declaration.
456 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
457 * configure: Regenerated.
458
459 * configure.in: Don't use the canonical host name to decide
460 whether `bzero' and `usleep' have declarations --- that's going
461 back to the bad old days before autoconf. Remove the call to
462 AC_CANONICAL_HOST and the subsequent case statement.
463 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
464 declarations for `bzero', `usleep', and (new!) `strptime'.
465 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
466 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
467 Added. I think this naming convention is more consistent with the
468 rest of autoconf; names generally describes the system, not what
469 the package should do to accomodate the system.
470 * configure: Regenerated.
471
472 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
473
474 * configure.in: Remove --disable-debug option. The debugging
475 support is pretty stable now, and it's confusing people.
476 * configure: Regenerated.
477
478 * HACKING: Remove -Wstrict-prototypes from the list of requested
479 flags (to match 1998-07-30 change).
480
481 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
482
483 * configure.in: Don't use -Wstrict-prototypes after all.
484 * configure: Regenerated.
485
486 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
487
488 * configure.in: Request more warnings.
489 * configure: Regenerated.
490 * HACKING: Ask people not to make changes that introduce those
491 warnings. Now I have to go through the code and actually bring it
492 up to standards... :(
493
494 * Makefile.in, aclocal.m4, configure: Regenerated using the last
495 public version of automake, not the hacked Cygnus version.
496 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
497 libtool.
498
499 * configure.in, qthreads.m4: Display a message about how the
500 threads configuration went.
501 * aclocal.m4, configure: Regenerated.
502
503 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
504
505 Remove the TOTORO kludge. We're not doing snapshots any more, so
506 totoro is completely uninvolved. (Poor Totoro!)
507 * configure.in: Remove code to check the hostname and #define
508 TOTORO.
509 * acconfig.h: Remove comments for TOTORO symbol.
510 * configure, Makefile.in: Regenerated.
511
512 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
513 to get AC_PROG_LN_S.
514 * aclocal.m4, configure: Regenerated.
515
516 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
517
518 Clean up thread configuration.
519 * qthreads.m4: New file, which knows how to configure the qthreads
520 library.
521 * configure.in: Replace all thread package selection code. Do the
522 --with-threads argument processing here. Enable the appropriate
523 thread interface files in libguile. Remove all qthreads
524 configuration code; call QTHREADS_CONFIGURE instead. Set
525 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
526 * threads.m4: Removed; not used any more.
527 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
528 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
529 Note that these were regenerated with the tools available from
530 Cygnus's source tree, which have patches not available to the
531 general public. I'm not sure this was a good idea; feel free to
532 revert them to the latest released versions of the tools.
533
534 Upgrade to the version of libtool available at Cygnus. See note
535 above.
536 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
537
538 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
539
540 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
541 totoro kludge.
542
543 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
544
545 * acconfig.h, configure.in: Define TOTORO if configuring on
546 totoro.red-bean.com.
547
548 * configure.in: Check for strdup.
549
550 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
551
552 * configure.in: Check for rl_cleanup_after_signal.
553
554 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
555
556 * configure.in: Added test for rl_getc_function. Warn if
557 libreadline is found but not this function.
558
559 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
560
561 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
562 that suitable HAVE_<function name> symbols get defined.
563
564 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
565
566 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
567 (Thanks to Julian Satchell.)
568
569 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
570
571 * configure.in: Check for usleep; Define DECLARE_BZERO and
572 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
573 without declaring them.
574
575 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
576
577 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
578
579 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
580 defined.
581
582 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
583
584 * configure.in (GUILE_LIBS): New variable. Contains libraries
585 which libguile needs to be linked with. Substituted into
586 libpath.h.
587
588 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
589 $cy_cv_threads_libs.
590
591 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
592
593 New libtool: 1.2
594 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
595 New automake: 1.3
596 * Makefile.in, aclocal.m4, configure: Regenerated.
597 * README: Mention new version numbers on libtool and automake.
598
599 1997-12-11 Tim Pierce <twp@skepsis.com>
600
601 * HACKING: Note that SSH is mandatory for CVS access.
602
603 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
604
605 * README: using Automake 1.2d
606 * configure.in: AC_CHECK_FUNCS: add "system".
607
608 1997-12-01 Tim Pierce <twp@skepsis.com>
609
610 * acconfig.h: Add USCORE.
611
612 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
613
614 * configure.in: Added code to enable GUILE_ISELECT on systems
615 which have the necessary functions (gettimeofday, select).
616
617 * acconfig.h: Added GUILE_ISELECT.
618
619 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
620
621 * acinclude.m4: Assume dlsym does not add underscore if
622 cross-compiling.
623 * aclocal.m4, configure: Regenderated.
624
625 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
626
627 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
628 <hag@ai.mit.edu>.
629 * configure.in: Use it.
630 * configure: Regenerated.
631 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
632
633 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
634
635 * README (libtool): Tell people to use version 1.0e.
636
637 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
638
639 Call the QuickThreads library libqthreads.a, not libqt.a. The old
640 name conflicts with the Qt user interface toolkit.
641 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
642 * configure.in: Same.
643 * aclocal.m4, configure: Regenerated.
644
645 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
646
647 * configure.in: Check for the readline library, and the termcap
648 library (on which readline relies).
649 * configure: Regenerated.
650
651 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
652
653 New libtool: 1.0e
654 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
655 * configure, aclocal.m4: Regenerated.
656
657 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
658
659 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
660 * configure.in: Check whether dlopen can be found without -ldl.
661
662 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
663
664 * Makefile.in: Regenerated with automake 1.2c.
665
666 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
667
668 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
669 * configure.in: Add build/Makefile to AC_OUTPUT clause.
670 * Makefile.in, configure: Regenerated.
671
672 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
673
674 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
675
676 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
677
678 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
679
680 * ltmain.sh: Added a missing '\' before \n on line 32.
681
682 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
683
684 New libtool: 1.0b.
685 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
686 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
687
688 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
689
690 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
691
692 * configure.in: Use the QuickThreads assembler fragment with Irix
693 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
694 Jesse Glick.
695 * configure: Regenerated.
696
697 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
698
699 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
700 so that test for the same function can be performed multiple
701 times.
702
703 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
704 rx/rxposix.h. Add library rx only if regcomp can't be found
705 without it.
706
707 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
708 it for some reason!
709
710 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
711
712 * THANKS: New file.
713 * Makefile.in, aclocal.m4, configure: Regenerated.
714
715 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
716
717 * configure.in: Added thread support for the alpha architecture.
718 configure: Regenerated.
719
720 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
721
722 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
723 so scmconfig.h is updated with the test results. this may
724 disable one of the cygwin hacks.
725
726 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
727
728 Changes to compile under gnu-win32, from Marcus Daniels:
729 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
730 to indicate that Unix domain sockets will work.
731 Check for socketpair, getgroups, setwent, pause, and tzset
732 (cygwin currently lacks these them).
733 Check for sethostent endhostent getnetent setnetent endnetent
734 getprotoent endprotoent getservent endservent getnetbyaddr
735 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
736 lacks them). In the case of cygwin, temporarily prefix these
737 functions with "cygwin32_", the way that netdb.h does.
738 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
739 available (cygwin b18 came distributed without a working regex.h
740 file).
741 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
742 * configure: Regenerated.
743
744 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
745
746 * ltmain.sh: Remove any trailing colon on $shlibpath_var
747 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
748 Patch sent to bug-libtool.
749
750 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
751
752 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
753 Backus for reporting this problem and suggesting a fix).
754 * configure: Regenerated.
755
756 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
757
758 * Guile 1.2 released.
759
760 * configure.in: Check for librx after libm; fundamentals need to
761 come first.
762 * configure: Regenerated.
763
764 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
765
766 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
767 `am_cv_path_LD'.
768 * configure: Regenerated.
769
770 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
771
772 Try to detect when people are using one version of libguile and a
773 different version of ice-9. People have been skewing things and
774 sending in bug reports.
775 * configure.in: Provide libguile its version information through a
776 separate header file generated by the Makefile, not through
777 scmconfig.h.
778 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
779 AC_SUBST these, instead of AC_DEFINE'ing them.
780 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
781 (AC_OUTPUT): Create ice-9/version.scm.
782 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
783 GUILE_VERSION): Deleted.
784 * Makefile.in: Regenerated.
785
786 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
787
788 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
789 distribution.
790 * Makefile.in: Regenerated.
791
792 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
793
794 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
795
796 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
797
798 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
799
800 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
801
802 * configure.in: By default, include functions in Guile to allow
803 linking with dynamic libraries at run-time. In other words,
804 --enable-dynamic-linking is now the default.
805 * configure: Rebuilt.
806
807 * configure.in: Remove space between AC_CHECK_LIB and opening
808 paren in check for Rx.
809 * configure: Regenerated.
810
811 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
812 It's never used.
813 * configure, Makefile.in: Regenerated.
814
815 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
816
817 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
818 -dl, -dld) before checks for functions.
819 * configure: Regenerated.
820
821 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
822
823 * config.guess: New copy from autoconf-2.12, which recognizes
824 OpenBSD.
825
826 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
827
828 * configure.in: Check for Rx, so we will use its routines (which I
829 pretty much trust) if it is installed.
830 * configure: Regenerated.
831
832 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
833
834 * acconfig.h: mention HAVE_RESTARTS.
835 * configure.in: check for sigaction and restartable system calls.
836
837 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
838
839 * configure.in: Check for presence of regcomp.
840 * configure: Regenerated.
841
842 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
843
844 * COPYING: New address for FSF.
845
846 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
847 struct stat doesn't have the st_blocks field. We take care of
848 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
849 definition, edited appropriately. (Bernard URBAN)
850 * configure: Regenerated.
851
852 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
853
854 * configure.in: Don't link against -lnsl or -lsocket unless we
855 actually need to. This causes trouble on Irix. (Thanks to Larry
856 Schwimmer.)
857
858 * config.sub: Get newer version, that recognizes the i686.
859
860 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
861
862 * README: Changed Mikael's threads work attribution in order
863 to sooth Anthony's enormous, but wounded, ego.
864
865 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
866
867 Just kidding!!!
868
869 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
870
871 Guile 1.1 released.
872 * GUILE-VERSION: Bump to 1.1.
873
874 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
875
876 Switch to automake-1.1p.
877 * Makefile.in, aclocal.m4, configure: Regenerated.
878
879 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
880
881 * threads.m4: Copy Anthony's change here, so it'll actually
882 survive.
883
884 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
885
886 * aclocal.m4: Fixes for building with coop threads in a
887 seperate compilation directory.
888 * configure: Rebuilt.
889
890 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
891
892 Upgrade to libtool 0.9e.
893 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
894 supplied by libtool.
895
896 * configure.in: When configuring qt, sunos needs the underscore
897 files; Solaris and Linux both need the normal files.
898 * configure: Reebilt.
899
900 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
901
902 * configure.in: Get the paths for qt's md files right, so it can
903 build correctly when using a separate compilation directory.
904 * configure: Regenerated.
905
906 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
907
908 Get threads to work again.
909 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
910 first.
911 * Makefile.in: Regenerated.
912 * aclocal.m4, configure: Regenerate, with modern definition of
913 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
914
915 Reduced Guile distribution: one configure script, no plugins.
916 * configure.in: Merged the old text from qt/configure.in and
917 libguile/configure.in; Tom Tromey says automake only wants one
918 configure.in script. This seems fishy, but...
919 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
920 gubbish.
921 * acconfig.h, acinclude.m4: Moved here from libguile, since
922 libguile's configure script lives here now.
923 * AUTHORS, INSTALL, README: Updated.
924 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
925 amputated amphibian limbs.
926
927 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
928
929 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
930 * newdoc/ref/Makefile.in: Regenerated.
931
932 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
933
934 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
935 need to link against libthreads; the files it used to contain
936 are now a part of libguile.
937
938 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
939
940 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
941 argument to the AM_INIT_AUTOMAKE macro.
942
943 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
944
945 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
946 * README: Say where to find libtool 0.9d.
947
948 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
949
950 Changes to work with automake-1.1n, which has better libtool
951 support. Also use libtool 0.8.
952 * README: Note new version numbers for automake and libtool.
953 * missing: New file required by new automake.
954 * Makefile.in: Regenerated.
955
956 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
957
958 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
959
960 * Makefile.am: Omit doc subtree.
961 * configure.in: Omit makefiles in doc subtree.
962 * Makefile.in, configure: Rebuilt.
963
964 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
965
966 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
967 with its definition and commented out definition of PACKAGE. This
968 changed seemed necessary after having removed PACKAGE from
969 libguile/acconfig.h.
970
971 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
972
973 * ltconfig, ltmain.sh: New versions from libtool-0.9.
974
975 * configure.in: Added AM_MAINTAINER_MODE
976
977 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
978
979 * config.sub, config.guess: New versions, that handle i686, etc.
980
981 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
982
983 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
984 tutorial rewrite, but have not merged much into it yet.
985
986 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
987
988 * newdoc/ref/guile-ref.texi: started checking in parts of the
989 reference manual re-write.
990
991 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
992
993 * ltconfig, ltmain.sh: New files for libtool support. libguile,
994 rx, gh and gtcltk-lib can now be build as shared libraries.
995 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
996
997 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
998
999 * Guile 1.0 released. This is the first release by the Free
1000 Software Foundation; Cygnus has also released earlier versions of
1001 Guile.
1002
1003 * GUILE-VERSION: Updated version number.
1004 * NEWS: Added comments for all the user-visible changes marked in
1005 the ChangeLogs.
1006 * README: Updated for release.
1007
1008 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
1009
1010 * scsh: new directory.
1011
1012 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
1013
1014 * configure.in: Generate doc/guile-programmer/Makefile and
1015 doc/guile-user/Makefile.
1016
1017 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
1018
1019 * aclocal.m4: Now automatically generated by aclocal.
1020 * threads.m4: New file.
1021 * guile.m4: New file.
1022 * Makefile.am, doc/Makefile.am: New files.
1023 * configure.in: Updated for Automake. Avoid excessively verbose
1024 "greet" messages.
1025
1026 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1027
1028 * lgh: directory renamed to gh, along with all prefixes of the
1029 high level library procedures.
1030
1031 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
1032
1033 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1034
1035 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1036
1037 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
1038
1039 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1040
1041 * configure.in: Added some configuration magic from the Cygnus
1042 distribution.
1043
1044 * aclocal.m4: New file. For now used for thread support
1045 configuration.
1046
1047 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1048
1049 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
1050
1051 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
1052 directories, to arrange for lgh to the last thing
1053 configured/built.
1054
1055 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
1056
1057 * lgh/: added the directory in which I implement the high level
1058 libguile library (lgh_) for this release of Guile. See the
1059 ChangeLog in there for further details.
1060
1061 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1062
1063 * doc/ (guile-user and guile-programmer): added the guile-user and
1064 guile-programmer directories which contain the user and programmer
1065 manuals. See the ChangeLog entries there for detail.
1066
1067 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
1068
1069 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
1070
1071 * Makefile.in (distclean): Don't forget to delete
1072 config.build-subdirs.
1073
1074 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
1075
1076 * Makefile.in (tags): New name for `TAGS' target, which will
1077 always run the commands.
1078
1079 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
1080
1081 * README: Doc fixes.
1082
1083 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
1084
1085 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
1086
1087 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
1088
1089 * configure.in: Check for -ldl, so the check for Tcl won't fail
1090 spuriously.
1091
1092 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
1093
1094 Change the way we decide whether to build gtcltk-lib, so that it's
1095 omitted from the build process when appropriate, but never from
1096 the dist process.
1097 * configure.in: Don't edit all_subdirs depending on the
1098 availability of Tk; let that be the list of all PLUGIN
1099 subdirectories present, as it used to be. Instead, edit a new
1100 variable, build_subdirs; write its final value, the list of
1101 subdirs we do want to compile in, to config.build-subdirs.
1102 Substitute that into the top-level Makefile too.
1103 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
1104 recurse on the subdirectories we should build.
1105 (distdirs): Set this to @existingdirs@, so it includes the subdirs
1106 we decided not to build.
1107
1108 * doc/gtcltk.texi: File resurrected from old Guile releases.
1109 * doc/Makefile.in (info): Build the gtcltk documentation.
1110 (DIST_FILES): Include it in the distribution.
1111
1112 * configure.in: If we can find the library for tcl7.5, build
1113 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
1114 compiler (not sure this is necessary).
1115
1116 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
1117
1118 * NEWS: Fix bug reporting address.
1119
1120 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
1121
1122 * AUTHORS: New file, in accordance with the GNU maintainers'
1123 standards.
1124
1125 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
1126
1127 * README: Renamed from ANNOUNCE; include bug report address,
1128 description, and short tour.
1129 * INSTALL: Renamed from BUILDING.
1130 * NEWS: New file.
1131 * Makefile.in (DISTFILES): Update appropriately.
1132
1133 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
1134
1135 * doc/Makefile.in: Added pattern targets for creating DVI and
1136 PostScript files.
1137 (%.ps, %.dvi, %.txt): New targets.
1138 (DVIPS, TEXI2DVI): New variables.
1139
1140 * GUILE-VERSION: Updated to 1.0b3.
1141
1142 Rehashed distribution system, in preparation for nightly
1143 snapshots. Other changes in subdirectories.
1144 * Makefile.in (dist): Rewritten --- the old target was out of
1145 date, dependent on files that we don't have, and relied on GNU
1146 tar. The new target is simpler.
1147 (VERSION, srcdir, dist_dirs): New variables.
1148 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
1149 TODO.
1150 (localtreats): Variable removed. We don't have this file.
1151 (info): cd to doc and make info there; don't make info in every
1152 ${subdir}; those Makefiles don't know what to do.
1153 (distname, distdir, treats, announcefile): Variables removed.
1154 (manifest-file): Target removed.
1155 (dist-dir): New target, responsible for distributable files in
1156 this directory.
1157 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
1158 controlling the 'dist' target.
1159 * configure.in: Substitute GUILE-VERSION into the top-level
1160 Makefile. Build doc/Makefile from doc/Makefile.in.
1161
1162 * doc/Makefile.in: New file.