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